@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: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	color: #666666;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}


a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #015299;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}



.safeRange {
	max-width: 1600px;
	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:1760px) {
	.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:1760px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.standardTxt .title2 {
		font-size: 30px !important;
		line-height: 42px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 30px !important;
		line-height: 42px !important;
	}

	.standardTxt .title2 {
		font-size: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .title2 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.standardTxt .title2 {
		font-size: 20px !important;
		line-height: 32px !important;
	}
}








.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #0064DC;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(0, 100, 220, 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: "Microsoft YaHei", "微软雅黑";
	}

	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 {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
}


nav .con {
	max-width: 1920px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: calc((100% - 1600px)/ 2);
}


@media screen and (min-width:1921px) {
	nav .con {
		padding-left: 360px;
	}
}


nav .logo {
	width: 94px;
	flex-shrink: 0;
	position: relative;
}

nav .logo:hover img {
	transform: none;
}

nav .logo img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

nav.active {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

nav.active .logo img:nth-child(2) {
	opacity: 1;
}

nav.active .logo img:nth-child(1) {
	opacity: 0;
}

nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
	margin-right: 244px;
}

nav .navList>ul>li {
	margin-right: 100px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 80px;
	line-height: 80px;
	color: #ffffff;
}

html {
	scroll-padding-top: 80px;
}


nav.active .navList>ul>li>a {
	color: #808080;
}


nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #0064DC;
}


nav .btns {
	display: flex;
	align-items: center;
	background-color: #0064DC;
	padding: 0 54px 0 60px;
}


nav .btns .search {
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .btns .search .searchBtn i {
	font-size: 20px;
	color: #ffffff;
}

nav .btns .search .searchBtn:hover i {
	transform: rotate(-20deg);
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 30px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}

nav .btns .search form.active {
	width: 240px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
}

nav .btns .search form .subBtn i {
	font-weight: bold;
}

nav .btns .search form .subBtn:hover i {
	color: #0064DC;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}

nav .btns .line {
	width: 1px;
	height: 24px;
	background-color: #ffffff;
	margin: 0 33px 0 34px;
}


nav .btns .language {
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
}


nav .btns .lanBtn:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


nav .btns .lanBtn span {
	margin: 0 5px 0 9px;
	flex-shrink: 0;
}


nav .btns .lanBtn i {
	color: #ffffff;
}

nav .btns .lanBtn i.icon-language {
	font-size: 18px;
}

nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
}


nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}


nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 180px;
	display: none;
	transition: none;
	padding: 20px 0;
	min-width: 140px;
}

nav .btns .language ul a {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	display: block;
	padding: 0 20px;
}


nav .btns .language ul li {
	margin-top: 16px;
}

nav .btns .language ul li:nth-child(1) {
	margin-top: 0;
}


nav .btns .language ul a:hover {
	color: #0064DC;
}




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: max-content;
	max-width: 280px;
	min-width: 140px;
	display: none;
	transition: none;
	padding: 22px 0;
}


nav.active .moreList,
nav.active .moreList ul {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


.moreList ul {
	left: 100%;
	top: -22px;
}


.moreList {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.moreList li {
	position: relative;
	margin-bottom: 24px;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	display: block;
	padding: 0 20px;
}


.moreList li:hover>a {
	color: #0064DC;
}


@media screen and (max-width:1760px) {
	nav .con {
		padding-left: 80px;
	}

	nav .btns {
		padding: 0 40px;
	}

	nav .navList>ul {
		margin-right: 60px;
	}

	nav .btns .line {
		margin: 0 30px;
	}

	nav .navList>ul>li {
		margin-right: 60px;
	}

	.moreList,
	.moreList ul {
		padding: 20px 0;
	}

	.moreList ul {
		top: -20px;
	}

	.moreList li {
		margin-bottom: 16px;
	}

	nav .btns .language ul {
		max-width: 150px;
	}

	nav .btns .language ul li {
		margin-top: 14px;
	}

	nav .btns .language ul li a {
		padding: 0 14px;
	}
}

@media screen and (max-width:1333px) {
	nav .btns {
		padding: 0 40px;
	}

	nav .navList>ul {
		margin-right: 50px;
	}

	nav .btns .line {
		margin: 0 30px;
	}

	nav .navList>ul>li {
		margin-right: 50px;
	}
}


@media screen and (max-width:1200px) {
	nav .btns {
		padding: 0 30px;
	}

	nav .navList>ul {
		margin-right: 30px;
	}

	nav .btns .line {
		margin: 0 16px;
	}

	nav .navList>ul>li {
		margin-right: 30px;
	}

	nav .btns .language ul {
		min-width: 100px;
		max-width: 130px;
	}

}

@media screen and (max-width:999px) {

	nav .navList>ul,
	nav .btns .search,
	nav .btns .line {
		display: none;
	}

	.bannerRange {
		height: 60px;
		background-color: #ffffff;
	}

	nav {
		background-color: #ffffff;
	}

	nav .logo img:nth-child(2) {
		opacity: 1;
	}

	nav .logo img:nth-child(1) {
		opacity: 0;
	}

	nav .btns .language {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns {
		padding-right: 150px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
		line-height: 26px;
	}

	nav .btns .lanBtn i.icon-right7 {
		font-size: 8px;
	}

	nav .btns .lanBtn i.icon-language {
		font-size: 16px;
	}

	nav .btns .lanBtn span {
		margin: 0 6px;
	}

	nav .logo {
		width: 84px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .language ul {
		max-width: 127px;
		padding: 16px 0;
	}

	nav .btns .language ul li {
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {

	.bannerRange {
		height: 50px;
	}

	nav .btns .language {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	nav .logo {
		width: 80px;
	}

	nav .con {
		padding-left: 25px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns {
		padding-right: 90px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}

	nav .con {
		padding-left: 15px;
	}

	nav .btns {
		padding-right: 80px;
	}
}



.cBtn {
	padding: 6px 7px 6px 30px;
	background-color: #0064DC;
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	border-radius: 99px;
	width: max-content;
	max-width: 100%;
	border: 1px solid #0064DC;
}


.cBtn i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #0064DC;
	flex-shrink: 0;
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
}

.cBtn:hover {
	background-color: transparent;
	color: #0064DC;
}


.cBtn:hover i {
	background-color: #0064DC;
	color: #ffffff;
}


/*  animation*/

.animationItem,
.animation {
	opacity: 0;
	transition: 1s ease all;
}


.fadeUp {
	transform: translateY(50px);
}


.fadeRight {
	transform: translateX(50px);
}


.fadeLeft {
	transform: translateX(-50px);
}

.animationActive {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

@media screen and (max-width:999px) {

	.animationItem,
	.animation {
		opacity: 1;
		transform: translate(0, 0) scale(1);
		transition: .4s ease all;
	}
}


/* indexbanner */

.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 50%;
}


.indexBanner .swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.indexBanner * {
	transition: none;
}


.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.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 .prev,
.indexBanner .next {
	width: 50px;
	height: 50px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 53.4%;
	z-index: 999;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: transparent;
	color: #ffffff;
	transition: .4s ease all;
	font-size: 16px !important;
	font-weight: bold;
	z-index: 9;
	background-color: rgba(0, 0, 0, .3);
}


.indexBanner .prev {
	left: 51px;
}


.indexBanner .next {
	right: 51px;
}



.indexBanner .prev:hover,
.indexBanner .next:hover {
	background-color: #0064DC;
	color: #ffffff;
}



.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 60px;
	display: flex;
	align-items: center;
}



.indexBanner .swiper-pagination {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}



.indexBanner .swiper-pagination span {
	cursor: pointer;
	background-color: #ffffff;
	font-size: 0px;
	margin: 5px 16px 0 0 !important;
	border: none;
	outline: none;
	width: 60px;
	height: 2px;
	border-radius: 50%;
	transition: .4s ease all;
	opacity: .3;
	border-radius: 0;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #FFF;
	opacity: 1;
}

.indexBanner .scrollDown {
	bottom: 29px;
}

.scrollDown {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}


.scrollDown .sign {
	position: relative;
	width: 24px;
	height: 34px;
	border-radius: 80px;
	border: 1px solid #ffffff;
}


.scrollDown .sign i {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);
	width: 3px;
	height: 6px;
	border-radius: 10px;
	background-color: #ffffff;
	animation: line 1.6s ease 0s infinite;
	animation-play-state: running;
}


@keyframes line {
	0% {
		top: 30%;
	}

	50% {
		top: 80%;
	}

	100% {
		top: 30%;
	}
}

.indexBanner .banner1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 44px;
}

.indexBanner .banner1 .title {
	display: inline-block;
	color: #FFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.10);
	font-size: 60px;
	font-weight: 700;
	line-height: 70px;
	text-transform: capitalize;
	transition: .4s ease all;
}

.indexBanner .banner1 .title:hover {
	color: #0064DC;
}

.indexBanner .banner1 .cBtn {
	margin-top: 48px;
	transition: .4s ease all;
}

.indexBanner .banner1 .cBtn i {
	transition: .4s ease all;
}

.indexBanner .banner1 .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}




@media screen and (max-width:1760px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 46px;
		height: 46px;
		font-size: 14px !important;
	}

	.indexBanner .prev {
		left: 18px;
	}

	.indexBanner .next {
		right: 18px;
	}

	.indexBanner .swiper-pagination span {
		width: 50px;
	}

	.indexBanner .banner1 .title {
		font-size: 46px;
		line-height: 58px;
	}

	.cBtn {
		padding: 5px;
	}

	.cBtn i {
		margin-left: 0;
	}

	.cBtn span {
		padding: 0 16px;
	}

	.indexBanner .banner1 {
		padding-bottom: 0;
	}
}

@media screen and (max-width:1333px) {

	.indexBanner .prev,
	.indexBanner .next {
		width: 40px;
		height: 40px;
		font-size: 12px !important;
	}

	.indexBanner .signs {
		bottom: 50px;
	}

	.indexBanner .scrollDown {
		bottom: 25px;
	}

	.indexBanner .banner1 .title {
		font-size: 36px;
		line-height: 48px;
	}

	.cBtn i {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.indexBanner .banner1 .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {

	.indexBanner .prev,
	.indexBanner .next {
		display: none;
	}

	.scrollDown .sign {
		display: none;
	}

	.indexBanner .signs {
		bottom: 40px;
	}

	.indexBanner .swiper-pagination span {
		width: 40px;
	}

	.indexBanner .banner1 .cBtn {
		margin-top: 30px;
	}

	.indexBanner .banner1 .title {
		font-size: 30px;
		line-height: 32px;
	}

	.cBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.cBtn i {
		width: 25px;
		height: 25px;
	}

	.cBtn span {
		padding: 0 12px;
	}

}

@media screen and (max-width:768px) {

	.indexBanner .banner1 .title {
		font-size: 26px;
		line-height: 38px;
	}

}

@media screen and (max-width:750px) {

	.indexBanner {
		padding-bottom: 80%;
	}

	.indexBanner .signs {
		bottom: 30px;
	}

	.indexBanner .swiper-pagination span {
		width: 34px;
		margin: 5px 10px 0 0 !important;
	}

	.indexBanner .banner1 {
		display: none;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .signs {
		bottom: 20px;
	}

	.indexBanner .swiper-pagination span {
		width: 30px;
	}
}





.font18 {
	font-size: 18px;
	line-height: 30px;
}


.font20 {
	font-size: 20px;
	line-height: 32px;
}


.defaultColor {
	color: #333;
}

a.defaultColor:hover {
	color: #0064DC;
}

.themeColor {
	color: #0064DC;
}


.fontBold {
	font-weight: 700;
}

.font16 {
	font-size: 16px;
	line-height: 28px;
}

.standardEdit p {
	font-size: 16px;
	line-height: 28px;
}

.lrTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.greyBg {
	background-color: #F5F5F5;
}

.textCenter,
.textCenter p {
	text-align: center;
}

.iTit {
	position: relative;
	z-index: 9;
}


.iTit .bigTit {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}


.title1 {
	color: #1A1A1A;
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
}

.cTit {
	position: relative;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cTit .title1 {
	text-align: center;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #0064DC;
}


.bigTit {
	color: #F5F5F5;
	font-size: 100px;
	line-height: 100px;
	font-weight: 700;
}


.cTit .bigTit {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -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;
}



/* indexM1-1 */


.iSolution {
	padding: 120px 10px 103px;
	max-width: 1920px;
	margin: 0 auto;
}

.iSolution .con {
	display: flex;
	justify-content: space-between;
	margin-top: 70px;
}

.iSolution .con .item {
	flex: 1;
	position: relative;
	overflow: hidden;
	height: 780px;
	margin-right: 10px;
}

.iSolution .con .item:last-child {
	margin-right: 0;
}

.iSolution .con .item.active {
	flex: 3.21;
}

.iSolution .show {
	height: 100%;
	position: relative;
}

.iSolution .show::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}

.iSolution .show {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.iSolution .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iSolution .show:hover img {
	transform: none;
}


.iSolution .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
	z-index: 9;
	padding: 60px 50px 60px;
	opacity: 0;
	pointer-events: none;
}

.iSolution .item.active .msg {
	pointer-events: all;
	opacity: 1;
}

.iSolution .msg .image {
	flex-shrink: 0;
	width: 40px;
	margin-bottom: 13px;
}

.iSolution .msg .image img {
	transition: .4s ease all;
}

.iSolution .msg .image:hover img {
	transform: translateY(-5px);
}

.iSolution .msg .name {
	color: #ffffff;
}

.iSolution .msg .name:hover {
	color: #0064DC;
}

.iSolution .msg .tips p {
	color: #ffffff;
	line-height: 28px;
}

.iSolution .msg .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	position: relative;
	margin-top: 20px;
}



.iSolution .msg .line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	background-color: #ffffff;
}


.iSolution .msg .txts {
	margin-top: 20px;
	color: #ffffff;
	height: 112px;
}


.iSolution .msg .btn {
	display: flex;
	align-items: center;
	width: max-content;
	margin-top: 40px;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

.iSolution .msg .btn i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	font-size: 14px;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 10px;
}


.iSolution .msg .btn:hover {
	color: #0064DC;
}

.iSolution .msg .btn:hover i {
	background-color: #ffffff;
}


.iSolution .item.active .sign {
	opacity: 0;
	pointer-events: none;
}

.iSolution .sign {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	padding: 58px 4px;
	background: linear-gradient(0deg, rgba(0, 44, 105, 0.40) 0%, rgba(0, 44, 105, 0.40) 100%);
}


.iSolution .sign .image {
	margin-bottom: 30px;
	width: 71px;
	height: 71px;
}


.iSolution .sign .name {
	color: #ffffff;
}

.iSolution .cBtn {
	margin: 0 auto;
	margin-top: 66px;
}

@media screen and (max-width:1760px) {
	.bigTit {
		font-size: 80px;
		line-height: 80px;
	}

	.iSolution .con {
		margin-top: 60px;
		padding: 0 10px;
	}

	.iSolution .msg {
		padding: 40px 30px;
	}

	.iSolution .msg .btn {
		margin-top: 30px;
	}

	.iSolution .con .item {
		height: 600px;
	}

	.iSolution .cBtn {
		margin-top: 50px;
	}

	.iSolution .sign {
		padding: 40px 5px;
	}
}

@media screen and (max-width:1333px) {
	.iSolution .msg .btn i {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}

	.iSolution .con .item {
		height: 500px;
	}

	.bigTit {
		font-size: 74px;
		line-height: 74px;
	}

	.iSolution .con {
		margin-top: 50px;
	}

	.iSolution .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.bigTit {
		font-size: 64px;
		line-height: 64px;
	}

	.iSolution .con {
		justify-content: space-between;
	}

	.iSolution .con .item:nth-child(n) {
		flex: none;
		height: auto;
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iSolution .con {
		flex-wrap: wrap;
		padding: 0 80px;
	}

	.iSolution .con .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iSolution .msg {
		padding: 30px 20px;
	}

	.iSolution .sign {
		display: none;
	}

	.iSolution .item .msg {
		opacity: 1;
		pointer-events: all;
	}

	.font16 {
		font-size: 14px;
		line-height: 26px;
	}

	.iSolution .msg .txts {
		height: 104px;
	}

	.font20 {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.bigTit {
		font-size: 52px;
		line-height: 52px;
	}

	.iSolution .con {
		padding: 0 25px;
		margin-top: 40px;
	}

	.iSolution .msg {
		padding: 20px;
	}

	.iSolution .msg .txts {
		-webkit-line-clamp: 3;
		height: 78px;
	}

	.iSolution .msg .btn {
		margin-top: 20px;
	}

	.iSolution .cBtn {
		margin-top: 30px;
	}

}

@media screen and (max-width:538px) {
	.iSolution .msg {
		position: static;
		padding: 0;
		margin-top: 20px;
		height: auto;
	}

	.iSolution .show::after {
		display: none;
	}

	.iSolution .show {
		height: auto;
	}

	.iSolution .msg .name {
		color: #333333;
	}

	.iSolution .msg .line {
		background-color: rgba(51, 51, 51, .2);
	}

	.iSolution .msg .line::after {
		background-color: #0064DC;
	}

	.iSolution .msg .txts {
		color: #666666;
	}

	.iSolution .msg .btn {
		color: #0064DC;
	}

	.iSolution .msg .btn i {
		border-color: #0064DC;
	}

	.iSolution .con {
		padding: 0 15px;
	}
}


@media screen and (max-width:450px) {
	.iSolution .con .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.iSolution .con .item:nth-child(1) {
		margin-top: 0;
	}
}


/* indexM2-1 */

.partner {
	position: relative;
	padding: 109px 0 99px 0;
	background-image: url("../images/partner-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


.partner .cTit .bigTit {
	color: #E6E6E6;
}


.partner .tips {
	max-width: 800px;
	margin: 0 auto;
	margin-top: 39px;
}


.partner .list {
	margin-top: 77px;
	display: flex;
	flex-wrap: wrap;
	--quantity: 28;
}

.partner .list .image {
	width: 13%;
	margin-right: 1.5%;
	margin-top: 24px;
	display: none;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.partner .list .image.show {
	display: flex !important;
}

.partner .list.showAll .image:nth-child(n) {
	display: flex;
}

.partner .list .image:hover {
	box-shadow: 0 0 20px 0 rgba(0, 29, 70, 0.08);
}

.partner .list .image:nth-child(7n) {
	margin-right: 0;
}

.partner .list .image:nth-child(-n+7) {
	margin-top: 0;
}


.partner .showBtn {
	display: none;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	margin-top: 58px;
	cursor: pointer;
	width: max-content;
}


.partner .showBtn div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0064DC;
	font-size: 16px;
	line-height: 28px;
}

.partner .showBtn div:nth-child(2) {
	display: none;
}

.partner .showBtn.show div:nth-child(1) {
	display: none;
}

.partner .showBtn.show div:nth-child(2) {
	display: flex;
}

.partner .showBtn i {
	flex-shrink: 0;
	margin-left: 10px;
	font-weight: bold;
	font-size: 16px;
}



.partner .showBtn::after {
	content: "";
	position: absolute;
	height: 2px;
	bottom: -9px;
	width: 100%;
	left: 0;
	background-color: #0064DC;
	transition: .4s ease all;
	pointer-events: none;
}


.partner .showBtn:hover::after {
	width: 0;
	left: auto;
	right: 0;
}

@media screen and (max-width:1760px) {
	.partner .list {
		margin-top: 50px;
	}

	.partner .showBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.partner .list {
		margin-top: 40px;
	}

	.partner .list .image:nth-child(n) {
		width: 15%;
		margin-right: 2%;
		margin-top: 20px;
		display: none;
	}

	.partner .list .image:nth-child(6n) {
		margin-right: 0;
	}

	.partner .list .image:nth-child(-n+6) {
		margin-top: 0;
	}

	.partner .list {
		--quantity: 24;
	}

}

@media screen and (max-width:999px) {
	.partner .list .image:nth-child(n) {
		width: 18%;
		margin-right: 2%;
		margin-top: 20px;
		display: none;
	}

	.partner .list .image:nth-child(5n) {
		margin-right: 0;
	}

	.partner .list .image:nth-child(-n+5) {
		margin-top: 0;
	}

	.partner .list {
		--quantity: 20;
	}

	.partner .tips {
		margin-top: 30px;
	}

	.partner .list {
		margin-top: 30px;
	}

	.partner .showBtn div {
		font-size: 14px;
		line-height: 26px;
	}

	.partner .showBtn {
		margin-top: 30px;
	}

	.partner .showBtn i {
		font-size: 14px;
	}

	.partner .showBtn::after {
		bottom: -4px;
	}
}

@media screen and (max-width:768px) {
	.partner .list .image:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
		display: none;
	}

	.partner .list .image:nth-child(4n) {
		margin-right: 0;
	}

	.partner .list .image:nth-child(-n+4) {
		margin-top: 0;
	}

	.partner .list {
		--quantity: 16;
	}
}

@media screen and (max-width:538px) {
	.partner .list .image:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
		display: none;
	}

	.partner .list .image:nth-child(3n) {
		margin-right: 0;
	}

	.partner .list .image:nth-child(-n+3) {
		margin-top: 0;
	}

	.partner .list {
		--quantity: 12;
	}
}

@media screen and (max-width:450px) {
	.partner .list {
		justify-content: space-between;
	}

	.partner .list .image:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 20px;
		display: none;
	}

	.partner .list .image:nth-child(-n+2) {
		margin-top: 0;
	}

	.partner .list {
		--quantity: 8;
	}
}

/* indexM3-1 */

.brands {
	padding: 178px 0 167px 0;
	position: relative;
}

.brands .piece {
	max-width: 1000px;
}

.brands .title1 {
	color: #ffffff;
}

.brands .bigTit {
	color: rgba(255, 255, 255, .1);
}

.brands .txts {
	margin-top: 54px;
}


.brands .txts p {
	color: #ffffff;
}



.brands .cBtn {
	margin-top: 34px;
}


.brands .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}


.brands .numList {
	margin-top: 53px;
	display: flex;
	flex-wrap: wrap;
	max-width: 815px;
}

.brands .numList .item {
	width: 25.15%;
	margin-right: 12.275%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 30px;
	margin-top: 46px;
}


.brands .numList .item:nth-child(3n) {
	margin-right: 0;
}

.brands .numList .item::after {
	content: "";
	position: absolute;
	top: 48%;
	left: 125%;
	transform: translateY(-50%) translateX(50%);
	width: 1px;
	height: 40px;
	background-color: #CCC;
}

.brands .numList .item:nth-child(-n+3) {
	margin-top: 0;
}


.brands .numList .item:nth-child(3n)::after,
.brands .numList .item:last-child::after {
	display: none;
}


.brands .numList .num {
	color: #FFF;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
}


.brands .numList .name {
	color: #ffffff;
	margin-top: 16px;
}

@media screen and (max-width:1760px) {
	.brands .txts {
		margin-top: 40px;
	}

	.brands .numList .num {
		font-size: 36px;
		line-height: 48px;
	}

	.brands .numList .item::after {
		height: 40px;
	}

	.brands .numList .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.brands .numList .num {
		font-size: 30px;
		line-height: 42px;
	}

	.brands .numList .name {
		margin-top: 10px;
	}

	.brands .numList .item {
		margin-top: 30px;
	}

	.brands .numList {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.brands .numList .item {
		padding: 0 20px;
	}

	.brands .txts,
	.brands .cBtn {
		margin-top: 30px;
	}

	.brands .numList .num {
		font-size: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.brands .numList .item {
		width: 30%;
		margin-right: 5%;
	}

	.brands .numList .item::after {
		left: 110%;
	}

	.brands .numList .num {
		font-size: 24px;
		line-height: 24px;
	}
}

@media screen and (max-width:450px) {
	.brands .numList .item:nth-child(n) {
		width: 50%;
		margin-right: 0;
		margin-top: 30px;
	}

	.brands .numList .item:nth-child(n)::after {
		display: block;
	}

	.brands .numList .item:nth-child(2n)::after,
	.brands .numList .item:last-child::after {
		display: none;
	}

	.brands .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

/* indexM4-1 */

.newCenter {
	padding: 110px 0 100px 0;
}


.newCenter .con {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
}


.newCenter .show {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 48.75%;
}


.newCenter .show .image {
	width: 100%;
	flex: 1;
	overflow: hidden;
}

.newCenter .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newCenter .show .tit {
	margin-top: 20px;
}

.newCenter .show .txts {
	margin-top: 20px;
	color: #808080;
}

.newCenter .show .time {
	color: #808080;
	margin-top: 18px;
}


.newCenter .list {
	width: 46.25%;
	padding-top: 12px;
}


.newItem {
	margin-top: 20px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 42px;
	margin-bottom: 43px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.newCenter .list .newItem:last-child {
	margin-bottom: 0;
}


.newItem:hover {
	border-block-color: #0064DC;
}


.newCenter .list .newItem:nth-child(1) {
	margin-top: 0;
}


.newItem .time {
	width: 63px;
	flex-shrink: 0;
	margin-right: 37px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 4px;
}

.newItem:hover .day {
	color: #0064DC;
}

.newItem .day {
	color: #333;
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
}

.newItem .year {
	text-align: center;
	color: #808080;
	font-size: 16px;
	line-height: 26px;
	margin-top: 12px;
}

.newItem .tit {
	color: #1A1A1A;
}


.newItem .tit:hover {
	color: #0064DC;
}

.newItem .txts {
	margin-top: 12px;
	height: 84px;
	color: #808080;
}

@media screen and (max-width:1760px) {
	.newCenter .list {
		padding-top: 0;
	}

	.newItem .time {
		margin-top: 0;
		margin-right: 20px;
	}

	.newCenter .con {
		margin-top: 50px;
	}

	.newItem {
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.newItem .day {
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.newItem {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.newCenter .con {
		margin-top: 40px;
	}

	.font18 {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.newCenter .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.font18 {
		font-size: 14px;
		line-height: 26px;
	}

	.newCenter .show {
		width: 100%;
	}

	.newCenter .list {
		width: 100%;
		margin-top: 30px;
	}

	.newItem .txts {
		height: auto;
	}

	.newItem .day {
		font-size: 26px;
		line-height: 26px;
	}

	.newItem .year {
		font-size: 14px;
		line-height: 24px;
	}

	.newCenter .show .txts {
		margin-top: 16px;
	}
}

@media screen and (max-width:538px) {
	.lrTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.lrTit .cBtn {
		margin-top: 30px;
	}
}






/* indexM5-1 */

.global {
	position: relative;
	padding: 124px 0 228px 0;
}

.global .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.global .msg {
	width: 26%;
	padding-top: 13px;
}

.global .bigTit {
	color: rgba(255, 255, 255, 0.10);
}

.global .title1 {
	color: #ffffff;
}


.global .tips {
	margin-top: 46px;
	max-width: 360px;
}

.global .tips p {
	color: #ffffff;
}


.global .numList {
	margin-top: 65px;
}

.global .numList .item {
	margin-top: 56px;
}

.global .numList .item:nth-child(1) {
	margin-top: 0;
}

.global .numList .num {
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
}

.global .numList .name {
	margin-top: 14px;
	color: #ffffff;
}


.global .show {
	position: relative;
	width: 70.125%;
}


.global .list .item {
	position: absolute;
}

.global .list .ciecle {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #0064DC;
	position: relative;
	z-index: 9;
}

.global .list .ciecle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	background-color: #0064DC;
	border-radius: 50%;
	opacity: .4;
	animation: circles 2s linear 0s infinite;
	animation-play-state: running;
	z-index: -1;
}


@keyframes circles {
	0% {
		transform: translateX(-50%) translateY(-50%) scale(1);
		opacity: 0;
	}

	20% {
		transform: translateX(-50%) translateY(-50%) scale(1);
		opacity: 0.5;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) scale(4);
		opacity: 0;
	}
}


.global .list .name {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	position: absolute;
	width: max-content;
}

.imgBg video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1760px) {
	.global .msg {
		padding-top: 0;
	}

	.global .numList {
		margin-top: 50px;
	}

	.global .numList .num {
		font-size: 36px;
		line-height: 48px;
	}

	.global .numList .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.global .numList .num {
		font-size: 30px;
		line-height: 30px;
	}

	.global .tips {
		margin-top: 40px;
	}

	.global .numList {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.global .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.global .msg {
		width: 100%;
	}

	.global .tips {
		max-width: 100%;
		margin-top: 30px;
	}

	.global .numList {
		display: flex;
		align-items: center;
	}

	.global .numList .item {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.global .numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.global .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.global .numList .num {
		font-size: 26px;
		line-height: 26px;
	}

	.global .show {
		width: 100%;
		margin-top: 30px;
	}

	.global .list .name {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.global .numList .num {
		font-size: 24px;
		line-height: 24px;
	}

	.global .list .ciecle {
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width:538px) {
	.global .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.global .numList {
		justify-content: space-between;
	}

	.global .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.global .list .name {
		font-size: 12px;
		line-height: 24px;
	}
}



/* indexM6-1 */

.touch {
	position: relative;
	padding: 180px 0 194px 0;
}

.touch .iTit .bigTit {
	color: #ffffff;
}


.touch .tips {
	margin-top: 27px;
	max-width: 580px;
}

.touch .con {
	margin-top: 49px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.touch .cForm {
	width: 50%;
	position: relative;
}

.touch .cForm::after {
	content: "";
	position: absolute;
	width: 1px;
	background-color: #C3C3C3;
	height: 100%;
	left: 108.3%;
	top: 50%;
	transform: translateY(-50%);
}




.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 14px !important;
	line-height: 26px !important;
}

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm ul li {
	height: 56px;
	width: 48.7%;
	margin-top: 20px;
	background-color: #ffffff;
	padding: 0 18px;
	border-radius: 4px;
	overflow: hidden;
}

.cForm ul li.message {
	width: 100%;
	height: 140px;
	padding: 18px 18px;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60%;
}

.cForm ul li.code input {
	flex: 1;
	padding: 0 18px;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cForm ul li.code .codeImg img {
	height: 100%;
	display: block;
}

.cForm ul li.subBtn {
	padding: 0;
	width: 37.4%;
	background-color: transparent;
	border-radius: 0;
}

.cForm ul li.subBtn input {
	background-color: #0064DC;
	font-size: 16px !important;
	line-height: 26px !important;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #0064DC;
	border-radius: 50px;
}


.cForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #0064DC;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	line-height: 26px !important;
	color: rgba(77, 77, 77, 0.8);
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 14px !important;
	line-height: 26px !important;
	color: rgba(77, 77, 77, 0.8);
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 14px !important;
	line-height: 26px !important;
	color: rgba(77, 77, 77, 0.8);
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 14px !important;
	line-height: 26px !important;
	color: rgba(77, 77, 77, 0.8);
}


.touch .infoList {
	width: 42.875%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -1px;
}

.touch .infoList .item {
	margin-top: 60px;
}

.touch .infoList .item:nth-child(-n+2) {
	margin-top: 0;
}

.touch .infoList .item:nth-child(2n-1) {
	width: 40%;
}

.touch .infoList .item:nth-child(2n) {
	width: 56.4%;
}


.touch .infoList .tit {
	display: flex;
	align-items: center;
	color: #808080;
	font-size: 14px;
	line-height: 24px;
}

.touch .infoList i {
	flex-shrink: 0;
	margin-right: 10px;
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #0064DC;
	color: #ffffff;
	font-size: 24px;
}

.touch .infoList .num {
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
	display: inline-block;
	color: #333;
}


.touch .infoList .num span {
	display: inline-block;
	direction: ltr;
}

.touch .infoList .email .num {
	word-break: break-all;
}


.touch .infoList a.num:hover {
	color: #0064DC;
}

@media screen and (max-width:1760px) {
	.touch .tips {
		margin-top: 30px;
	}

	.touch .infoList .item:nth-child(n) {
		width: 48%;
	}

	.touch .infoList .item {
		margin-top: 50px;
	}

	.touch .con {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.touch .infoList .item {
		margin-top: 30px;
	}

	.touch .infoList i {
		width: 46px;
		height: 46px;
		font-size: 20px;
	}

	.cForm ul li {
		height: 50px;
	}

	.cForm ul li.code .codeImg {
		width: 80px;
	}

	.touch .con {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.touch .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.touch .tips {
		max-width: 100%;
	}

	.touch .infoList {
		width: 100%;
		margin-top: 0;
	}

	.touch .infoList .num {
		font-size: 16px;
		line-height: 28px;
	}

	.touch .cForm {
		width: 100%;
		margin-top: 30px;
	}

	.touch .cForm::after {
		display: none;
	}

	.touch .con {
		margin-top: 30px;
	}

	.cForm ul li {
		height: 46px;
	}

	.touch .infoList .item {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.cForm ul li {
		height: 40px;
	}

	.cForm ul li.code .codeImg {
		width: 70px;
	}
}

@media screen and (max-width:538px) {
	.touch .infoList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.touch .infoList .item:nth-child(1) {
		margin-top: 0;
	}
}


@media screen and (max-width:450px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}
}

/* 1-1 */

.innerBanner .title1 {
	color: #ffffff;
	margin-bottom: 3px;
	margin-top: 13px;
}


.innerBanner .productCategory {
	position: absolute;
	bottom: 30px;
	width: 100%;
	z-index: 9;
	left: 0;
}

.innerBanner .productCategory .swiper-slide {
	width: auto;
	margin-right: 20px;
}

.innerBanner .productCategory .safeRange {
	position: static;
	height: auto;
	transform: translateX(0);
}

.innerBanner .productCategory .swiper-slide:last-child {
	margin-right: 0;
}

.innerBanner .productCategory a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #ffffff;
	border-radius: 999px;
	color: #999;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	padding: 10px 46px;
	min-width: 140px;
}

.innerBanner .productCategory .swiper-slide.active a,
.innerBanner .productCategory a:hover {
	background-color: #0064DC;
	color: #ffffff;
}


.innerBanner .productCategory .swiper {
	margin: 0;
	width: 100%;
}


.products {
	background-color: #F0F2F6;
	padding: 60px 0 105px 0;
}


.products .tips {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.innerSlides {
	width: 300px;
	position: relative;
	max-width: 100%;
}

.innerSlides .title {
	height: 44px;
	background-color: #ffffff;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 21px;
	cursor: pointer;
}


.innerSlides .title .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #999;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.innerSlides .title i {
	font-size: 12px;
	transform: rotate(180deg);
	flex-shrink: 0;
	margin-left: 30px;
	font-weight: bold;
}

.innerSlides ul {
	position: absolute;
	left: 0;
	top: calc(100% + 6px);
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px 9px;
	z-index: 99;
	display: none;
	transition: none;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

.innerSlides ul li {
	margin-top: 0px;
}

.innerSlides ul li:nth-child(1) {
	margin-top: 0;
}

.innerSlides ul li a {
	display: block;
	padding: 7px 25px;
	color: #4D4D4D;
	font-size: 14px;
	line-height: 26px;
	border-radius: 999px;
}


.innerSlides ul li a:hover {
	background-color: #0064DC;
	color: #ffffff;
}


.products .tips form {
	width: 464px;
	border-radius: 999px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 44px;
	overflow: hidden;
	max-width: 100%;
}


.products .tips form input {
	height: 100%;
	background-color: transparent;
	flex: 1;
	font-size: 14px !important;
	line-height: 24px !important;
	padding: 0 22px;
}

.products .tips form input::-webkit-input-placeholder {
	color: #999;
	font-size: 14px !important;
	line-height: 24px !important;
}

.products .tips form input:-moz-placeholder {
	color: #999;
	font-size: 14px !important;
	line-height: 24px !important;
}

.products .tips form input::-moz-placeholder {
	color: #999;
	font-size: 14px !important;
	line-height: 24px !important;
}

.products .tips form input:-ms-input-placeholder {
	color: #999;
	font-size: 14px !important;
	line-height: 24px !important;
}


.products .tips form .subBtn {
	width: 53px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}


.products .tips form .subBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	padding: 0;
}


.products .tips form .subBtn i {
	font-weight: bold;
	color: #808080;
	font-size: 15px;
}


.products .tips form .subBtn:hover i {
	color: #0064DC;
}



.products .productList {
	margin-top: 56px;
}

.productList {
	display: flex;
	flex-wrap: wrap;
}

.productList .item {
	width: 31.25%;
	margin-right: 3.125%;
	margin-top: 60px;
	background-color: #ffffff;
	padding: 30px 40px 36px;
	position: relative;
	z-index: 9;
}

.productList .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #FFF 0%, #F0F2F6 100%);
	transition: .4s ease all;
	z-index: -1;
	opacity: 0;
}


.productList .item:hover {
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.10);
	transform: translateY(-26px);
}

.productList .item:hover::after {
	opacity: 1;
}


.productList .item:nth-child(3n) {
	margin-right: 0;
}


.productList .item:nth-child(-n+3) {
	margin-top: 0;
}


.productList .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productList .box {
	position: relative;
}


.productList .btnBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.productList .box:hover .btnBox {
	opacity: 1;
}

.productList .btnBox .cBtn:hover {
	background-color: #ffffff;
	color: #0064DC;
	border-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

.productList h1 {
	font: inherit;
}

.productList .tit {
	margin-top: 25px;
}

.productList .tit span {
	background-image:
		radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 2px;
	transition: background-size 0.3s ease;
	background-position: right bottom;
}

.productList .tit:hover span {
	background-size: 100% 2px;
	background-position: left bottom;
}

.productList .line {
	width: 100%;
	height: 1px;
	background-color: #E4E4E4;
	margin-top: 10px;
}


.productList .parameter {
	margin-top: 23px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.productList .parameter li {
	width: 48.5%;
	margin-top: 0px;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.productList .parameter li:nth-child(-n+2) {
	margin-top: 0;
}

.products .pager {
	margin-top: 72px;
}


.products .pager .pageList a {
	background-color: #ffffff;
	border-color: #ffffff;
}


.products .pager .pageList a:hover,
.products .pager .pageList a.active {
	background-color: transparent;
	border-color: #0064DC;
}

.products .pager .pageList a.iconfont:hover {
	background-color: transparent;
	border-color: #0064DC;
}

@media screen and (max-width:1760px) {
	.innerBanner .productCategory a {
		padding: 6px 30px;
		min-width: 120px;
	}

	.innerSlides ul {
		border-radius: 5px;
	}

	.productList .item {
		padding: 30px 20px;
		width: 32%;
		margin-right: 2%;
	}

	.productList .item {
		margin-top: 50px;
	}

	.productList .line {
		margin-top: 25px;
	}

	.products .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner .productCategory a {
		padding: 4px 20px;
		min-width: 90px;
	}

	.innerBanner .productCategory {
		bottom: 20px;
	}

	.innerSlides .title,
	.products .tips form,
	.products .tips form .subBtn {
		height: 40px;
	}

	.products .tips form {
		width: 400px;
	}

	.productList .item:hover {
		transform: translateY(-10px);
	}

	.products .productList {
		margin-top: 40px;
	}

	.productList .item {
		margin-top: 40px;
	}

	.productList .parameter li:nth-child(n) {
		width: 100%;
		margin-top: 3px;
	}

	.productList .parameter li:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.innerBanner .productCategory a {
		font-size: 14px;
		line-height: 24px;
		min-width: auto;
	}

	.innerBanner .productCategory .swiper-slide {
		margin-right: 16px;
	}

	.innerSlides .title i {
		font-size: 10px;
	}

	.products .tips {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.products .innerSlides {
		margin-top: 20px;
	}

	.innerSlides .title,
	.products .tips form,
	.products .tips form .subBtn {
		height: 34px;
	}

	.productList .item:hover {
		transform: translateY(0);
	}

	.productList {
		justify-content: space-between;
	}

	.productList .item:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productList .line,
	.productList .parameter {
		margin-top: 20px;
	}

	.productList .btnBox {
		display: none;
	}

	.products .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.productList .item {
		padding: 30px 15px;
	}
}

@media screen and (max-width:450px) {
	.productList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productList .item:nth-child(-n+1) {
		margin-top: 0;
	}
}


/* 1-2 */

.pdBanner {
	padding: 244px 0 48px 0;
	position: relative;
}


.pdBanner .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.pdBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.pdBanner .msg {
	max-width: 510px;
}

.pdBanner .msg .title1 {
	color: #ffffff;
}

.pdBanner .msg .txts {
	margin-top: 24px;
}

.pdBanner .msg .txts p {
	color: #ffffff;
}

.pdBanner .crumb {
	margin-top: 165px;
}

@media screen and (max-width:1760px) {
	.pdBanner {
		padding: 160px 0 80px 0;
	}

	.pdBanner .msg .txts {
		margin-top: 30px;
	}

	.pdBanner .crumb {
		margin-top: 80px;
	}
}

@media screen and (max-width:1333px) {
	.pdBanner {
		padding: 120px 0 60px 0;
	}

	.pdBanner .crumb {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.pdBanner {
		padding: 50px 0 50px 0;
	}

	.pdBanner .crumb {
		margin-top: 50px;
	}

	.pdBanner .msg .txts {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.pdBanner {
		padding: 40px 0 40px 0;
	}

	.pdBanner .crumb {
		margin-top: 40px;
	}
}



.innerNav {
	height: 100px;
}

.pdNav {
	z-index: 999;
	width: 100%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition: none;
	background-color: #ffffff;
}

.pdNav.active {
	position: fixed;
	top: 80px;
}

.pdNav.active::after {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
}

.pdNav .swiper .swiper-slide {
	width: auto;
	margin-right: 60px;
}

.pdNav .swiper .swiper-slide:last-child {
	margin-right: 0;
}

.pdNav a {
	position: relative;
	padding: 34px 0;
	color: #666;
	font-size: 20px;
	line-height: 32px;
	display: inline-block;
}


.pdNav a::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 2px;
	background-color: #036EB8;
	bottom: 0px;
	transition: .4s ease all;
}

.pdNav .swiper-slide.active a::after,
.pdNav a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.pdNav .swiper-slide.active a,
.pdNav a:hover {
	color: #0064DC;
}

.productDet {
	padding: 90px 0 144px 0;
}


.productAdvantage {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.productAdvantage .show {
	width: 47.25%;
}

.productAdvantage .msg {
	width: 45.1%;
	padding-bottom: 50px;
}

.productAdvantage .image {
	overflow: hidden;
}

.productAdvantage .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
}

.productAdvantage .btns .swiper-pagination {
	position: static;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 25px;
}

.productAdvantage .btns .prev,
.productAdvantage .btns .next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #0064DC;
	border-radius: 50%;
	color: #0064DC;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	flex-shrink: 0;
}

.productAdvantage .btns .prev:hover,
.productAdvantage .btns .next:hover {
	background-color: #0064DC;
	border-color: #0064DC;
	color: #ffffff;
}


.productAdvantage .btns .swiper-pagination span {
	width: 26px;
	height: 4px;
	background-color: #D9D9D9;
	opacity: 1;
	margin: 5px 5px;
	border-radius: 0;
}


.productAdvantage .btns .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #0064DC;
	width: 40px;
}


.productAdvantage .pdTit {
	justify-content: flex-start;
}

.productAdvantage .txts {
	margin-top: 32px;
}

.productAdvantage .txts p {
	color: #333;
	font-size: 16px;
	line-height: 40px;
}


.productAdvantage .txts p em {
	font-style: normal;
	padding-left: 20px;
	display: block;
	position: relative;
}


.productAdvantage .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 16px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #333;
}



.pdTit {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}


.pdTit .line {
	background: #0064DC;
	width: 4px;
	height: 30px;
	flex-shrink: 0;
	margin-right: 14px;
}

.pdTit span {
	position: relative;
}

.pdTit span::after {
	content: "";
	position: absolute;
}


.productDet {
	background-color: #F0F2F6;
}


.productDet .parameters {
	margin-top: 110px;
}


.parameters .txts {
	max-width: 1280px;
	margin: 0 auto;
	margin-top: 60px;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: 1px solid rgba(222, 222, 222, 1);
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 15px 20px;
	font-size: 18px;
	line-height: 30px;
	background-color: rgba(240, 242, 246, 1);
	color: #666;
	text-align: center;
	border-right: 1px solid rgba(222, 222, 222, 1);
}

.table table tr td:nth-child(2n-1) {
	font-weight: 700;
}



.productDet .appScene {
	margin-top: 168px;
}

.appScene .swiperBox {
	margin-top: 60px;
}

.appScene .swiperBox .sBtns>div {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #0064DC;
}

.appScene .swiperBox .sBtns>div:hover {
	background-color: #0064DC;
	border-color: #0064DC;
	color: #ffffff;
}

.appScene .name {
	margin-top: 16px;
}

.appScene .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1760px) {
	.pdNav a {
		padding: 14px 0;
		font-size: 18px;
		line-height: 30px;
	}

	.innerNav {
		height: 58px;
	}

	.parameters .txts,
	.appScene .swiperBox {
		margin-top: 50px;
	}

	.table table tr td {
		padding: 14px 20px;
	}

	.productDet .appScene {
		margin-top: 80px;
	}

	.productAdvantage .txts p {
		line-height: 28px;
	}

	.productAdvantage .txts p em::after {
		top: 8px;
	}

	.productAdvantage .msg {
		padding-bottom: 0;
	}

	.productDet .parameters {
		margin-top: 80px;
	}

	.productAdvantage .btns .swiper-pagination span {
		width: 20px;
	}
}

@media screen and (max-width:1333px) {
	.pdNav a {
		padding: 14px 0;
		font-size: 16px;
		line-height: 28px;
	}

	.innerNav {
		height: 56px;
	}

	.parameters .txts,
	.appScene .swiperBox {
		margin-top: 40px;
	}

	.table table tr td {
		padding: 14px 20px;
	}

	.productDet .appScene {
		margin-top: 80px;
	}

	.table table tr td {
		font-size: 16px;
		line-height: 28px;
	}

	.parameters .txts,
	.appScene .swiperBox {
		margin-top: 40px;
	}

	.productDet .appScene {
		margin-top: 60px;
	}

	.productDet .parameters {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.pdNav a {
		font-size: 14px;
		line-height: 26px;
	}

	.pdNav .swiper .swiper-slide {
		margin-right: 40px;
	}

	.innerNav {
		height: 54px;
	}

	.pdNav.active {
		top: 60px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
		padding: 10px 20px;
	}

	.parameters .txts,
	.appScene .swiperBox {
		margin-top: 30px;
	}

	.productDet .appScene {
		margin-top: 50px;
	}

	.productDet .parameters {
		margin-top: 50px;
	}

	.productAdvantage {
		flex-direction: column;
		align-items: flex-start;
	}

	.productAdvantage .msg {
		width: 100%;
		margin-top: 30px;
	}

	.productAdvantage .txts p em::after {
		top: 9px;
	}

	.productAdvantage .txts {
		margin-top: 26px;
	}

	.productAdvantage .show {
		width: 100%;
		max-width: 450px;
		margin: 0 auto;
	}
}

@media screen and (max-width:768px) {
	.productDet .appScene {
		margin-top: 40px;
	}

	.productDet .parameters {
		margin-top: 40px;
	}

	.productAdvantage .show {
		max-width: 400px;
	}

	.productAdvantage .btns .prev,
	.productAdvantage .btns .next {
		width: 30px;
		height: 30px;
		font-size: 10px;
	}
}

@media screen and (max-width:538px) {
	.pdNav.active {
		top: 50px;
	}
}


/* 1-3 */

.solution {
	padding: 90px 0 108px 0;
}

.solution .con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.solution .item {
	width: 48%;
	margin-top: 78px;
}

.solution .item:nth-child(-n+2) {
	margin-top: 0;
}


.solution .image {
	overflow: hidden;
}


.solution .msg {
	margin-top: 31px;
	padding: 0 44px;
}

.solution .line {
	width: 100%;
	margin-top: 19px;
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
	position: relative;
}

.solution .line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 2px;
	background-color: #0064DC;
}


.solution .txts {
	margin-top: 21px;
	height: 84px;
}


.solution .btn {
	display: flex;
	width: max-content;
	max-width: 100%;
	margin-top: 34px;
	color: #0064DC;
	font-size: 16px;
	line-height: 28px;
}


.solution .btn i {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 10px;
	font-weight: bold;
	border: 1px solid #0064DC;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 14px;
}

.solution .btn:hover i {
	background-color: #0064DC;
	color: #ffffff;
}

.solution .btn:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


@media screen and (max-width:1760px) {
	.solution .msg {
		margin-top: 20px;
		padding: 0 20px;
	}

	.solution .item {
		margin-top: 50px;
	}

	.solution .line {
		margin-top: 24px;
	}

	.solution .btn {
		margin-top: 20px;
	}

	.solution .btn i {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
}

@media screen and (max-width:1333px) {
	.solution .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.solution .msg {
		padding: 0;
	}

	.solution .txts {
		height: 78px;
	}

	.solution .line {
		margin-top: 20px;
	}
}

@media screen and (max-width:538px) {
	.solution .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solution .item:nth-child(1) {
		margin-top: 0;
	}

	.solution .txts {
		height: auto;
	}
}

/* 1-4 */

.solutionDetBanner {
	padding: 355px 0 49px 0;
	position: relative;
}

.solutionDetBanner .scrollDown {
	bottom: 29px;
}

.solutionDetBanner .tip {
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
}

.solutionDetBanner .title {
	color: #ffffff;
	margin-top: 30px;
	color: #FFF;
	font-size: 64px;
	line-height: 70px;
}


.solutionDetBanner .crumb {
	margin-top: 399px;
}


.control {
	position: relative;
	padding: 220px 0 232px 0;
}

.control .msg {
	max-width: 839px;
}


.control .title1 {
	color: #ffffff;
}

.control .list {
	margin-top: 77px;
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}

.control .list::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 58.5%;
	width: 1px;
	height: 115%;
	background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 97.54%);
	transform: translateX(-50%) translateY(-50%);
}


.control .list ul {
	width: 44%;
}

.control .list ul li {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}


.control .list ul li:nth-child(1) {
	margin-top: 0;
}

.control .list .tit {
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	width: 46%;
}


.control .list .num {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	width: 48.4%;
}


.series {
	position: relative;
	padding: 207px 0 191px 0;
}

.series .safeRange {
	max-width: 1280px;
}

.series .title1 {
	text-align: center;
	color: #333333;
}

.series .list {
	background: rgba(255, 255, 255, 0.20);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.20);
	backdrop-filter: blur(5px);
	padding: 68px 103px 72px;
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
}


.series .list .item {
	width: 18%;
	margin-right: 2.5%;
	margin-top: 52px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.series .list .item:nth-child(5n) {
	margin-right: 0;
}

.series .list .item:nth-child(-n+5) {
	margin-top: 0;
}

.series .list .tit {
	color: #333;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

.series .list .name {
	margin-top: 19px;
}



.bms {
	position: relative;
	padding: 177px 0 202px 0;
}


.bms .title1 {
	color: #ffffff;
}


.bms .safeRange {
	max-width: 689px;
}

.bms .list {
	margin-top: 71px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.bms .list ul {
	max-width: 48%;
}


.bms .list ul:nth-child(2n-1) {
	min-width: 238px;
}

.bms .list ul:nth-child(2n) {
	min-width: 271px;
}

.bms .list ul li {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}


.bms .list ul li:nth-child(-n+1) {
	margin-top: 0;
}

.bms .list ul li .tit {
	width: 33.61%;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.bms .list ul li .num {
	width: 36.55%;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
}

.bms .list ul:nth-child(2n) li .tit {
	width: 36.9%;
}

.bms .list ul:nth-child(2n) li .num {
	width: 36.9%;
}


.performance {
	position: relative;
	padding: 309px 0 284px 0;
}


.performance .title1 {
	color: #ffffff;
}

.performance .list {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.performance .list .item {
	margin: 30px 50px;
}

.performance .list .tit {
	color: #FFF;
	font-size: 32px;
	line-height: 42px;
}

.performance .list .name {
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
	margin-top: 26px;
}


.energy {
	position: relative;
	padding: 223px 0 252px 0;
}

.energy .imgBg img {
	object-position: right center;
}

.energy .msg {
	max-width: 585px;
	margin-left: auto;
}

.energy .msg .title1 {
	color: #333333;
}

.energy .msg .list {
	margin-top: 61px;
}


.energy .msg .list li {
	margin-top: 40px;
	color: #333;
	font-size: 24px;
	line-height: 36px;
}


.energy .msg .list li:nth-child(1) {
	margin-top: 0;
}


.safe {
	position: relative;
	padding: 308px 0 357px 0;
}


.safe .safeRange {
	max-width: 1296px;
}

.safe .title1 {
	color: #ffffff;
}


.safe .list {
	margin-top: 63px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.safe .list .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}

.safe .list .item:nth-child(3n),
.safe .list .item:last-child {
	margin-right: 0;
}

.safe .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.safe .list .tit,
.safe .list .name {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}

.seiko {
	position: relative;
	padding: 276px 0 274px 0;
}

.seiko .safeRange {
	max-width: 1482px;
}


.seiko .title1 {
	color: #ffffff;
}


.seiko .list {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
}

.seiko .list .item {
	width: 18%;
	margin-right: 2%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.seiko .list .item:nth-child(-n+5) {
	margin-top: 0;
}



.seiko .list .item:nth-child(5n) {
	margin-right: 0;
}


.seiko .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}


.seiko .list .sign img {
	display: block;
}


.seiko .list .tit {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	margin-top: 20px;
}

.seiko .list .line {
	height: 1px;
	width: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
	margin-top: 18px;
}


.seiko .list .name {
	font-size: 24px;
	line-height: 36px;
	margin-top: 19px;
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.solutionDetBanner {
		padding: 280px 0 40px;
	}

	.solutionDetBanner .title {
		font-size: 52px;
		line-height: 64px;
		margin-top: 20px;
	}

	.solutionDetBanner .crumb {
		margin-top: 200px;
	}

	.solutionDetBanner .tip {
		font-size: 18px;
		line-height: 30px;
	}


	.control .list::after {
		top: 50%;
		height: 100%;
	}

	.control .list {
		margin-top: 50px;
	}

	.control .list ul li {
		margin-top: 40px;
	}

	.control .list .num,
	.control .list .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.series .list {
		padding: 50px 80px;
		margin-top: 50px;
	}

	.series .list .item {
		margin-top: 40px;
	}

	.series .list .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.series .list .name {
		margin-top: 16px;
	}

	.bms .list {
		margin-top: 50px;
	}

	.bms .list ul:nth-child(n) {
		max-width: none;
		min-width: 0;
		width: 48%;
	}

	.bms .list ul:nth-child(n) li .tit {
		width: 48%;
	}

	.bms .list ul:nth-child(n) li .num {
		width: 48%;
	}

	.bms .list ul li {
		margin-top: 40px;
	}

	.bms .list ul li .tit,
	.bms .list ul li .num {
		font-size: 18px;
		line-height: 30px;
	}

	.performance .list {
		margin-top: 50px;
	}

	.performance .list .tit {
		font-size: 28px;
		line-height: 40px;
	}

	.performance .list .name {
		font-size: 18px;
		line-height: 30px;
		margin-top: 16px;
	}

	.performance .list .item {
		margin: 20px 40px;
	}

	.energy .msg .list li {
		font-size: 22px;
		line-height: 34px;
	}

	.energy .msg .list {
		margin-top: 50px;
	}

	.safe .list {
		margin-top: 50px;
	}

	.safe .list .tit,
	.safe .list .name {
		font-size: 22px;
		line-height: 34px;
	}

	.seiko .list {
		margin-top: 50px;
	}

	.seiko .list .tit,
	.seiko .list .name {
		font-size: 22px;
		line-height: 34px;
	}

	.seiko .list .name {
		margin-top: 16px;
	}

	.bms,
	.control,
	.series,
	.performance,
	.energy,
	.safe,
	.seiko {
		padding: 160px 0;
	}
}

@media screen and (max-width:1333px) {
	.solutionDetBanner {
		padding: 200px 0 40px 0;
	}

	.solutionDetBanner .crumb {
		margin-top: 120px;
	}

	.solutionDetBanner .title {
		font-size: 42px;
		line-height: 54px;
	}

	.bms,
	.control,
	.series,
	.performance,
	.energy,
	.safe,
	.seiko {
		padding: 120px 0;
	}

	.control .list {
		margin-top: 40px;
	}

	.control .list ul li {
		margin-top: 30px;
	}

	.series .list {
		padding: 40px 30px;
		margin-top: 40px;
	}

	.bms .list ul li {
		margin-top: 30px;
	}

	.bms .list {
		margin-top: 40px;
	}

	.performance .list {
		margin-top: 40px;
	}

	.performance .list .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.performance .list .item {
		margin: 20px 30px;
	}

	.energy .msg .list li {
		font-size: 20px;
		line-height: 30px;
		margin-top: 30px;
	}

	.energy .msg .list {
		margin-top: 40px;
	}

	.safe .list .tit,
	.safe .list .name {
		font-size: 20px;
		line-height: 30px;
	}

	.safe .list {
		margin-top: 40px;
	}

	.seiko .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.seiko .list .item:nth-child(3n),
	.seiko .list .item:last-child {
		margin-right: 0;
	}

	.seiko .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.seiko .list {
		margin-top: 40px;
	}

	.seiko .list .sign {
		width: 46px;
		height: 46px;
	}

	.seiko .list .tit,
	.seiko .list .name {
		font-size: 20px;
		line-height: 30px;
	}

	.seiko .list .line,
	.seiko .list .name {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.solutionDetBanner {
		padding: 100px 0 30px 0;
	}

	.solutionDetBanner .crumb {
		margin-top: 100px;
	}

	.solutionDetBanner .tip {
		font-size: 16px;
		line-height: 28px;
	}

	.solutionDetBanner .title {
		font-size: 36px;
		line-height: 48px;
	}

	.bms,
	.control,
	.series,
	.performance,
	.energy,
	.safe,
	.seiko {
		padding: 100px 0;
	}

	.control .list .num,
	.control .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.control .list ul li {
		margin-top: 20px;
	}

	.control .list {
		margin-top: 30px;
	}

	.series .list {
		padding: 30px 20px;
		margin-top: 30px;
	}

	.series .list .tit,
	.bms .list ul li .tit,
	.bms .list ul li .num {
		font-size: 16px;
		line-height: 28px;
	}

	.series .list .name {
		margin-top: 10px;
		font-size: 14px;
		line-height: 26px;
	}

	.bms .list {
		margin-top: 30px;
	}

	.bms .list ul li {
		margin-top: 20px;
	}

	.performance .list .name {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}

	.performance .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.performance .list {
		margin-top: 30px;
	}

	.energy .msg .list li {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.energy .msg .list {
		margin-top: 30px;
	}

	.energy .msg {
		max-width: 500px;
	}

	.safe .list .tit,
	.safe .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.safe .list {
		margin-top: 30px;
	}

	.seiko .list .sign {
		width: 42px;
		height: 42px;
	}

	.seiko .list .tit,
	.seiko .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.seiko .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.solutionDetBanner .title {
		font-size: 28px;
		line-height: 40px;
		margin-top: 10px;
	}

	.solutionDetBanner {
		padding: 80px 0 30px;
	}

	.solutionDetBanner .crumb {
		margin-top: 80px;
	}

	.bms,
	.control,
	.series,
	.performance,
	.energy,
	.safe,
	.seiko {
		padding: 80px 0;
	}

	.control .list ul:nth-child(n) {
		width: 100%;
		padding-bottom: 20px;
		margin-top: 20px;
		position: relative;
	}

	.control .list ul::after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		bottom: 0;
		background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 97.54%);
	}

	.control .list ul:nth-child(1) {
		margin-top: 0;
	}


	.control .list ul:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.control .list ul:last-child::after {
		display: none;
	}

	.control .list::after {
		display: none;
	}

	.series .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.series .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.series .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.performance .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.performance .list .item {
		margin: 10px 20px;
	}

	.energy .msg .list li,
	.safe .list .tit,
	.safe .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.safe .list .item:nth-child(n) {
		width: 48%;
		margin-top: 20px;
		margin-right: 0%;
	}

	.safe .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.safe .list .item:last-child {
		margin-right: 0;
	}

	.seiko .list .tit,
	.seiko .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.seiko .list .sign {
		width: 36px;
		height: 36px;
	}

	.seiko .list {
		justify-content: space-between;
	}

	.seiko .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.seiko .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {

	.bms,
	.control,
	.series,
	.performance,
	.energy,
	.safe,
	.seiko {
		padding: 60px 0;
	}

	.solutionDetBanner {
		padding: 60px 0 30px 0;
	}

	.solutionDetBanner .crumb {
		margin-top: 60px;
	}

	.series .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.series .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.bms .list ul:nth-child(n) {
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 20px;
		position: relative;
	}

	.bms .list ul::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 97.54%);
	}

	.bms .list ul:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.bms .list ul:last-child::after {
		display: none;
	}

	.safe .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.safe .list .item:nth-child(1) {
		margin-top: 0;
	}

}


/* 2-1 */

.company {
	padding: 207px 0 202px 0;
	position: relative;
}

.company .title1 {
	color: #ffffff;
}

.company .txts {
	margin-top: 36px;
	max-width: 906px;
}

.company .txts p {
	color: #ffffff;
}


.company .numList {
	max-width: 1385px;
	margin-top: 66px;
	display: flex;
	flex-wrap: wrap;
}

.company .numList .item {
	width: 20%;
	margin-right: 0%;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 30px;
	margin-top: 46px;
}


.company .numList .item:nth-child(5n) {
	margin-right: 0;
}

.company .numList .item::after {
	content: "";
	position: absolute;
	top: 48%;
	right: 0;
	transform: translateY(-50%) translateX(50%);
	width: 1px;
	height: 40px;
	background-color: #CCC;
}

.company .numList .item:nth-child(-n+5) {
	margin-top: 0;
}


.company .numList .item:nth-child(5n)::after,
.company .numList .item:last-child::after {
	display: none;
}


.company .numList .num {
	color: #FFF;
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	line-height: 42px;
}


.company .numList .name {
	color: #ffffff;
	margin-top: 16px;
}



.company .cBtn {
	margin-top: 60px;
}


.company .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}

@media screen and (max-width:1760px) {
	.company .txts {
		margin-top: 40px;
	}

	.company .numList .num {
		font-size: 36px;
		line-height: 48px;
	}

	.company .numList .item::after {
		height: 40px;
	}

	.company .numList .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.company .numList .num {
		font-size: 30px;
		line-height: 42px;
	}

	.company .numList .name {
		margin-top: 10px;
	}

	.company .numList .item {
		margin-top: 30px;
	}

	.company .numList {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.company .numList .item {
		padding: 0 20px;
	}

	.company .txts,
	.company .cBtn {
		margin-top: 30px;
	}

	.company .numList .num {
		font-size: 26px;
		line-height: 26px;
	}

	.company .numList .item:nth-child(n) {
		width: 33.333%;
		margin-top: 30px;
	}

	.company .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.company .numList .item:nth-child(n)::after {
		display: block;
	}

	.company .numList .item:nth-child(3n)::after,
	.company .numList .item:last-child::after {
		display: none;
	}

	.company .numList {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.company .numList .num {
		font-size: 24px;
		line-height: 24px;
	}
}

@media screen and (max-width:450px) {
	.company .numList .item:nth-child(n) {
		width: 50%;
		margin-right: 0;
		margin-top: 30px;
	}

	.company .numList .item:nth-child(n)::after {
		display: block;
	}

	.company .numList .item:nth-child(2n)::after,
	.company .numList .item:last-child::after {
		display: none;
	}

	.company .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

.ability {
	padding: 89px 0 88px 0;
	display: flex;
	flex-wrap: wrap;
}

.ability .con {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1513px;
}

.ability .item {
	width: 19.96%;
	margin-right: 6.72%;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 19px;
	margin-top: 35px;
}


.ability .item:nth-child(-n+4) {
	margin-top: 0;
}


.ability .item:nth-child(4n),
.ability .item:last-child {
	margin-right: 0;
}

.ability .txts {
	margin-top: 10px;
}

.ability .item:hover {
	border-bottom: 1px solid #0064DC;
}


.ability .item:hover .tit {
	color: #0064DC;
}


@media screen and (max-width:1760px) {
	.ability .item:nth-child(n) {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 30px;
	}

	.ability .item:nth-child(3n),
	.ability .item:last-child {
		margin-right: 0;
	}

	.ability .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.ability .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.ability .item:nth-child(2n),
	.ability .item:last-child {
		margin-right: 0;
	}

	.ability .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.ability .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.ability .item:nth-child(1) {
		margin-top: 0;
	}
}

.culture {
	background: #F0F2F6;
	padding: 106px 0 79px 0;
}


.culture .title1 {
	color: #333333;
}

.culture .list {
	margin-top: 61px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.culture .list .item {
	width: 33.33%;
	position: relative;
	z-index: 99;
	margin-top: 30px;
}

.culture .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.culture .list .image {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 87.55%;
	z-index: -2;
}

.culture .list .item:hover .image {
	height: 100%;
}

.culture .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.culture .list .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
	opacity: 0;
	transition: .4s ease all;
}

.culture .list .item:hover .image::after {
	opacity: 1;
}


.culture .list .item:hover {
	box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.10);
}


.culture .list .msg {
	opacity: 1;
	padding: 43px 29px 43px;
	opacity: 0;
}

.culture .list .num {
	color: rgba(255, 255, 255, .2);
}


.culture .list .item:hover .msg {
	opacity: 1;
}


.culture .list .dis {
	padding: 28px 61px 115px;
}


.culture .list .tit {
	text-align: center;
	color: #ffffff;
}

.culture .list .txts {
	margin-top: 31px;
}

.culture .list .txts p {
	color: #ffffff;
	font-size: 24px;
	line-height: 36px;
}


.culture .list .box {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 87.55%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 59px 88px 30px;
	opacity: 1;
	width: 100%;
	pointer-events: none;
}

.culture .list .item:hover .box {
	opacity: 0;
}


.culture .list .box .num {
	color: #ffffff;
}


.culture .list .box .tit {
	color: #ffffff;
	margin-top: 38px;
}


@media screen and (max-width:1760px) {
	.culture .list {
		margin-top: 50px;
	}

	.culture .list .msg {
		padding: 40px 30px;
	}

	.culture .list .box {
		padding: 40px 60px;
	}

	.culture .list .dis {
		padding: 40px 20px;
	}

	.culture .list .txts {
		margin-top: 26px;
	}

	.culture .list .txts p {
		font-size: 22px;
		line-height: 34px;
	}

	.culture .list .box .tit {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.culture .list .txts p {
		font-size: 20px !important;
		line-height: 32px !important;
	}

	.culture .list {
		margin-top: 40px;
	}

	.culture .list .box {
		padding: 40px 30px;
	}

	.culture .list .box .tit {
		margin-top: 26px;
	}
}

@media screen and (max-width:999px) {
	.culture .list .box {
		display: none;
	}

	.culture .list .item .msg {
		opacity: 1;
	}

	.culture .list .item {
		width: 32%;
		margin-right: 2%;
	}

	.culture .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.culture .list .txts p {
		font-size: 18px !important;
		line-height: 30px !important;
	}

	.culture .list .dis {
		padding: 30px 0;
	}

	.culture .list {
		margin-top: 30px;
	}

	.culture .list .item .image::after {
		opacity: 1;
	}

	.culture .list .item .image {
		height: 100%;
	}

	.culture .list .item:hover {
		box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0);
	}
}

@media screen and (max-width:768px) {
	.culture .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.culture .list .item:nth-child(2n),
	.culture .list .item:last-child {
		margin-right: 0;
	}

	.culture .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.culture .list .msg {
		padding: 30px 20px;
	}

	.culture .list .txts p {
		font-size: 16px !important;
		line-height: 28px !important;
	}
}

@media screen and (max-width:538px) {
	.culture .list .msg {
		padding: 20px 15px;
	}

	.culture .list .dis {
		padding: 20px 0;
	}
}

@media screen and (max-width:450px) {
	.culture .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.culture .list .item:nth-child(1) {
		margin-top: 0;
	}
}


.history {
	position: relative;
}


.history .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.history .title {
	width: 26%;
	position: relative;
	z-index: 99;
	padding-bottom: 146px;
}

.history .title1 {
	color: #333333;
}

.history .title .sBtns>div {
	margin-top: 42px;
}

.history .title .sBtns>div.prev {
	margin-right: 20px;
}

.history .swiper {
	width: 70.5%;
	clip-path: polygon(0% -1000%, 1000% -1000%, 1000% 1000%, 0 1000%);
	overflow: visible;
	margin: 0;
}


.history .swiper-slide {
	height: auto;
	width: 280px;
	padding: 122px 40px 343px;
	position: relative;
}

.history .swiper-slide::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	top: 0;
	right: 0;
	background-color: #EEE;
	transition: .4s ease all;
}

.history .swiper-slide-prev::after {
	opacity: 0;
}

.history .swiper-slide:last-child::after {
	display: none;
}

.history .swiper-slide:nth-child(2n-1) {
	padding-top: 229px;
}

.history .year {
	color: #0064DC;
}


.history .swiper-slide .txts {
	margin-top: 16px;
}

.history .imgBg {
	z-index: 9;
	pointer-events: none;
	height: 328px;
	top: auto;
	bottom: 0;
}

@media screen and (max-width:1760px) {
	.history .swiper-slide {
		padding: 80px 40px 300px;
	}

	.history .swiper-slide:nth-child(2n-1) {
		padding-top: 180px;
	}

	.history .imgBg {
		height: 260px;
	}

	.history .title {
		padding-bottom: 200px;
	}
}

@media screen and (max-width:1333px) {
	.history .title .sBtns>div {
		margin-top: 30px;
	}

	.history .swiper-slide {
		padding: 60px 30px 240px;
		width: 220px;
	}

	.history .swiper-slide:nth-child(2n-1) {
		padding-top: 140px;
	}

	.history .imgBg {
		height: 220px;
	}

	.history .title {
		padding-bottom: 180px;
	}
}

@media screen and (max-width:999px) {
	.history .title .sBtns>div {
		margin-top: 26px;
	}

	.history .swiper-slide {
		padding: 50px 30px 200px;
		width: 200px;
	}

	.history .swiper-slide:nth-child(2n-1) {
		padding-top: 100px;
	}

	.history .imgBg {
		height: 180px;
	}

	.history .title {
		padding-bottom: 180px;
	}

}

@media screen and (max-width:768px) {
	.history .swiper-slide {
		padding: 40px 30px 160px;
		width: 180px;
	}

	.history .title {
		padding-bottom: 150px;
	}

	.history .imgBg {
		height: 150px;
	}

}

@media screen and (max-width:538px) {
	.history .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.history .title {
		padding-bottom: 0;
		width: 100%;
	}

	.history .swiper {
		width: 100%;
	}

	.history .swiper-slide {
		padding: 20px 15px 120px;
	}

	.history .imgBg {
		height: 120px;
	}

	.history {
		padding-top: 40px;
	}

	.history .swiper-slide:nth-child(2n-1) {
		padding-top: 60px;
	}

	.history .title .sBtns>div {
		margin-top: 20px;
	}
}

.innovation {
	padding: 146px 0 148px 0;
	position: relative;
}

.innovation .safeRange {
	max-width: 1200px;
}

.innovation .title1 {
	text-align: center;
	color: #ffffff;
}

.innovation .checkSwiper {
	margin-top: 34px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.innovation .checkSwiper .swiper-slide {
	width: auto;
	margin-right: 28px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.50);
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	position: relative;
	padding: 20px 26px;
	transition: .4s ease color;
}

.innovation .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 1px;
	transition: .4s ease all;
	background-color: #ffffff;
	width: 0;
	right: 0;
}

.innovation .checkSwiper .swiper-slide.active,
.innovation .checkSwiper .swiper-slide:hover {
	color: #ffffff;
}

.innovation .checkSwiper .swiper-slide.active::after,
.innovation .checkSwiper .swiper-slide:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.innovation .checkSwiper .swiper-slide:last-child {
	margin-right: 0;
}


.innovation .msgSwiper {
	margin-top: 66px;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.innovation .title {
	color: #ffffff;
}

.innovation .tips {
	margin-top: 23px;
}

.innovation .tips p {
	color: #ffffff;
}

.innovation .list {
	display: flex;
	justify-content: space-between;
	margin-top: 77px;
	position: relative;
	flex-wrap: wrap;
}


.innovation .list::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 52%;
	transform: translateY(-50%);
	width: 1px;
	background: rgba(255, 255, 255, 0.50);
	height: 104%;
}

.innovation .list .item {
	width: 31.9%;
}

.innovation .list .txts {
	margin-top: 14px;
}

.innovation .list .txts p {
	color: #ffffff;
}

.innovation .list .tit {
	color: #ffffff;
}

.innovation .list .item .box {
	margin-top: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.innovation .list .item .box .txts {
	width: 46%;
	margin-top: 14px;
}

.innovation .list .item .box .txts:nth-child(-n+2) {
	margin-top: 0;
}

.innovation .imgSwiper {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
}

.innovation .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1760px) {
	.innovation .checkSwiper .swiper-slide {
		padding: 10px 20px;
		font-size: 24px;
		line-height: 36px;
		margin-right: 20px;
	}

	.innovation .msgSwiper {
		margin-top: 40px;
	}

	.innovation .list {
		margin-top: 40px;
	}

	.innovation .list .item {
		width: 42%;
	}
}

@media screen and (max-width:1333px) {
	.innovation .checkSwiper .swiper-slide {
		font-size: 22px;
		line-height: 34px;
	}

	.innovation .checkSwiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.innovation .checkSwiper .swiper-slide {
		font-size: 20px;
		line-height: 32px;
		padding: 4px 10px;
	}

	.innovation .checkSwiper {
		margin-top: 26px;
	}

	.innovation .list {
		margin-top: 30px;
	}

	.innovation .tips {
		margin-top: 16px;
	}

	.innovation .list .item .box .txts:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.innovation .list .item .box .txts:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.innovation .checkSwiper .swiper-slide {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.innovation .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.innovation .list .item:nth-child(1) {
		margin-top: 0;
	}

	.innovation .list::after {
		display: none;
	}
}


/* 3-1 */

.support {
	padding: 130px 0 89px 0;
}


.support .title1 {
	color: #333333;
}

.service .txts {
	margin-top: 40px;
}


.support .afterSales {
	margin-top: 124px;
}


.afterSales .list {
	margin-top: 71px;
	display: flex;
	flex-wrap: wrap;
}

.afterSales .list .item {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 30px;
	background-color: #F3F3F3;
	padding: 41px 49px 42px;
}


.afterSales .list .item:hover {
	background: #F0F2F6;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.10);
}

.afterSales .list .item:nth-child(4n) {
	margin-right: 0;
}


.afterSales .list .item:nth-child(-n+4) {
	margin-top: 0;
}



.afterSales .list .num {
	color: #0064DC;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}

.afterSales .list .title {
	margin-top: 24px;
}

.font24 {
	font-size: 24px;
	line-height: 36px;
}

.afterSales .list .txts {
	margin-top: 23px;
}



@media screen and (max-width:1760px) {
	.support .afterSales {
		margin-top: 80px;
	}

	.afterSales .list {
		margin-top: 40px;
	}

	.afterSales .list .item {
		padding: 40px 20px;
	}

	.afterSales .list .num {
		font-size: 22px;
		line-height: 34px;
	}

	.font24 {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:1333px) {

	.support .afterSales {
		margin-top: 60px;
	}

	.afterSales .list {
		justify-content: space-between;
	}

	.afterSales .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		padding: 30px 20px;
	}

	.afterSales .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.font24 {
		font-size: 20px;
		line-height: 32px;
	}

	.afterSales .list .num {
		font-size: 20px;
		line-height: 32px;
	}
}

@media screen and (max-width:999px) {

	.service .txts,
	.afterSales .list {
		margin-top: 30px;
	}

	.support .afterSales {
		margin-top: 50px;
	}

	.font24 {
		font-size: 18px;
		line-height: 30px;
	}

	.afterSales .list .num {
		font-size: 18px;
		line-height: 30px;
	}

	.afterSales .list .title {
		margin-top: 16px;
	}

	.afterSales .list .txts {
		margin-top: 16px;
	}
}

@media screen and (max-width:768px) {
	.font24 {
		font-size: 16px;
		line-height: 28px;
	}

	.afterSales .list .num {
		font-size: 16px;
		line-height: 28px;
	}

	.support .afterSales {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.afterSales .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		padding: 30px 15px;
	}

	.afterSales .list .item:nth-child(1) {
		margin-top: 0;
	}
}



.faq {
	background-image: url("../images/faq-bg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 118px 0 59px 0;
}

.faq .title1 {
	color: #ffffff;
}

.faq .checkBtns {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.faq .checkBtns .swiper {
	margin: 0;
}

.faq .checkBtns .swiper-slide {
	padding: 9px 30.5px;
	border-radius: 99px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.50);
	cursor: pointer;
	margin-right: 19.5px;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	width: auto;
	transition: .4s ease background-color;
}

.faq .checkBtns .swiper-slide:last-child {
	margin-right: 0;
}

.faq .checkBtns .swiper-slide:hover,
.faq .checkBtns .swiper-slide.active {
	background-color: #0064DC;
}


.faqList .item {
	position: relative;
	border-bottom: 1px solid #999;
	margin-bottom: 11px;
	padding: 19px 0;
}


.faqList .item:last-child {
	margin-bottom: 0;
}


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	color: #ffffff;
}


.faqList .item:last-child {
	margin-bottom: 0;
}


.faqList .answer {
	transition: none;
	display: none;
	padding: 19px 0 0px;
	padding-right: 100px;
}


.faqList .answer p {
	color: #ffffff;
}



.faqList .item:nth-child(1) .answer {
	display: block;
}

.faqList .question:hover {
	color: #0064DC;
}

.faqList .question .btn {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 30px;
	position: relative;
	margin-right: 12px;
}


.faqList .question .btn i {
	width: 17px;
	height: 2px;
	background-color: #666666;
}



.faqList .question:hover .btn i {
	background-color: #ffffff;
}


.faqList .question .btn i.move {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}


.faqList .item.active .question .btn i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}




.faq .swiper-pagination {
	position: static;
	margin-top: 66px;
}

.faq .swiper-pagination span {
	width: 20px;
	height: 2px;
	border-radius: 10px;
	background-color: #ffffff;
	opacity: 1;
	margin: 5px 2px !important;
}

.faq .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #0064DC;
}


.faq .checks {
	margin-top: 36px;
}

@media screen and (max-width:1760px) {
	.faq .checkBtns {
		margin-top: 40px;
	}

	.faq .checkBtns .swiper-slide {
		padding: 6px 20px;
	}

	.faq .checks {
		margin-top: 20px;
	}

	.faq .swiper-pagination {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.faq .checkBtns .swiper-slide {
		margin-right: 16px;
	}
}

@media screen and (max-width:999px) {
	.faq .checkBtns .swiper-slide {
		font-size: 14px;
		line-height: 26px;
		padding: 4px 14px;
		margin-right: 10px;
	}

	.faq .checkBtns {
		margin-top: 30px;
	}

	.faq .swiper-pagination {
		margin-top: 30px;
	}

	.faqList .answer {
		padding-right: 50px;
	}
}

@media screen and (max-width:768px) {
	.faqList .answer {
		padding-right: 0px;
	}
}



.download {
	padding: 108px 0 110px 0;
}

.download .title1 {
	color: #333333;
}

.download .swiperBox {
	margin-top: 70px;
}

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	font-size: 14px;
	border: 1px solid #0064DC;
	cursor: pointer;
	border-radius: 50%;
	color: #0064DC;
	font-weight: bold;
	overflow: hidden;
	background-color: #ffffff;
}

.sBtns>div.prev {
	margin-right: 15px;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}

.sBtns>div:hover {
	background-color: #0064DC;
	color: #ffffff;
}

.swiperBox {
	position: relative;
}

.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.swiperBox .sBtns>div.prev {
	left: -80px;
	margin-right: 0;
}


.swiperBox .sBtns>div.next {
	right: -80px;
}

.download .swiper {
	overflow: visible;
}

.download .swiper-wrapper {
	pointer-events: none;
}

.download .swiper-slide {
	height: auto;
	padding: 59px 30px 59px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-color: #F3F3F3;
	transition: .4s ease background-color, .4s ease box-shadow, .4s ease opacity;
	opacity: 0;
}


.download .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}



.download .swiper-slide .btn {
	width: max-content;
	padding: 8px 43px;
	text-align: center;
	border: 1px solid #0064DC;
	border-radius: 90px;
	color: #0064DC;
	font-size: 16px;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 26px;
}


.download .swiper-slide .btn:hover {
	background-color: #0064DC;
	color: #ffffff;
}

.download .swiper-slide:hover {
	background: #F0F2F6;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.10);
}

@media screen and (max-width:1800px) {

	.sBtns>div {
		width: 42px;
		height: 42px;
		font-size: 14px;
	}

	.swiperBox .sBtns>div.prev {
		left: -60px;
	}

	.swiperBox .sBtns>div.next {
		right: -60px;
	}
}

@media screen and (max-width:1760px) {
	.download .swiperBox {
		margin-top: 50px;
	}

	.download .swiper-slide {
		padding: 40px 20px;
	}

	.download .swiper-slide .btn {
		padding: 6px 30px;
	}
}


@media screen and (max-width:1333px) {
	.download .swiperBox {
		margin-top: 40px;
	}

	.download .swiper-slide {
		padding: 30px 20px;
	}

	.download .swiper-slide .btn {
		padding: 4px 30px;
	}
}

@media screen and (max-width:999px) {
	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.download .swiper-slide .btn {
		padding: 4px 20px;
	}

	.download .swiperBox {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.swiperBox .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.swiperBox .sBtns {
		justify-content: center;
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}
}


/* 4-1 */

.blogList {
	padding: 90px 0 61px 0;
}

.blogList .con {
	display: flex;
	flex-wrap: wrap;
}

.blogList .con .item {
	width: 31.25%;
	margin-right: 3.125%;
	margin-top: 30px;
}

.blogList .con .item:nth-child(3n) {
	margin-right: 0;
}

.blogList .con .item:nth-child(-n+3) {
	margin-top: 0;
}


.blogList .image {
	overflow: hidden;
}

.blogList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.blogList .tit {
	height: 60px;
	margin-top: 35px;
}

.blogList .txts {
	margin-top: 20px;
	height: 84px;
	color: #808080;
}

.blogList .time {
	margin-top: 19px;
	color: #808080;
}



.newList {
	padding: 105px 0 107px 0;
	background-color: #F5F5F5;
}

.newList .con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newList .con .newItem {
	width: 46.25%;
	padding-bottom: 42px;
	margin-top: 43px;
	margin-bottom: 0;
}

.newList .con .newItem:nth-child(-n+2) {
	margin-top: 0;
}


.newPiece {
	padding: 85px 0 85px 0;
}


@media screen and (max-width:1760px) {
	.blogList .con .item {
		width: 32%;
		margin-right: 2%;
	}

	.blogList .tit {
		margin-top: 20px;
	}

	.newList .con .newItem {
		width: 48%;
		padding-bottom: 40px;
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.blogList .tit {
		height: 56px;
	}

	.blogList .txts,
	.blogList .time {
		margin-top: 16px;
	}

	.newList .con .newItem {
		padding-bottom: 30px;
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.blogList .txts {
		height: 78px;
	}

	.blogList .tit {
		height: 52px;
	}

	.blogList .con {
		justify-content: space-between;
	}

	.blogList .con .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.blogList .con .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.newList .con .newItem:nth-child(n) {
		width: 100%;
		padding-bottom: 30px;
		margin-top: 30px;
	}

	.newList .con .newItem:nth-child(1) {
		padding-top: 0;
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.blogList .con .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.blogList .con .item:nth-child(1) {
		margin-top: 0;
	}

	.blogList .txts {
		height: auto;
	}

	.blogList .tit {
		height: auto;
	}

	.newItem {
		flex-direction: column;
		align-items: flex-start;
	}

	.newItem .time {
		flex-direction: row;
		margin-right: 0;
		width: auto;
		margin-bottom: 20px;
	}

	.newItem .time .year {
		margin-top: 0;
		margin-left: 20px;
	}
}

/* 4-2 */

.newDet {
	padding: 90px 0 100px 0;
}

.font32 {
	font-size: 32px;
	line-height: 42px;
}

.newDet .tips {
	margin-top: 41px;
	display: flex;
	align-items: center;
}


.newDet .tips .time {
	color: #808080;
	font-size: 16px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 73px;
}

.share {
	display: flex;
	align-items: center;
}


.share span {
	color: #888;
	font-size: 16px;
	line-height: 28px;
	flex-shrink: 0;
	margin-right: 10px;
}


.newDet .des {
	margin-top: 38px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 40px 0 83px 0;
}

.newDet .prevOrNext {
	margin-top: 70px;
}


.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 48%;
	max-width: 500px;
}

.prevOrNext>div.next {
	justify-content: flex-end;
}


.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0064DC;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border: 1px solid #0064DC;
	flex-shrink: 0;
}

.prevOrNext .btn i {
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
}

.prevOrNext a.btn:hover {
	background-color: #0064DC;
	color: #ffffff;
}


.prevOrNext .prev .btn {
	margin-right: 16px;
}

.prevOrNext .next .btn {
	margin-left: 16px;
}

.prevOrNext .name {
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	line-height: 24px;
}

.prevOrNext a.name:hover {
	color: #0064DC;
}

.prevOrNext .next .name {
	text-align: right;
}

@media screen and (max-width:1760px) {
	.font32 {
		font-size: 28px;
		line-height: 40px;
	}

	.newDet .des {
		padding: 40px 0;
		margin-top: 40px;
	}

	.newDet .prevOrNext {
		margin-top: 40px;
	}

	.prevOrNext .btn {
		width: 44px;
		height: 44px;
	}

	.prevOrNext .btn i {
		font-size: 12px;
	}

	.newDet .tips .time {
		margin-right: 60px;
	}
}

@media screen and (max-width:1333px) {
	.font32 {
		font-size: 24px;
		line-height: 36px;
	}

	.newDet .des {
		padding: 30px 0;
		margin-top: 30px;
	}

	.newDet .prevOrNext,
	.newDet .tips {
		margin-top: 30px;
	}

	.prevOrNext .btn {
		width: 42px;
		height: 42px;
	}

	.newDet .tips .time {
		margin-right: 40px;
	}
}

@media screen and (max-width:999px) {
	.font32 {
		font-size: 22px;
		line-height: 34px;
	}

	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
		max-width: 100%;
	}

	.prevOrNext .next .name {
		text-align: left;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 16px;
		flex-direction: row-reverse;
	}
}

@media screen and (max-width:768px) {
	.font32 {
		font-size: 20px;
		line-height: 30px;
	}

	.newDet .tips .time {
		margin-right: 20px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* 5-1 */

.joinUs {
	background-color: rgba(244, 244, 244, 1);
	padding: 140px 0 75px 0;
}

.joinUs .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}


.joinUs .list .item {
	width: 47.75%;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	margin-top: 58px;
	box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.10);
}


.joinUs .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.joinUs .list .title {
	position: relative;
	padding: 0 32px;
	display: flex;
	align-items: center;
	border-radius: 10px;
}


.joinUs .list .title:hover {
	background-color: #0064DC;
	box-shadow: 0 0 23px 5px rgba(0, 0, 0, 0.10);
}

.joinUs .list .title:hover span {
	color: #ffffff;
}

.joinUs .list .title:hover::after {
	background-color: #ffffff;
}

.joinUs .list .title:hover span {
	border-bottom: 1px solid #0064DC;
}

.joinUs .list .title span {
	padding: 35px 0 24px;
	border-bottom: 1px solid #E3E3E3;
	width: 100%;
}

.joinUs .list .title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 37px;
	width: 6px;
	height: 25px;
	background-color: #0064DC;
	transition: .4s ease all;
}


.joinUs .list .txts {
	padding: 26px 32px 54px;
}

.joinUs .pager {
	margin-top: 69px;
}

.joinUs .pager .pageList a {
	background-color: #ffffff;
	border-color: #ffffff;
}


.joinUs .pager .pageList a:hover,
.joinUs .pager .pageList a.active {
	background-color: transparent;
	border-color: #0064DC;
}

.joinUs .pager .pageList a.iconfont:hover {
	background-color: transparent;
	border-color: #0064DC;
}

@media screen and (max-width:1760px) {

	.joinUs .list .item,
	.joinUs .list .title {
		border-radius: 5px;
	}

	.joinUs .list .txts {
		padding: 26px 30px;
	}

	.joinUs .list .title span {
		padding: 26px 0;
	}

	.joinUs .list .title::after {
		top: 31px;
	}

	.joinUs .list .title {
		padding: 0 30px;
	}

	.joinUs .list .item {
		margin-top: 45px;
	}

	.joinUs .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.joinUs .list .title span {
		padding: 24px 0;
	}

	.joinUs .list .title::after {
		width: 4px;
		top: 25px;
	}

	.joinUs .list .title {
		padding: 0 20px;
	}

	.joinUs .list .txts {
		padding: 30px 20px;
	}

	.joinUs .pager {
		margin-top: 40px;
	}

	.joinUs .list .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.joinUs .list .title::after {
		top: 28px;
	}

	.joinUs .list .item:nth-child(n) {
		margin-top: 30px;
		width: 100%;
	}

	.joinUs .list .item:nth-child(1) {
		margin-top: 0;
	}

	.joinUs .list {
		margin-top: 30px;
	}

}


/* 5-2 */

.jobDet {
	padding: 91px 0 146px 0;
}

.jobDet .safeRange {
	max-width: 1281px;
}

.jobDet .tips {
	margin-top: 19px;
}


.jobDet .tips span {
	margin: 0 16px;
}


.jobDet .list {
	margin-top: 60px;
}


.jobDet .list .item {
	margin-top: 60px;
}

.jobDet .list .item:nth-child(1) {
	margin-top: 0;
}

.jobDet .list .title {
	padding-left: 20px;
	position: relative;
	color: #000;
}

.jobDet .list .title::after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 4px;
	height: 30px;
	background-color: #0064DC;
}

.jobDet .list .txts {
	margin-top: 30px;
}

.jobDet .list .info {
	margin-top: 30px;
}


.jobDet .list .info li {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}

.jobDet .list .info li a {
	color: #666666;
}


.jobDet .list .info li a:hover {
	color: #0064DC;
}

.jobDet .list li span {
	display: inline-block;
	direction: ltr;
}

.jobDet .list .info li.email a {
	word-break: break-all;
}

@media screen and (max-width:1760px) {
	.jobDet .tips {
		margin-top: 20px;
	}

	.jobDet .list {
		margin-top: 50px;
	}

	.jobDet .list .item {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.jobDet .list {
		margin-top: 40px;
	}

	.jobDet .list .item {
		margin-top: 40px;
	}

	.jobDet .tips span {
		margin: 0 6px;
	}

	.jobDet .list .title::after {
		top: 6px;
		height: 27px;
	}
}

@media screen and (max-width:999px) {

	.jobDet .list .txts,
	.jobDet .list .info {
		margin-top: 26px;
	}

	.jobDet .list .info li {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.jobDet .list .title::after {
		height: 22px;
	}
}


/* innerBanner */


.innerBanner {
	position: relative;
	height: 680px;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .safeRange {
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 3px;
}


.innerBanner .title {
	font-size: 64px;
	line-height: 76px;
	color: #ffffff;
	font-weight: 700;
}

.innerBanner .crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 15px;
}

.crumb {
	color: rgba(255, 255, 255, 0.50);
}


/* crumb */

.crumb a,
.crumb i {
	font-size: 14px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.50);
}

.crumb i {
	font-style: normal;
	margin: 0 4px;
}

.crumb a:hover,
.crumb a.active {
	color: #0064DC;
}

/* 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: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333;
	margin: 5px 12px;
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
	border-radius: 50%;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #0064DC;
	border-color: #0064DC;
	background-color: #ffffff;
}


.pager .pageList a.iconfont {
	font-size: 14px;
	background-color: #0064DC;
	border-color: #0064DC;
	color: #ffffff;
}

.pager .pageList a.iconfont:hover {
	background-color: #ffffff;
	color: #0064DC;
}

.pager .addTo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 5px;
	color: #333;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}


.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}


.pager .addTo img {
	margin-left: 10px;
	width: 18px;
}

.pager .addTo:hover span {
	color: #F7AC01;
}


@media screen and (max-width:1760px) {
	.innerBanner .safeRange {
		padding: 80px 0 0 0;
	}


	.innerBanner .crumb {
		margin-top: 20px;
	}

	.pager .pageList a {
		width: 42px;
		height: 42px;
		margin: 5px 10px;
	}

	.innerBanner {
		height: 540px;
	}

	.innerBanner .title {
		font-size: 46px;
		line-height: 58px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 460px;
	}

	.innerBanner .title {
		font-size: 36px;
		line-height: 48px;
	}

	.pager .pageList a {
		width: 38px;
		height: 38px;
		margin: 5px 10px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}
}

@media screen and (max-width:999px) {

	.innerBanner {
		height: 360px;
	}

	.innerBanner .safeRange {
		padding-top: 0;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
		font-size: 14px;
		margin: 5px 8px;
	}

	.pager .pageList a.iconfont {
		font-size: 10px;
	}

	.pager .addTo {
		font-size: 14px;
		margin: 5px 10px;
	}

	.innerBanner .title {
		font-size: 30px;
		line-height: 42px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 300px;
	}

	.innerBanner .title {
		font-size: 26px;
		line-height: 38px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 260px;
	}
}


/* footer */


footer {
	position: relative;
	background-color: #1A1A1A;
	padding: 90px 0 26px 0;
}

footer .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



footer .fLogo {
	width: 241px;
	display: flex;
	align-items: center;
	justify-content: center;
}


footer .fLogo:hover img {
	transform: none;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}


footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 5px 0;
	margin-right: 24px;
}



footer .blogrolls a:hover img {
	transform: translateY(-5px);
}


footer .footerList {
	display: flex;
	justify-content: flex-end;
	width: 40%;
}

footer .footerList>li {
	margin-left: 23.8%;
}

footer .footerList>li:nth-child(1) {
	margin-left: 0;
}

footer .footerList .box li {
	margin-top: 10px;
}

footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fContact {
	width: 25.1%;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList li.fContact .box ul li.address {
	margin-bottom: -3px;
	margin-top: -2px;
}

footer .footerList .fContact .address .name,
footer .footerList .fContact .address .num {
	line-height: 32px;
}



footer a,
footer p,
footer div {
	font-size: 14px;
	line-height: 26px;
	color: rgba(255, 255, 255, .8);
}

footer .box a:hover {
	color: #0064DC;
}


footer .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	display: inline-block;
}


footer a.title:hover {
	color: #0064DC;
}

footer .footerList .box {
	margin-top: 22px;
}

footer .footerList .box a {
	display: inline-block;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	margin-top: 83px;
}

footer .fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 24px;
}

footer .fBottom .links {
	flex-shrink: 0;
	margin-left: 40px;
}

footer .copyright a {
	display: inline;
}

footer .copyright {
	color: rgba(255, 255, 255, .6);
}

footer .links span {
	margin: 0 12px;
}

footer .links a {
	color: rgba(255, 255, 255, .6);
}

footer .links a:hover {
	color: #0064DC;
}


@media screen and (max-width:1760px) {
	footer {
		padding: 60px 0 40px;
	}

	footer .fLogo {
		width: 180px;
	}

	footer .footerList {
		width: 50%;
	}

	footer .fBottom {
		margin-top: 30px;
	}

	footer .line {
		margin-top: 60px;
	}

	footer .footerList>li:nth-child(n) {
		margin-left: 0;
	}

	footer .footerList {
		justify-content: space-between;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList {
		width: 60%;
	}

	footer .fLogo {
		width: 160px;
	}

	footer .blogrolls {
		margin-top: 30px;
	}

	footer {
		padding: 50px 0 30px 0;
	}

	footer .line {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	footer .con {
		flex-direction: column;
		align-items: flex-start;
	}

	footer {
		padding: 40px 0 80px 0;
	}

	footer .line {
		margin-top: 30px;
	}

	footer .blogrolls {
		margin-top: 30px;
	}

	footer .fLogo {
		width: 140px;
	}

	footer .blogrolls a {
		margin-right: 20px;
	}

	footer .footerList {
		flex-wrap: wrap;
		margin-top: 20px;
		width: 100%;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 30px;
		height: 30px;
		font-size: 12px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .fContact .address .name,
	footer .footerList .fContact .address .num {
		line-height: 26px;
	}


	footer .footerList li.fContact .box ul li {
		margin-top: 10px;
	}

	footer .footerList li.fContact .box ul li.address {
		margin: 0;
	}

	footer .footerList .fContact .address {
		width: 100%;
		margin-top: 10px;
	}

	footer a,
	footer p,
	footer div,
	footer .fBottom .links span,
	footer .fBottom .links a {
		font-size: 14px;
	}


	footer .fBottom {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .fBottom .links {
		margin-left: 0px;
		margin-top: 16px;
	}
}


@media screen and (max-width:768px) {
	footer .fLogo {
		width: 120px;
	}
}

@media screen and (max-width:538px) {

	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+1) {
		margin-top: 0;
	}

	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}

	footer .top {
		bottom: 140px;
	}

	footer::after {
		border-radius: 0 40px 0 0;
	}

	footer .fLogo {
		width: 100px;
	}
}



/* 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: 6px;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	background: rgba(0, 0, 0, 0.20);
	color: #ffffff;
	margin-bottom: 6px;
	font-size: 26px;
	border-radius: 4px;
}


.customer .top a {
	width: 54px;
	height: 54px;
	background: rgba(0, 0, 0, 0.20);
	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: 4px;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.customer .top i {
	text-align: center;
	font-size: 26px;
}

.customer div div {
	cursor: pointer;
}


.customer div .sign img {
	width: 24px;
}


.customer div:hover a,
.customer div:hover div {
	background-color: #0064DC;
}

.customer div a:hover img {
	transform: none;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code div {
	cursor: auto;
}

.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(0);
	opacity: 1;
	pointer-events: all;
}


.customer .phone {
	position: relative;
}

.customer .phone div {
	cursor: auto;
}

.customer .phone .num {
	position: absolute;
	right: calc(100% + 10px);
	white-space: nowrap;
	top: 50%;
	transform: translateY(-50%) translateX(140%);
	background-color: #0064DC;
	color: #ffffff;
	padding: 5px 20px;
	opacity: 0;
	z-index: -1;
	transition: .5s ease all;
}

.customer .phone:hover div {
	background-color: #0064DC;
}

.customer .phone:hover .num {
	transform: translateY(-50%) translateX(0%);
	opacity: 1;
}


.customer .phone .num::after,
.customer .phone .num::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.customer .phone .num::after {
	width: 10px;
	height: 14px;
	background-color: #0064DC;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.customer .phone .num::before {
	height: 100%;
	width: 10px;
}


@media screen and (max-width: 1760px) {

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 48px;
		height: 48px;
		font-size: 20px;
	}

	.customer .top i {
		font-size: 26px;
	}

	.customer div a img {
		width: 22px;
	}
}

@media screen and (max-width: 1333px) {

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.customer .top 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;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
	}


	.customer div .sign img {
		width: 20px;
	}


	.customer div a:hover,
	.customer div div:hover {
		background-color: rgba(0, 0, 0, 0.20);
		color: #fff;
		box-shadow: none;
	}

	.customer div.top a:hover {
		background-color: rgba(0, 0, 0, 0.20);
	}

	.customer .phone:hover div {
		box-shadow: none;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #0064DC;
	}

	.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%);
	}


	.customer .phone:hover div {
		color: #ffffff;
		background-color: #0064DC;
	}

	.customer .phone.active div {
		background-color: #0064DC;
	}

	.customer .phone:hover .num {
		transform: translateY(0%) translateX(0%);
		opacity: 0;
	}


	.customer .phone .num {
		right: auto;
		left: 0%;
		white-space: nowrap;
		top: 0%;
		transform: translateY(0%) translateX(0%);
		opacity: 0;
		font-size: 14px;
	}

	.customer .phone.active .num {
		transform: translateY(-150%) translateX(0%);
		opacity: 1;
		box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
	}

	.customer .phone .num::before {
		display: none;
	}

	.customer .phone .num::after {
		left: 16%;
		top: 100%;
		clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
		width: 16px;
		height: 10px;
	}
}


@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAADjkAAsAAAAAYDAAADiTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACQegqBmgz7TgE2AiQDgnQLgTwABCAFhGcHiCQbdE91hpzHAUB1Q4iibHKC2f//PbkxRLQCzVXbu6GkAN3IGSgKpeDDWJixaUSmrA7LBEQiRWKJEA9Y7hv2K8iRoZOmcgvBnzDB5ZQRAq97icdjh9X72m3p0LBdzu06Nx2xm9ic9M7RXMJjDm4rQY+hUXbDfNP7D1jpBGrUQ5KiCU819nt7u3dfHZqoh4Ink5RpFjKlkAiVUqA0Zodgbt2CMRgDFgy2wYoVMWKjN2AVDMbYYPQGwgAR6X6MAvUlDD6swHpFRftfUTHyxYoPxPpvmNemfSN7cyAZ33OcQ4KBLLDhI08jtVJLNgdsDiwYAoCXga68ACAoxmj7qsq7gbdIzLTM3CEJCIMT01wKU5rqgGX8h7pUXqX5EYJkBwjupBQQQ/52sz9jl4WABcPWa6pYotLSyqhhccFJX+vYyqRD6CXeRjyBx7a8NabNAyZfYnKtnAM5I6Z3fkN5/v/PbGe2apqKSXHVAz0reOAH1E2yTbYqjlBcsfzQhQvo8Xe6xC8xmplglHT3+MMElQQQzy/zcyhrw5vwID4z1CuMAuFqNvZiKyreSgbnhTziICLgSjVtSVEp0SnTGjquc9Hk0FV3IPjiAWA4Ugnk//jBD/N4OgCkXkNQIcfSIVdyB4AKhCJAJcKR75CqVyd3uXfpMtSeXi5ddylUbsreULlEmbskUqU+uDVebEqi9tP7MfU9cLRbHzFoAtETWSKJxvbv8Riuzo/MRZ+7GYCg7vUgAPJgThyoXJlgApFSW3UZ+Ag4KNcXwHFCKS2228AHihQwhV9ANpZ09wlHQVYnAsKSTgbwyr94+TX8AiQggAgD5REdPSsWgI3X4GPRfu1BH6XD3zSw4wAgAlAAU5GNMpK6RfGBtWSK83nMFhyq2ALf2xGyQcBJ8ONfoEIdwQhEMWlFZyx5kYaRRaYcNp10s5w1rGMzWznEXd74L+aSMb349Mo9xzzmSSc84+Dk4ubp7R/SmZ6syK4cys/7dbT1o6598uHvxyb3KG5cOzWl8HAb3vQt82668cFAauEp326fEyNGZ9db83nt1fDTL9cv8FLdeOmpy1c+XP9a33rvhhsPBUY2bfF90+e7Edv3j92aQ94j//M8oETBmEp9WgyqN+Z9rYx1XeZ1aNNrzZAlT1s+Fhv3YcSCPq36NSo0pUG5hm7NtlVYUuD85W3Hrj37jwerDqsdHh1fXF6dnF7fnJ3f3t0/LPo0p10NNWHTilHr6kybNWXYgB6vpSgobaBrNSj+Rh/9JAADShBwoAqBAMYJJFCJQAGdhBvQQmCAQQIL1BN4YIwgAO8FEahFkIEyBA3YIJgclcACYJ4IBDoIHtBG8IFeIgpYI+KAISIeWCLEwJNQA1uEBvgojEAxwgJMEJnAB5EDjBA2YIHoBPqIbqCVWAb0E8uBRmINUIhYB0wTm4AGYjNQjtgKNBEHgW7iENBM3AW2iS9ABeI/YJmYAwqQDOBZMoEXyQLeZCCwQ/KAXTIE2CNDgX0ZDjzKLcCBHAVWyTHgUB4DqpEngHfyJHAkJ4BjeQa4kOeAS3kBuJIXgRN5CTiVPwHX8jJwI68AZ3ISOJdXgVt5HbiTU8C9/B14kO+BRXIO+CTngTl+tQPt/OoEavCrhyoCYQVQkyDsAmoThENArYDwMwCj/J4B1vmDAurwt5+a4cJaAGb5JzUFQoAaBqECMMD/juoBoQfqFYQCgveuvs87/gEKFrTfVzKk8Ke6kBB5wlS8tXzlsxIWjeZyUdQAkcszqmooomKXE1GSmkyRso98/KyLwVibJlUomIIoJbHgo27UQvGhy1OmW8ZrA2UVhtwNf7/yCTTBpFhzwRZoS2RtrxQHA/EYBAffKSCHHYqnTSyOGDNYoGeDt8TwaaeZcNXghY6ps7G6UfDOOaJXRB6o62nvi7hZ8YIUjeaEQ+UroCnGzdDJ/SDSZbMlDmVFYTjJJMleclmXimWSi4QtOwhsGnnwx421KNCqTFK1k8laHuNtWpBt1RBLfNIvZPKTf/YhMIW4SSkcmmSi7CaTeNxuu+lkoUKUkkaqTnPgsxYrbu/FPJck6k7nsK/UgjQunGtCoD6cR7fTsC7nPZRpCVr8zfdEqNTtrajpSirmSrkMCnv060TzPHAuocs6OydFD+ogmvpOd3GI2XuLL/mI8oFSbmZpAdH317Qd6hn3rNJ9cWVYT9ElKA7M5tu23K3OJwpBQN+sEdDQBuhzvXYRScpMwwQlcoGckBcSvCkNlcJu1+pbfSzqCYlaqpZpSJIlM9LIbkgluEtF+uuzQv5uS39R07hz6Lg4zHzv2GMAFIJaJmzxuGddr0YqQUrsuaO0JKiuQsEVBDt2Iyh7qZTYR8abd2valXq2KnvzW1a9UokWRTBcrqf3/aFmdrkymhfKoU3CixfQvgAuTAX2jfCtJUHJuMVZCNKuL3pxikENXTu/ePrxWLxwTgj3m57+cNKIOR6fMpO+v3HFwAH4ZrH7znBxwogPFo4qO6Zqb6W6PL2jZUlLZ55ohAF/GkyAU/9ofd2ttXDkptabvXPTZqJfOaxoG9OQ7qBOvVMRS5kMSoukuEHTwu6azIzW2Y6K25lstb6I6v0eRHl2nCcjtwxqRKjTtkY8z3Icw3Vt369Slklxq2OOIbYXyWh9HZO+t7s4ztpGqxqht8+DwBfuYGRYiPUvwSC52PsNHZlje2gMcEP+HA+eFOfUMnzjOblPoQAKIgC1lyEdAOEhRmwMARkhAzsIUu9I/O4OXKCHHQQDCKiSkp5iQeEC2dDrHjkKatZvjzrhj6djY8qna7Ns5V+O5TvNsVgUiU/HZouPp/FSYGbp3F/j2LFpaqed3g0JhV6qdl7It9P1vuibhSvRvBSBqHu8Yq7pOMn8Tvxnl/zPEE+Vb0xBa09KhKPlp8oBpPMmnJ0y7ur7EF+563+7V7h6z/t8GyF1QExMh/rzX8YaEpUAnul+tW6U26wAg6SLw6z9PbvJ1QBuEY6g7FehACa8Jc+zneGcvWkGtAU4S0CsSx444ACeDtFO9ga+gwEYhADdpZ7p4yhzDQelIPU8fxup60xBAkheiHrw7vgq4uvALLRDu6J9wufe9Jk3eQIOfsyJT4Rywro+9qHISv4oLs6u11ItKl7rv7FfVn9t19kPKamRWS/Pww+3aZsrXgxWvn//M9aDG+P3jPHbyryXlJBwpVsPHo4KsC0GyskkvP+DUfsdPs18ykx5SPQXK9mAgIjPv8GZ2djO2kN0Xa9GQNSe+b/dGEXQMM38hgllh1EENQggQPfV/xGgnIt3/2Q+PXyYeIDBotjF7IRX3Vk6/hsGXy0f2HscBcM84MQtPUc4XGQ//6EZsvU2dkobDbFY/i7ca5rXv/uKEqtvFslPopIyESiFSgXTzoHNnis7/Rv5VxhlWeZSrQx+gy4NfXReVLiJkY41GnwB5cNl4dYglCsszRB9aCbQdvf3NGjHtdi7MBAKwuzdKGuDgVsoQjtwhHRV7f5DcM+G1DFcjAIQEO/nvThAMBhnPgeAzPQXBPPAFCCaulyU+RAgVZB4mgbfclN1NKz9JUXejICb0uj9EZ1bLCndNp8rKqgmnJeSxC/E7D5jdap4NU8RCRtdlufDz281njgIhyfjzsZVdSJWAtM3xzYVQhKZSvgAAdPL8XzYBId9s+oO16j29Ow2apBEp6MuII0qlUQhYmge30fA1EeFDQ4QDk3EPIEc2bum+Ztak2aPu2qnA83gymzuzp3HxcfLBlfFjvWz82f704qNyZOljERJ6kCY3La5de1R7sIRQ1ylvohgkC9qQeBHKpGpSOWZPdD2hpezuwad5t6TeC5WCn3o0+XwZLj8tKWv7g4htD/iO8PnqWKyGjUxWFydiUCulaopO4PwX2690kYnWEhUIh/5ZDU6LRa72aa+z5K95pbU20K+lZJ7lmmH9EQi8GiTJqTPrI08H8BreUoCPzkqmaAfxSiRIHBsjBDtddJBEfespo0RUNSwFA2zLnyBcfRw6MzRgtHLxL+mx+aJzcEQXVrsL3xkCmPKpj/0ud5Eukq1AOHJWsr2tLZqXjdvqul5z/rcD5F0mjlLzk7RRW7m31LviPO9WosdckOa3FKtdxKdW7oJENlZJzWEUR2hd3DRuS0hHeXeg/FgmhgKAlk60wXMw83F+VXWVWo3pad9Hw/4aUY+L/XFBGhKrfk5K/+Q9Qfn1Ni0pSnpnjWtaKdNPqtY4Sok84ljyyWkZTV176JYjPre/iEJdhC9fRkgCKpPqJ6AYPvCh3QJeJKbQEgLB1DQ0uIABWLB569Zf0/9LPNLY8TG1mJx3ODZGG00cTwjmydmnwSbG1gc1Ukqzuo1FEuL2mHQGw2z83G2IYwWr1OdYM3Lzt6+9uDhw5H7915/CJZxct0XRW6xB4GZyg/adDYdwFvFedsf0ogx67TWQPSBdNUPf8v3sCM8VUwWa9dbBNKf7NIo87XvgEHaaXQ5YncEI795/nYqooHCbdEq9rNvhxwKFw24nTPaU1NlXZmChtWpKzv1liWZa7OC6bkyCghmJNlwYD2MFZVU21cmsnxlckM8I0F01HZmVoGVw4nmvES0BUE+xGu0fot/UWWb/3nwJVLDCRVH9PP1T7vPjamde6Q19WTjSr35UXKojNlYvyOIra3N8+cHt8/t6MbKfrlYSn+xPz4Ynaud37zwczZFTRhc70HSn5q6s9NX2Td/67jD02ExooSYD4/9jBvUkB8L/oUBTgZpgAMhncQMAJmzrtgxOigRGOI4G08w+gMMIpNbmP4WAhIssA6ihRx+7gNpqCgvY7a8GC+DW/TgxpPAfGI+lkHgVfLyluaKjTNsm9kpnVN+kh3t03oQST6eMt1kMztMvMPwzlQ+HNGMzCiP6N9VHvNAZsGbpyrj9IMTBIruc/rxv0gEa6SG3KeAMJkcvdE/2/O86P3juBnVIsaXTOvLdkSL6l+2zC/ZoXQKZa+Hn8vC1O230Jtv04lUyhhd2empLWu0M+FJfggNqIXv+DLkyFzV52J7uSmP+WLb7Pb4XMnjHVd4Yabg7IR6GMCbLlaHpU6oS7oNBDxpzfvvYMku/maNKmrk9RsSQerQdIq7vzwDv6nM759wVRxSEagh5b4s6zC+pjIcBDX9UcuZqXHH8tiPaZsainMVW4x5j8MDXpWEX0tmVkoTcohv5b4gAh+zzeRi079aF67MIRBiAcntDgJJYiryZDY+eH2PTvrqTvOBrC/FJoBwfDLMBrX913ZZsjf2HcH3lGpyGt6Dtdgm5K32z4jdvUMGvvx/etJ7d60Rcu0+S/BHE1D4mdP8qwmCkFoAtFoeOSDDwrY1u/j+e8puTCeV70VPqZZ6hNBtZUPdv8y93UHjZVN65G8cNTKe5gVI+G+Vx0xJdL5JR0XSoXIV1tPi3cktbimtO60w2lcu5/TWxB68XVz7JFKZV1nd+19+O4xp+dcmi7PLixVBH+LaoXXciE8IfW0xmycYs2Pw6zyzo1WbqgRGOI/BXJRbcbaIw0KHtiuvqIjwnfCajlySM4rt5S+Xwt6uC+idS1IyFkS5MXSG2B2Sx8vLdDKyw4BPStUQXzL1R4gHkaD1E6qZEkbqxpszwPJ5mscMEiah5N+d50XPK57hFEtGjO5E3YpNrgKGsfJxs7md2R1z5y6xhElrU3DSpfV6Pj+sFtlZ0lKLGSCJjdfu4tOP3xIn/JOqwTpXxal5zw6xtw6dNNu5gmowPHHxbFWswmKjA+Z7Jqs47qBwuS+KOpidOnOTskqr7hVn9gIeqXAEmbWbvYvmpf6tdPPuG/f159J3YZCU5ipjCU0Cf6a0p32UNLjkZnIRhrqzrVwOSG2d2M8lFjQkBEhLLdNMBrzQegbRzzQIiP2nJ2eQYSH9g2Xlt5VHtsf3vEEHeg/iJZHGwXWGP2xxDf0RXwwfp6rJKgSSLfqLrSbXmxllBVvuDc4yMMnxElruoYuZIMAFNYyZqAoUEE5alsTLSXd3WAKZGkaUAYXZF5gk/ktQTFeMKcAuiDUHZuISimXVAQ7EJQQ7BrEJTwESjFRXRFiSeDDpHJiOjcJxiafIKk5809bZrjmycqmWkU+37bEpvf4mDm35p4ukTMcakJfD/97MfxnWf256etrzpIQdMGhiCfC2jeWfAfI16q/Iy1vp1BBctCz5wkeVfFeCoVwKeOb/4ofMlB43Hcm92wLhb7hE1wNCByG/+JrR3ScMx2JgbSY7ueWZfH2ulhhQFajuHDTatmyBK+HvJrAludukZP5vLSTMmvDZcrMZCJtvEZAw0Un/v02C2PGldP+eFST3cefT90x/+PNmDb56P/Z6VoC4k9p0Zl6kmgQVefB3v5wvRyUrYFt8iRVkyZ0M7gXdnUcOtGPaly/kqiQwXNx3mt8vra5wmYlbVCJAXpO7mK23C7ncakzBbH72vXba4SLDHQfrETVw4Lrn/XnfIg3+gmml3TP9vxKyrh4aCb9I31563+NfkclW7RPz7Hy5K6+3+FG+tFp8DFji52ok/9KmmjotUSKo8nnM3lpcP61YBay1cgtLB3tdPFWs5x3LcpFLqbOSXCLe8RCvBUAuNlZlBu9782BmNUnS5Sqr+AAtZGmutCZ1GE+1CjMTr9B7fNpFm76+VymDZQYKHhvMPNnMnRYQ+a1Xd6gl6e8a2Rf+Oroo+I0vD77Hpm11QQhA0D2uAkuHUBSLkqeLElpCPi8wWxzCkAYUeTG7PD/A4LqMLh5E/YEmpE0s77El7Y+ospHOBXJDbZHxOtQKpl7e1YTnUvDRFHb/knmxV62CdfnUGbVyAg55G0ohGhRZZ+/L6+fCN9CaUL+f/JzAyOeeIOJHk5yaWWvLLI9+EcwZGysJfOjDm2k82Wt6WO/pvMinUZS8367ZuycE1egDcq1tT5Y6VGbM+qk/sw59budyLWMYNdCAn5tf6B4JH3YDgvAcJ5pkTje7FlfH6KiA4U9VHiumxVuHV8K5n4HAne7TraWbNozEl2x/f7ABTnXu/18r5zSv32t0DWdIH7x21Q/W83eFt/pUZiw+ejtj6dUMTN4hUMIRwkH61RhlMMvJqrbSkFfJ1dG9j6WmPPYakGB2o90+yhTlyEwP0/M9Xnn4pcXYDdSNB9T3rl7t0QGHTaGeRJysMNlKrybJe6wa1X3GZcWYuyTMiL6fHw3GAjCA0g0avLUuoX0tGA3cVbzII0UxvbheDmvEA9StQCm/qhrWItezTXldWhe0uRkXDgBFcTb9i2RHqgFzpbzIVLT6HSVGRL6o+v8r6S8zuGSCK5E1ItthBGWwIHUWlnSKCkisIBaPE7tTNChvZoeRpAx2pLWVoyXkGU0DbzLSrXqlTusYFVhD+JznEUK2Z/a/feDwp9hfkzMqXVM1d1n/zzHM84HtnbTDCJm/58Fv+0Q2zs2c6yk7xWHPHpQ6yxUGtPkVmPHbRTFRKbmzr32jL64MkcKW5OZWlt4+Ap/C0YPWhUIrkO8ldO3NTrbJLRQIB1EmE9didln5Vau7duv0x4K6DaOiXjtEOr/Jko1/3nxKEtypbQrYedFLwd5M/wwmZWdGGS5NPqawJVzRFLly1qV8pX1kc+U3dw4ihW2WLCzILm+q/bRw63WDfCwHlEtSL1p80v1X3bZQPu9Kq3lEbXquiKMUUALLCENcpcA+7tuLEF8pRBVWzQjEUw75AA0UhuuV3Zb+00Q5XhawAf5rZ85LT5p7r/ZS1EKNhT178CxZSVSCxITF1ZJXqj53hm8Ms+wrIJhvowYbd+EWS8NoqvPz9L8yqf/czP47dRELR5tf8cVXJZ53HOPl4OV2/3dXDKhLMlJgtXdPsptVhEUa9Oki4NTM2kb5CqIblkef/NjzGOw3rJnN16mSu+WxeZHwZXmcAQ0tUghyYdIr/gIKX2mHtTkeo0uNWl1eXZe73NaOZmVpRn3uYNQBO/WfbOa/75pXmfBQWAlDVUb3Z1Zs5vkb7U0TL2/sQma9+FnvHPek+zXJ6cGAjUntWb93ij7TVcpoDfPtvd0cv63Rwd7QzQ32Rz+hLCMbvCgQquhnLYXZ3Rd3AnrufC7Fb1ejbq7FRDguUMgJy1A1uVV9tjTLGFPkK8O77KNrfI0xJEUfeWXjOjR1ePNGGmVOXjxcsX524/8m0fAfW8/98/+ZP2N6m//fWseK0ZdsEvfI1uy9fJ10p4Vlenxfhs+updabf5Xol+xnSzcJq6YqY22S4vY8lsnXIBH9OypOrZmqEOVLijtLg7ICUxNF2zsPKyKgYLlzm2Vc/z2Ibj01BxZKHTA+s+KD1X9t/xe5ovdvao6NoUF4X+wbbjtcvwrntcJFeS2t8j1/yUhONeG1J+0by38bJxY27DqK+hiGxEK1tdu4ebU9lQsF3ek1MGwvvpflUObAqmX2YmEXEd1lI0v47ztV11yUK7xwq+oPtw0DGiys0S4qEMYsENkbrOxUVspXLak+N8NxKKOCN/TH8kIOtmXNEZxCnumyneibd6RrwwJMwKvkhD8PpTGrIdKLC314zbFxTd9iQTU+9ds/E4yvAgrcMXEkUInEMp3TfJa0sFI4adZGkT1mQYHQLppMv70oh5PJXrGCncnJmQIZLbRvPIczhVQatdyPup94+SE2DYpLRh0Xsi427eFlT3xxZXGqy3lY/m2b5frwO9H6Ji9lILFiZPde+w+X9j2Q58se7Lv0Aw2PWqTh1Xui9aGdPouYI3tuTfmLgowD2XyzDh66Z2+R5upBtJ7f6VNmXIFYoeGB+U2hDx70kZZADsUGN7clpL5RuY9MJw/evx+KxpIwRiqaTtox2Rwwb9Vyglx5D/NmJWblG8y9lUAE3PHTG8tJprnj3OmJiemdYhzX1o4fN49Pi0EEDHGadGyYFIrhY6TJgWUVmxQ/7/Q2kincHGYON11sioDbk0J84b69GZk22TRBiOrt3XvjpB0RgrCHzKUquI3IIJ5iYhuRzxGXQ/3tUOjQxp2C/ohU68y37l7fR4T01XjxiRFEjI+1V6xJrKl//iJA5HNvKDatcun3uuOwb5NLV7hZBrik1ZRj1Nmrw5tybO/CIWL3gfDc9bRURLKrGq08d3PH134Oo77gEnfaqYQWNc/j3RE0B1qr0ZaAfOUmvz3WK0pC9HTndz2IYv4qzasryEIMqdFxbsmRA56rqD9RpVxGqiZKGZnukolOZYiJ+XlEMUOO0mU3LlOMLpdnN7jowgF1Yp0fRybjGIUcN7avdYn6K491qWqCXYXto2ax1bwAf2xfkVs55VasKPaWiNb5+p7/kONIuJMyczlb6d5MkTBn8OPngkOigwvM6jKfMlxW/IFNp+PbaCH4cfyWY4z/sJOdRLWtc+PcFDs8X6yYauqwA5xX6TY2drypGmwf9uodAUwKobXt6Ug1t9t27qcllQo25ULiIdb4OTAzg5rxaDyj1h+bXIM8uihIwTfVE+qHkSJo0VHkGpHzjDOWKEa7//aoQE0qetzp0agKIFhD/snXcgOS66Uh64v37N5TQkr0UkNyTvtaHj5TJjKCxeX468jbHG629a+AqZVq6egz2/ObtmejUvXKqYC/rNlczm3kdXy5gcqISwU3fvfwKH/8cxhvCbHQie5mQTiuP3qo/9w3WEWko8uSa32GXr0laBIuYCGQRcOt6b9ehsiJtxzA7ieTk++i4LfdTojKX60DYUWN63ZjkJJvz7rs95x6rM1AFnbdt6h4McI8ZjWhhwf4B8yp/W8XsBleZZX+8dJD5ukO0DuQfLQbZJYS53cn97YtLyclzvacbsXNp63Djq4Hul8htzi5QSjwY3DnBdDoImiF5JuYp51cw50S15yj2yFy8cQ/WfcZ0v3VCMXyrR7IiuTV7ltBK3YBzMPwDeZHWxVhV9CNHk9O0lprGTFsBSdWyC0QQyVRAdmHHnZFF2RXkN+tD/tctUfsw+ItRD71dUctQUHcnd1OzI4y3C9nHmQRgC/BPy7nSbZIBM2F4D1htPSR8c0nfZj7dm0e2lp6ELcOTlMCJkDgxDFLYwSjz67jR/DXR0bAuiN3CdMER4/HhDnusYfjT5GHPWzhteJrYepGEDc6LXCaxj1y8s5Mana66vzE+apTsyYz3um4p8O/An5aKj8s0nnaeZkVUy1xnnS2rtqRJ8zpqkKnR85LnKaHXzr1D0K4EjZbcqDo4z49m9v3jh0IGlvq4FA3BqYpsw8f1nvWpdZhjEKVfRhbnxIGEeCdneRIAZ32x9PvXd+R6cfeaO8Ul8UtXBhXJoYLGS20W3ZamRZfU1e3yTeNZUVY0z7eoe9PqK+JaRFY93S3eolh8jscXdrpAq+Azw/yPb4xJbDuQBS81qdhVUFtMMUdts58Jt+j/PrObSKTy45kIW/7qUkn9mO85KfFVyYDMp0os6zQO9t2MrQLriudcyd37tQpXHYli3jbT19ODw5ceXnxT5djEtCJj1ght3dq9MDCsyaX/h13YMrg1oHuAi93vX07TUb+mtWkjVegGuV5Bp2Y2ZJJEDs0yndcDZWRNiBHzuXKUc/325IqxhqJG2Sk0E/7n4PQM9VQaJ8rDXFePosHSQzShqvXwtCPsgx0+PXrfWQGKdp8WgzVdoEI0uUAdXZhqsoH5FElDXDJLEM9K8kdlETJB9rUTBckwO8hutiekuEAQyKZocWSPvifFfDQp0VPQyvu7cP7JMWhdJQj+u7B8UXx7q9vf9P7phtEWoerioql/eWhNKAQLljNkrF2sOSsSVYYNRTYURAY3JcHgYAbptMBALL4BW4QO9kq4nZgh3Aj4HSJIC0js3B185sT7IIgCJANT7E7WDtZQ6zBR7jBfedO1o5H2AZ3agP/5aPcPN08toAv+rDAFGuAMSH8lZTZqi4oi25TvdWFrb78N5pwP0NuQIo+/CUY9ZrPznvMmbt5iqiSWB4l5fRGCceyhp9uW1fCqWqvap2NbxlNk3F236CasmgmkczAPX8Dvhg1z4pRVrg2u93ht9NnR1HxIEWeNe/w+cdpcYNNWMYfcVRb/3MBRSwL8+a7aM6bKoq8d0wPr8HXDJ1jYB6d2KnTdmwUcnyk1ddHxdljY+1NsUV2UXOgQNFht8f2XaSoWFRYKCqO/SMRFUWFscVN0YvCswTp6YKs8Icg0EL7yXoRiIe0F7AzWZa+Pgsrk12gU3kEJ96k1BydZWmObZAuNxu40rZlWrM9wV/FYSuYUgPLKzG7bfpCwH2C8mMiNSo8zyVRLsrmh2UKJVy7MjrQy4JMk18+FLoQS/kIpxBX1TLIDYER0X8ccMrM9F25hJ3BzbYHi1wWsqavj2VhZ4KYd5Nj2tvJD2bQNnEanBaDdvAkHvHbq0Cii5nPn3z1CgH2IO2oQoVi56XSHUTSKre379xWEYk7Si/tVCgKUQCXfffbdxveDBJL3k36dklGNsCMOgrw/WoQOl+NkQ1lREvVmU/MmDpMM4uY12Rbk9d7rTfcq+3YqgUxoY/iatgemWlcLUcl91cGbBXyeByVn3avH9H1T/Hq+qGIyLrDlOhj3F3t3VEj+8BOiWhRUXzcGJjf677ALeID0jGcluSRYdAi6hFXndhWhHuBa+QsknzlKM3YJaxWJCcR8vpLTHTThlNb4HEyWbZnOqHQqZDJ3MPbV0iBWds/rsVGZHzymBNFsUOB34JFqShYO8CP4I+wJMpX+lb/5Nppi7+IPy8WL/4s/rKYmuheQ6+l1dJrQDS98fBCmMRLHENNk+bwcrxSUBIo67bGNZmsD1SKW9DOsjDCO7ZcllxoW6S5/ZMCkjnMpgUFagOjoiGIV79+wX5nPXmS41PfrRSym179j/ii2mKhK2EGS0ibgpSI8ktsoFrCI6UecqQEFff/YINLGSqDUmxWyaeGP6f7wwrc33pcKQ/8fMQH9tCg8E6CNzkbG5lOgrG3sbUnP+s6OFZd5EIFA2JAU/0C1ZrIHGoobdojiP5tbp41n6Kp1BJi5UohjkUMA+Ef6zAI+sjI3r0YR8wjLAJ7Y6qP3HfqFGz/KoiEuT9FM9CsG4rein2ndvvo693qiyJaIooaitITTEZVdBiIgokBWUGeS0RAMvNyZu18z+4eaTRtUkwr4V/1TDFoCdcg1GD6ff7tv921CyG/PWPxxFrHqSMS8A8LV8gu5LxmvcGDX1PwhHDknxEceGGVpEe2qrUOUIirorDia7HJmsxN4vJkwQqjTFo755PBrRU408sjb3p8/Jbo9BnDNyVWBko8D2HvpQaHOvFr/Tw0TcLCcAv/qSuh69krnFhi4CbB/EIbUxuUxnoFXe1r0vZEZtiu6EGnLKFC7t0Mg55prPF7tJIGh715vtZDWROjyK8VsotlNUJlfgwvwhJR9y/DRU6Uu+DySQtw4Dj6aIXGVpGqsQDc7rrr/3j16k/mcfFkEJ7cfUesAV+VKGv5r2hTIztlLkW2AmNe0oiL3Q/8nmWpNkBdHiAJdzNytIm0ZK8gJdI0DUYxWzChWDf3kKoPwiBW7j8kcrFEwdLNmwYzDw9lmjbB0uGaiL63yhyzccbF9fc521XmPAjrk+To1VLjnQ0xqfAijaqxUbUmEB+lBlYkTN1wR25MxopzfnMRHQJ3zkZV5uZkZdXGNjSMv76UTislzhDHib8TT+9Vb1PCoMrt6j0TxGni2VM7hbTcgJxmgB+YUyiQeocoX6SxvhS+UQ56pGJOUUTgIrHagGD0Z9R7wswWXYiu/GKpW+nF8kLUDGoS9d6lwKX1n/eWlnbUHGqq0b6i1WmGMOM0+eEgsbRoQ8aKiz5fQc0R+EnSXvSqEJXaOqBzfu/x/uRXJo6erVlRmUnNoU0JGa16szUcvakg0hKRao3Oi6l3S7PmxC1iKFdQftMEGcM0URlKx9LwZjDv6afgchXGQBE3ttVt/hrpVsYJ+AWj02H2jlWWBZXljZ269f8SwAmj/lNjeRdXju2la3XYpT9eF5fExZW0Czne3uYObvWcn1QHicjbOlrOKxqgvcqhicGhjuaKIdNdaf40VzoZ42qlobFkBlo0QjPIWDRNR5ghABYVc8n0BE1XkfV5Cx3tsVnwEXTAsvE8uwBuh78VspL9u4fNPdEZxMJ/R/647n9pn58Af2cXmulT9HXb0Ia7qbjWVlxqiye6uBiLxqYWLhuOUuxekQt3EI3Mhy+8dq0k/PHf5w2GVw8uKyKPHdk2qoB1281VCM8qRdSlVHdt3ck64fPnMXU/f7XW3dwSJY+0lUeaC9UwBflR4f9Wh+hj36weG0V9K/QUfosqEqTzU1P56YIiVMxBz4MxqLZF8cWxscXxiyZah7uECdLSBGFDz6uuTaNp+37Cf1KY/I0GelMT3cAwZgY2DKDcy8jr7ruGCTUv/dxh3fd2va9hOzmc9UU5OPmIAvdHOh9GCZJgW1qnDfREi9jBxj1cebILj9mOdUIysRJc+OxPC9x+czR+W3XxNNQ5FeZQ7higcIfBQOifhSDYWBkuHAEt/xfpQIPAXR80nnV0jUJ4U5Euqjv8zH78TWcPfKijA148hsZdGU0P7zKeVda8w/II8HqE+7s16K/CDfTpOpqq2sm1tqbaItMH9lL9X2R5oXDddB0IGaj/xhquC6w+5Hl45MaJGyNHRnor25pLMgigAWP46f+ja7mkU5GyAlUMxSmw2Ji4kNufuCIzukBsDlq54XikoXz/kCkD8bui09N9X9F/GFokRR7gJtLF4cuwi+H9TKWZWVzM6AVVevZojiZMxTccqbTkDBp5luCyAhNdR/mKT5ZuAs+sP7b/WJRkO0X1C/YPvlbxcZmH2GPZxyjj9Rc62feXopnHv9FoMt60Py24UBp9QdO6b44us4JPgKP7HJTH+5ygT/jMm5ovOvRlTginln1oa8R6n2nBNRwgO7s53hUQBdQb3qTj8SQ+ic1nBeJxQs4AayBG9mQwarCh1Gj1hssRqZDQqdBxFHIEzKVikI2Ll7pzBq3eMLlj73BHGEriYMUgqzbRVSSOEgvD931dzafcCM/Xkx8JJrHQQD3mNv/UGb/ElVTySjK/ht/U6k1dpfc7KV4QyiFhw+A+AiQZ7rpJn5T5mWcLfJmVkPU5MGZWXscmoE/sGEcTgNN6CACK8eMe/eHQDxBAMJDUnJyr/uOc31xRDPxx7jiegXaZ5l7mXM3JEuAgGCgg3lYMdTe47xCI3srW+ja5aFAo3znmL1Kx84BCOCSSg/J2RMdfOJg6aLON/3ipHI9veOakSqmeEtMH2qXGGkfluXxxVFFz/NdyuvFis9hfzmbLTGx56vjDT6qFkTZbVK0QWaH6JBz3yL0yrEXiR1stbI4qyhcDpC/UkFRKLqncLyIbkjRqSp53ru+l+CSZtPKjaWSonjj4aEd/38igIpj7OU9N0ee8s72tFJXKkOhdSi4iF3sv3Pb9V3qcFqfDnaqKclwCTiNEEm6i7xBt0auSaAvdhAl1ncccoRAU2El1bXMtYcajbr6TXhEIJT/VxhRE5+VFFQh/XyA0ftdeoaDWQkuiJpyA/PPPd1Xf6Da7aQm0pLpFAAx+/RD/y1c7zl3AkMXeUm1eqCk4OTnEFHIxJcQYEtxWytOSpWQxBjwQ5sfE5NdpeH50LQvFMTELOVI2W5oEcjyRHAREQ3+jUbxv+sz53PSmJLVHgFy0i/ubN46yKMH8p8+VX1B+FIw72/F9Clap2EnZOeoEWDn1ReE2Q4XWRew80hR4fufVXbkOUcw2uY1lYZp6ulN905kXEiVaT2KaWJZziEGK1et7a2hZfaEwsmabqOB3ISfyo/fUrP32uBMW1MbRq2F3Ak5sOPdHHWuHMfTuzjPLNd9Jnftik3NFKrJ5Oh5WDGGYfRhi5eQdelrzQ8LGz0/erNp2/AJxVnDxbxAia8C5zKKOomZdcCjADcGytIvR9QEx6DqIZtdx6FpKTo1KjfiZ/nHbj5t+BL9VBj58YW3QVVd8VVGtbfSI25hxFLam7eutNJ+h93S3kjVeNMSDoMkFaWEb8/MfCKrNV8GzFTYakfT9B+zcdgqtuOFPoqTprKi8tEply2L6kCVEP0fLRz8t/9j7fxb6vb8E5Y9uB1ebNp9zhey38CCSwAUQBU/K18JdY9/9+KjrUn63rwM27DJ6WdjAN9Tu8gGi2Jv6L/gUX1hTD6IlP/CyT8nHbX4CEJqVF5TjZtcJ6JOXHQJ8Y2zjgk1ZwXz+jGd0fqM5MbHDr55DauR2+iUlDS7O8qq/+DzGji1vOJKlBjwPL/mOK/9ySVWzLFG9Qv5Gj3mdIJObSV6YahL338tDMj+8D9BkHW602jG9h4ZIt/Cu2G6MQhuWkhJcHMNuNZuCBSlajKIb64q/VTj5oeg72PtVcMowdYg6TIG3zcM+imYL/BVcP2UKyHFTO7HffOnXvZF7f42qPwggxKgljFZRaXRxfmxhfD311hmlTsy5w5QyZUlANc+HtOEyqV/KS87w100INdjc8v6Jnv75pPN/GJVe+qWx9jJvlY8WGKjx9Lb+aB7VOHF/uaj/3kIPevuLysjqZGoiY7WjK/kIY7oteA2GSWpnBg5Ub4RyL+FDxspleswP+qJKSj3tCoecXM0JPppywdMTvxQf/KJkPPBvJShv9AEfPk6Y+pdjf6w9eDGBKib1dwWpBYZYhpc4pYdKdLSNU7QerYvVkEEFxI731Ajv+/jGLAkdoBcOVahuWsYyTmRAPXj7QGE2O529bCkrg5NlT/ZK8NI8jjt+RnRphb+2MJuTzlq2jJXOyb5Kj2JlLFuazs5mAxqspcjCTw0NNQssJeGMFG95lJWorg7SGu/RJY4zqjytHRuVOsHQx5QILKHm1FAL336T+zkpiSn+xGWJmYuTFo/6AEju3QbblgpqsV6qRxEcomHweHcoBIqDRTuwgR5Vb9sCTS6FojHP5GbiZJmsgCaDkANY+nrjSPAfNkLHzmOrXfi53tfW1V7DUDU+LHV0hc9TXgpezQ3QhHCXIerrcwl73yaESQLopv9POODojhTRZnN5SJqnmheQMJNTPDBQnCoL8w/J2aVpblLvygn5JkyWipynbmrW6AAXmEN7fDtc3BO2Lomh4vb59jPQM63zp1o62jraO5rbvykg3KtSjv0mKbgwHZItVEdxHv72EmzYkxAlfbN/gTk7cffvfy0U76/5sue9mpuv9oLKOkKWJqGlLkY/CU3FFyArZrDhG1vvmnc5BWcYdpyc4Tk4uKy9kNGqogDQW3JczKkVqKGZnBhV49rDL3oqBSxXmNehf8wngjsNexCIp4f+bOlICK0+cB9tSAwOlsWnwcqF+uJNh+55NkyUxHqj3gYPMTrYQGAM8XdPiZOJpBmsbHZR1ZmciKTolAWmQLW/0hDu3zqgNNrP36jCB5TyInA52UOGAGNgcznp14BfwxL8dfhiks5/OUG0E/5MlxAkmdigS8tOYGuZ5vbBwMer0zIT2BnUBueiSHLeXkbz+EK3bS5uA+74e573LrnfDMDg6oIDQvHSeApm5qQF1i/rTIftmaG7xsvoFkZmtCHeohGkRO8QckJs2T9s5eGxdr4pJDTZFmoy8ReYQkNSCkKSTUG7u6Ul5vjipPpkg5+cMakgOc+/24sIFjigGjcLDX6lpiM6VAr6WvxKJ6C2mRb5WQM2L0U58Glyv0P5JeqVYMWVTfHb4zdVbNuKTCxJBPLOtPN5neJSR2r8tiuu7iBJezYCHyZpIayB3Iw5shU19WfGeQnt6rdfOTrFMrBDodIKM0HMVD6aNkeIDMKMpHUMA9cFi1viNQyxncfQe3S7H61a9fHZssXueUCwVpzhh6iJiLiJr4g4PFMMnt4Ze1fBp7s6IgleEKj/muoOQ1CdbwqJJPew06W2fSDvaNjb1ncxX0w5oITaOXo9xw5Vkqjwi3AqCark2PV6O0cJPUARX1QOIFPuSiG7y8vMY54ercjxxpx5TSC5MM8zXUiE12cw3mW20dOSdHrUVoYPeeU5wPPVgJyKIps2SM/j6bOEHM9qi3h7VXUKRd3KQBFfSew5OGNQE/SJfzFEX4EAzPfOP5w6v6XU34C/2h7OS/BLdt4fuPQH7olD6BoqquurKxq1yS8eZDSFEP9sKKH57JjDzm4letGsG59PKmtkD/LzNwpU5keAcp9AI45mUOnvl1Jo679uW4M/KjpbWq6qIjCzfMhESX95T3D/d77Dc/uO9M81Q31JS8Gjo3+LXCGonpvugRIlxCTlafli11ubll+Nao5Q8w102e6pH2TR/h/UjtFiojd1AsS/D3+iBoRUtM/SXuys9ocf5hlGpimnOa5EZLeLSuL+FnJCaN8jf0dSWPhcQ0uC0lPuuWv8RB8ZS4rGIheGZ4VZLGGZ4fe4bHqYwBKRdReZpJPa7maFW8LCLOFZIGY/3M0ti1sWmxGoD9RpA/S8I3FZXUCAjqc/jILoiKOM2GrTeTe3Oq9ZgkDyQc+WMMXi78tFhtPoS0LHEFua+0XKHhIiua/KYPyF3wOo+fpMBcHvZ8Hnw8xLg9/unYZPIZF3NQY+I/wuC96wNEiY2rkR0mt8RdmCooQXeVJci86bVwv5VF519/g0Ztt/q3Tj50TnyNVgZ7ksmO/K/X0d8YkZtOub7zJQgLXwEqoDE2o3M4rv79O3CDXS12ce0BeZid6JbydE738/Wr6b06emRY+t/ZP8WKs0aPOSe7/T/hVv4x+088BpA8SBy04LK98+CKwjgG7p/uTUzT1Q7kNn4/84w1H2T/StfMhlOggMDmhqYFIizDcwwwhzJzd9kqBwCA4WCsMpAc+uZPLw3cXPGCYh3NGY2NAY/Hyy3LemZcuZDhA49XQviFP9k+Y++UJD/CPdJrf7kRoCq8wqz92xS4AtqkrA/4tBoC/OgcFnyKYcrVsChK1dA5kVXYzxRb4CK3yntfxOnfLm/+/0ymGNVFzdBpKZteYSGd+8JBZUPBHW2dUA3sXH/CdRh0+KDeGrEPXQZ0COrqFX89gv1iPYeO9mvnd3TcNbkvVOzhRz30hu86Cw5Bh9o/Lf/oGDwO/+5xjo4qPJ2xNt2aKJO+6v6zaPqrjDmAp0rr9DZstQa51biqbBp++v3OtBYHjZ96ABS/dpg8uB/t9HpDc01xiqZUB7wf+3NvW+bZQ+7z5OhcFIwnabRkuF6gj/x9BiIPRtIY+8tCf3mVMvZ9q9W4PAVQcJyK6ticbEEm357zXmfMafWjs30b9AwUHZ/lfByeb4sk9pUx6dZEEAhMijuv3ac5m+U3g+zeh/07TAlUU1V1h/n98W0nfdJQuxj/3nY+Z0K1bO/8c3R2Cs/wVLAq1PIMBt5eHYl4CG7AQBcIULMH9/T8gRy8D/t3mk7vE2RRvaTE2yEpsHA8iA/qCCLBjwWp+JYAQFsBBMIAu2g3kwSbH/AmgoJwgE7gRgRFcSFFC1IxhAGXwFFVRd8lqfe8EI2t4EE6j6P5gHF4K2VwAjBdMomQfJMLT90qIiOyrG/OV+hyka6fs6foMPSHsr1tvTxz+DBe/CIhynHfPYjp7m9lN2ZGAMtc7THhSvNbN7t9mMmOO1ovnqvQfJMLT9Ut8QFdlxwSx/9b7DFI30mt7fog+UIS+/Feuthvczb7VmGIk2HKcdE3Fs2eSe5vaTnQimylHr8HJ7ULzWFrJ7tyELGnX5dfjo/A6Cf9nNtNw7lisocBAgQYEGA/bPdn+XEQgCRCEGIMKEMi6k0sY6H4RRnKRZXpRV3bRdP4zTvKzbfpzX/bzfL5HK5AqlSq3R6hL0iUmGZGOKyZyaZknPyMzKzuHqlayI5GU2IevY1/tvYDWiMYWRdopyguoSaY/SMsW7hzquFLnl2WfVidedi71BtfpJ7ktkgxaGe/voZQiouhnADmpOmdx2lxxgjDmDnEN3Li4aB7STuPn2rVL2QHbya1o56cCvxmhMIqvqM0rSA21Bx3x8tlgo3nV0pdKRSS4abBO0NDZhiukSF2mzceZ9zP9R5NhDYxBhhjMLVmNDltHcEc2WCSx0rBxaBg+BRZJSkYWWLhLv7kfbaRx2v6BHcmgtaDb5Sva4WnwIQumuMnwIwavKYZZoViEbKC5oC0NKMpJtzmgX2+QE2FM5RJzclYm3R6mgJzpcD1Vp0B7ggqjIdLB29MHEfDcTHHAFHZ2SpVFRzSfk8yldWTjVA3JcE2x87cxpsvC8Hkp7Ax4nzcnGHW6FNrCcvJx3iUeDzREHoGUFWYPCVQXSs96gWBFfvFy1WDHLaG5RkBgYOXXPpYeUyDJDUQx0sobkkAdnaqVf5HIYrFMhXaPDKk5acpDOZTP1aOAWg5l8CpGGw+KgHBwtCqOUyDLkkEotklGeRWLCLBdRI1nT7exuMbmb4+E8c+JWdK/joq/LscJuK0MRTvo6CxRDpHy/M1H0KOk/SlssavrFFQA=') format('woff2'),
		url('../fonts/iconfont.woff?t=1783330526247') format('woff'),
		url('../fonts/iconfont.ttf?t=1783330526247') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-quora:before {
	content: "\e6fe";
}

.icon-github:before {
	content: "\e691";
}

.icon-github-fill:before {
	content: "\e885";
}

.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-download:before {
	content: "\e7a0";
}

.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";
}