@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: HelveticaLTStd-Roman, Arial, sans-serif;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	transition: .8s ease all;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #01398C !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.standardEdit p {
	position: relative;
}

.standardEdit p strong {
	font-weight: normal;
	font-family: HelveticaLTStd-Bold;
	color: #333333;
	font-size: 20px;
}

.standardEdit a {
	color: #01398C;
}

.standardEdit a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}



.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: HelveticaLTStd-Roman, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	.standardEdit p strong {
		font-size: 18px;
	}
}

@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;
	}

	.standardEdit p strong {
		font-size: 16px;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: HelveticaLTStd-Roman, Arial, sans-serif;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1660px;
	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:1820px) {
	.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:1820px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 48px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 40px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 36px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
		line-height: 32px;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #01398C;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(1, 57, 140, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100vh;
	}

	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: HelveticaLTStd-Roman, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -6px;
	}
}

/**
 * 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 */

header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.10);
}


nav {
	padding: 0 45px 0 86px;
	max-width: 1920px;
	margin: 0 auto;
}




nav {
	display: flex;
	align-items: center;
	justify-content: space-between;

}



nav .logo {
	width: 166px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: none;
}


nav .navList {
	display: flex;
	align-items: center;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 67.3px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 100px;
	line-height: 100px;
	color: #333333;
	font-size: 22px;
}

nav .navList>ul>li.quote {
	display: flex;
	align-items: center;
	justify-content: center;
}

nav .navList>ul>li.quote>a {
	width: 92px;
	height: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #01398C;
	background-color: #01398C;
	color: #ffffff;

}

nav .navList>ul>li.quote>a:hover {
	background-color: #ffffff;
	color: #01398C;
}


nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #01398C;
}



nav .btns {
	display: flex;
	align-items: center;
	margin-left: 192px;
}


nav .btns .search {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 35px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 18px;
	color: #333333;
	transform: translateY(3px);
	font-weight: bold;
}

nav .btns .search .searchBtn:hover i {
	color: #01398C;
}


nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 38px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-size: 18px;
}



nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn i {
	font-weight: bold;
}

nav .btns .search form .subBtn:hover i {
	color: #01398C;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}

nav .btns .line {
	height: 100px;
	width: 1px;
	background-color: rgba(0, 0, 0, .2);
	margin: 0 54px 0 25px;
}

nav .btns .language {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #333333;
	overflow: hidden;
	font-size: 16px;
}

nav .btns .lanBtn:hover {
	color: #01398C;
}



nav .btns .lanBtn i {
	color: #333333;
}



nav .btns .lanBtn i.icon-yuyan {
	font-size: 24px;
	margin-right: 5px;
}

nav .btns .lanBtn i.icon-right7 {
	font-size: 14px;
	transform: rotate(90deg);
	margin-left: 10px;
	font-weight: bold;
	flex-shrink: 0;
	color: #999;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}


nav .btns .lanBtn:hover i {
	color: #01398C;
}


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);
	right: -45px;
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	padding: 20px 0;
}


nav .btns .language ul li {
	margin-bottom: 15px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}


nav .btns .language ul a {
	padding: 0px 20px;
	color: #333333;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
}




nav .btns .language ul a:hover {
	color: #01398C;
}




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: 319px;
	display: none;
	transition: none;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.10);
	padding: 22px 0 27px 0;
}


.moreList ul {
	left: 100%;
	top: -22px;
}



.moreList {
	top: 100%;
	left: -27px;
}

.moreList li {
	position: relative;
	margin-bottom: 18px;
}

.moreList li:last-child {
	margin-bottom: 0;
}

.moreList a {
	padding: 0 27px;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
}


.moreList li:hover>a {
	color: #01398C;
}


html {
	scroll-padding-top: 100px;
}

@media screen and (max-width:1820px) {
	nav .btns {
		margin-left: 60px;
	}

	nav {
		padding: 0 80px;
	}

	nav .btns .line {
		margin: 0 30px;
	}

	nav .btns .search {
		margin-right: 0;
	}

	nav .navList>ul>li {
		margin-right: 60px;
	}

	.moreList,
	.moreList ul {
		width: 300px;
		padding: 20px 0;
	}

	.moreList a {
		padding: 0 20px;
	}

	.moreList li {
		margin-bottom: 15px;
	}

	.moreList {
		left: -20px;
	}

	.moreList ul {
		top: -20px;
	}

	nav .btns .language ul {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width:1820px) {
	nav .navList>ul>li>a {
		font-size: 20px;
	}

	nav .logo {
		width: 140px;
	}

	nav .navList>ul>li {
		margin-right: 40px;
	}

	nav .btns {
		margin-left: 40px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
		font-size: 18px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav .btns .language,
	nav .btns .search,
	nav .btns .line {
		height: 80px;
	}

	nav .navList>ul>li.quote>a {
		height: 36px;
	}

	nav .btns {
		margin-left: 30px;
	}

	nav .btns .line {
		margin: 0 20px;
	}

	nav .navList>ul>li {
		margin-right: 35px;
	}

	nav .logo {
		width: 130px;
	}

	.moreList a {
		font-size: 16px;
		line-height: 26px;
	}

	.moreList,
	.moreList ul {
		width: 270px;
	}

	nav .btns .lanBtn i.icon-right7 {
		margin-left: 5px;
	}
}


@media screen and (max-width:1200px) {
	nav {
		padding: 0 20px;
	}

	nav .logo {
		width: 120px;
	}

	nav .navList>ul>li {
		margin-right: 26px;
	}

	nav .navList>ul>li.quote>a {
		height: 32px;
	}

	nav .btns {
		margin-left: 26px;
	}

	.moreList li {
		margin-bottom: 10px;
	}

	.moreList,
	.moreList ul {
		width: 230px;
	}

	nav .btns .language ul {
		right: -20px;
		left: auto;
		transform: translateX(0);
	}


}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav {
		padding: 0 80px;
	}

	nav .btns {
		margin-left: 0;
		margin-right: 60px;
	}

	nav .btns .line,
	nav .btns .search {
		display: none;
	}

	nav .btns .language,
	nav .btns .search,
	nav .btns .line {
		height: 60px;
	}

	.bannerRange {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .logo {
		width: 100px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .lanBtn i.icon-right7 {
		font-size: 12px;
	}

	nav .btns .lanBtn i.icon-yuyan {
		font-size: 22px;
	}

	nav .btns .language ul {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		padding: 15px 0;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}


	nav .btns .language ul li {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:768px) {
	nav {
		padding: 0 25px;
	}


	nav .btns .language,
	nav .btns .search,
	nav .btns .line {
		height: 50px;
	}

	.bannerRange {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .logo {
		width: 85px;
	}
}




/* indexBanner */

.indexBanner {
	position: relative;
	overflow: hidden;
	padding-bottom: 47.916%;
}


.indexBanner * {
	transition: none;
}

.indexBanner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.indexBanner a:hover img {
	transform: none;
}

.banner {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 55.2%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff;
	font-size: 40px;
	transition: .4s ease all;
	opacity: 0;
}


.banner .slick-prev {
	left: 23px;
}

.banner .slick-next {
	right: 23px;
}


.banner .slick-arrow:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 31px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	display: none !important;
}

.banner .slick-dots li {
	margin: 0 11.5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	cursor: pointer;
	border-color: #ffffff;
}

.banner .slick-dots li.slick-active a::after {
	background-color: #ffffff;
}

.banner .slick-dots a {
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: solid 1px transparent;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .slick-dots a::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .6);
}



.banner.hide {
	display: none;
}



.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.banner .item {
	position: relative;
}


.banner .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
}



.banner .msg .safeRange {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 126px;
}


.banner .msg .tit {
	font-family: HelveticaLTStd-Bold;
	font-size: 54px;
	line-height: 65px;
	color: #ffffff;
	pointer-events: all;
	margin-bottom: 55px;
	transition: .4s ease all;
}



.banner .msg a.tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.banner .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all;
	width: 179px;
	height: 47px;
	background-color: #01398C;
	color: #ffffff;
	font-size: 16px;
	transition: .4s ease all;
	border-radius: 40px;
}


.banner .msg .btn:hover {
	background-color: #ffffff;
	color: #01398C;
}




@media screen and (max-width:1820px) {
	.banner .msg .tit {
		font-size: 42px;
		line-height: 52px;
		margin-bottom: 40px;
	}

	.banner .msg .safeRange {
		padding-top: 100px;
	}

	.banner .slick-arrow {
		width: 50px;
		height: 50px;
		font-size: 32px;
	}

	.banner .slick-prev {
		left: 10px;
	}

	.banner .slick-next {
		right: 10px;
	}

}

@media screen and (max-width:1333px) {
	.banner .slick-arrow {
		width: 45px;
		height: 45px;
		font-size: 28px;
	}

	.banner .msg .safeRange {
		padding-top: 80px;
	}

	.banner .msg .tit {
		font-size: 32px;
		line-height: 42px;
	}

	.banner .msg .btn {
		height: 40px;
	}
}


@media screen and (max-width:999px) {
	.banner .slick-arrow {
		display: none !important;
	}

	.banner .msg .safeRange {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.banner .slick-dots {
		display: block !important;
		bottom: 30px;
	}

	.banner .slick-dots * {
		transition: .4s ease all;
	}

	.banner .slick-dots li {
		margin: 0 5px;
	}

	.banner .msg .tit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.banner .msg .btn {
		font-size: 14px;
		height: 34px;
		width: 160px;
	}
}

@media screen and (max-width:768px) {
	.banner .msg {
		display: none;
	}

	.banner .slick-dots {
		bottom: 20px;
	}
}


/* .title1 */

.title1 {
	font-family: HelveticaLTStd-Bold;
	color: #333333;
	font-size: 42px;
	line-height: 56px;
}

a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #01398C;
}

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}


.iTit .title1 {
	text-align: center;
}


/* indexM1-1 */


.iAbout {
	padding-left: calc((100% - 1660px)/ 2);
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 94px;
}

.iAbout .imgBg {
	position: absolute;
	width: 800px;
	z-index: -1;
	top: 47.7%;
	left: 3.5%;
	transform: translateY(-50%);
}

.iAbout .imgBg img {
	display: block;
}


.iAbout .msg {
	width: 28%;
	padding: 62px 0 60px 0;
}

.iAbout .msg .title1 {
	margin-bottom: 30px;
}

.iAbout .msg .txts {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	margin-bottom: 41px;
}


.iAbout .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 183.451px;
	height: 54px;
	flex-shrink: 0;
	color: #01398C;
	font-size: 16px;
	border-radius: 30px;
	border: 1px solid #01398C;
	margin-bottom: 81px;
}




.iAbout .msg .btn:hover {
	background-color: #01398C;
	color: #ffffff;

}

.iAbout .numBox {
	position: relative;
}


.iAbout .numList {
	display: flex;
	position: relative;
	z-index: 9;
	padding: 57px 132px 57px 28px;
	left: 0;
	width: 1022px;
	justify-content: space-between;
}




.iAbout .numList::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	right: 0;
	z-index: -1;
	background-color: rgba(1, 57, 140, 0.9);
	top: 0;
}


.iAbout .numList .num {
	display: flex;
	align-items: flex-end;
	color: #ffffff;
	font-size: 42px;
	line-height: 42px;
	font-family: HelveticaLTStd-Bold;
	margin-bottom: 18px;
}



.iAbout .numList .num i {
	font-style: normal;
	flex-shrink: 0;
	margin-left: 12px;
	font-size: 24px;
	font-family: HelveticaLTStd-Bold;
}


.iAbout .numList .name {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}


.iAbout .numList .item {
	position: relative;
}

.iAbout .numList .line {
	width: 1px;
	height: 64px;
	background-color: rgba(255, 255, 255, .3);
	margin: auto 0;
}

.iAbout .numList .item:last-child {
	margin-right: 0;
}

.iAbout .numList .item:last-child::after {
	display: none;
}


.iAbout .show {
	display: block;
	width: 67.65%;
	overflow: hidden;
}


.iAbout .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


@media screen and (max-width:1820px) {
	.iAbout {
		padding-left: 80px;
	}

	.iAbout .msg {
		padding: 60px 0;
	}

	.iAbout .numList {
		padding: 40px 100px 40px 0;
	}

	.iAbout .msg .title1 {
		margin-bottom: 40px;
	}

	.iAbout .msg .btn {
		margin-bottom: 60px;
		height: 50px;
	}

	.iAbout .msg .txts {
		font-size: 18px;
		line-height: 30px;
	}

	.iAbout .numList .num i {
		font-size: 20px;
	}

	.iAbout {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .msg .btn {
		height: 45px;
	}

	.iAbout .numList {
		width: 800px;
		padding: 30px 80px 30px 0;
	}

	.iAbout .numList .num i {
		font-size: 18px;
		line-height: 28px;
	}

	.iAbout .numList .num {
		font-size: 34px;
		line-height: 34px;
	}

	.iAbout .numList .line {
		height: 60px;
	}

	.iAbout .msg {
		width: 35%;
	}

	.iAbout .show {
		width: 60%;
	}

	.iAbout {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .msg {
		padding: 50px 0;
	}

	.iAbout {
		margin-bottom: 50px;
	}

	.iAbout .msg .title1 {
		margin-bottom: 30px;
	}

	.iAbout .msg .btn {
		height: 40px;
		width: 160px;
		margin-bottom: 50px;
	}

	.iAbout .numList {
		width: 650px;
	}

	.iAbout .numList .name {
		font-size: 14px;
		line-height: 24px;
	}

	.iAbout .numList .num i {
		font-size: 16px;
		line-height: 26px;
	}

	.iAbout .numList .num {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.iAbout {
		padding: 0 25px;
		margin-bottom: 40px;
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msg {
		padding: 40px 0;
		width: 100%;
	}

	.iAbout .msg .txts {
		-webkit-line-clamp: 4;
		margin-bottom: 30px;
	}

	.iAbout .msg .btn {
		height: 36px;
		width: 150px;
		margin-bottom: 40px;
	}

	.iAbout .numList {
		width: 100%;
		padding: 30px 20px;
		flex-wrap: wrap;
	}

	.iAbout .numList::after {
		width: 100%;
	}

	.iAbout .numList .item {
		width: 48%;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.iAbout .numList .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.iAbout .numList .line {
		display: none;
	}

	.iAbout .numList .num i {
		font-size: 14px;
		line-height: 24px;
	}

	.iAbout .show {
		width: 100%;
		height: 340px;
	}
}

@media screen and (max-width:538px) {
	.iAbout {
		padding: 0 15px;
	}

	.iAbout .numList .num {
		font-size: 26px;
		line-height: 36px;
	}

	.iAbout .show {
		height: 280px;
	}
}



/* indexM2-1 */


.iAdvantages .title {
	margin-bottom: 59px;
}

.iAdvantages .item {
	display: flex;
	justify-content: space-between;
	background-color: #F3F5F9;
}

.iAdvantages .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.iAdvantages .item .msg {
	width: 50%;
	padding: 50px 10.5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.iAdvantages .item .swiper {
	width: 50%;
}


.iAdvantages .item .iTit {
	margin-bottom: 38px;
}


.iAdvantages .item h2 {
	font-weight: normal;
	line-height: 0;
}

.iAdvantages .txts {
	color: #666666;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 101px;
}

.iAdvantages .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 181px;
	height: 54px;
	border: 1px solid #01398C;
	color: #01398C;
	margin: 0 auto;
	border-radius: 30px;
	font-size: 16px;
}


.iAdvantages .btn:hover {
	background-color: #01398C;
	color: #ffffff;
}


.iAdvantages .swiper-slide {
	position: relative;
}

.iAdvantages .swiper-slide .image {
	height: 100%;
}

.iAdvantages .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iAdvantages .swiper-slide .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iAdvantages .swiper-slide .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	position: relative;
	z-index: 9;
}


.iAdvantages .swiper-slide .videoBox {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
}

.iAdvantages .swiper-slide .videoBox .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99;
}

.iAdvantages .swiper-slide .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iAdvantages .swiper-slide .playBtn img {
	width: 38px;
}



.iAdvantages .sBtns {
	position: absolute;
	z-index: 99;
	bottom: 35px;
}


.iAdvantages .item:nth-child(2n) .sBtns {
	right: 51px;
}

.iAdvantages .item:nth-child(2n-1) .sBtns {
	left: 47px;
}

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 49px;
	height: 49px;
	border: 1px solid #FFF;
	cursor: pointer;
	border-radius: 50%;
	color: #ffffff;
	font-weight: bold;
}


.sBtns>div:hover {
	background-color: #ffffff;
	color: #000000;
}

.sBtns>div.prev {
	margin-right: 20px;
}


.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}



.video .playBtn div,
.videoBox .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	border-width: 0.5px;
	border-style: solid;
	border-color: #fff;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
}



.video:hover .playBtn,
.videoBox:hover .playBtn {
	background-color: #01398C;
}


.video:hover .playBtn img,
.videoBox:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}


.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}


@media screen and (max-width:1820px) {
	.iAdvantages .title {
		margin-bottom: 50px;
	}

	.iAdvantages .item .msg {
		padding: 50px 60px;
	}

	.iAdvantages .txts {
		margin-bottom: 50px;
	}

	.iAdvantages .btn {
		height: 50px;
	}

	.iAdvantages .swiper-slide .playBtn {
		width: 80px;
		height: 80px;
	}

	.iAdvantages .swiper-slide .playBtn img {
		width: 26px;
	}

	.sBtns>div {
		width: 45px;
		height: 45px;
		font-size: 14px;
	}
}

@media screen and (max-width:1333px) {
	.iAdvantages .title {
		margin-bottom: 40px;
	}

	.iAdvantages .item .msg {
		padding: 50px;
	}

	.iAdvantages .item .iTit {
		margin-bottom: 30px;
	}

	.iAdvantages .txts {
		margin-bottom: 40px;
	}

	.iAdvantages .btn {
		height: 45px;
		width: 170px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
	}

	.iAdvantages .swiper-slide .playBtn {
		width: 65px;
		height: 65px;
	}

	.iAdvantages .swiper-slide .playBtn img {
		width: 22px;
	}
}

@media screen and (max-width:999px) {
	.iAdvantages .title {
		margin-bottom: 30px;
	}

	.iAdvantages .item .msg {
		padding: 50px 30px;
	}

	.iAdvantages .btn {
		height: 40px;
		width: 160px;
	}

	.iAdvantages .swiper-slide .playBtn {
		width: 60px;
		height: 60px;
	}

	.iAdvantages .swiper-slide .playBtn img {
		width: 20px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.iAdvantages .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAdvantages .item .msg {
		width: 100%;
		padding: 40px 25px;
	}

	.iAdvantages .item .swiper {
		width: 100%;
		height: 340px;
	}

	.iAdvantages .item .iTit {
		margin-bottom: 20px;
	}

	.iAdvantages .txts {
		margin-bottom: 30px;
	}

	.iAdvantages .swiper-slide .playBtn {
		width: 55px;
		height: 55px;
	}

	.iAdvantages .swiper-slide .playBtn img {
		width: 18px;
	}
}

@media screen and (max-width:538px) {
	.iAdvantages .item .msg {
		padding: 40px 15px;
	}

	.iAdvantages .item .swiper {
		height: 280px;
	}
}



/* indexM3-1 */

.iApplication {
	padding: 93px 0 78px 0;
}


.iApplication .title1 {
	margin-bottom: 60px;
}


.iApplication .swiper-slide {
	position: relative;
}

.iApplication .swiper-slide .image {
	overflow: hidden;
	height: 100%;
}

.iApplication .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iApplication .swiper-slide .msg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 33px 27px;
	pointer-events: none;
}

.iApplication .swiper-slide .name {
	color: #FFF;
	font-size: 24px;
	line-height: 34px;
	pointer-events: all;
}

.iApplication .swiper-slide .name:hover {
	color: #01398C;
}


.iApplication .swiper-slide:hover .image img {
	transform: scale(1.1);
}

.iApplication .btns {
	margin-top: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iApplication .btns .swiper-scrollbar {
	position: static;
	flex: 1;
	height: 2px;
	cursor: pointer;
}

.iApplication .btns .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #01398C;
	height: 2px;
}

.iApplication .btns .sBtns {
	flex-shrink: 0;
	margin-left: 35px;

}

.iApplication .btns .sBtns>div {
	position: static;
	background-color: #EEE;
	color: #000000;
}

.iApplication .btns .sBtns>div:hover {
	background-color: #01398C;
	color: #ffffff;
}

.iApplication .btns .sBtns>div.prev {
	margin-right: 0;
}


.iApplication .btns .sBtns .swiper-pagination {
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	align-items: flex-end;
}

.iApplication .btns .sBtns .swiper-pagination:hover {
	background-color: transparent;
	color: #666666;
}

.iApplication .btns .sBtns .swiper-pagination:hover span.swiper-pagination-current {
	color: #333;
}


.iApplication .btns .sBtns .swiper-pagination {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
}

.iApplication .btns .sBtns .swiper-pagination span.swiper-pagination-current {
	color: #333;
	font-size: 24px;
	line-height: 38px;

}


.iApplication .btns .sBtns .swiper-pagination i {
	font-style: normal;
	margin: 0 10px 0 2px;
}


.iApplication .btns .sBtns .swiper-pagination {
	margin: 0 20px 0 22px;
}

@media screen and (max-width:1820px) {
	.iApplication .title1 {
		margin-bottom: 50px;
	}

	.iApplication .swiper-slide .msg {
		padding: 30px 20px;
	}

	.iApplication .swiper-slide .name {
		font-size: 22px;
		line-height: 34px;
	}
}

@media screen and (max-width:1333px) {
	.iApplication .btns {
		margin-top: 40px;
	}

	.iApplication .swiper-slide .name {
		font-size: 20px;
		line-height: 30px;
	}

	.iApplication .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.iApplication .swiper-slide .name {
		font-size: 18px;
		line-height: 28px;
	}

	.iApplication .btns {
		margin-top: 30px;
	}

	.iApplication .btns .sBtns .swiper-pagination span.swiper-pagination-current {
		font-size: 20px;
	}
}


@media screen and (max-width:538px) {
	.iApplication .swiper {
		height: 280px;
	}

	.iApplication .title1 {
		margin-bottom: 30px;
	}
}



/* indexM4-1 */

.touch {
	padding: 85px 0 92px 0;
	background-image: url("../images/indexM4-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.touch .title1 {
	margin-bottom: 16px;
	text-align: center;
	color: #ffffff;
}


.touch .txts {
	text-align: center;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 44px;
}



.touch .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	width: 206px;
	height: 57px;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	border-radius: 30px;
	margin: 0 auto;
	color: #333;
	background-color: #ffffff;
}


.touch .btn:hover {
	background-color: #01398C;
	color: #ffffff;
}

@media screen and (max-width:1820px) {
	.touch .title1 {
		margin-bottom: 20px;
	}

	.touch .txts {
		margin-bottom: 30px;
	}

	.touch .btn {
		height: 50px;
	}
}

@media screen and (max-width:1333px) {
	.touch .btn {
		height: 45px;
		width: 180px;
	}
}

@media screen and (max-width:999px) {
	.touch .btn {
		height: 40px;
		width: 160px;
	}
}

@media screen and (max-width:768px) {
	.touch .btn {
		height: 36px;
	}
}


/* indexM5-1 */

.sTit {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sTit .sBtns {
	flex-shrink: 0;
	margin-left: 30px;
}



.sTit .sBtns>div {
	position: static;
	background-color: #EEE;
	color: #000000;
}


.sTit .sBtns>div.prev {
	margin-right: 20px;
}

.sTit .sBtns>div:hover {
	background-color: #01398C;
	color: #ffffff;
}


.iNews {
	padding: 94px 0 100px 0;
}

.iNews .sTit {
	margin-bottom: 48px;
}



.newItem .box {
	position: relative;
}

.newItem .image {
	overflow: hidden;
}



.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .box .time {
	position: absolute;
	top: 14px;
	left: 29px;
	display: flex;
	flex-direction: column;
	align-items: center;
	pointer-events: none;
}


.newItem .time .day {
	color: #FFF;
	font-size: 32px;
	line-height: 32px;
	font-family: HelveticaLTStd-Bold;
}

.newItem .time .year {
	color: #FFF;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.newItem .msg {
	padding: 31px 20px 40px;
}

.newItem {
	background-color: #F5F5F5;
	transition: .4s ease background-color;
}

.newItem:hover {
	background: #01398C;
}


.newItem .tit {
	color: #333;
	font-family: HelveticaLTStd-Bold;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 24px;
}

.newItem:hover .tit {
	color: #ffffff;
}


.newItem .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.newItem:hover .txts {
	color: #ffffff;
}

.newItem .txts {
	color: #666;
	font-size: 16px;
	line-height: 26px;
}

.iNews .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 74px auto 0;
	width: 130px;
	border-radius: 30px;
	height: 46px;
	background-color: #E3E3E3;
	font-size: 16px;
}


.iNews .btn:hover {
	background-color: #01398C;
	color: #ffffff;
}

@media screen and (max-width:1820px) {
	.newItem .msg {
		padding: 30px 20px;
	}

	.newItem .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.newItem .time .day {
		font-size: 28px;
		line-height: 38px;
	}

	.iNews .btn {
		margin-top: 40px;
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iNews .sTit {
		margin-bottom: 40px;
	}

	.newItem .time .day {
		font-size: 26px;
	}

	.iNews .btn {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.newItem .time .day {
		font-size: 22px;
		line-height: 30px;
	}

	.newItem .msg {
		padding: 20px 15px;
	}

	.newItem .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.iNews .btn {
		height: 36px;
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.newItem .image {
		height: 340px;
	}
}

@media screen and (max-width:538px) {
	.newItem .image {
		height: 280px;
	}
}


@media screen and (max-width:400px) {
	.sTit {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.sTit .sBtns {
		margin-left: 0;
	}

	.sTit .sBtns>div {
		margin-top: 20px;
	}
}


/* 1-1technology */

.innerNav .swiper {
	margin: 0;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}




.innerNav a {
	display: block;
}


.innerNav .swiperBox {
	padding: 0 40px;
	position: relative;
}



.innerNav .swiperBox .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	cursor: pointer;
}


.innerNav .swiperBox::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 1px;
	background-color: #D9D9D9;
	width: 100vw;
}



.innerNav .swiperBox .btns>div:hover {
	color: #01398C;
}

.innerNav .swiperBox .btns>div.prev {
	left: 0;
}

.innerNav .swiperBox .btns>div.next {
	right: 0;
}



.innerNav .swiper .swiper-slide {
	cursor: pointer;
	margin: 0 35px;
	width: auto;
	position: relative;
}

.innerNav .swiper .swiper-slide a {
	padding: 30px 0;
	line-height: 30px;
	font-size: 20px;
	color: #333333;
}

.innerNav .swiper .swiper-slide::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	flex-shrink: 0;
	background-color: #01398C;
	z-index: 9;
	width: 0;
	transition: .4s ease all;
}


.innerNav .swiper .swiper-slide:hover a,
.innerNav .swiper .swiper-slide.active a {
	color: #01398C;
}



.innerNav .swiper .swiper-slide:hover::after,
.innerNav .swiper .swiper-slide.active::after {
	width: 100%;
}



.technology .des {
	padding: 93px 0 100px 0;
}


.technology .des .title1 {
	margin-bottom: 19px;
}

.mbox {
	height: 72px;
	overflow: hidden;
}


.mbox .standardEdit p {
	color: #666666;
	font-size: 20px;
	line-height: 36px;
}


.mBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	width: 183px;
	height: 54px;
	flex-shrink: 0;
	border-radius: 40px;
	margin-top: 40px;
	cursor: pointer;
	color: #01398C;
	border: 1px solid #01398C;
	font-size: 16px;
}

.mBtn:hover {
	background-color: #01398C;
	color: #ffffff;
}




.technology .list {
	padding: 72px 0 120px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.technology .list .item:nth-child(n) {
	width: 49.39%;
	margin-top: 20px;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
}



.technology .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.technology .list .msg {
	padding: 105px 30px 105px 50px;
	color: #333333;
	font-size: 22px;
	line-height: 36px;
	width: 51.16%;
}

.technology .list .image {
	width: 48.84%;
}




.technology .list::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100%;
	top: 0;
	z-index: -1;
	background-color: #F3F5F9;
}



.case {
	padding: 94px 0 99px 0;
}


.case .title1 {
	margin-bottom: 39px;
}


.case .image {
	overflow: hidden;
	margin-bottom: 21px;
}


.case .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.case .name {
	text-align: center;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}



.case .btns {
	margin-top: 63px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.case .btns .swiper-scrollbar {
	position: static;
	flex: 1;
	height: 2px;
	cursor: pointer;
}

.case .btns .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #01398C;
	height: 2px;
}

.case .btns .sBtns {
	flex-shrink: 0;
	margin-left: 35px;

}

.case .btns .sBtns>div {
	position: static;
	background-color: #EEE;
	color: #000000;
}

.case .btns .sBtns>div:hover {
	background-color: #01398C;
	color: #ffffff;
}

.case .btns .sBtns>div.prev {
	margin-right: 0;
}


.case .btns .sBtns .swiper-pagination {
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	align-items: flex-end;
}

.case .btns .sBtns .swiper-pagination:hover {
	background-color: transparent;
	color: #666666;
}

.case .btns .sBtns .swiper-pagination:hover span.swiper-pagination-current {
	color: #333;
}


.case .btns .sBtns .swiper-pagination {
	color: #666666;
	font-size: 16px;
	font-weight: normal;
}

.case .btns .sBtns .swiper-pagination span.swiper-pagination-current {
	color: #333;
	font-size: 24px;
	line-height: 38px;

}


.case .btns .sBtns .swiper-pagination i {
	font-style: normal;
	margin: 0 10px 0 2px;
}


.case .btns .sBtns .swiper-pagination {
	margin: 0 20px 0 22px;
}

@media screen and (max-width:1820px) {
	.innerNav .swiper .swiper-slide a {
		padding: 20px 0;
	}

	.technology .des .title1 {
		margin-bottom: 30px;
	}

	.mBtn {
		height: 45px;
		width: 170px;
	}

	.technology .list .msg {
		padding: 30px;
	}

	.technology .list .item:nth-child(n) {
		align-items: center;
	}

	.technology .list .msg {
		font-size: 20px;
		line-height: 30px;
	}

	.case .name {
		font-size: 18px;
		line-height: 28px;
	}

	.case .btns {
		margin-top: 40px;
	}

	.case .image {
		margin-bottom: 10px;
	}

	.mbox .standardEdit p {
		font-size: 18px;
		line-height: 30px;
	}

	.mbox {
		height: 60px;
	}
}

@media screen and (max-width:1333px) {
	.innerNav .swiper .swiper-slide a {
		font-size: 18px;
		line-height: 28px;
	}

	.mBtn {
		margin-top: 30px;
		height: 40px;
		width: 160px;
	}

	.technology .list .msg {
		font-size: 18px;
		line-height: 28px;
		width: 100%;
	}

	.technology .list .item:nth-child(n) {
		flex-direction: column;
		align-items: center;
		border-radius: 5px;
	}


	.technology .list .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		max-width: 300px;
	}

	.mbox {
		height: 56px;
	}

}

@media screen and (max-width:999px) {
	.innerNav .swiper .swiper-slide a {
		font-size: 16px;
		line-height: 28px;
	}

	.innerNav .swiperBox .btns>div {
		font-size: 14px;
	}

	.technology .des .title1 {
		margin-bottom: 20px;
	}

	.mBtn {
		margin-top: 20px;
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

	.technology .list .msg {
		font-size: 16px;
		line-height: 28px;
		padding: 30px 20px;
	}

	.mbox {
		height: 52px;
	}

	.technology .list .item:nth-child(n) {
		width: 48%;
	}

	.technology .btns .sBtns .swiper-pagination span.swiper-pagination-current {
		font-size: 20px;
	}

	.case .name {
		font-size: 16px;
		line-height: 28px;
	}

	.case .title1 {
		margin-bottom: 30px;
	}

	.case .btns {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.innerNav .swiper .swiper-slide a {
		padding: 10px 0;
	}

	.innerNav .swiper .swiper-slide {
		margin: 0 20px;
	}

	.technology .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.technology .list .item:nth-child(1) {
		margin-top: 0;
	}

	.technology .list .image {
		max-width: 260px;
	}

	.case .image {
		height: 280px;
	}
}

/* 2-1capability */

.capability {
	padding: 97px 0 100px 0;
}

.capability .title {
	text-align: center;
	color: #333333;
	font-size: 30px;
	line-height: 48px;
	width: 62%;
	margin: 0 auto;
	margin-bottom: 111px;
}


.capability .item {
	display: flex;
	margin-top: 35px;
}

.capability .item:nth-child(1) {
	margin-top: 0;
}



.capability .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.capability .item .image {
	width: 50%;
}

.capability .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.capability .item .msg {
	background: #F3F5F9;
	padding: 50px 80px;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: auto;
}


.capability .item .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	margin: 0 auto 14px;
}

.capability .item .tit {
	text-align: center;
	color: #333333;
	font-family: HelveticaLTStd-Bold;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 38px;
}

.capability .item .txts {
	text-align: center;
	color: #666666;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


@media screen and (max-width:1820px) {
	.capability .title {
		font-size: 26px;
		line-height: 42px;
		margin-bottom: 80px;
	}

	.capability .item .sign {
		width: 60px;
		margin-bottom: 20px;
	}

	.capability .item .tit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.capability .item .msg {
		padding: 50px;
	}

}

@media screen and (max-width:1333px) {
	.capability .title {
		font-size: 22px;
		line-height: 34px;
		margin-bottom: 60px;
	}

	.capability .item .msg {
		padding: 40px;
	}

	.capability .item .sign {
		width: 50px;
	}

	.capability .item .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.capability .title {
		width: 70%;
	}
}

@media screen and (max-width:999px) {
	.capability .title {
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 50px;
	}

	.capability .item .sign {
		width: 40px;
	}

	.capability .item .msg {
		padding: 40px 30px;
	}

	.capability .item .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.capability .title {
		width: 80%;
	}
}

@media screen and (max-width:768px) {
	.capability .title {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 40px;
	}

	.capability .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.capability .item .msg {
		width: 100%;
	}

	.capability .item .image {
		width: 100%;
		height: 340px;
	}

	.capability .title {
		width: 90%;
	}
}

@media screen and (max-width:538px) {
	.capability .item .image {
		height: 280px;
	}
}


/* 3-1application */

.appliaction {
	padding: 100px 0 109px 0;
}

.appliaction .con>div {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 99px;
	padding-bottom: 109px;
}

.appliaction .con>div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}


.appliaction .show {
	overflow: hidden;
	width: 50%;
}


.appliaction .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.appliaction .show:hover img {
	transform: scale(1.1);
}

.appliaction .msg {
	width: 44.57%;
}

.appliaction .msg .title1 {
	margin-bottom: 20px;
	margin-top: -6px;
}

.appliaction .msg .txts {
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 35px;
}

.appliaction .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 183px;
	height: 54px;
	border: 1px solid #01398C;
	color: #01398C;
	font-size: 16px;
	margin-bottom: 39px;
	border-radius: 50px;
	overflow: hidden;

}


.appliaction .msg .btn:hover {
	background-color: #01398C;
	color: #ffffff;
}

.appliaction .msg .line {
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
	position: relative;
	margin-bottom: 35px;
}


.appliaction .msg .line::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 3px;
	background-color: #01398C;
}


.appProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 21px;
}

.appProducts .title .tit {
	color: #333333;
	font-size: 24px;
	line-height: 34px;
	font-family: HelveticaLTStd-Bold;
}

.appProducts .title .sBtns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 20px;
}


.appProducts .title .sBtns>div.prev {
	margin-right: 10px;
}

.appProducts .title .sBtns>div {
	background-color: #eeeeee;
	color: #333;
	width: 38.5px;
	height: 38.5px;
	font-size: 12px;
}


.appProducts .title .sBtns>div:hover {
	background-color: #01398C;
	color: #ffffff;
}





.appProducts .image {
	overflow: hidden;
	border: 1px solid #CCC;
	margin-bottom: 18px;
}

.appProducts .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.appProducts .name {
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 26px;
}


.appProducts .name:hover {
	color: #01398C;
}



@media screen and (max-width:1820px) {
	.appliaction .msg .title1 {
		margin-top: 0;
	}

	.appliaction .msg .btn {
		height: 45px;
		width: 160px;
	}

	.appliaction .msg .txts {
		margin-bottom: 30px;
	}

	.appProducts .title {
		margin-bottom: 30px;
	}

	.appliaction .msg .line {
		margin-bottom: 30px;
	}

	.appliaction .con>div {
		margin-bottom: 80px;
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.appliaction .msg .txts {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.appliaction .msg .btn {
		height: 40px;
		width: 140px;
	}

	.appProducts .title .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.appliaction .con>div {
		padding-bottom: 60px;
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.appliaction .con>div {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 50px;
		margin-bottom: 50px;
	}

	.appliaction .msg {
		width: 100%;
	}

	.appProducts .title .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.appliaction .show {
		width: 100%;
		margin: 0 auto 30px;
		max-width: 500px;
	}

}

@media screen and (max-width:768px) {
	.appliaction .show {
		max-width: 450px;
	}
}



/* 4-1about */


.aboutUs {
	padding: 122px 0 100px 0;
}


.aboutUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 57px;
}


.aboutUs .con .msg {
	width: 63.5%;
}


.aboutUs .con .title1 {
	margin-bottom: 48px;
}


.aboutUs .con .txts p {
	line-height: 36px;
}


.aboutUs .numList {
	width: 26.14%;
	margin-top: -17px;
}

.aboutUs .numList .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 9px;
	margin-bottom: 22px;
}


.aboutUs .numList .num {
	display: flex;
	align-items: flex-end;
	color: #01398C;
	font-family: HelveticaLTStd-Bold;
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 6px;
}


.aboutUs .numList .num i {
	font-style: normal;
	color: #01398C;
	font-size: 18px;
	flex-shrink: 0;
	margin-left: 5px;
	font-family: HelveticaLTStd-Roman;
	line-height: 28px;
}


.aboutUs .numList .name {
	color: #666;
	font-size: 18px;
	line-height: 28px;
}


.aboutUs .numList .image {
	flex-shrink: 0;
	margin-left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	margin-right: 20px;
	transform: translateY(-11px);
}


.aboutUs .show .image {
	height: 625px;
}

.aboutUs .show .image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.aboutUs .show .list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 118px;
	position: relative;
	z-index: 9;
	margin-top: -128px;
}


.aboutUs .show .item {
	width: 23.2%;
	margin-right: 2.4%;
	margin-top: 20px;
	position: relative;
	background-color: #ffffff;
	padding: 112px 55px 54px;
	box-shadow: 0 20px 50px 0 rgba(2, 29, 69, 0.10);
}



.aboutUs .show .item:nth-child(4n) {
	margin-right: 0;
}

.aboutUs .show .item:nth-child(-n+4) {
	margin-top: 0;
}


.aboutUs .show .item .sign {
	width: 101px;
	height: 101px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #01398c;
}

.aboutUs .show .item .sign img {
	display: block;
}

.aboutUs .show .list .name {
	color: #333333;
	font-family: HelveticaLTStd-Bold;
	font-size: 38px;
	line-height: 56px;
	text-align: center;
	margin-bottom: 27px;
}

.aboutUs .show .list .txts {
	color: #333333;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}


@media screen and (max-width:1820px) {
	.aboutUs .con .title1 {
		margin-bottom: 40px;
	}

	.aboutUs .numList {
		margin-top: 0;
	}

	.aboutUs .numList .num {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 10px;
	}

	.aboutUs .numList .item {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.aboutUs .numList .name {
		font-size: 16px;
		line-height: 26px;
	}

	.aboutUs .numList .image {
		width: 50px;
		transform: translateY(0);
	}

	.aboutUs .con {
		margin-bottom: 60px;
	}

	.aboutUs .show .image {
		height: 540px;
	}

	.aboutUs .show .list {
		padding: 0 40px;
	}

	.aboutUs .show .item .sign {
		width: 90px;
		height: 90px;
	}

	.aboutUs .show .list .name {
		font-size: 28px;
		line-height: 32px;
		margin-bottom: 20px;
	}


	.aboutUs .show .item {
		padding: 75px 20px 40px;
	}

	.aboutUs .show .list .txts {
		font-size: 18px;
	}

}

@media screen and (max-width:1333px) {
	.aboutUs .con .title1 {
		margin-bottom: 30px;
	}

	.aboutUs .numList .image {
		width: 45px;
	}

	.aboutUs .numList .num i {
		font-size: 16px;
		line-height: 26px;
	}

	.aboutUs .con {
		margin-bottom: 50px;
	}

	.aboutUs .show .image {
		height: 450px;
	}

	.aboutUs .show .item .sign {
		width: 80px;
		height: 80px;
	}

	.aboutUs .show .list {
		padding: 0 30px;
	}


	.aboutUs .show .list {
		justify-content: space-between;
	}

	.aboutUs .show .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 80px;
	}


	.aboutUs .show .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.aboutUs .show .item {
		padding: 60px 20px 30px;
	}

	.aboutUs .show .list .name {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
	}

	.aboutUs .show .list {
		margin-top: -90px;
	}

}

@media screen and (max-width:999px) {
	.aboutUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .con .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.aboutUs .numList {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.aboutUs .numList .item:nth-child(n) {
		width: 46%;
		margin-bottom: 0;
		margin-top: 20px;
	}


	.aboutUs .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}


	.aboutUs .numList .num {
		font-size: 28px;
		line-height: 38px;
	}

	.aboutUs .numList .num i {
		font-size: 14px;
		line-height: 24px;
	}

	.aboutUs .numList .name {
		font-size: 14px;
		line-height: 24px;
	}

	.aboutUs .numList .image {
		width: 40px;
		margin-right: 0;
	}

	.aboutUs .con {
		margin-bottom: 40px;
	}

	.aboutUs .show .image {
		height: 380px;
	}

	.aboutUs .show .list {
		margin-top: 80px;
		padding: 0;
	}

	.aboutUs .show .item .sign {
		width: 70px;
		height: 70px;
	}

	.aboutUs .show .list .name {
		font-size: 22px;
		line-height: 30px;
	}

	.aboutUs .show .item:nth-child(n) {
		margin-top: 70px;
	}

	.aboutUs .show .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .con .title1 {
		margin-bottom: 20px;
	}

	.aboutUs .numList .num {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 5px;
	}

	.aboutUs .show .image {
		height: 340px;
	}

	.aboutUs .show .item .sign {
		width: 60px;
		height: 60px;
	}

	.aboutUs .show .list .name {
		font-size: 22px;
		line-height: 30px;
	}

	.aboutUs .show .item {
		padding: 50px 20px 30px;
	}

	.aboutUs .show .image {
		height: 280px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .show .list .name {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:400px) {
	.aboutUs .numList .item:nth-child(n) {
		width: 100%;
	}

	.aboutUs .show .item:nth-child(n) {
		width: 100%;
		margin-top: 60px;
	}

	.aboutUs .show .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 5-1news */

.news {
	padding: 100px 0 98px 0;
}


.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 66px;
}



.news .list .newItem {
	width: 30.84%;
	margin-right: 3.74%;
	margin-top: 59px;
}


.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}


@media screen and (max-width:1820px) {
	.news .list .newItem {
		width: 32%;
		margin-right: 2%;
		margin-top: 40px;
	}

	.news .list {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {
	.news .list {
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 40px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .list {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:999px) {

	.news .list .newItem:nth-child(n) {
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+1) {
		margin-top: 0;
	}
}




/* 5-2news */

.newsDet {
	padding: 95px 0 199px 0;
}

.newDetCon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newDetCon .con {
	width: 65.06%;
}

.newDetCon .newSlide {
	width: 30.18%;
}


.newDetCon h1 {
	color: #333333;
	font-size: 36px;
	font-weight: normal;
	line-height: 50px;
	font-family: HelveticaLTStd-Bold;
	margin-bottom: 21px;
}

.newDetCon .line {
	width: 100%;
	height: 1px;
	background: #D9D9D9;
	margin-bottom: 24px;
}


.newDetCon .tips {
	display: flex;
	align-items: center;
	margin-bottom: 47px;
}


.newDetCon .tips .time {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 27px;
}


.newDetCon .share {
	display: flex;
	align-items: center;
}


.newDetCon .share span {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
	flex-shrink: 0;
	margin-right: 14px;
}

.newDetCon .details {
	margin-bottom: 46px;
}


.prevOrNext {
	padding: 19px 0 24px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}


.prevOrNext .prev {
	margin-bottom: 18px;
}

.prevOrNext .tit {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.prevOrNext a.tit {
	color: #333333;
}

.prevOrNext a.tit:hover {
	color: #01398C;
}

.prevOrNext div.tit {
	color: #666666;
}


.latestNews .title {
	color: #333333;
	font-size: 36px;
	line-height: 50px;
	font-family: HelveticaLTStd-Bold;
	margin-bottom: 30px;
}


.latestNews .item {
	padding: 39px 0 32px 0;
	border-top: 1px solid #D9D9D9;
}


.latestNews .item:last-child {
	border-bottom: 1px solid #D9D9D9;
}



.latestNews .item .tit {
	color: #333;
	font-family: HelveticaLTStd-Bold;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 18px;
}

.latestNews .item .tit:hover {
	color: #01398C;
}

.latestNews .item .time {
	color: #666666;
	font-size: 16px;
	line-height: 26px;
}


@media screen and (max-width:1820px) {
	.newDetCon h1 {
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 30px;
	}

	.latestNews .title {
		font-size: 32px;
		line-height: 46px;
		margin-bottom: 40px;
	}

	.latestNews .item {
		padding: 30px 0;
	}

	.newDetCon .tips {
		margin-bottom: 30px;
	}

	.newDetCon .line {
		margin-bottom: 30px;
	}

	.latestNews .item .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.newDetCon .details {
		margin-bottom: 30px;
	}

	.prevOrNext {
		padding: 20px 0;
	}
}

@media screen and (max-width:1333px) {
	.newDetCon h1 {
		font-size: 26px;
		line-height: 42px;
	}

	.latestNews .title {
		font-size: 26px;
		line-height: 36px;
	}

	.latestNews .item .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.latestNews .item {
		padding: 20px 0;
	}
}

@media screen and (max-width:999px) {
	.newDetCon {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDetCon .con {
		width: 100%;
		margin-bottom: 50px;
	}

	.newDetCon h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.newDetCon .tips .time {
		font-size: 14px;
		line-height: 24px;
	}

	.newDetCon .share span {
		font-size: 14px;
	}

	.newDetCon .newSlide {
		width: 100%;
	}

	.latestNews .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.latestNews .item .tit {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:768px) {
	.newDetCon h1 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.newDetCon .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDetCon .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}



/* 6-1quote */



.contactUs {
	padding: 94px 0 100px 0;
}


.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 69px;
}



.contactUs .con .getQuote {
	width: 50%;
}


.contactUs .getQuote .title1 {
	color: #333333;
	font-family: HelveticaLTStd-Bold;
	font-size: 42px;
	line-height: 56px;
	margin-bottom: 32px;
}



.getQuote form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.getQuote form li {
	width: 49.5%;
	margin-top: 17px;
	padding: 0 10px;
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 6px;
}


.getQuote form li:nth-child(-n+2) {
	margin-top: 0;
}


.getQuote form li.message {
	height: 194px;
	padding: 14px 10px;
	width: 100%;
}



.getQuote form li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}



.getQuote form li.codeCon input {
	flex: 1;
	background-color: #ffffff;
	padding: 0 10px;
}



.getQuote form li.codeCon .codeImg {
	flex-shrink: 0;
	margin-left: 15px;
	cursor: pointer;
	background-color: #f3fbfe;
	height: 100%;
	max-width: 95px;
}



.getQuote form li.codeCon .codeImg img {
	display: block;
	height: 100%;
}



.getQuote form li.subBtn {
	padding: 0;
	border: none;
	background-color: transparent;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: 0;
}


.getQuote form li.subBtn input {
	width: 98px;
	color: #f7f7f7;
	cursor: pointer;
	background-color: #01398C;
	border: 1px solid #01398C;
	border-radius: 6px;
	overflow: hidden;
}


.getQuote form li.subBtn:hover input {
	background-color: #ffffff;
	color: #01398C;
}


.getQuote form li.must {
	position: relative;
}


form li.m-formcountry {
	position: relative;
	padding: 0;
}

form li.m-formcountry .drop-btn {
	position: relative;
	padding: 0 10px;
	height: 100%;
	width: 100%;
}

form li.m-formcountry .drop-btn i,
form li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #000000;
}


form li.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #03198c rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

form li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #03198c;
}

form li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	height: auto;
	margin: 0;
	padding: 5px 10px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	border-radius: 0;
	width: 100%;
}

form li.m-formcountry .drop-list li.on {
	background-color: #03198c;
	color: #ffffff;
}



.getQuote input,
.getQuote textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 16px;

}

.getQuote input::-webkit-input-placeholder,
.getQuote textarea::-webkit-input-placeholder {
	color: #666666;
	opacity: 1;
}

.getQuote input:-moz-placeholder,
.getQuote textarea:-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.getQuote input::-moz-placeholder,
.getQuote textarea::-moz-placeholder {
	color: #666666;
	opacity: 1;
}

.getQuote input:-ms-input-placeholder,
.getQuote textarea:-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}


.contactUs .con .msg {
	width: 45.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}



.contactUs .msg .title1 {
	font-family: HelveticaLTStd-Bold;
	font-size: 42px;
	line-height: 56px;
	color: #333333;
	margin-bottom: 29px;
}


.contactUs .msg .item {
	margin-top: 24px;
	display: flex;
	align-items: flex-start;
}


.contactUs .msg .item:nth-child(1) {
	margin-top: 0;
}




.contactUs .msg .item i {
	flex-shrink: 0;
	margin-right: 12px;
	font-size: 22px;
	color: #01398C;
}


.contactUs .msg .item .name {
	color: #333333;
	font-family: HelveticaLTStd-Bold;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 1px;
}

.contactUs .msg .item .num {
	color: #333333;
	font-size: 18px;
	line-height: 26px;
}


.contactUs .msg .item a:hover {
	color: #01398C;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.contactUs .msg .email a {
	word-break: break-all;
}


.contactUs .msg .weChatCode {
	margin-top: 26px;
	border: 1px dashed #999;
	padding: 6px 10px 3px 6px;
	display: flex;
	align-items: center;
	width: max-content;
	max-width: 365px;
	margin-left: 34px;
	width: 100%;
}




.contactUs .msg .weChatCode .image {
	flex-shrink: 0;
	width: 159px;
	margin-right: 27px;
}

.contactUs .msg .weChatCode .txts {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}




@media screen and (max-width:1820px) {
	.getQuote form li {
		border-radius: 5px;
		width: 48%;
	}

	.contactUs .getQuote .title1,
	.contactUs .msg .title1 {
		margin-bottom: 40px;
	}

	.contactUs .msg .item .name {
		line-height: 30px;
		margin-bottom: 10px;
	}

	.contactUs .msg .weChatCode .image {
		width: 140px;
	}

	.getQuote form li.subBtn input {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .msg .item .name {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .msg .weChatCode .image {
		width: 130px;
		margin-right: 20px;
	}

	.getQuote form li.codeCon {
		width: 66%;
	}

	.getQuote form li.subBtn {
		width: 30%;
	}

	.getQuote form li.subBtn input {
		width: 100%;
	}

	.contactUs .con {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		margin-bottom: 50px;
		flex-direction: column-reverse;
	}

	.contactUs .con .getQuote {
		width: 100%;
	}

	.contactUs .con .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.contactUs .getQuote .title1,
	.contactUs .msg .title1 {
		margin-bottom: 30px;
	}

	.contactUs .msg .item .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .msg .item {
		margin-top: 20px;
	}

	.contactUs .msg .weChatCode .image {
		width: 110px;
	}

	form li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}

}

@media screen and (max-width:768px) {
	.contactUs .msg .item .name {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .msg .item .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .msg .item i {
		transform: translateY(-4px);
	}

	.contactUs .con {
		margin-bottom: 40px;
	}

	.getQuote form li {
		height: 40px;
	}

	.getQuote form li.message {
		height: 160px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .msg .weChatCode {
		margin-left: 0;
	}

}


@media screen and (max-width:400px) {
	.getQuote form li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.getQuote form li:nth-child(1) {
		margin-top: 0;
	}
}





/* innerBanner */

.innerBanner {
	height: 520px;
	position: relative;
}



.innerBanner .image {
	height: 100%;
}


.innerBanner video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .image .imageVideo {
	position: relative;
}

.innerBanner .image .imageVideo video,
.innerBanner .image .imageVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.innerBanner .safeRange {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	align-items: center;
	padding-top: 34px;
	z-index: 9;
}


.innerBanner .title {
	color: #FFF;
	font-size: 54px;
	line-height: 64px;
	font-family: HelveticaLTStd-Bold;
}



/* crumb */


.crumb {
	position: absolute;
	left: 0;
	bottom: 31px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #ffffff;
}

.crumb img {
	flex-shrink: 0;
	margin-right: 3.5px;
	transform: translateY(9px);
	width: 35px;
}

.crumb a,
.crumb i {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}


.crumb a.active {
	font-family: HelveticaLTStd-Bold;
}


.crumb i {
	font-style: normal;
	margin: 0 5px;
}

.crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}




/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a,
.pager .pageList div {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #333333;
	margin: 5px 6px;
}


.pager .pageList div {
	color: #666666;
}

.pager .pageList div i {
	color: #666666;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #01398C;
	color: #ffffff;
}


.pager .pageList .prev {
	width: 109px;
}


.pager .pageList .next,
.pager .pageList .big {
	width: 100px;
}

.pager .pageList .prev i,
.pager .pageList .next i {
	font-size: 14px;
	flex-shrink: 0;
	display: block;
}

.pager .pageList .prev i {
	margin-right: 5px;
}


.pager .pageList .next i {
	margin-left: 5px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: HelveticaLTStd-Roman, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}



@media screen and (max-width:1820px) {
	.innerBanner .title {
		font-size: 46px;
		line-height: 54px;
	}

	.crumb img {
		width: 30px;
		transform: translateY(5px);
	}

	.innerBanner {
		height: 450px;
	}

}

@media screen and (max-width:1333px) {
	.innerBanner .title {
		font-size: 36px;
		line-height: 46px;
	}

	.crumb img {
		width: 26px;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
	}

	.innerBanner {
		height: 360px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 260px;
	}

	.innerBanner .safeRange {
		padding-top: 0;
		padding-bottom: 40px;
	}

	.innerBanner .title {
		font-size: 32px;
		line-height: 42px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.crumb img {
		width: 22px;
	}

	.pager .pageList a,
	.pager .pageList div {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}

	.innerBanner .title {
		font-size: 28px;
		line-height: 38px;
	}

	.crumb {
		bottom: 20px;
	}
}

@media screen and (max-width:538px) {

	.innerBanner .title {
		font-size: 26px;
		line-height: 36px;
	}
}


/* footer */


footer {
	background-color: #222;
	padding: 72px 0 50px 0;
}


footer a {
	display: inline-block;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


footer .footerList .list:nth-child(1) {
	width: 55%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}



footer .footerList .list:nth-child(1)>li {
	width: 40.6%;
	margin-top: 56px;
}

footer .footerList .list:nth-child(1)>li:nth-child(-n+2) {
	margin-top: 0;
}


footer .footerList .list:nth-child(2) {
	width: 39.69%;
}


footer .footerList .list:nth-child(2) .box {
	margin-top: 17px;
}

footer .footerList .list ul li {
	margin-top: 8px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .box {
	margin-top: 29px;
}




footer a,
footer p,
footer div {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
}



footer .title {
	color: #ffffff;
	font-family: "HelveticaLTStd-Bold";
	font-size: 22px;
	line-height: 32px;
	display: block;
}


footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}


footer .footerList ul.fMsg {
	margin-top: 37px;
}

footer .footerList ul.fMsg li {
	display: flex;
	align-items: flex-start;
	margin-top: 23px;
}

footer .footerList ul.fMsg li:nth-child(1) {
	margin-top: 0;
}

footer .footerList ul.fMsg i {
	font-size: 20px;
	flex-shrink: 0;
	margin-right: 15px;
	color: rgba(255, 255, 255, .7);
	transform: translateY(5px);
}

footer .footerList ul.fMsg .name {
	color: #FFF;
	font-family: HelveticaLTStd-Bold;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 0px;
}




footer .email a {
	word-break: break-all;
}





footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 72px 0 46px 0;
}



footer .fBottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}





footer form ul {
	display: flex;
	flex-wrap: wrap;
}


footer form li {
	height: 46px;
	background-color: #ffffff;
	padding: 0 11px;
	width: 49%;
	margin-right: 2%;
	border-radius: 6px;
	margin-top: 13px;
	overflow: hidden;
	margin-bottom: 0 !important;
}


footer .footerList .list form ul li {
	margin-top: 13.5px;
}

footer .footerList .list form ul li:nth-child(1) {
	margin-top: 0;
}

footer form li:nth-child(2),
footer form li:last-child {
	margin-right: 0;
}


footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
}




footer form ul li.message {
	width: 100%;
	margin-right: 0;
}


footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}



footer form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 11px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	max-width: 91px;
	cursor: pointer;
	background-color: #f3fbfe;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	width: 99.5px;
}


footer form li.subBtn input {
	background-color: #01398C;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
}



footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #01398C;
}




footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: #666666;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: #666666;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: #666666;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: #666666;
}


footer .copyright,
footer .links,
footer .copyright a,
footer .links a {
	font-size: 16px;
	color: #666666;
}


footer .copyright a {
	display: inline;
}

footer .copyright a:hover {
	color: #ffffff;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	margin-left: 40px;
}



footer .blogrolls a {
	font-size: 23px;
	color: rgba(255, 255, 255, .7);
	flex-shrink: 0;
	margin: 5px 0;
	margin-right: 26.4px;
}


footer .blogrolls a:last-child {
	margin-right: 0;
}


footer .blogrolls a:hover {
	color: #ffffff !important;
	text-decoration: none;
}


@media screen and (max-width:1820px) {

	footer {
		padding: 50px 0;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .footerList ul.fMsg .name {
		line-height: 30px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width:1333px) {
	footer .title {
		font-size: 20px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 16px;
		line-height: 26px;
	}

	footer .footerList .list:nth-child(1)>li {
		width: 48%;
	}

	footer .footerList .list:nth-child(1)>li {
		margin-top: 30px;
	}

	footer .footerList .list:nth-child(2) {
		width: 40%;
	}

	footer .footerList .box,
	footer .footerList .list:nth-child(2) .box {
		margin-top: 20px;
	}

	footer .footerList ul.fMsg .name {
		font-size: 18px;
	}

	footer .footerList .box,
	footer .footerList .list:nth-child(2) .box {
		margin-top: 13.5px;
	}

	footer form li {
		border-radius: 5px;
		height: 40px;
	}

	footer form li.subBtn {
		width: 30%;
	}

	footer form li.code {
		width: 68%;
	}

	footer .blogrolls a {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding-bottom: 70px;
	}

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .footerList .list:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList .list:last-child {
		margin-bottom: 0;
	}

	footer .footerList .list:nth-child(n)>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .list:nth-child(n)>li:nth-child(1) {
		margin-top: 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}


	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .list form ul li {
		margin-top: 10px;
	}


	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}


	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 15px;
		padding-top: 0;
	}

	footer .blogrolls a {
		margin-top: 0;
		font-size: 20px;
	}

	footer {
		padding-top: 40px;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 14px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}


	footer .footerList ul.fMsg .name {
		font-size: 16px;
	}

	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer form li {
		height: 36px;
	}

	footer .footerList ul.fMsg {
		margin-top: 20px;
	}

	footer .footerList ul.fMsg li:last-child {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer .titBox .menuBtn {
		font-size: 12px;
	}

	footer .blogrolls a {
		font-size: 18px;
	}

	footer .footerList ul.fMsg .name {
		font-size: 14px;
	}
}


@media screen and (max-width:538px) {

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}
}



/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: HelveticaLTStd-Roman, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */

.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, .3);
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 10px;
	margin-right: 3px;
	font-size: 24px;
	border-radius: 50%;
}

.lianxi .top a {
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, 1);
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}

.lianxi .top i {
	display: block;
	text-align: center;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #01398C;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width:1820px) {

	.lianxi div a,
	.lianxi div div {
		width: 55px;
		height: 55px;
		font-size: 20px;
		margin-bottom: 5px;
	}

	.lianxi .top a {
		margin: 0;
		width: 55px;
		height: 55px;
	}

	.lianxi .top a i {
		font-size: 24px;
	}
}

@media screen and (max-width:1333px) {

	.lianxi div a,
	.lianxi div div {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

	.lianxi .top a {
		margin: 0;
		width: 50px;
		height: 50px;
	}
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
	}

	.lianxi div.active a:hover,
	.lianxi div.active div:hover {
		background-color: #01398C;
	}
}



@media screen and (max-width: 768px) {

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 0%;
		transform: translateX(0%);
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(0%) translateY(-100%);
	}
}


@font-face {
	font-family: 'HelveticaLTStd-Bold';
	src: url('../fonts/HelveticaLTStdBold.eot');
	src: url('../fonts/HelveticaLTStdBold.eot') format('embedded-opentype'),
		url('../fonts/HelveticaLTStdBold.woff2') format('woff2'),
		url('../fonts/HelveticaLTStdBold.woff') format('woff'),
		url('../fonts/HelveticaLTStdBold.ttf') format('truetype'),
		url('../fonts/HelveticaLTStdBold.svg#HelveticaLTStdBold') format('svg');
}


@font-face {
	font-family: 'HelveticaLTStd-Roman';
	src: url('../fonts/HelveticaLTStd-Roman.eot');
	src: url('../fonts/HelveticaLTStdRoman.eot') format('embedded-opentype'),
		url('../fonts/HelveticaLTStdRoman.woff2') format('woff2'),
		url('../fonts/HelveticaLTStdRoman.woff') format('woff'),
		url('../fonts/HelveticaLTStdRoman.ttf') format('truetype'),
		url('../fonts/HelveticaLTStdRoman.svg#HelveticaLTStdRoman') format('svg');
}

@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1753339838376') format('woff'),
		url('../fonts/iconfont.ttf?t=1753339838376') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.newIndexBanner {
	position: relative;
	transition: none;
}


.newIndexBanner * {
	transition: none;
}


.newIndexBanner a:hover img {
	transform: scale(1);
}


.newIndexBanner .swiper-slide {
	position: relative;
}

.newIndexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.newIndexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.newIndexBanner .swiper-slide video,
.newIndexBanner .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%);
}



.newIndexBanner img {
	display: block;
}



.newIndexBanner .prev,
.newIndexBanner .next {
	position: absolute;
	z-index: 99;
	top: 55.2%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff;
	font-size: 40px;
	transition: .4s ease all;
	opacity: 0;
}


.newIndexBanner .prev {
	left: 23px;
}


.newIndexBanner .next {
	right: 23px;
}



.newIndexBanner .prev:hover,
.newIndexBanner .next:hover {
	border-color: #ffffff;
	color: #ffffff;
}






.newIndexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	display: none;
}



.newIndexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}




.newIndexBanner .swiper-pagination span {
	cursor: pointer;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: solid 1px transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	opacity: 1;
	transition: .4s ease all;
}


.newIndexBanner .swiper-pagination span::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .6);
	transition: .4s ease all;
}


.newIndexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	border-color: #ffffff;
}

.newIndexBanner .swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #ffffff;
}





.newIndexBanner .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
}



.newIndexBanner .msg .safeRange {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 126px;
}


.newIndexBanner .msg .tit {
	font-family: HelveticaLTStd-Bold;
	font-size: 54px;
	line-height: 65px;
	color: #ffffff;
	pointer-events: all;
	margin-bottom: 55px;
	transition: .4s ease all;
}



.newIndexBanner .msg a.tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.newIndexBanner .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all;
	width: 179px;
	height: 47px;
	background-color: #01398C;
	color: #ffffff;
	font-size: 16px;
	transition: .4s ease all;
	border-radius: 40px;
}


.newIndexBanner .msg .btn:hover {
	background-color: #ffffff;
	color: #01398C;
}


@media screen and (max-width:1820px) {
	.newIndexBanner .msg .tit {
		font-size: 42px;
		line-height: 52px;
		margin-bottom: 40px;
	}

	.newIndexBanner .msg .safeRange {
		padding-top: 100px;
	}

	.newIndexBanner .prev,
	.newIndexBanner .next{
		width: 50px;
		height: 50px;
		font-size: 32px;
	}

	.newIndexBanner .prev {
		left: 10px;
	}

	.newIndexBanner .next {
		right: 10px;
	}
}


@media screen and (max-width:1333px) {
	.newIndexBanner .prev,
	.newIndexBanner .next {
		width: 45px;
		height: 45px;
		font-size: 28px;
	}

	.newIndexBanner .msg .safeRange {
		padding-top: 80px;
	}

	.newIndexBanner .msg .tit {
		font-size: 32px;
		line-height: 42px;
	}

	.newIndexBanner .msg .btn {
		height: 40px;
	}
}


@media screen and (max-width:999px) {
	.newIndexBanner .prev,
	.newIndexBanner .next {
		display: none !important;
	}

	.newIndexBanner .msg .safeRange {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.newIndexBanner .signs {
		display: block !important;
		bottom: 30px;
	}

	.newIndexBanner .signs span {
		margin: 0 5px !important;
	}

	.newIndexBanner .msg .tit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.newIndexBanner .msg .btn {
		font-size: 14px;
		height: 34px;
		width: 160px;
	}
}

@media screen and (max-width:768px) {
	.newIndexBanner .msg {
		display: none;
	}

	.newIndexBanner .signs {
		bottom: 16px;
	}
}
