@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	font-family: Inter-Regular, Arial, sans-serif;
	height: 100%;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}


ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

.standardEdit p {
	position: relative;
}

.standardEdit a {
	color: #015299;
}

.standardEdit a:hover {
	text-decoration: underline;
}



.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: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}


.safeRange2 {
	max-width: 1500px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}

	.safeRange2 {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}

	.safeRange2 {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.innerRange {
		padding: 40px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.innerRange {
		padding: 20px 0 40px 0 !important;
	}
}





@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #00448B;
		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(0, 68, 139, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Inter-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -1px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */



nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .3);
}

nav.active {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .logo {
	width: 56px;
	flex-shrink: 0;
}



nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 101px;
	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: #ffffff;
	font-family: Inter-Bold;
	font-size: 16px;
	position: relative;
}



nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 35px;
	height: 3px;
	width: 0;
	transition: .4s ease all;
	background-color: #00448B;
}


nav.active .navList>ul>li>a {
	color: #333333;
}


html {
	scroll-padding-top: 100px;
}



nav .navList>ul>li.active>a::after,
nav .navList>ul>li:hover>a::after {
	width: 100%;
}



nav .btns {
	display: flex;
	align-items: center;
	margin-left: 112px;
}



nav .btns .search {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 19px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 25px;
	color: #ffffff;
	transform: translateY(3px);
}

nav.active .btns .search .searchBtn i {
	color: #333333;
}

nav .btns .search .searchBtn:hover i {
	color: #00448B;
}


nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	border-radius: 20px;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn:hover i {
	color: #00448B;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .language {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	overflow: hidden;
}

nav .btns .lanBtn:hover {
	color: #00448B;
}

nav .btns .lanBtn:hover i {
	color: #00448B;
}



nav .btns .lanBtn i {
	color: #ffffff;
}

nav.active .btns .lanBtn,
nav.active .btns .lanBtn i {
	color: #333333;
}


nav.active .btns .lanBtn:hover,
nav.active .btns .lanBtn:hover i {
	color: #00448B;
}

nav .btns .lanBtn i.icon-yuyan {
	font-size: 24px;
	margin-right: 8px;
}

nav .btns .lanBtn i.icon-right7 {
	font-size: 12px;
	transform: rotate(90deg);
	margin-left: 9px;
}


nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	padding: 25px 0;
	border-radius: 20px;
}


nav .btns .language ul a {
	padding: 0px 23px;
	color: #333333;
}

nav .btns .language ul li {
	margin-bottom: 8px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a:hover {
	color: #00448B;
}




/* moreList */

nav.active .moreList,
nav.active .moreList ul {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: 250px;
	display: none;
	transition: none;
	padding: 25px 0;
	border-radius: 20px;
}

.moreList ul {
	left: 100%;
	top: -25px;
}


.moreList {
	top: 100%;
	left: 0px;
}

.moreList li {
	position: relative;
	margin-bottom: 8px;
}

.moreList li:last-child {
	margin-bottom: 0;
}

.moreList a {
	padding: 0px 23px;
	color: #333333;
}

.moreList li:hover>a {
	color: #00448B;
}



@media screen and (max-width:1660px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	nav .btns .search,
	nav .btns .language {
		height: 80px;
	}

	nav .navList>ul>li {
		margin-right: 60px;
	}

	nav .btns {
		margin-left: 60px;
	}

	nav .navList>ul>li>a::after {
		bottom: 24px;
	}

	nav .btns .search {
		margin-right: 30px;
	}

	html {
		scroll-padding-top: 80px;
	}

	.moreList,
	.moreList ul {
		border-radius: 10px;
		padding: 20px 0;
	}

	nav .btns .language ul {
		padding: 20px 0;
		border-radius: 10px;
	}

	.moreList a {
		padding: 0 20px;
	}

	nav .btns .language ul a {
		padding: 0 20px;
	}

	.moreList ul {
		top: -20px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		height: 70px;
		line-height: 70px;
	}

	nav .btns .search,
	nav .btns .language {
		height: 70px;
	}

	nav .navList>ul>li>a::after {
		bottom: 20px;
	}

	html {
		scroll-padding-top: 70px;
	}

	nav .btns .search {
		margin-right: 30px;
	}

	nav .navList>ul>li {
		margin-right: 50px;
	}

	nav .btns {
		margin-left: 50px;
	}

	nav .btns .search .searchBtn i {
		font-size: 22px;
	}

	nav .btns .lanBtn i.icon-yuyan {
		font-size: 22px;
	}

	.moreList,
	.moreList ul {
		border-radius: 5px;
		padding: 15px 0;
	}

	.moreList a {
		padding: 0 20px;
	}

	.moreList ul {
		top: -15px;
	}

	nav .btns .language ul {
		padding: 15px 0;
		border-radius: 5px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 30px;
	}

	nav .btns {
		margin-left: 30px;
	}

	nav .btns .search {
		margin-right: 20px;
	}

	nav .navList>ul>li>a::after {
		height: 2px;
	}

	.moreList,
	.moreList ul {
		width: 220px;
	}
}

@media screen and (max-width:999px) {
	.bannerRange {
		height: 60px;
	}

	nav .navList>ul {
		display: none;
	}

	nav .btns .search,
	nav .btns .language {
		height: 60px;
	}

	nav {
		background-color: #ffffff;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .lanBtn i,
	nav .btns .lanBtn {
		color: #333333;
		font-size: 14px;
	}

	nav .btns .lanBtn i.icon-yuyan {
		font-size: 20px;
	}

	nav .logo {
		width: 46px;
	}

	nav .btns {
		margin-left: 0;
		margin-right: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .language ul {
		padding: 10px 0;
	}

	nav .btns .language ul li {
		margin-bottom: 5px;
	}

	nav .btns .language ul a {
		padding: 0 15px;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns .search,
	nav .btns .language {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	.bannerRange {
		height: 50px;
	}

	nav .logo {
		width: 42px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}




/* indexBanner */


.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: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
	height: 100vh;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	color: #333333;
	border: solid 1px #E5E5E5;
	font-size: 32px;
	transition: .4s ease all;
	background-color: #ffffff;
}


.banner .slick-prev {
	left: 6.7%;
}

.banner .slick-next {
	right: 6.7%;
}


.banner .slick-arrow:hover {
	border-color: #00448B;
	color: #ffffff;
	background-color: #00448B;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

.banner .slick-dots li {
	margin: 0 8.2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	cursor: pointer;
	background-color: #ffffff;
}

.banner .slick-dots a {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	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;
	transition: .4s ease all;
	background-color: #D9E2EA;
}


.banner.hide {
	display: none;
}



.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block;
	height: 100%;
}

.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::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
	background-color: rgba(39, 64, 130, 0.6);
	width: 853px;
	clip-path: polygon(0% 0%, 72% 0%, 100% 100%, 0 100%);
}


.banner .msg .safeRange {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 13px;
}


.banner .msg .tit {
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	pointer-events: all;
	margin-bottom: 0px;
}

.banner .msg .txt {
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 49px;
	pointer-events: all;
}


.cBtn {
	width: 170px;
	height: 50px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .cBtn {
	background-color: #ffffff;
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #274082;
	pointer-events: all;
	border: 1px solid #ffffff;
}



.banner .cBtn:hover {
	background-color: transparent;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.banner .slick-arrow {
		width: 55px;
		height: 55px;
		font-size: 18px;
		line-height: 55px;
	}

	.banner .slick-prev {
		left: 60px;
	}

	.banner .slick-next {
		right: 60px;
	}

}

@media screen and (max-width:1333px) {
	.banner .slick-arrow {
		width: 45px;
		height: 45px;
		font-size: 14px;
	}

	.banner .msg .tit {
		font-size: 40px;
		line-height: 60px;
	}

	.banner .slick-prev {
		left: 50px;
	}

	.banner .slick-next {
		right: 50px;
	}

	.banner .slick-dots a {
		width: 14px;
		height: 14px;
	}
}

@media screen and (max-width:999px) {
	.banner .slick-arrow {
		display: none !important;
	}


	.banner .slick-dots {
		display: block !important;
		bottom: 20px;
	}

	.banner .slick-dots li {
		margin: 0 8px;
	}

	.banner .slick-dots li a {
		width: 13px;
		height: 13px;
	}

	.banner .msg::after {
		width: 380px;
	}
	
	.banner {
		height: auto;
	}
}

@media screen and (max-width:768px) {
	.banner .slick-dots li a {
		width: 12px;
		height: 12px;
	}

}




/* title1 */

.title1 {
	color: #00448B;
	font-family: Inter-ExtraBold;
	font-size: 46px;
	line-height: 56px;
}


a.title1 {
	display: inline-block;
	position: relative;
}


a.title1::after {
	content: "";
	position: absolute;
	right: 0;
	height: 2px;
	bottom: -2px;
	background-color: #00448B;
	transition: .4s ease all;
	width: 0;
}


a.title1:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}



.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}


.iTit .title1 {
	text-align: center;
}


/* iTips */

.iTips p {
	text-align: center;
	line-height: 24px;
}


/* cBtn */

.cBtn {
	width: 135px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background: #00448B;
	border: 1px solid #00448B;
	color: #FFF;
	font-size: 16px;
}

.cBtn:hover {
	background-color: transparent;
	color: #00448B;
}


/* indexM1-1 */

.iProducts {
	padding: 50px 0 70px 0;
}

.iProducts .iTit {
	margin-bottom: 7px;
}

.iProducts .iTips {
	margin-bottom: 38px;
}

.iProducts .con {
	display: flex;
	justify-content: space-between;
}


.iProducts .msg {
	width: 19.5%;
	padding: 40px 21px 40px 21px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	background-image: url("../images/indexM1-3.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 10px;
	overflow: hidden;
}

.iProducts h2 {
	font-weight: normal;
}

.iProducts .msg .tit {
	font-family: Inter-Bold;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 11px;
	display: block;
}


.iProducts .msg .tit:hover {
	color: #00448B;
}

.iProducts .msg .txts {
	font-size: 18px;
	line-height: 32px;
}


.iProducts .msg .cBtn {
	margin-top: 40px;
}


.iProducts .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 79.2%;
}

.products .list .inqBtn a:hover {
	color: #00448B;
}


.iProducts .item {
	width: 49.1%;
	margin-top: 20px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}


.iProducts .item:nth-child(-n+2) {
	margin-top: 0;
}

.iProducts .imgBox {
	position: relative;
}

.iProducts .imgBox .image:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}

.iProducts .item:hover .image:nth-child(2) {
	opacity: 1;
}

.iProducts .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}


.iProducts .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iProducts .image:hover img {
	transform: none;
}



.iProducts .name {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	padding: 41px 41px;
	z-index: 99;
}


.iProducts .name .tit {
	color: #333;
	font-size: 18px;
	line-height: 28px;
	position: relative;
	pointer-events: all;
}


.iProducts .name .tit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 30px;
	height: 4px;
	background: #00448B;
}


.iProducts .name .tit:hover {
	color: #00448B;
}



/* sBtns */

.sBtns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	width: 44px;
	height: 44px;
	flex-shrink: 0;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #E5E5E5;
	color: #333333;
	cursor: pointer;
	font-size: 22px;
}


.sBtns>div:hover {
	background-color: #00448B;
	color: #ffffff;
	border-color: #00448B;
}


.sBtns>div.prev {
	margin-right: 20px;
}


.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}

@media screen and (max-width:1660px) {
	.iProducts .iTit {
		margin-bottom: 20px;
	}

	.iProducts .iTips {
		margin-bottom: 50px;
	}

	.iProducts .msg {
		padding: 30px 20px;
	}

	.iProducts .msg .tit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.cBtn {
		height: 40px;
	}

	.iProducts .name {
		padding: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .iTips {
		margin-bottom: 40px;
	}

	.iProducts .name .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.iProducts .name .tit::after {
		height: 3px;
	}

	.iProducts .item,
	.iProducts .msg {
		border-radius: 5px;
	}

	.iProducts .msg {
		padding: 20px 15px;
	}

	.iProducts .msg .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.cBtn {
		height: 32px;
		font-size: 14px;
		width: 130px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProducts .list {
		width: 100%;
	}

	.iProducts .msg {
		width: 100%;
		padding: 20px;
		margin-bottom: 30px;
	}

	.iProducts .msg .tit {
		margin-bottom: 16px;
		font-size: 22px;
		line-height: 30px;
	}

	.iProducts .msg .cBtn {
		margin-top: 20px;
	}


	.iProducts .name .tit {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.iProducts .iTips {
		margin-bottom: 30px;
	}

	.iProducts .msg .tit {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.cBtn {
		height: 34px;
	}

	.iProducts .msg .cBtn {
		margin-top: 10px;
	}

	.iProducts .name {
		padding: 10px;
	}
}

@media screen and (max-width:538px) {
	.iProducts .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:400px) {
	.iProducts .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.iProducts .item:nth-child(1) {
		margin-top: 0;
	}
}




/* indexM2-1 */

.iSolutions {
	padding: 40px 0 41px 0;
	background: #F6F7F8;
}


.solutionPiece {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}


.solutionPiece .iTit {
	margin-bottom: 7px;
}


.solutionPiece .iTips {
	margin-bottom: 38px;
}


.solutionPiece .swiper {
	width: 60.26%;
	overflow: visible;
}


.solutionPiece .swiper .swiper-slide {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.solutionPiece .image {
	overflow: hidden;
}

.solutionPiece .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solutionPiece .image:hover img {
	transform: none;
}

.solutionPiece .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 23px 20px 30px 20px;
	background: rgba(51, 51, 51, 0.50);
	z-index: 2;
	border-radius: 10px;
	width: 100%;
}

.solutionPiece .tit {
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 1px;
}



.solutionPiece a.tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.solutionPiece .txts {
	line-height: 27px;
	margin-bottom: 22px;
	color: #ffffff;
}

.solutionPiece .cBtn {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #333333;
}


.solutionPiece .cBtn:hover {
	background-color: #00448B;
	border-color: #00448B;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.solutionPiece .iTit {
		margin-bottom: 20px;
	}

	.solutionPiece .iTips {
		margin-bottom: 40px;
	}

	.solutionPiece .msg {
		padding: 20px;
	}

	.solutionPiece .tit {
		margin-bottom: 10px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 16px;
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.solutionPiece .swiper .swiper-slide {
		border-radius: 5px;
	}

	.solutionPiece .msg {
		border-radius: 5px;
	}

	.solutionPiece .swiper {
		width: 70%;
	}

	.sBtns>div {
		width: 34px;
		height: 34px;
		font-size: 12px;
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.solutionPiece .swiper {
		width: 80%;
	}

	.solutionPiece .iTips {
		margin-bottom: 30px;
	}

	.solutionPiece .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.sBtns>div.prev {
		margin-right: 16px;
	}
}

@media screen and (max-width:768px) {
	.solutionPiece .msg {
		padding: 15px;
	}

	.solutionPiece .txts {
		margin-bottom: 15px;
	}

	.solutionPiece .swiper {
		width: 90%;
	}
}

@media screen and (max-width:538px) {
	.solutionPiece .swiper {
		width: 100%;
	}

	.solutionPiece .image {
		height: 280px;
	}
}





/* indexM3-1 */

.iAbout {
	padding: 50px 0 50px 0;
}

.iAbout .iTit {
	margin-bottom: 7px;
}

.iAbout .iTips {
	margin-bottom: 38px;
}

.iAbout .con {
	display: flex;
	justify-content: space-between;
}


.iAbout .msg {
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0 58px 0;
}


.iAbout .image {
	width: 47.8%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}


.iAbout .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.video {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}


.video .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84px;
	height: 84px;
}


.video:hover .playBtn img {
	transform: scale(1.1);
}

.iAbout .tit {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 54px;
	margin-bottom: 20px;
	display: block;
}


.iAbout .tit:hover {
	color: #00448B;
}


.iAbout .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	margin-bottom: 59px;
	color: #333333;
}


@media screen and (max-width:1560px) {
	.iAbout .msg {
		padding: 40px 0;
	}

	.iAbout .iTit {
		margin-bottom: 20px;
	}

	.iAbout .iTips {
		margin-bottom: 40px;
	}

	.iAbout .tit {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.iAbout .txts {
		margin-bottom: 40px;
	}

	.video .playBtn {
		width: 65px;
		height: 65px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.iAbout .txts {
		margin-bottom: 30px;
	}

	.video .playBtn {
		width: 60px;
		height: 60px;
	}

	.iAbout .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .iTips {
		margin-bottom: 30px;
	}

	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msg {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.iAbout .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.iAbout .txts {
		-webkit-line-clamp: 4;
		margin-bottom: 20px;
	}

	.iAbout .image {
		width: 100%;
		height: 350px;
	}

	.video .playBtn {
		width: 55px;
		height: 55px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iAbout .image {
		height: 300px;
	}

	.video .playBtn {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .image {
		height: 280px;
	}
}


/* indexM4-1 */

.business {
	padding: 71px 0 77px 0;
	position: relative;
	background-color: rgba(0, 0, 0, .7);
}

.business::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("../images/indexM4-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -2;
}


.business .title1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 30px;
}


.business .iTips {
	color: #ffffff;
	margin-bottom: 38px;
}


.business .cBtn {
	margin: 0 auto;
}


.business .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #00448B;
}

@media screen and (max-width:1333px) {
	.business .iTips {
		margin-bottom: 30px;
	}

	.business .title1 {
		margin-bottom: 20px;
	}
}







/* indexM5-1 */


.iAdvantage {
	padding: 50px 0 50px 0;
}

.iAdvantage .iTit {
	margin-bottom: 10px;
}

.iAdvantage .iTips {
	margin-bottom: 40px;
}

.iAdvantage .con {
	display: flex;
	justify-content: space-between;
}

.iAdvantage .con .msg {
	width: 45.75%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.iAdvantage .con .image {
	width: 50%;
}

.iAdvantage .con .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iAdvantage .tit {
	margin-bottom: 21px;
	color: #333;
	font-family: Inter-Bold;
	font-size: 26px;
}

.iAdvantage .txts {
	margin-bottom: 34px;
}

.iAdvantage .swiper {
	margin: 0;
	margin-bottom: 20px;
	width: 100%;
}

.iAdvantage .swiper:last-child {
	margin-bottom: 0;
}

.iAdvantage .swiper-slide {
	border-radius: 10px;
	background: #F6F7F8;
	padding: 41px 20px 41px;
	overflow: hidden;
	height: auto;
}

.iAdvantage .sign {
	width: 50px;
	margin: 0 auto 11px;
}


.iAdvantage .name {
	color: #333;
	font-size: 16px;
	text-align: center;
	line-height: 19px;
}


@media screen and (max-width:1560px) {
	.iAdvantage .iTit {
		margin-bottom: 20px;
	}

	.iAdvantage .txts {
		margin-bottom: 30px;
	}

	.iAdvantage .swiper-slide {
		padding: 20px;
	}

	.iAdvantage .sign {
		width: 40px;
	}

	.iAdvantage .con .msg {
		padding: 20px 0;
	}
}

@media screen and (max-width:1333px) {
	.iAdvantage .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.iAdvantage .sign {
		width: 35px;
		margin-bottom: 10px;
	}

	.iAdvantage .swiper-slide {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.iAdvantage .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.iAdvantage .con .msg {
		padding: 0;
		width: 100%;
	}

	.iAdvantage .con .image {
		width: 100%;
		height: 350px;
		margin-bottom: 30px;
	}

	.iAdvantage .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.iAdvantage .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.iAdvantage .iTips {
		margin-bottom: 30px;
	}

	.iAdvantage .con .image {
		height: 300px;
	}

	.iAdvantage .tit {
		font-size: 20px;
	}

	.iAdvantage .sign {
		width: 30px;
	}
}

@media screen and (max-width:538px) {
	.iAdvantage .con .image {
		height: 280px;
	}

	.iAdvantage .tit {
		font-size: 18px;
		line-height: 28px;
	}
}


/* indexM6-1 */

.IGlobalNetwork {
	max-width: 1920px;
	margin: 0 auto;
}

.globalNetwork {
	padding-right: calc((100% - 1500px)/ 2);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.globalNetwork .image {
	width: 55.7%;
}


.globalNetwork .msg {
	width: 44.3%;
	position: relative;
	padding: 40px 30px 40px 42px;
}

.globalNetwork .msg::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 0;
	top: 0;
	background-color: #F6F7F8;
	z-index: -1;
}


.globalNetwork .title1 {
	margin-bottom: 5px;
}


.globalNetwork .tip {
	margin-bottom: 17px;
}


.globalNetwork .txts {
	margin-bottom: 39px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}

.globalNetwork .txts p {
	font-size: 18px;
	color: #333333;
	line-height: 32px;
}

@media screen and (max-width:1660px) {
	.globalNetwork {
		padding-right: 80px;
	}

	.globalNetwork .msg {
		padding: 40px;
		padding-right: 0;
	}

	.globalNetwork .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.globalNetwork .msg {
		padding: 30px;
		padding-right: 0;
	}

	.globalNetwork .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.globalNetwork {
		padding: 0;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.globalNetwork .msg {
		width: 100%;
		padding: 40px 80px;
	}

	.globalNetwork .image {
		width: 100%;
		margin-top: 40px;
	}

	.globalNetwork .txts {
		-webkit-line-clamp: 4;
	}


	.globalNetwork .tip {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.globalNetwork .msg {
		padding: 30px 25px;
	}

	.globalNetwork .image {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.globalNetwork .msg {
		padding: 30px 15px;
	}
}



/* indexM7-1 */

.iNews {
	padding: 50px 0 65px 0;
}

.iNews .iTit {
	margin-bottom: 7px;
}

.iNews .iTips {
	margin-bottom: 38px;
}


.newItem .image {
	overflow: hidden;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .msg {
	padding: 15px 20px 15px;
}

.newItem .time {
	margin-bottom: 6px;
}

.newItem .name {
	font-family: Inter-Bold;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 24px;
}


.newItem .name:hover {
	color: #00448B;
}


@media screen and (max-width:1560px) {
	.iNews .iTit {
		margin-bottom: 20px;
	}

	.iNews .iTips {
		margin-bottom: 40px;
	}

	.newItem .msg {
		padding: 15px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .msg {
		padding: 15px 10px;
	}

	.newItem .name {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.iNews .iTips {
		margin-bottom: 30px;
	}

	.newItem .name {
		font-size: 14px;
		line-height: 24px;
	}

	.newItem .msg {
		padding: 15px 5px;
	}
}

/* indexM8-1 */

.touch {
	padding: 57px 0 53px 0;
	background-image: url("../images/indexM8-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.touch .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.touch .tit {
	color: #ffffff;
	font-family: Inter-Bold;
	font-size: 40px;
	font-style: normal;
	line-height: 60px;
}

.touch .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #00448B;
}

.touch .cBtn {
	flex-shrink: 0;
	margin-left: 30px;
}


@media screen and (max-width:1560px) {
	.touch .tit {
		font-size: 34px;
		line-height: 50px;
	}
}

@media screen and (max-width:1333px) {
	.touch .tit {
		font-size: 28px;
		line-height: 42px;
	}
}

@media screen and (max-width:999px) {
	.touch .tit {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:538px) {
	.touch .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.touch .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .cBtn {
		margin-left: 0;
		margin-top: 30px;
	}
}



/* home-products */



.productBanner .image {
	height: 100%;
}

.productBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.swiperBox {
	position: relative;
}


.products {
	padding: 34px 0 65px 0;
}

.innerNav {
	background: #F6F7F8;
	border-radius: 10px;
}

.innerNav .btns>div {
	position: absolute;
	font-size: 12px;
	color: #333333;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 9;
}

.innerNav .btns>div:hover {
	color: #00448B;
}

.innerNav .btns>div.prev {
	left: -23px;
}


.innerNav .btns>div.next {
	right: -23px;
}

.innerNav .btns>div.swiper-button-disabled {
	pointer-events: none;
}

.innerNav a {
	padding: 22.5px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-family: Inter-ExtraBold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	height: 100%;
}


.innerNav a:hover,
.innerNav .swiper-slide.active>a {
	color: #00448B;
}


.products .innerNav {
	margin-bottom: 27px;
}


.innerNav .swiper-slide {
	height: auto;
}

.products .mbox {
	height: 112px;
	overflow: hidden;
}

.mBtn {
	margin: 15px auto 0;
	width: max-content;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #00448B;
	position: relative;
}


.mBtn::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background-color: #00448B;
	transition: .4s ease all;
}


.mBtn:hover::after {
	left: 0;
	right: auto;
	width: 100%;
}


.products .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 43px;
	margin-bottom: 57px;
}


.products .list .item {
	width: 29.57%;
	margin-right: 5.045%;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	filter: drop-shadow(5px 4px 10px rgba(159, 159, 159, 0.25));
	margin-top: 43px;
	padding: 0 18px;
}

.products .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.products .list .item:nth-child(3n) {
	margin-right: 0;
}


.products .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.products .list .msg {
	border-top: 1px solid rgba(194, 194, 194, 0.50);
	padding: 32px 0 34px 0;
}


.products .list .name {
	color: #333;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 5px;
}

.products .list .name:hover {
	color: #00448B;
}

.products .list .txts {
	font-size: 14px !important;
	font-style: normal;
	line-height: 26px;
	min-height: 52px;
	margin-bottom: 3px;
}


.products .list .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.products .list .inqBtn {
	display: flex;
	align-items: center;
}


.products .list .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	background: #EAEAEA;
	width: 23px;
	height: 23px;
	flex-shrink: 0;
	margin-right: 15px;
}


.products .list .checkBtn i {
	opacity: 0;
	color: #00448B;
}

.products .list .checkBtn.active i {
	opacity: 1;
}

.products .list .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}

.products .list .inqBtn .btn {
	font-size: 16px;
	line-height: 28px;
	color: #00448B;
}


.products .list .inqBtn .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.products .list .moreBtn {
	color: #00448B;
	margin-right: 31px;
}

.products .list .moreBtn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.productPiece {
	padding: 60px 0 129px 0;
}

.productPiece .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 62px;
}


.productPiece .list .item {
	width: 22.14%;
	margin-right: 3.81%;
	margin-top: 30px;
	border-radius: 10px;
	background: #F6F7F8;
	padding: 40px 20px 25px;
}



.productPiece .list .item:nth-child(4n) {
	margin-right: 0;
}

.productPiece .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.productPiece .list .image {
	width: 50px;
	margin: 0 auto;
	margin-bottom: 18px;
}


.productPiece .list .name {
	text-align: center;
	color: #333;
	line-height: 19px;
}

.hotProducts .title1 {
	text-align: center;
	margin-bottom: 41px;
}

.hotProducts .image {
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 20px;
	background: #F6F7F8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotProducts .name {
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 28px;
}

.hotProducts .name:hover {
	color: #00448B;
}

.hotProducts .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #E5E5E5;
	background-color: #ffffff;
	font-size: 22px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.hotProducts .btns>div:hover {
	color: #00448B;
}


.hotProducts .btns>div.prev {
	left: -70px;
}


.hotProducts .btns>div.next {
	right: -70px;
}

.hotProducts .btns>div.swiper-button-disabled {
	pointer-events: none;
}



.hotProducts .btns>div:hover {
	background-color: #00448B;
	border-color: #00448B;
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.hotProducts .image {
		border-radius: 10px;
		margin-bottom: 15px;
	}

	.hotProducts .btns>div {
		font-size: 18px;
	}

	.innerNav a {
		font-size: 18px;
		line-height: 28px;
		padding: 16px 0;
	}

	.products .innerNav {
		margin-bottom: 50px;
	}

	.products .list .item {
		border-radius: 10px;
	}

	.products .list .msg {
		padding: 30px 0;
	}

	.productPiece .list .item {
		padding: 30px 20px;
	}

	.productPiece .list .image {
		width: 45px;
	}

	.productPiece .list .name {
		line-height: 24px;
	}

	.products .list .txts {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	.hotProducts .image {
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.hotProducts .name {
		font-size: 16px;
		line-height: 26px;
	}

	.hotProducts .title1 {
		margin-bottom: 20px;
	}

	.hotProducts .btns>div.next {
		right: -65px;
	}

	.hotProducts .btns>div.prev {
		left: -65px;
	}

	.hotProducts .btns>div {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}


	.innerNav {
		border-radius: 5px;
	}

	.products .innerNav {
		margin-bottom: 40px;
	}

	.products .list .item {
		width: 31%;
		margin-right: 3.5%;
		border-radius: 5px;
		padding: 0 15px;
	}

	.products .list .msg {
		padding: 20px 0;
	}

	.products .list {
		margin: 30px 0;
	}

	.products .list .name {
		font-size: 16px;
		line-height: 28px;
	}

	.products .list .moreBtn {
		margin-right: 0;
	}

	.products .list .checkBtn {
		width: 20px;
		height: 20px;
	}

	.productPiece .list {
		justify-content: space-between;
		margin-bottom: 40px;
	}

	.productPiece .list .item:nth-child(n) {
		padding: 20px;
		border-radius: 5px;
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productPiece .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.innerNav a {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.hotProducts .name {
		font-size: 14px;
		line-height: 24px;
	}

	.productPiece .list .name {
		font-size: 14px;
	}

	.productPiece .list .image {
		width: 40px;
		margin-bottom: 15px;
	}


	.mBtn {
		font-size: 14px;
		line-height: 24px;
	}

	.products .list {
		justify-content: space-between;
	}

	.products .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.products .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .list .moreBtn {
		font-size: 14px;
	}

	.products .mbox {
		height: 104px;
	}

	.products .list .checkBtn {
		width: 18px;
		height: 18px;
		margin-right: 10px;
	}
}

@media screen and (max-width:768px) {
	.hotProducts .btns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}


	.hotProducts .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hotProducts .btns>div.prev {
		margin-right: 20px;
	}

	.innerNav {
		padding: 0 30px;
	}

	.innerNav .btns>div.prev {
		left: -30px;
	}

	.innerNav .btns>div.next {
		right: -30px;
	}

	.products .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.productPiece .list .image {
		width: 35px;
		margin-bottom: 10px;
	}

	.products .list .checkBtn {
		width: 16px;
		height: 16px;
	}
}

@media screen and (max-width:538px) {
	.products .list .btns {
		flex-direction: column;
		align-items: flex-start;
	}

	.productPiece .list .item:nth-child(n) {
		padding: 20px 15px;
	}
}

@media screen and (max-width:400px) {
	.products .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.products .list .item:nth-child(1) {
		margin-top: 0;
	}

	.products .list .txts {
		min-height: auto;
	}

	.products .list .btns {
		flex-direction: row;
	}

	.productPiece .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.productPiece .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* home-products-详情 */



.productShow {
	background: #FAFAFA;
	position: relative;
	padding: 38px 0 39px 0;
}


.productShow::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	z-index: -1;
	background-color: #FAFAFA;
}


.productShow .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.productShow .box {
	width: 48.21%;
	position: relative;
}


.productShow .jianjie {
	width: 46.7%;
	padding: 21px 0;
}


.productShow .box .showSipwer {
	margin-bottom: 22px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 20px;
}


.productShow .box .showSipwer .swiper-slide {
	position: relative;
}



.productShow .box .checkSwiper {
	padding: 0 20px;
	position: relative;
	overflow: hidden;
}


.productShow .box .checkSwiper .iconfont {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	font-size: 12px;
	cursor: pointer;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;

}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: 0;
}

.productShow .box .checkSwiper .next {
	right: 0;
}


.productShow .box .checkSwiper .iconfont:hover {
	color: #00448B;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	background-color: #efefef;
	overflow: hidden;
	border-radius: 20px;
	background: #FFF;
	pointer-events: none;
}

.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	border: solid 1px #ffffff;
	transition: .4s ease border;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-radius: 20px;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #00448B;
}


.jianjie h1 {
	font-family: Inter-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 9px;
	font-weight: normal;
}



.jianjie .txts {
	padding: 33px 0 60px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 46px;
}



.jianjie .share {
	margin-bottom: 65px;
}



.jianjie .btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.jianjie .btns a {
	width: 140px;
	height: 48px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 16px;
	border: 1px solid #00448B;
	border-radius: 24px;
	background: #00448B;
	margin: 5px 0;
	margin-right: 16px;
}




.jianjie .btns a:hover {
	background-color: #ffffff;
	color: #00448B;
}






/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
	border-radius: 20px;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
	border-radius: 20px;
}


@media screen and (max-width:1560px) {
	.productShow .box .showSipwer {
		border-radius: 10px;
	}

	.productShow .checkSwiper .swiper-slide {
		border-radius: 10px;
	}

	.productShow .checkSwiper .swiper-slide::after {
		border-radius: 10px;
	}

	.productShow .jianjie {
		padding: 0;
	}

	.jianjie h1 {
		margin-bottom: 20px;
	}

	.jianjie .txts {
		padding: 20px 0;
		margin-bottom: 30px;
	}

	.jianjie .share {
		margin-bottom: 40px;
	}

	.jianjie .btns a {
		height: 40px;
	}

}

@media screen and (max-width:1333px) {
	.productShow .box .showSipwer {
		border-radius: 5px;
	}

	.productShow .checkSwiper .swiper-slide,
	.productShow .checkSwiper .swiper-slide::after {
		border-radius: 5px;
	}

	.jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.jianjie .share {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .box {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 40px;
	}

	.productShow .jianjie {
		width: 100%;
	}

	.jianjie .btns a {
		height: 36px;
	}

}

@media screen and (max-width:768px) {
	.productShow .box {
		max-width: 400px;
		margin: 0 auto 40px;
	}

	.jianjie h1 {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.jianjie .btns a {
		width: 130px;
		margin-right: 5px;
	}

	.jianjie h1 {
		font-size: 18px;
		line-height: 28px;
	}
}

.bridge {
	padding: 66px 0 56px 0;
}


.bridge .innerTit {
	text-align: center;
	margin-bottom: 24px;
}

.bridge .con .clear {
	display: none;
}


.bridge .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.bridge .con .image {
	width: 46.71%;
	border-radius: 20px;
	overflow: hidden;
}

.bridge .con .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.bridge .con .txts {
	width: 46.9%;
}

.coreFeatures {
	margin-bottom: 61px;
}

.coreFeatures .innerTit {
	text-align: center;
	margin-bottom: 53px;
}



.coreFeatures .list {
	display: flex;
	flex-wrap: wrap;
}


.coreFeatures .list .item {
	width: 23.78%;
	margin-right: 1.62%;
	margin-top: 30px;
	padding: 24px 23px 20px 23px;
	border-radius: 20px;
	background: #F6F7F8;
}


.coreFeatures .list .item:nth-child(4n) {
	margin-right: 0;
}

.coreFeatures .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.coreFeatures .tit {
	color: #333;
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}


@media screen and (max-width:1560px) {
	.bridge .innerTit {
		margin-bottom: 40px;
	}

	.bridge .con .image {
		border-radius: 10px;
	}

	.bridge .con .txts {
		width: 50%;
	}

	.coreFeatures .innerTit {
		margin-bottom: 40px;
	}

	.coreFeatures {
		margin-bottom: 80px;
	}

	.coreFeatures .list .item {
		border-radius: 10px;
	}

	.coreFeatures .tit {
		margin-bottom: 20px;
		font-size: 18px;
	}

}

@media screen and (max-width:1333px) {
	.bridge .con .image {
		border-radius: 5px;
		float: left;
		margin-right: 5%;
	}

	.bridge .con {
		display: block;
	}

	.bridge .con .txts {
		width: 100%;
	}

	.bridge .innerTit {
		margin-bottom: 30px;
	}

	.coreFeatures .innerTit {
		margin-bottom: 30px;
	}

	.coreFeatures .list {
		justify-content: space-between;
	}

	.coreFeatures .list .item:nth-child(n) {
		border-radius: 5px;
		width: 48%;
		margin-top: 30px;
	}

	.coreFeatures .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.coreFeatures .tit {
		margin-bottom: 15px;
	}

	.coreFeatures {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.coreFeatures {
		margin-bottom: 50px;
	}

	.coreFeatures .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.coreFeatures .list .item {
		padding: 20px;
	}
}

@media screen and (max-width:768px) {
	.bridge .con .image {
		width: 100%;
		height: 300px;
		float: none;
		margin: 0;
		margin-top: 30px;
	}

	.bridge .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.coreFeatures {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.bridge .innerTit {
		margin-bottom: 20px;
	}

	.bridge .con .image {
		height: 280px;
	}

	.coreFeatures .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.coreFeatures .list .item:nth-child(1) {
		margin-top: 0;
	}
}






.scenarios {
	padding: 31px 0 94px 0;
	background-color: #FAFAFA;
}


.scenarios .innerTit {
	margin-bottom: 37px;
}



.scenarios .solutionPiece .msg {
	padding: 9px 20px 13px 20px;
}


.scenarios .msg .tit {
	margin-bottom: 1px;
}


.scenarios .msg .txts {
	margin-bottom: 0;
}


.productDetPiece {
	padding: 50px 0 75px 0;
}



.ketRole {
	margin-bottom: 53px;
}


.ketRole .innerTit {
	margin-bottom: 58px;
}

.standardEdit p strong {
	font-weight: normal;
	font-family: Inter-Bold;
	color: #333333;
}

.ketRole .txts {
	margin-bottom: 49px;
}

.ketRole .show {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 53px;
}

.ketRole .show .playBtn {
	width: 84px;
}

.ketRole .swiper-slide {
	border-radius: 20px;
	overflow: hidden;
}

.contactWithUs {
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 5px 5px 30px 0px rgba(6, 38, 103, 0.15);
	padding: 35px 150px 45px;
	margin-bottom: 76px;
}

.contactWithUs .innerTit {
	margin-bottom: 23px;
	text-align: center;
}


.contactWithUs ul {
	display: flex;
	flex-wrap: wrap;
}

.contactWithUs ul li {
	width: 31.9%;
	margin-right: 2.15%;
	padding: 0 22px;
	height: 50px;
	border-radius: 10px;
	border: 1px solid #999;
	margin-top: 30px;
}


.contactWithUs ul li.active {
	border-color: #062667;
}




.contactWithUs ul li:nth-child(3n) {
	margin-right: 0;
}


.contactWithUs ul li:nth-child(-n+3) {
	margin-top: 0;
}


.contactWithUs input,
.contactWithUs textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.contactWithUs ul li.message {
	width: 100%;
	margin-right: 0;
	height: 120px;
	padding: 15px 26px;

}

.contactWithUs ul li.codeCon {
	width: 45.5%;
	margin-right: 2.2%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


.contactWithUs ul li.codeCon input {
	flex-shrink: 1;
	padding: 0 22px;
}

.contactWithUs ul li.codeCon .codeImg {
	flex-shrink: 0;
	max-width: 90px;
	cursor: pointer;
	height: 100%;
}


.contactWithUs ul li.codeCon .codeImg img {
	height: 100%;
}

.contactWithUs ul li.subBtn {
	width: 52.3%;
	padding: 0;
	border: none;
	border-radius: 0;
}

.contactWithUs ul li.subBtn input {
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #00448B;
	color: #FFF;
	font-size: 16px;
	border: 1px solid #00448B;
	border-radius: 10px;

}

.contactWithUs ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #00448B;
}


.contactWithUs ul li.must {
	position: relative;
}


.contactWithUs ul li.must::after {
	content: "*";
	position: absolute;
	left: 10px;
	top: 10px;
	color: #F51313;
	font-size: 16px;
}


@media screen and (max-width:1560px) {
	.ketRole .innerTit {
		margin-bottom: 40px;
	}

	.ketRole .show {
		border-radius: 10px;
		margin-bottom: 40px;
	}

	.ketRole .show .playBtn {
		width: 65px;
		height: 65px;
	}

	.ketRole .swiper-slide {
		border-radius: 10px;
	}

	.ketRole {
		margin-bottom: 80px;
	}

	.contactWithUs {
		border-radius: 10px;
		padding: 60px 80px;
		margin-bottom: 80px;
	}

	.contactWithUs .innerTit {
		margin-bottom: 40px;
	}

	.contactWithUs ul li {
		border-radius: 5px;
	}

	.contactWithUs ul li.subBtn input {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.ketRole .innerTit {
		margin-bottom: 30px;
	}

	.ketRole .show {
		border-radius: 5px;
		margin-bottom: 30px;
	}

	.ketRole .show .playBtn {
		width: 60px;
		height: 60px;
	}

	.ketRole .swiper-slide {
		border-radius: 5px;
	}

	.ketRole {
		margin-bottom: 40px;
	}

	.contactWithUs {
		padding: 40px;
	}

	.contactWithUs .innerTit {
		margin-bottom: 30px;
	}

	.contactWithUs ul li {
		height: 45px;
		margin-top: 20px;
	}

	.contactWithUs ul li.must::after {
		top: 5px;
	}

	.contactWithUs {
		border-radius: 5px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.ketRole .txts {
		margin-bottom: 40px;
	}

	.ketRole .show .image {
		width: 100%;
		height: 100%;
	}

	.ketRole .show .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.ketRole .show .playBtn {
		width: 50px;
		height: 50px;
	}

	.contactWithUs {
		padding: 30px 20px;
	}

}

@media screen and (max-width:768px) {
	.ketRole .show {
		height: 300px;
	}

	.ketRole .swiper-slide {
		height: 230px;
	}

	.ketRole .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.contactWithUs ul {
		justify-content: space-between;
	}

	.contactWithUs ul li {
		height: 40px;
		width: 48%;
		margin-right: 0;
	}

	.contactWithUs ul li:nth-child(n) {
		margin-top: 15px;
	}

	.contactWithUs ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactWithUs ul li:nth-child(3) {
		width: 100%;
	}


}

@media screen and (max-width:538px) {
	.ketRole .show {
		height: 280px;
	}

	.ketRole .swiper-slide {
		height: 200px;
	}

	.contactWithUs ul li.codeCon,
	.contactWithUs ul li.subBtn {
		width: 100%;
	}

	.contactWithUs .innerTit {
		margin-bottom: 20px;
	}

	.contactWithUs ul li {
		height: 36px;
	}

	.contactWithUs ul li.message {
		padding: 10px 26px;
	}
}

@media screen and (max-width:400px) {
	.contactWithUs ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.contactWithUs ul li:nth-child(1) {
		margin-top: 0;
	}
}


/* home-solutions */

.solutions {
	padding: 68px 0 57px;
}

.solutions .innerNav {
	margin-bottom: 41px;
}

.solutions .innerNav a {
	font-size: 24px;
}


.solutions .pager {
	margin-top: 59px;
}



.solutions .list .item {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	background-color: rgba(237, 237, 237, 0.50);
	border-radius: 10px;
	overflow: hidden;
}



.solutions .list .item:nth-child(1) {
	margin-top: 0;
}

.solutions .list .image {
	width: 45%;
	overflow: hidden;
}


.solutions .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.solutions .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solutions .list .msg {
	width: 55%;
	padding: 40px 72px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.solutions .list .tit {
	color: #333;
	font-family: Inter-Bold;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 23px;
}

.solutions .list .txts {
	margin-bottom: 36px;
}

.solutions .list .tit:hover {
	color: #00448B;
}

@media screen and (max-width:1560px) {
	.solutions .innerNav a {
		font-size: 20px;
	}

	.solutions .list .item {
		border-radius: 5px;
	}

	.solutions .list .msg {
		padding: 30px;
	}

	.solutions .list .txts {
		margin-bottom: 30px;
	}

	.solutions .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.solutions .innerNav a {
		font-size: 18px;
		line-height: 28px;
	}

	.solutions .list .tit {
		margin-bottom: 20px;
	}

	.solutions .pager {
		margin-top: 30px;
	}

}

@media screen and (max-width:999px) {
	.solutions .list .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.solutions .list {
		margin-bottom: 40px;
	}

	.solutions .innerNav a {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.solutions .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.solutions .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		width: 48%;
		justify-content: flex-start;
		margin-top: 30px;
	}

	.solutions .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.solutions .list .msg {
		width: 100%;
		padding: 20px;
	}

	.solutions .list .image {
		width: 100%;
		border-radius: 5px;
	}

	.solutions .list .tit {
		font-size: 14px;
		-webkit-line-clamp: 2;
	}

	.solutions .list .txts {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:400px) {
	.solutions .list .msg {
		padding: 15px;
	}

	.solutions .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		justify-content: flex-start;
		margin-top: 30px;
	}

	.solutions .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* home-solution-详情 */


.solutionsDet {
	padding: 68px 0 110px 0;
}



.installed {
	margin-bottom: 41px;
}


.installed .image {
	float: left;
	width: 50%;
	border-radius: 10px;
	margin-right: 3.6%;
	overflow: hidden;
}

.installed .msg {
	padding: 21px 0;
}

.installed .msg .tit {
	color: #333;
	font-family: Inter-Bold;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 31px;
}

.installed .msg .line {
	margin-left: auto;
	width: 46.4%;
	height: 1px;
	background-color: #CACACA;
	margin-bottom: 21px;
}


.innerTit {
	color: #333;
	text-align: center;
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 48px;
}

.projectNeed {
	margin-bottom: 57px;
}

.projectNeed .innerTit {
	margin-bottom: 25px;
}

.projectNeed .txts {
	margin-bottom: 40px;
}

.projectNeed .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.program {
	margin-bottom: 56px;
}

.program .innerTit {
	margin-bottom: 25px;
}

.program .tips {
	margin-bottom: 47px;
}


.program .list {
	display: flex;
	flex-wrap: wrap;
}

.program .list .item {
	width: 23.78%;
	margin-right: 1.62%;
	margin-top: 30px;
	border-radius: 20px;
	padding: 24px 24px 20px;
	background-color: #F6F7F8;
}

.program .list .item:nth-child(4n) {
	margin-right: 0;
}

.program .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.program .list .tit {
	color: #333;
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
}


.process {
	position: relative;
	padding: 26px 0 74px 0;
	margin-bottom: 48px;
}



.process::after {
	content: "";
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FAFAFA;
	z-index: -1;
	width: 100vw;
	top: 0;
}


.process .innerTit {
	margin-bottom: 30px;
}

.process .con {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
}


.process .con .clear {
	display: none;
}


.process .image {
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
}


.process .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.process .txts {
	width: 45%;
}

.feedback {
	margin-bottom: 40px;
}

.feedback .innerTit {
	margin-bottom: 41px;
}

.feedback .txts {
	margin-bottom: 58px;
}


.feedback .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solutionsDet .prevOrNext {
	margin-bottom: 64px;
}

@media screen and (max-width:1560px) {
	.installed .msg .tit {
		font-size: 24px;
	}

	.installed .image {
		border-radius: 5px;
	}

	.installed .msg {
		padding: 0;
	}

	.innerTit {
		font-size: 28px;
		line-height: 38px;
	}

	.program .list .item {
		border-radius: 10px;
		padding: 30px;
	}

	.program {
		margin-bottom: 80px;
	}

	.process .innerTit {
		margin-bottom: 40px;
	}

	.process .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.installed .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.innerTit {
		font-size: 24px;
		line-height: 34px;
	}

	.projectNeed {
		margin-bottom: 40px;
	}

	.program .list {
		justify-content: space-between;
	}

	.program .list .item:nth-child(n) {
		border-radius: 5px;
		padding: 20px;
		width: 48%;
		margin-top: 30px;
	}

	.program .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.program .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.program .tips {
		margin-bottom: 30px;
	}

	.program {
		margin-bottom: 60px;
	}

	.process .con {
		display: block;
	}

	.process .image {
		float: right;
		margin-left: 5%;
	}

	.process .txts {
		width: 100%;
	}

	.feedback .innerTit {
		margin-bottom: 30px;
	}

	.solutionsDet .prevOrNext {
		margin-bottom: 50px;
	}

	.feedback {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.installed .msg .tit {
		font-size: 20px;
	}

	.innerTit {
		font-size: 22px;
		line-height: 30px;
	}

	.program .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.program {
		margin-bottom: 50px;
	}

	.feedback .txts {
		margin-bottom: 40px;
	}

	.feedback {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.installed .image {
		width: 100%;
		height: 300px;
		float: none;
		margin: 0;
		margin-top: 30px;
	}

	.installed .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.installed {
		display: flex;
		flex-direction: column-reverse;
	}

	.installed .msg .line {
		width: 100%;
	}

	.projectNeed .image {
		height: 300px;
	}

	.process .image {
		width: 100%;
		float: none;
		height: 300px;
		margin: 0;
		margin-top: 30px;
	}

	.process .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.feedback .txts {
		margin-bottom: 30px;
	}

	.feedback .image {
		height: 300px;
	}

	.feedback {
		margin-bottom: 40px;
	}

	.solutionsDet .prevOrNext {
		margin-bottom: 40px;
	}

	.innerTit {
		font-size: 20px;
		line-height: 30px;
	}

	.projectNeed .txts {
		margin-bottom: 30px;
	}

	.program {
		margin-bottom: 40px;
	}

	.process .innerTit {
		margin-bottom: 30px;
	}

	.process {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.installed .msg .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.installed .image {
		height: 280px;
	}

	.projectNeed .innerTit {
		margin-bottom: 20px;
	}

	.projectNeed .image {
		height: 280px;
	}

	.process .innerTit {
		margin-bottom: 20px;
	}

	.process .image {
		height: 280px;
	}

	.feedback .innerTit {
		margin-bottom: 20px;
	}

	.feedback .image {
		height: 280px;
	}
}

@media screen and (max-width:400px) {
	.program .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.program .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* home-about us */

.aboutUs {
	padding: 46px 0 68px;
}

.aboutUs .des {
	margin-bottom: 53px;
}


.aboutUs .des .title1 {
	text-align: center;
	margin-bottom: 36px;
}

.aboutUs .des .txts {
	margin-bottom: 31px;
}

.aboutUs .des .standardEdit p {
	color: #333333;
}


.aboutUs .des .image {
	border-radius: 20px;
	overflow: hidden;
}


.aboutUs .des .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}





.productQuality {
	display: flex;
	justify-content: space-between;
}

.productQuality .image {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}

.productQuality .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productQuality .msg {
	width: 46%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.productQuality .title1 {
	margin-bottom: 22px;
}

.productQuality .standardEdit p {
	color: #333333;
}

.productQuality .msg {
	padding: 29px 0;
}



@media screen and (max-width:1560px) {
	.aboutUs .des .title1 {
		margin-bottom: 30px;
	}

	.aboutUs .des .image {
		border-radius: 10px;
	}

	.aboutUs .des {
		margin-bottom: 60px;
	}

	.productQuality .image {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .des .image {
		border-radius: 5px;
	}

	.productQuality .image {
		border-radius: 5px;
	}

	.productQuality .msg {
		padding: 30px 0;
	}

	.aboutUs .des {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.productQuality {
		flex-direction: column;
		align-items: flex-start;
	}

	.productQuality .msg {
		padding: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.productQuality .image {
		width: 100%;
	}

}

@media screen and (max-width:768px) {

	.aboutUs .des .title1,
	.productQuality .title1 {
		margin-bottom: 20px;
	}

}



.equipmentScale {
	padding: 51px 0 69px 0;
	background-color: #F6F7F8;
}

.equipmentScale .title1 {
	text-align: center;
	margin-bottom: 43px;
}

.equipmentScale .list {
	display: flex;
	flex-wrap: wrap;
}


.equipmentScale .list .item {
	width: 18.85%;
	margin-right: 1.4375%;
	padding: 14px 20px 27px;
	border-radius: 20px;
	background: #FFF;
	margin-top: 30px;
}


.equipmentScale .list .item:nth-child(5n) {
	margin-right: 0;
}

.equipmentScale .list .item:nth-child(-n+5) {
	margin-top: 0;
}


.equipmentScale .list .image {
	width: 60px;
	margin-bottom: 22px;
}


.equipmentScale .list .tit {
	color: #00448B;
	font-family: Inter-ExtraBold;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 15px;
}



.equipmentScale .list .standardEdit p {
	color: #333333;
}

@media screen and (max-width:1560px) {
	.equipmentScale .title1 {
		margin-bottom: 50px;
	}

	.equipmentScale .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}


	.equipmentScale .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.equipmentScale .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.equipmentScale .list .image {
		width: 50px;
		margin-bottom: 20px;
	}

	.equipmentScale .list .item {
		border-radius: 10px;
	}

	.equipmentScale .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.equipmentScale .list .image {
		width: 40px;
		margin-bottom: 10px;
	}

	.equipmentScale .list .item {
		border-radius: 5px;
	}

	.equipmentScale .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.equipmentScale .list {
		justify-content: space-between;
	}

	.equipmentScale .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.equipmentScale .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.equipmentScale .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}


@media screen and (max-width:538px) {
	.equipmentScale .title1 {
		margin-bottom: 30px;
	}

	.equipmentScale .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.equipmentScale .list .item:nth-child(1) {
		margin-top: 0;
	}
}




.workshop {
	position: relative;
	padding: 54px 0 103px 0;
}


.workshop::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-image: url("../images/workshopM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -3;
}

.workshop::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: rgba(0, 0, 0, .7);
}


.workshop .title1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 21px;
}


.workshop .tips {
	margin-bottom: 36px;
}

.workshop .tips p {
	color: #ffffff;
}


.workshop .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.workshop .list .item {
	background-color: #ffffff;
	padding: 47px 49px 78px;
	border-radius: 20px;
	width: 47.6%;
}

.workshop .list .tit {
	color: #333;
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 16px;
}


@media screen and (max-width:1560px) {
	.workshop .title1 {
		margin-bottom: 30px;
	}

	.workshop .list .item {
		border-radius: 10px;
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.workshop .list .item {
		border-radius: 5px;
		padding: 20px;
	}

	.workshop .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}


}

@media screen and (max-width:999px) {
	.workshop .tips {
		margin-bottom: 30px;
	}

	.workshop .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.workshop .title1 {
		margin-bottom: 20px;
	}

	.workshop .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.workshop .list .item:nth-child(1) {
		margin-top: 0;
	}
}



.design {
	padding: 61px 0 61px 0;
}

.design .title1 {
	text-align: center;
	margin-bottom: 36px;
}

.design .tips {
	color: #333;
	margin-bottom: 61px;
}


.design .con {
	height: 442px;
	display: flex;
	justify-content: space-between;
}



.design .imgSwiper {
	width: 49.14%;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
}


.design .imgSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.design .msgSwiper {
	width: 50%;
	overflow: hidden;
	height: 100%;
}


.design .msgSwiper .swiper-slide {
	max-height: 100%;
	overflow: auto;
	padding: 6px 0;
}

.design .msgSwiper .swiper-slide::-webkit-scrollbar {
	width: 2px;
	height: 6px;
	background-color: #00000040;
	border-radius: 0px;
}

.design .msgSwiper .swiper-slide::-webkit-scrollbar-thumb {
	background-color: #00448B;
	border-radius: 0px;
}

.design .msgSwiper .swiper-slide::-webkit-scrollbar-track {
	background-color: transparent;
}




.design .title {
	border-radius: 10px;
	background: #F5F5F5;
	padding: 15.5px 21px;
	padding-left: 20px;
	color: #000;
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 31px;
	margin-right: 20px;
}



.design .txts {
	padding-left: 30px;
	padding-right: 20px;
}

.design .txts p {
	color: #333333;
}


@media screen and (max-width:1560px) {
	.design .tips {
		margin-bottom: 50px;
	}

	.design .imgSwiper {
		border-radius: 10px;
	}

	.design .title {
		padding: 10px 20px;
		border-radius: 5px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.design .title {
		font-size: 18px;
		line-height: 28px;
	}

	.design .title1 {
		margin-bottom: 30px;
	}

	.design .tips {
		margin-bottom: 40px;
	}

	.design .imgSwiper {
		border-radius: 5px;
	}

	.design .txts {
		padding-left: 20px;
	}
}

@media screen and (max-width:999px) {
	.design .tips {
		margin-bottom: 30px;
	}

	.design .con {
		height: auto;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.design .msgSwiper .swiper-slide {
		padding: 0;
	}

	.design .title {
		font-size: 16px;
		line-height: 26px;
		padding: 5px 20px;
	}

	.design .msgSwiper {
		width: 100%;
		margin-bottom: 30px;
	}

	.design .imgSwiper {
		width: 100%;
	}

	.design .msgSwiper {
		height: 240px;
	}

	.design .imgSwiper {
		height: 300px;
	}
}

@media screen and (max-width:768px) {
	.design .imgSwiper {
		height: 260px;
	}

	.design .msgSwiper {
		height: 220px;
	}
}

@media screen and (max-width:538px) {
	.design .title1 {
		margin-bottom: 20px;
	}

	.design .txts {
		padding-right: 10px;
	}

	.design .title {
		margin-right: 10px;
	}
}






.qualification {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 35px;
	margin-bottom: 60px;
}




.qualification .title1 {
	text-align: center;
	margin-bottom: 54px;
}


.qualification .image {
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}



.qualification .image:hover img {
	transform: translateY(-10px);
}



.qualification .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.qualification .name {
	text-align: center;
	color: #000
}


@media screen and (max-width:1560px) {
	.qualification .title1 {
		margin-bottom: 40px;
	}

	.qualification {
		margin-bottom: 80px;
	}

}

@media screen and (max-width:1333px) {
	.qualification .image {
		margin-bottom: 10px;
	}

	.qualification {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.qualification {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.qualification {
		margin-bottom: 40px;
	}

	.qualification .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.qualification {
		padding: 0 15px;
	}
}


.development {
	position: relative;
	padding-top: 147px;
}


.development .imageBg {
	position: absolute;
	width: 100%;
	height: 400px;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


.development .imageBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.development .imageBg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-color: rgba(0, 0, 0, .7);
}



.development .title1 {
	margin-bottom: 55px;
	color: #ffffff;
	text-align: center;
}

.development .swiper {
	background-color: #ffffff;
	padding: 73px 58px 0;
}

.development .swiper .swiper-slide {
	padding-right: 20px;
	overflow: auto;
	max-height: 600px;
}

.development .swiper .swiper-slide::-webkit-scrollbar {
	width: 2px;
	height: 2px;
	background-color: #00000040;
	border-radius: 0px;
}

.development .swiper .swiper-slide::-webkit-scrollbar-thumb {
	background-color: #00448B;
	border-radius: 0px;
}

.development .swiper .swiper-slide::-webkit-scrollbar-track {
	background-color: transparent;
}

.development .time {
	color: #333;
	font-family: Inter-ExtraBold;
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 45px;
	position: relative;
}


.development .time::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 41px;
	height: 2px;
	flex-shrink: 0;
	background-color: #3B3B3B;
}

.development .title {
	color: #333;
	font-family: Inter-ExtraBold;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 5px;
}


@media screen and (max-width:1560px) {
	.development {
		padding-top: 80px;
	}

	.development .swiper {
		padding: 40px 40px 0;
	}

	.development .time {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.development .time::after {
		bottom: -10px;
	}

	.development .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.development .swiper .swiper-slide {
		max-height: 418px;
	}
}

@media screen and (max-width:1333px) {
	.development {
		padding-top: 60px;
	}

	.development .title {
		font-size: 18px;
		line-height: 28px;
	}

	.development .time {
		font-size: 20px;
		line-height: 30px;
	}

	.development .imageBg {
		height: 300px;
	}

	.development .swiper .swiper-slide {
		max-height: 358px;
	}
}

@media screen and (max-width:999px) {
	.development .imageBg {
		height: 200px;
	}

	.development {
		padding-top: 50px;
	}

	.development .title1 {
		margin-bottom: 30px;
	}

	.development .swiper {
		padding: 30px 30px 0 30px;
	}

	.development .time {
		font-size: 18px;
		line-height: 28px;
	}

	.development .title {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.development {
		padding-top: 40px;
	}

	.development .swiper .swiper-slide {
		max-height: 310px;
	}
}

@media screen and (max-width:538px) {
	.development .swiper {
		padding: 20px 20px 0 20px;
	}
}




.factoryTour {
	padding: 46px 0 45px 0;
}


.factoryTour .title1 {
	margin-bottom: 48px;
	text-align: center;
}



.factoryTour .image {
	overflow: hidden;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 31px;
}


.factoryTour .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.factoryTour .name {
	text-align: center;
	color: #333333;
}


.factoryTour .sBtns>div {
	position: absolute;
	top: 44.4%;
	transform: translateY(-50%);
	z-index: 99;
	margin: 0;
}


.factoryTour .sBtns>div.prev {
	left: -76px;
}

.factoryTour .sBtns>div.next {
	right: -76px;
}


@media screen and (max-width:1560px) {
	.factoryTour .title1 {
		margin-bottom: 40px;
	}

	.factoryTour .image {
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.factoryTour .sBtns>div.next {
		right: -60px;
	}

	.factoryTour .sBtns>div.prev {
		left: -60px;
	}
}

@media screen and (max-width:1333px) {
	.factoryTour .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.factoryTour .image {
		margin-bottom: 10px;
	}

	.factoryTour .title1 {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:768px) {
	.factoryTour .sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
	}

	.factoryTour .sBtns>div.prev {
		margin-right: 20px;
	}
}


.aboutPiece {
	height: 98px;
}

.AGlobalNetwork {
	max-width: 1920px;
	margin: 0 auto;
}

.AGlobalNetwork .globalNetwork .msg {
	padding: 39px 0px 48px 98px;
}


.AGlobalNetwork .globalNetwork .title1 {
	margin-bottom: 24px;
}

.AGlobalNetwork .globalNetwork .txts {
	margin-bottom: 29px;
}

.AGlobalNetwork .globalNetwork .txts {
	display: block;
}

@media screen and (max-width:1560px) {
	.AGlobalNetwork .globalNetwork .msg {
		padding: 40px 0 40px 40px;
	}

	.aboutPiece {
		height: 80px;
	}
}

@media screen and (max-width:1333px) {
	.AGlobalNetwork .globalNetwork .msg {
		padding: 40px 0 40px 30px;
	}

	.aboutPiece {
		height: 60px;
	}
}

@media screen and (max-width:999px) {
	.AGlobalNetwork .globalNetwork .msg {
		padding: 40px 80px;
	}

	.aboutPiece {
		height: 50px;
	}
}

@media screen and (max-width:768px) {
	.AGlobalNetwork .globalNetwork .msg {
		padding: 30px 25px;
	}

	.aboutPiece {
		height: 40px;
	}
}



/* home-Service */

.oem {
	padding: 68px 0 51px 0;
	position: relative;
}

.oem .imageBg {
	position: absolute;
	width: 682px;
	z-index: -1;
	bottom: 5%;
	left: -0.4%;
}


.oem .imageBg img {
	display: block;
}

.oem .innerNav {
	margin-bottom: 71px;
}


.odm {
	margin-bottom: 51px;
}

.odm .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 53px;
}

.odm .title .txts p {
	color: #333333;
}

.odm .title1 {
	flex-shrink: 0;
	margin-right: 9.9%;
}

.odm .image {
	border-radius: 20px;
	overflow: hidden;
}


.dessign .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 56px;
}

.dessign .title1 {
	flex-shrink: 0;
	margin-left: 7%;
	margin-right: 6%;
	text-align: center;
}


.dessign .title .txts p {
	color: #333333;
	hyphens: auto;
}


.dessign .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.dessign .list .image {
	border-radius: 20px;
	width: 46.42%;
	margin-top: 30px;
	overflow: hidden;
}


.dessign .list .image:nth-child(-n+2) {
	margin-top: 0;
}


.afterSales {
	padding: 95px 0 104px 0;
	background-image: url("../images/afterSalesM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.afterSales .con {
	display: flex;
	justify-content: space-between;
}


.afterSales .title {
	width: 46%;
}

.afterSales .title1 {
	margin-bottom: 27px;
	color: #ffffff;
	margin-top: 15px;
}


.afterSales .msg {
	width: 49.9%;
}


.afterSales .standardEdit p {
	color: #ffffff;
}


.maintenance {
	padding: 51px 0 100px 0;
}


.maintenance .title1 {
	text-align: center;
	margin-bottom: 43px;
}


.maintenance .msg {
	padding: 15px 0;
}

.maintenance .image {
	float: right;
	margin-left: 2%;
	border-radius: 20px;
	overflow: hidden;
	width: 50%;
}

.maintenance .title {
	color: #333;
	font-family: Inter-Bold;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 14px;
}


.maintenance .item {
	margin-bottom: 34px;
}

.maintenance .item:last-child {
	margin-bottom: 0;
}

.maintenance .item .tit {
	position: relative;
	padding-left: 35.5px;
	color: #00448B;
	font-family: Inter-Bold;
	font-size: 18px;
	margin-bottom: 21px;
}


.maintenance .item .tit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #00448B;
}


.maintenance .item .txts {
	padding-left: 34px;
}


.maintenance .item .txts p em {
	display: block;
	padding-left: 26px;
	font-style: normal;
}

.maintenance .item .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #D9D9D9;
}



.maintenance .con {
	margin-bottom: 63px;
}

.faults .title {
	text-align: center;
	font-family: Inter-Bold;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 47px;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n-1) td {
	background-color: #F6F7F8;
}

.table table tr:nth-child(1) td {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	padding: 14px 30px;
}



.table table tr td {
	padding: 18px 30px;
	font-size: 16px;
	background-color: #ffffff;
	color: #666666;
}

.table table tr:nth-child(2n-1) td:nth-child(1) {
	border-radius: 10px 0 0 10px;
}

.table table tr:nth-child(2n-1) td:last-child {
	border-radius: 0 10px 10px 0;
}



@media screen and (max-width:1560px) {
	.odm .image {
		border-radius: 10px;
	}

	.dessign .list .image {
		border-radius: 10px;
	}

	.oem .innerNav {
		margin-bottom: 50px;
	}

	.maintenance .image {
		border-radius: 10px;
	}

	.maintenance .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.maintenance .msg {
		padding: 0;
	}

	.maintenance .con {
		margin-bottom: 50px;
	}

	.maintenance .title {
		margin-bottom: 40px;
	}

	.table table tr:nth-child(1) td {
		font-size: 18px;
	}

	.table table tr:nth-child(2n-1) td:nth-child(1) {
		border-radius: 5px 0 0 5px;
	}

	.table table tr:nth-child(2n-1) td:last-child {
		border-radius: 0 5px 5px 0;
	}
}

@media screen and (max-width:1333px) {

	.oem .innerNav {
		margin-bottom: 40px;
	}

	.odm .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.odm .title1 {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.odm .image {
		border-radius: 5px;
	}



	.dessign .title {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.dessign .title1 {
		padding: 0;
		margin: 0;
		margin-bottom: 20px;
		text-align: left;
	}

	.dessign .title1 br {
		display: none;
	}

	.dessign .title {
		margin-bottom: 40px;
	}

	.dessign .list .image {
		border-radius: 5px;
		width: 48%;
	}

	.maintenance .item .tit::after {
		width: 12px;
		height: 12px;
		top: 6px;
	}

	.maintenance .title {
		font-size: 24px;
		line-height: 34px;
	}

	.maintenance .image {
		border-radius: 5px;
	}

	.table table tr td {
		padding: 10px 20px;
	}

	.table table tr:nth-child(1) td {
		padding: 10px 20px;
	}

	.maintenance .con {
		margin-bottom: 40px;
	}

	.oem .innerNav {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.odm .title {
		margin-bottom: 30px;
	}

	.odm {
		margin-bottom: 40px;
	}

	.dessign .title {
		margin-bottom: 30px;
	}

	.oem .imageBg {
		width: 500px;
	}

	.afterSales .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.afterSales .title {
		width: 100%;
		margin-bottom: 26px;
	}

	.afterSales .msg {
		width: 100%;
	}

	.maintenance .title {
		font-size: 20px;
		line-height: 30px;
	}

	.maintenance .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 24px;
	}

	.table table tr:nth-child(1) td {
		font-size: 16px;
		line-height: 24px;
	}

	.maintenance .con {
		margin-bottom: 30px;
	}

	.maintenance .title {
		margin-bottom: 30px;
	}

	.maintenance .item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.odm .image {
		height: 280px;
	}

	.odm .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.dessign .list .image {
		height: 220px;
	}

	.dessign .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.maintenance .title {
		font-size: 18px;
		line-height: 28px;
	}

	.maintenance .image {
		width: 100%;
		float: none;
		margin: 0;
		height: 280px;
	}

	.maintenance .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.maintenance .title1 {
		margin-bottom: 30px;
	}

	.maintenance .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.maintenance .item .tit::after {
		width: 10px;
		height: 10px;
	}

	.maintenance .item .tit {
		margin-bottom: 20px;
		padding-left: 20px;
	}

	.maintenance .item {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.odm .image {
		height: 260px;
	}

	.dessign .list .image {
		height: 200px;
	}
}

@media screen and (max-width:400px) {
	.dessign .list .image:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.dessign .list .image:nth-child(1) {
		margin-top: 0;
	}
}

/* home-Service-download */


.downloadPiece {
	padding: 69px 0 216px 0;
}

.downloadPiece .innerNav {
	margin-bottom: 70px;
}


.downloadPiece .serviceTit {
	margin-bottom: 56px;
}


.serviceTit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.serviceTit .title1 {
	flex-shrink: 0;
	margin-right: 13.2%;
	transform: translateY(-5px);
}


.downloadPiece .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.downloadPiece .pager {
	margin-top: 41px;
}

.downloadPiece .list .item {
	margin-top: 32px;
	padding: 32px 30px 35px 11px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 10px;
	background: #F6F7F8;
	overflow: hidden;
	width: 47.9%;
}

.downloadPiece .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.downloadPiece .list .image {
	flex-shrink: 0;
	width: 85px;
	margin-right: 25px;
	transform: translateY(-17px);
}

.downloadPiece .list .msg {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1;
}

.downloadPiece .list .txts {
	margin-bottom: 20px;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 32px;
}

.downloadPiece .list .btn {
	display: flex;
	align-items: center;
	color: #333;
	font-family: Inter-Bold;
	font-size: 16px;
	line-height: 28px;
}

.downloadPiece .list .btn img {
	flex-shrink: 0;
	margin-left: 19px;
	width: 27px;
}

.downloadPiece .list .btn:hover {
	color: #00448B;
}

.downloadPiece .list .btn:hover img {
	transform: none;
}

.innerProducts {
	padding: 63px 0 78px 0;
}

@media screen and (max-width:1560px) {
	.downloadPiece .list .item {
		padding: 20px;
	}

	.downloadPiece .list .image {
		width: 60px;
		transform: translateY(-5px);
	}

	.downloadPiece .list .item {
		border-radius: 5px;
	}

	.downloadPiece .list .txts {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1333px) {
	.serviceTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.serviceTit .title1 {
		transform: translateY(0);
		margin-right: 0;
		margin-bottom: 30px;
	}

	.downloadPiece .serviceTit {
		margin-bottom: 50px;
	}

	.downloadPiece .list .image {
		width: 50px;
		margin-right: 20px;
	}

	.downloadPiece .list .btn img {
		width: 24px;
	}

	.downloadPiece .innerNav {
		margin-bottom: 40px;
	}

	.downloadPiece .pager {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.serviceTit .title1 {
		margin-bottom: 20px;
	}

	.downloadPiece .serviceTit {
		margin-bottom: 40px;
	}

	.downloadPiece .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadPiece .list .txts {
		margin-bottom: 10px;
	}

	.downloadPiece .list .image {
		margin-right: 0;
		margin-bottom: 10px;
		width: 45px;
	}
}

@media screen and (max-width:768px) {
	.downloadPiece .list .image {
		width: 40px;
	}
}

@media screen and (max-width:538px) {
	.downloadPiece .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.downloadPiece .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* home-Service-video*/

.videoPiece {
	padding: 30px 0 71px 0;
}

.videoPiece .innerNav {
	margin-bottom: 68px;
}

.videoPiece .serviceTit {
	margin-bottom: 57px;
}

.videoPiece .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 28px;
}



.videoPiece .list .video {
	margin-top: 31px;
	width: 47.85%;
	position: static;
	display: block;
}


.videoPiece .list .video:nth-child(-n+2) {
	margin-top: 0;
}


.videoPiece .list .image {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}


.videoPiece .list .image .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 84px;
}

.videoPiece .list .video:hover .playBtn img {
	transform: none;
}


.videoPiece .list .video .image:hover .playBtn img {
	transform: scale(1.1);
}

.videoPiece .list .video .name {
	padding: 14px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.videoPiece .list .video .name p {
	color: #333;
	font-size: 18px;
	text-align: center;
}


.videoPiece .list .video .name:hover p {
	color: #00448B;
}

@media screen and (max-width:1560px) {
	.videoPiece .list .image .playBtn {
		width: 60px;
	}

	.videoPiece .list .image {
		border-radius: 5px;
	}

	.videoPiece .innerNav {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.videoPiece .serviceTit {
		margin-bottom: 50px;
	}

	.videoPiece .list .image .playBtn {
		width: 50px;
	}

	.videoPiece .list .video {
		margin-top: 20px;
	}

	.videoPiece .innerNav {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {

	.videoPiece .serviceTit {
		margin-bottom: 40px;
	}

	.videoPiece .list .image .playBtn {
		width: 40px;
	}
}

@media screen and (max-width:768px) {
	.videoPiece .list .video .name {
		padding: 10px 20px;
	}

	.videoPiece .list .image .playBtn {
		width: 36px;
	}
}

@media screen and (max-width:400px) {
	.videoPiece .serviceTit {
		margin-bottom: 30px;
	}

	.videoPiece .list .video:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.videoPiece .list .video:nth-child(1) {
		margin-top: 0;
	}
}

/* home-Service-faq */

.faqs {
	padding: 68px 0 127px 0;
}

.faqs .innerNav {
	margin-bottom: 68px;
}

.faqs .serviceTit {
	margin-bottom: 38px;
}

.faqs .pager {
	margin-top: 74px;
}


.faqList .item {
	margin-bottom: 36px;
}


.faqList .item:last-child {
	margin-bottom: 0;
}



.faqList .answer {
	transition: none;
	padding: 26px 21px 0;
}



.faqList .msg {
	display: flex;
	align-items: flex-start;
}



.faqList .question {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	font-family: Inter-ExtraBold;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	background-color: #F6F7F8;
	border-radius: 10px;
	padding: 9.5px 21px 9.5px 21px;
}



.faqList span {
	font-family: Inter-ExtraBold;
	font-size: 24px;
	line-height: 30px;
	color: #00448B;
	flex-shrink: 0;
	margin-right: 17px;
}

.faqList .answer span {
	transform: translateY(-3px);
}


.faqList .question:hover {
	color: #00448B;
}


@media screen and (max-width:1560px) {
	.faqs .innerNav {
		margin-bottom: 50px;
	}

	.faqs .serviceTit {
		margin-bottom: 50px;
	}

	.faqList .question {
		border-radius: 5px;
	}

	.faqList span {
		font-size: 22px;
	}

	.faqs .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.faqs .pager {
		margin-top: 40px;
	}

	.faqs .innerNav {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {

	.faqs .serviceTit {
		margin-bottom: 40px;
	}

	.faqList .question {
		font-size: 16px;
		line-height: 26px;
	}

	.faqList span {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {

	.faqList span {
		font-size: 18px;
		line-height: 28px;
	}

}

@media screen and (max-width:538px) {
	.faqList .question {
		padding: 10px 10px;
	}

	.faqList .answer {
		padding: 20px 10px 0;
	}
}




/* home-news */

.news {
	padding: 26px 0 95px 0;
}

.news .title1 {
	margin-bottom: 7px;
	text-align: center;
}

.news .tips {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 61px;
}



.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}


.news .list .newItem {
	width: 32.28%;
	margin-right: 1.58%;
	margin-top: 15px;
}

.news .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.news .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}


@media screen and (max-width:1560px) {
	.news .title1 {
		margin-bottom: 30px;
	}

	.news .tips {
		width: 90%;
		margin-bottom: 40px;
	}

	.news .list .newItem {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .tips {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.news .tips {
		margin-bottom: 30px;
	}

	.news .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:400px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}


/* home-News-详情 */

.newDet {
	padding: 55px 0 117px 0;
}

.newDet h1 {
	color: #333;
	font-family: Inter-Bold;
	font-size: 26px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 18px;
	font-weight: normal;
}



.newDet .tips {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 21px;
}


.share {
	display: flex;
	align-items: center;
}

.share span {
	flex-shrink: 0;
	margin-right: 9px;
}

.newDet .tips .share {
	margin-right: 24px;
}


.line {
	height: 1px;
	width: 100%;
	background-color: #CACACA;
	margin-bottom: 49px;
}

.newDet .con {
	margin-bottom: 79px;
}



.newDet .prevOrNext {
	margin-bottom: 58px;
}

.prevOrNext {
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	padding: 21px 0 25px 0;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
}

.prevOrNext>div.prev {
	margin-bottom: 14px;
}


.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #333333;
	width: 32.5px;
	height: 32.5px;
	border-radius: 50%;
	margin-right: 14px;
	flex-shrink: 0;
	border: 1px solid #E5E5E5;
}



.prevOrNext a.btn:hover {
	background-color: #00448B;
	color: #ffffff;
	border-color: #00448B;
}


.prevOrNext .name {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 18px;
}

.prevOrNext a.name:hover {
	color: #00448B;
}


@media screen and (max-width:1560px) {
	.newDet h1 {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 34px;
	}

	.newDet .tips {
		margin-bottom: 30px;
	}

	.line,
	.newDet .con {
		margin-bottom: 40px;
	}

	.prevOrNext {
		padding: 20px 0;
	}

	.prevOrNext .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:1333px) {
	.prevOrNext .name {
		font-size: 16px;
		line-height: 26px;
	}

	.prevOrNext .btn {
		font-size: 12px !important;
	}

	.newDet .prevOrNext {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.newDet h1 {
		font-size: 22px;
		line-height: 34px;
	}

	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.line,
	.newDet .con {
		margin-bottom: 30px;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 26px;
	}

	.prevOrNext .btn {
		width: 30px;
		height: 30px;
	}

	.newDet .prevOrNext {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.newDet .prevOrNext {
		margin-bottom: 40px;
	}

	.newDet h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.prevOrNext .btn {
		font-size: 12px !important;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column-reverse;
		align-items: center;
	}

	.newDet .tips .share {
		margin-right: 0;
		margin-top: 10px;
	}
}




/* home-contact */


.contactUs {
	padding: 51px 0 84px 0;
}


.contactUs .title {
	color: #333333;
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 56px;
}


.contactUs .title span {
	color: #00448B;
}



.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.contactUs .getQuote {
	width: 32%;
}

.contactUs .getQuote .title {
	margin-bottom: 51px;
}

.contactUs .con .quote {
	width: 61.42%;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 5px 5px 30px 0px rgba(6, 38, 103, 0.15);
	padding: 55px 65px 90px 65px;
	margin-top: 7px;
}


.contactUs .quote .title {
	margin-bottom: 29px;
}


.contactUs .getQuote .list .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}


.contactUs .getQuote .list .item:last-child {
	margin-bottom: 0;
}


.contactUs .getQuote .list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	background-color: rgba(6, 38, 103, 0.10);
	border-radius: 50%;
	color: #00448B;
	font-size: 26px;
	margin-right: 20px;
	flex-shrink: 0;
	transform: translateY(-3px);
}



.contactUs .getQuote .list .name {
	color: #333333;
	margin-bottom: 1px;
}


.contactUs .getQuote .list .email {
	word-break: break-all;
}


.contactUs .getQuote .list .num {
	color: #666666;
	line-height: 30px;
}

.contactUs .getQuote .list a.num:hover {
	color: #00448B;
	text-decoration: underline;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 50px;
	width: 48%;
	margin-top: 20px;
	background-color: #ffffff;
	padding: 0 21px;
	border-radius: 10px;
	border: 1px solid #999999;
}

.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm ul li.message {
	width: 100%;
	height: 120px;
	padding: 15px 21px;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 68.5%;
	background-color: transparent;
	overflow: hidden;
}


.cForm ul li.code input {
	flex: 1;
	padding: 0 21px;
}


.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #ffffff;
	max-width: 90px;
}


.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
	border: none;
	width: 28.1%;
	margin-bottom: 0;
	background-color: transparent;
}


.cForm ul li.subBtn input {
	background-color: #00448B;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #00448B;
	border-radius: 10px;
}



.cForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #00448B;
}



.cForm ul li.must {
	position: relative;
}

.cForm ul li.must::after {
	content: "*";
	position: absolute;
	left: 10px;
	top: 9px;
	color: #F51313;
	font-size: 16px;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	color: #666;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	color: #666;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	color: #666;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	color: #666;
}


.cForm ul li.m-formcountry {
	padding: 0;
}


form li.m-formcountry {
	position: relative;
}

form li.m-formcountry .drop-btn {
	position: relative;
	height: 100%;
	width: 100%;
}

form li.m-formcountry .drop-btn input {
	padding: 0 21px;
}

form li.m-formcountry .drop-btn i,
form li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

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: #00448B rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}



.cForm ul li.active {
	border-color: #062667;
}


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: #00448B;
}

form li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 5px 21px;
	cursor: pointer;
	border: none;
	border-radius: 0;
	width: 100%;
	margin: 0;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form li.m-formcountry .drop-list li.on {
	background-color: #00448B;
	color: #ffffff;
}


.map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.map iframe {
	display: block;
}




@media screen and (max-width:1560px) {
	.contactUs .title {
		font-size: 28px;
		line-height: 38px;
	}

	.contactUs .con .quote {
		padding: 40px;
		border-radius: 10px;
		margin-top: 0;
	}

	.cForm ul li,
	.cForm ul li.subBtn input {
		border-radius: 5px;
	}

	.contactUs .getQuote {
		width: 35%;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .con .quote {
		padding: 30px;
		border-radius: 5px;
	}

	.contactUs .getQuote .title {
		margin-bottom: 40px;
	}

	.cForm ul li.code {
		width: 100%;
	}

	.contactUs .getQuote {
		width: 36%;
	}

	.contactUs .title {
		font-size: 26px;
		line-height: 36px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .getQuote .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .getQuote {
		width: 100%;
		margin-bottom: 40px;
	}

	.contactUs .getQuote .list i {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}

	.contactUs .getQuote .list .item {
		margin-bottom: 30px;
	}

	.contactUs .con .quote {
		width: 100%;
	}

	.cForm ul li {
		height: 45px;
	}

	.contactUs .getQuote .title br {
		display: none;
	}

	.contactUs .title {
		font-size: 24px;
		line-height: 24px;
	}

	form li.m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .getQuote .title {
		margin-bottom: 36px;
	}

	.contactUs .title {
		font-size: 22px;
		line-height: 30px;
	}

	.cForm ul li {
		height: 40px;
		margin-top: 15px;
	}

	.cForm ul li.must::after {
		top: 6px;
	}

	.contactUs .getQuote .list i {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .con .quote {
		padding: 30px 15px;
	}
}

@media screen and (max-width:400px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.cForm ul li {
		height: 36px;
	}

	.cForm ul li.must::after {
		top: 4px;
	}

	.cForm ul li.message {
		padding: 10px 20px;
	}
}


/* innerBanner */

.innerBanner {
	height: 650px;
}


.innerBanner .image {
	height: 100%;
}


.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px !important;
	color: #333333;
	margin: 5px 5px;
	border: 1px solid #BBB;
}



.pager .pageList a:hover,
.pager .pageList a.active {
	color: #ffffff !important;
	background: #00448B;
	border-color: #00448B;
}

.pager .pageList a.prev {
	width: 80px;
}

.pager .pageList a.big {
	width: 80px;
}

.pager .addTo {
	margin: 5px 4px;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}



.pager .addTo input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	cursor: pointer;
	z-index: 9;
}

.pager .addTo p {
	width: 150px;
	height: 26px;
	flex-shrink: 0;
	background: #00448B;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 14px !important;
	position: relative;
	z-index: 1;
	border: 1px solid #00448B;
}


.pager .addTo img {
	flex-shrink: 0;
	margin-left: -5px;
}

.pager .addTo:hover p {
	background-color: #ffffff;
	color: #00448B;
}

.pager .addTo a {
	width: 150px;
	height: 26px;
	flex-shrink: 0;
	background: #00448B;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 14px !important;
	position: relative;
	z-index: 1;
	border: 1px solid #00448B;
	margin: 5px 10px;
}

.pager .addTo a:hover {
	background-color: #ffffff;
	color: #00448B;
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		font-size: 16px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		width: 28px;
		height: 28px;
	}
}


/* crumb */
.crumb {
	padding-top: 38px;
}

.crumb a,
.crumb i {
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999;
}

.crumb a.active,
.crumb a:hover {
	color: #00448B;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}


@media screen and (max-width:1560px) {
	.innerBanner {
		height: 500px;
	}
}

@media screen and (max-width:1333px) {
	.crumb {
		padding-top: 20px;
	}

	.innerBanner {
		height: 400px;
	}
}

@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}

	.innerBanner {
		height: 300px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 180px;
	}
}


/* footer */


footer {
	background-color: #171717;
	padding: 27px 0 50px 0;
}


footer .fMsg {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .fLogo {
	flex-shrink: 0;
	width: 80px;
}

footer .fLogo:hover img {
	transform: none;
}


footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	margin-left: 30px;
}

footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
	font-size: 16px;
	margin-left: 13.5px;
	width: 34px;
	height: 34px;
	border-radius: 5px;
	border: solid 1px #d2d2d2;
	color: #d2d2d2;
}



footer .blogrolls a:hover {
	background-color: #00448B;
	border-color: #00448B;
	color: #ffffff !important;
}



footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .6);
	margin: 33px 0 23px 0;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
	margin-bottom: 48px;
}



footer .footerList .box {
	margin-top: 22px;
}

footer .footerList .box li {
	margin-top: 12px;
}

footer .footerList .box li:nth-child(1) {
	margin-bottom: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fNav {
	width: 11%;
	margin-right: 2.1%;
}


footer .footerList .fProduct {
	width: 26%;
	margin-right: 2.9%;
}


footer .footerList .fContact {
	width: 27%;
	margin-right: 6.7%;
}


footer .footerList .fContact p {
	display: inline;
}


footer .footerList .fInquiry {
	width: 24.3%;
}

footer .footerList .fInquiry form {
	margin-top: 17px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer .footerList form ul li {
	height: 46px;
	margin-top: 10px;
	padding: 0 9px;
	width: 100%;
	border-radius: 5px;
	background: #FFF;
}

footer .footerList form ul li:nth-child(1) {
	margin-top: 0;
}


.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}




.fInquiry form li.message {
	height: 88px;
	padding: 13px 9px;
}


.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	background-color: transparent;
}

.fInquiry form li.code input {
	flex: 1;
	padding: 0 9px;
	background-color: #ffffff;
	border-radius: 5px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 114px;
	height: 100%;
	background-color: #f3fbfe;
	margin-left: 10px;
	border-radius: 5px;
	overflow: hidden;

}

.fInquiry form li.code .codeImg img {
	height: 100%;
}

.fInquiry form li.subBtn {
	padding: 0;
	border: none;
	background-color: transparent;
}


.fInquiry form li.subBtn input {
	background-color: #00448B;
	cursor: pointer;
	color: #ffffff;
	border-radius: 5px;
}



.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
	color: #00448B;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	color: #666;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	color: #666;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	color: #666;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	color: #666;
}



footer a,
footer p,
footer div {
	color: rgba(255, 255, 255, 0.80);
}

footer .box a:hover {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

footer .title {
	font-family: Inter-Bold;
	font-size: 22px;
	line-height: 32px;
	color: #ffffff;
	display: block;
}

footer a.title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}




footer .copyright {
	color: #ffffff;
}


footer .copyright a {
	display: inline;
	color: #ffffff;
}

footer .copyright a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links span {
	color: #ffffff;
}

footer .links a {
	margin-right: 10px;
	color: #ffffff;
}


footer .email a {
	word-break: break-all;
}


.fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}


@media screen and (max-width:1660px) {
	footer .footerList {
		justify-content: space-between;
		margin-bottom: 40px;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 50px 0;
	}

	footer .line {
		margin: 40px 0;
	}

	footer .fLogo {
		width: 70px;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 30px;
	}

}


@media screen and (max-width:1333px) {
	footer .title {
		font-size: 20px;
		line-height: 30px;
	}

	.fInquiry form li {
		border-radius: 5px;
	}

	footer .footerList .fNav {
		width: 13%;
	}

	footer .footerList .fProduct {
		width: 29%;
	}

	footer .footerList .fContact {
		width: 24%;
	}

	footer .footerList .fInquiry {
		width: 28%;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}


	footer .footerList form ul li {
		border-radius: 3px;
		height: 34px;
	}

	.fInquiry form li.subBtn input {
		border-radius: 3px;
	}

	footer .blogrolls a {
		margin-left: 10px;
	}

	.fInquiry form input,
	.fInquiry form textarea {
		font-size: 14px !important;
	}

	.fInquiry form input::-webkit-input-placeholder,
	.fInquiry form textarea::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	.fInquiry form input:-moz-placeholder,
	.fInquiry form textarea:-moz-placeholder {
		font-size: 14px !important;
	}

	.fInquiry form input::-moz-placeholder,
	.fInquiry form textarea::-moz-placeholder {
		font-size: 14px !important;
	}

	.fInquiry form input:-ms-input-placeholder,
	.fInquiry form textarea:-ms-input-placeholder {
		font-size: 14px !important;
	}

	footer {
		padding: 30px 0;
	}

	footer .fLogo {
		width: 60px;
	}

	footer .line {
		margin: 30px 0;
	}
}

@media screen and (max-width:999px) {

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form {
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 48%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li.message {
		width: 100%;
	}

	footer .footerLinks a {
		width: 50%;
		margin-top: 15px;
		font-size: 14px;
	}

	footer .footerLinks a:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerLinks a img {
		width: 26px;
	}

	.fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}


	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .footerList .fContact .box li:last-child {
		width: 100%;
	}


	footer {
		padding: 40px 0 80px 0;
	}

	footer .line {
		margin: 30px 0;
	}


	footer .blogrolls a {
		font-size: 14px;
		width: 30px;
		height: 30px;
	}

	footer .fLogo {
		width: 55px;
	}

	footer .footerList {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:768px) {
	footer .title {
		font-size: 16px;
	}

}


@media screen and (max-width:538px) {
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}


	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 36px;
	}


	footer .line {
		margin: 25px 0;
	}
}

@media screen and (max-width:400px) {
	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+1) {
		margin-top: 0;
	}

	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .fLogo {
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 10px;
	}

	footer .blogrolls {
		margin-left: 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: Inter-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */

.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 73px;
	height: 73px;
	background-color: #D9D9D9;
	color: #ffffff;
	margin-bottom: 1px;
	font-size: 36px;
}

.lianxi .top a {
	width: 73px;
	height: 73px;
	background-color: #D9D9D9;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.lianxi .top i {
	text-align: center;
	font-size: 34px;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #00448B;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


.lianxi .phone {
	position: relative;
}

.lianxi .phone .num {
	position: absolute;
	right: calc(100% + 10px);
	white-space: nowrap;
	top: 50%;
	transform: translateY(-50%) translateX(140%);
	background-color: #004ea0;
	color: #ffffff;
	padding: 2px 20px;
	opacity: 0;
	z-index: -1;
	transition: .5s ease all;
}

.lianxi .phone:hover div {
	color: #ffffff;
	background-color: #004ea0;
}

.lianxi .phone:hover .num {
	transform: translateY(-50%) translateX(0%);
	opacity: 1;
}


.lianxi .phone .num::after,
.lianxi .phone .num::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.lianxi .phone .num::after {
	width: 10px;
	height: 14px;
	background-color: #004ea0;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.lianxi .phone .num::before {
	height: 100%;
	width: 10px;
}

@media screen and (max-width: 1660px) {

	.lianxi div a,
	.lianxi div div,
	.lianxi .top a {
		width: 60px;
		height: 60px;
		font-size: 26px;
	}

	.lianxi .top i {
		font-size: 30px;
	}
}

@media screen and (max-width: 1333px) {

	.lianxi div a,
	.lianxi div div,
	.lianxi .top a {
		width: 55px;
		height: 55px;
		font-size: 22px;
	}

	.lianxi .top i {
		font-size: 26px;
	}
}

@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: #D9D9D9;
	}

	.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: #D9D9D9;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
		font-size: 18px;
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #D9D9D9;
		color: #fff;
	}

	.lianxi div.top a:hover {
		background-color: #D9D9D9;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}


	.lianxi .phone:hover div {
		color: #ffffff;
		background-color: #D9D9D9;
	}

	.lianxi .phone.active div {
		background-color: #00448B;
	}

	.lianxi .phone:hover .num {
		transform: translateY(0%) translateX(-50%);
		opacity: 0;
	}


	.lianxi .phone .num {
		right: auto;
		left: 50%;
		white-space: nowrap;
		top: 0%;
		transform: translateY(0%) translateX(-50%);
		opacity: 0;
		font-size: 14px;
	}

	.lianxi .phone.active .num {
		transform: translateY(-150%) translateX(-50%);
		opacity: 1;
		box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
	}

	.lianxi .phone .num::before {
		display: none;
	}

	.lianxi .phone .num::after {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
		width: 16px;
		height: 10px;
	}
}



@font-face {
	font-family: 'Inter-ExtraBold';
	font-display: swap;
	src: url('../fonts/Inter_18ptExtraBold.eot');
	src: url('../fonts/Inter_18ptExtraBold.eot') format('embedded-opentype'),
		url('../fonts/Inter_18ptExtraBold.woff2') format('woff2'),
		url('../fonts/Inter_18ptExtraBold.woff') format('woff'),
		url('../fonts/Inter_18ptExtraBold.ttf') format('truetype'),
		url('../fonts/Inter_18ptExtraBold.svg#Inter_18ptExtraBold') format('svg');
}


@font-face {
	font-family: 'Inter-Regular';
	font-display: swap;
	src: url('../fonts/Inter_18ptRegular.eot');
	src: url('../fonts/Inter_18ptRegular.eot') format('embedded-opentype'),
		url('../fonts/Inter_18ptRegular.woff2') format('woff2'),
		url('../fonts/Inter_18ptRegular.woff') format('woff'),
		url('../fonts/Inter_18ptRegular.ttf') format('truetype'),
		url('../fonts/Inter_18ptRegular.svg#Inter_18ptRegular') format('svg');
}


@font-face {
	font-family: 'Inter-Bold';
	font-display: swap;
	src: url('../fonts/Inter_18ptBold.eot');
	src: url('../fonts/Inter_18ptBold.eot') format('embedded-opentype'),
		url('../fonts/Inter_18ptBold.woff2') format('woff2'),
		url('../fonts/Inter_18ptBold.woff') format('woff'),
		url('../fonts/Inter_18ptBold.ttf') format('truetype'),
		url('../fonts/Inter_18ptBold.svg#Inter_18ptBold') format('svg');
}



@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* 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=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') 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-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}



