@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: 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;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}

	.innerRange {
		padding: 50px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.innerRange {
		padding: 50px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.innerRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.innerRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #0F60C9;
		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(15, 96, 201, 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: 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: 4px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, .2);
	box-shadow: 0 0 50px 0 rgba(34, 54, 104, 0.10);
}

nav.active,
nav:hover {
	background-color: #ffffff;
}

nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .logo {
	width: 102px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: none;
}

nav .logo img {
	filter: grayscale(100%) brightness(500%);
}


nav.active .logo img,
nav:hover .logo img {
	filter: grayscale(0%) brightness(100%);
}

nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 41px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 90px;
	line-height: 90px;
	color: #ffffff;
	position: relative;
}

nav .navList>ul>li>a::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	transition: .4s ease all;
	height: 3px;
	border-radius: 99px;
	background: #0F60C9;
	width: 0;
}

nav.active .navList>ul>li>a,
nav:hover .navList>ul>li>a {
	color: #333;
}

html {
	scroll-padding-top: 90px;
}




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: 53px;
}


nav .btns .search {
	height: 90px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 18px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
	display: none;
}


nav .btns .search .searchBtn i {
	font-size: 18px;
	color: #ffffff;
}

nav .btns .search .searchBtn:hover i {
	color: #0F60C9;
}


nav .btns .search form {
	position: static;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	width: 281px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
	padding: 0 17px 0 14px;
	border-radius: 10px;
	background: #F2F4F8;
}

nav.active .btns .search form,
nav:hover .btns .search form {
	background-color: #F2F4F8;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

nav .btns .search form input::-webkit-input-placeholder {
	color: #555;
}

nav .btns .search form input:-moz-placeholder {
	color: #555;
}

nav .btns .search form input::-moz-placeholder {
	color: #555;
}

nav .btns .search form input:-ms-input-placeholder {
	color: #555;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 50px;
	width: 50px;
}


nav .btns .search form .subBtn i {
	font-size: 20px;
}

nav .btns .search form .subBtn:hover i {
	color: #0F60C9;
}

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: 90px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
}


nav .btns .lanBtn:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

nav.active .btns .lanBtn,
nav:hover .btns .lanBtn,
nav.active .btns .lanBtn i,
nav:hover .btns .lanBtn i {
	color: #333;
}

nav.active .btns .lanBtn img,
nav:hover .btns .lanBtn img {
	filter: grayscale(100%) brightness(0%);
}



nav .btns .lanBtn i {
	color: #ffffff;
}

nav .btns .lanBtn img {
	width: 22px;
	flex-shrink: 0;
	margin-right: 4px;
	filter: grayscale(100%) brightness(500%);
}

nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	margin-left: 8px;
}


nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}


nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #ffffff;
	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: 20px 0;
}

nav .btns .language ul li {
	margin-bottom: 10px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}

nav .btns .language ul a {
	padding: 0px 20px;
	color: #333333;
	line-height: 26px;
	text-align: center;
}



nav .btns .language ul a:hover {
	color: #0F60C9;
}



/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: max-content;
	display: none;
	transition: none;
	max-width: 300px;
	min-width: 250px;
	padding: 20px 0;
}


.moreList ul {
	left: 100%;
	top: -20px;
}


.moreList {
	top: 100%;
	left: -20px;
}

.moreList li {
	position: relative;
	margin-bottom: 10px;
}

.moreList li:last-child {
	margin-bottom: 0;
}

.moreList a {
	padding: 0px 20px;
	color: #333333;
	font-size: 16px;
	line-height: 28px;
}


.moreList li:hover>a {
	color: #0F60C9;
}


@media screen and (max-width:1560px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	nav .btns .language,
	nav .btns .search {
		height: 80px;
	}

	html {
		scroll-padding-top: 80px;
	}


	nav .btns .search form {
		height: 36px;
		width: 260px;
		padding: 0 10px;
		border-radius: 4px;
	}

	nav .btns .search form .subBtn {
		width: 36px;
		height: 36px;
	}

	nav .btns .search form .subBtn i {
		font-size: 18px;
	}

	nav .navList>ul>li {
		margin-right: 36px;
	}

	nav .logo {
		width: 96px;
	}
}

@media screen and (max-width:1333px) {
	nav .btns .search form {
		position: absolute;
		right: -14px;
		top: 100%;
		height: 32px;
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
		background-color: #ffffff;
		width: 0;
		padding: 0;
	}

	nav .btns .search form.active {
		padding: 0 10px;
		width: 260px;
	}

	nav.active .btns .search form,
	nav:hover .btns .search form {
		background-color: #ffffff;
	}

	nav .btns .search form .subBtn {
		width: 32px;
		height: 32px;
	}

	nav .btns .search form .subBtn i {
		font-size: 16px;
	}

	nav .btns .search .searchBtn {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	nav .btns .search {
		margin-right: 30px;
	}

	nav.active .search .searchBtn i,
	nav:hover .search .searchBtn i {
		color: #333333;
	}

	nav .logo {
		width: 90px;
	}

	.moreList,
	.moreList ul {
		min-width: 180px;
		max-width: 200px;
	}
}

@media screen and (max-width:1200px) {
	nav .btns {
		margin-left: 30px;
	}

	nav .navList>ul>li {
		margin-right: 30px;
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .btns {
		margin-left: 0;
		margin-right: 60px;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .language {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .logo {
		width: 80px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .btns .lanBtn img {
		width: 20px;
	}

	.bannerRange {
		height: 60px;
	}

	nav {
		background-color: #ffffff;
	}

	nav .btns .lanBtn,
	nav .btns .lanBtn i {
		color: #333333;
	}

	nav .btns .lanBtn img {
		filter: grayscale(100%) brightness(0%);
	}

	nav .logo img {
		filter: grayscale(0%) brightness(100%);
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns .language {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	.bannerRange {
		height: 50px;
	}

	nav .logo {
		width: 65px;
	}

}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}


/* animation */

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}


@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}


@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}


@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}


@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}



/* indexbanner */


.indexBanner {
	position: relative;
	transition: none;
}


.indexBanner * {
	transition: none;
}



.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}


.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.indexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
}


.indexBanner .swiper-slide.swiper-slide-active .image img {
	transform: scale(1);
}



.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}



.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
	display: none;
}


.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}


.indexBanner .swiper-pagination span {
	margin: 4px 8px !important;
	background-color: transparent;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid transparent;
	background-color: #dddddd;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #0F60C9;
}


.indexBanner .btns>div {
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	z-index: 9;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, .3);
	cursor: pointer;
	border-radius: 50%;
	color: #ffffff;
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s ease all;
}

.indexBanner .btns>div:hover {
	background-color: #0F60C9;
}



.indexBanner .btns>div.prev {
	left: 49px;
	margin-right: 0;
}

.indexBanner .btns>div.next {
	right: 49px;
}



.indexBanner .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	padding-bottom: 80px;
}

.indexBanner .msg .con {
	width: 80%;
}

.indexBanner .msg .title {
	color: #FFF;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	transition: .4s ease all;
}


.indexBanner .msg a.title:hover {
	color: #0F60C9;
}

.indexBanner .msg .txts {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin-top: 19px;
}

/* .cBtn*/
.cBtn {
	width: 164px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background-color: #0F60C9;
	color: #FFF;
	font-size: 16px;
	border: 1px solid #0F60C9;
}

.cBtn:hover {
	background-color: transparent;
	color: #0F60C9;

}


.indexBanner .cBtn {
	margin-top: 42px;
	transition: .4s ease all;
}

.indexBanner .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}


@media screen and (max-width:1560px) {
	.indexBanner .msg {
		padding-bottom: 0;
	}

	.indexBanner .btns>div {
		width: 46px;
		height: 46px;
		font-size: 18px;
	}

	.indexBanner .btns>div.prev {
		left: 18px;
	}

	.indexBanner .btns>div.next {
		right: 18px;
	}

	.indexBanner .msg .title {
		font-size: 36px;
		line-height: 48px;
	}

	.indexBanner .msg .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.cBtn {
		height: 46px;
		width: 150px;
		border-radius: 5px;
	}

	.indexBanner .cBtn {
		margin-top: 30px;
	}

	.indexBanner .msg {
		padding-top: 40px;
	}
}


@media screen and (max-width:1333px) {
	.indexBanner .btns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.indexBanner .msg .title {
		font-size: 28px;
		line-height: 40px;
	}

	.cBtn {
		height: 40px;
	}

	.indexBanner .msg {
		padding-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .msg {
		padding-top: 0px;
	}

	.indexBanner .btns>div {
		display: none;
	}

	.indexBanner .msg .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.indexBanner .msg .title {
		font-size: 24px;
		line-height: 36px;
	}

	.cBtn {
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

	.indexBanner .signs {
		display: flex;
	}
}

@media screen and (max-width:750px) {
	.indexBanner .msg {
		display: none;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination span {
		margin: 4px 6px !important;
	}

	.indexBanner .signs {
		bottom: 15px;
	}
}



/* indexM1-1 */

/* iTit */

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}


.iTit .title1 {
	text-align: center;
}


.title1 {
	color: #333;
	font-size: 42px;
	font-weight: 700;
	line-height: 50px;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #0F60C9;
}



/*sBtns */

.sBtns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sBtns>div {
	width: 59px;
	height: 59px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 20px;
	color: rgba(15, 96, 201, .4);
	border: 1px solid rgba(15, 96, 201, .4);
	z-index: 9;
}


.sBtns>div:hover {
	background-color: #0F60C9;
	border-color: #0F60C9;
	color: #ffffff;
}



.sBtns>div.prev {
	margin-right: 26px;
}


.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}



.swiperBox {
	position: relative;
}


.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.swiperBox .sBtns>div.prev {
	left: -130px;
	margin-right: 0;
}

.swiperBox .sBtns>div.next {
	right: -130px;
}


.iTips {
	margin: 0 auto;
	text-align: center;
	color: #555;
	font-size: 18px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.iProducts {
	padding: 81px 0 100px 0;
}


.iProducts .iTips {
	margin-top: 14px;
}


.iProducts .swiperBox {
	margin-top: 24px;
}



.productSwiper .swiper-slide {
	padding: 13px;
	padding-bottom: 0;
	border-radius: 10px;
	background: #F2F4F8;
	overflow: hidden;
}


.productSwiper .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.productSwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productSwiper .msg {
	margin-top: 25px;
}


.productSwiper .tit {
	margin-top: 29px;
	min-height: 52px;
}


.productSwiper .tit a {
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}


.productSwiper .tit a:hover {
	color: #0F60C9;
}

.productSwiper h2 {
	font-weight: normal;
}

.productSwiper .btn {
	border-radius: 10px 10px 0 0;
	height: 51px;
	max-width: 255px;
	width: 100%;
	margin: 0 auto;
	margin-top: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	position: relative;
}

.productSwiper .btn::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .4s ease all;
	height: 1px;
	width: 100%;
	background-color: #999;
}

.productSwiper .btn i {
	width: 29px;
	height: 29px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0F60C9;
	color: #ffffff;
	flex-shrink: 0;
	margin-left: 11px;
	font-size: 12px;
	font-weight: bold;
}

.productSwiper .btn:hover {
	background-color: #0F60C9;
	color: #ffffff;
}

.productSwiper .btn:hover::after {
	background-color: #0F60C9;
	width: 0;
}


.productSwiper .btn:hover i {
	background-color: #ffffff;
	color: #0F60C9;
}

.productSwiper .sBtns>div {
	top: 33.5%;
}


@media screen and (max-width:1560px) {
	.iProducts .iTips {
		margin-top: 30px;
	}

	.iProducts .swiperBox {
		margin-top: 30px;
	}

	.sBtns>div {
		width: 46px;
		height: 46px;
		font-size: 16px;
	}

	.swiperBox .sBtns>div.prev {
		left: -66px;
	}

	.swiperBox .sBtns>div.next {
		right: -66px;
	}

	.productSwiper .swiper-slide,
	.productSwiper .image {
		border-radius: 5px;
	}

	.productSwiper .tit {
		margin-top: 30px;
	}

	.productSwiper .btn {
		margin-top: 30px;
		border-radius: 5px 5px 0 0;
	}
}

@media screen and (max-width:1333px) {
	.productSwiper .tit a {
		font-size: 16px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.productSwiper .btn {
		height: 46px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .iTips {
		margin-top: 20px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.productSwiper .swiper-slide {
		padding: 10px;
		padding-bottom: 0;
	}

	.productSwiper .tit a {
		font-size: 14px;
	}

	.productSwiper .tit {
		margin-top: 20px;
	}

	.productSwiper .btn {
		height: 40px;
		margin-top: 20px;
	}

	.productSwiper .btn i {
		width: 26px;
		height: 26px;
	}
}

@media screen and (max-width:768px) {
	.swiperBox .sBtns>div {
		position: static;
		margin-top: 24px;
		transform: translateY(0);
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}
}

@media screen and (max-width:450px) {
	.productSwiper .swiper {
		max-width: 280px;
		margin: 0 auto;
	}
}


/* indexM2-1 */

.iCompany {
	position: relative;
}

.iCompany::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: #F2F4F8;
}



.iCompany .piece {
	position: relative;
}

.iCompany .piece::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
	background-color: #031C3B;
}


.iCompany .piece {
	padding-top: 83px;
}

.iCompany .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.iCompany .con .title {
	width: 40%;
}

.iCompany .con .title .tit {
	color: #08A1E7;
	line-height: 26px;
}

.iCompany .con .title1 {
	color: #ffffff;
	margin-top: 5px;
}

.iCompany .con .title1:hover {
	color: #0F60C9;
}


.iCompany .con .msg {
	width: 46.4%;
	margin-top: -2px;
}

.standardEdit p {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}



.iCompany .con .msg .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.iCompany .con .msg .txts p {
	color: #ffffff;
}


.iCompany .con .msg .cBtn {
	margin-top: 25px;
}

.iCompany .con .msg .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}

.iCompany .aboutNums {
	margin-top: 74px;
}



.aboutNums {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


.aboutNums .item {
	width: 18.92%;
	margin-right: 1.35%;
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
	padding: 33px 22px 31px 22px;
	background-color: rgba(8, 161, 231, .2);
}


.aboutNums .item:hover {
	background-color: #08A1E7;
}

.aboutNums .item:nth-child(5n) {
	margin-right: 0;
}

.aboutNums .item:nth-child(-n+5) {
	margin-top: 0;
}

.aboutNums .num {
	display: flex;
	align-items: flex-end;
}

.aboutNums .num span {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #ffffff;
}

.aboutNums .num i {
	color: #FFF;
	font-size: 20px;
	line-height: 34px;
	font-weight: 700;
	font-style: normal;
}


.aboutNums .name {
	line-height: 26px;
	color: #ffffff;
	margin-top: 4px;
}


.iCompany .bigTit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 84%;
	margin: 0 auto;
	margin-top: 48px;
}

.iCompany .bigTit img {
	display: block;
}

.iCompany .show {
	z-index: 1;
	margin-top: -29px;
}

.iCompany .show .image {
	height: 100%;
}

.iCompany .show::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
	background-color: #031C3B;
	height: 43.6%;
}


.iCompany .show .video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}



.iCompany .show .video:hover .playBtn {
	background-color: #0F60C9;
}


.iCompany .show .video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}



.iCompany .show .video .playBtn {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iCompany .show .video .playBtn img {
	width: 26px;
	margin-left: 3px;
}

.iCompany .show .image {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.iCompany .show .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1560px) {
	.iCompany .con .msg {
		margin-top: 0;
	}

	.iCompany .con .title1 {
		margin-top: 20px;
	}

	.iCompany .aboutNums {
		margin-top: 60px;
	}

	.aboutNums .item {
		border-radius: 5px;
		padding: 30px 20px;
	}

	.aboutNums .num span {
		font-size: 46px;
		line-height: 46px;
	}

	.aboutNums .num i {
		font-size: 18px;
	}

	.iCompany .show .image {
		border-radius: 10px;
	}

	.iCompany .show {
		margin-top: -20px;
	}
}

@media screen and (max-width:1333px) {
	.iCompany .con .msg {
		width: 56%;
	}

	.iCompany .con .title {
		width: 32%;
	}

	.aboutNums .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
		padding: 20px 20px;
	}

	.aboutNums .item:nth-child(3n) {
		margin-right: 0;
	}

	.aboutNums .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.aboutNums .num span {
		font-size: 38px;
		line-height: 38px;
	}

	.aboutNums .num i {
		font-size: 16px;
		line-height: 28px;
	}

	.iCompany .aboutNums {
		margin-top: 50px;
	}

	.iCompany .piece {
		padding-top: 60px;
	}

	.iCompany .show {
		margin-top: -10px;
		height: 400px;
	}

	.iCompany .show .image {
		border-radius: 5px;
	}

	.iCompany .show .video .playBtn img {
		width: 20px;
	}

	.iCompany .show .video .playBtn {
		width: 50px;
		height: 50px;
	}

	.iCompany .bigTit {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.iCompany .piece {
		padding-top: 50px;
	}

	.iCompany .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iCompany .con .title {
		width: 100%;
	}

	.iCompany .con .title1 {
		margin-top: 10px;
	}

	.iCompany .con .title .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.iCompany .con .msg {
		width: 100%;
		margin-top: 30px;
	}

	.iCompany .con .msg .txts {
		-webkit-line-clamp: 3;
	}

	.iCompany .aboutNums {
		margin-top: 40px;
	}

	.aboutNums .num span {
		font-size: 32px;
		line-height: 32px;
	}

	.aboutNums .num i {
		font-size: 14px;
		line-height: 26px;
	}

	.iCompany .show {
		height: 360px;
	}

	.iCompany .show .video .playBtn {
		width: 46px;
		height: 46px;
	}

	.iCompany .show .video .playBtn img {
		width: 18px;
	}
}

@media screen and (max-width:538px) {
	.aboutNums .item:nth-child(n) {
		width: 48.4%;
		margin-right: 0;
		margin-top: 20px;
	}

	.aboutNums .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.aboutNums {
		justify-content: space-between;
	}

	.aboutNums .num span {
		font-size: 28px;
		line-height: 28px;
	}

	.iCompany .bigTit {
		width: 90%;
	}

	.iCompany .show {
		margin-top: 10px;
		height: 320px;
	}
}


/* indexM3-1 */


.iCompany .advantagelist {
	margin-top: 60px;
}



.advantagelist .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.advantagelist .list .item {
	width: 21.2%;
	position: relative;
}


.advantagelist .list .item .sign {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.advantagelist .list .item .sign img {
	display: block;
}


.advantagelist .list .item::after {
	content: "";
	position: absolute;
	left: 111.6%;
	top: 50%;
	width: 1px;
	height: 100%;
	transform: translateY(-50%);
	background-color: rgba(51, 51, 51, 0.3);
}

.advantagelist .list .item:nth-child(4n)::after {
	display: none;
}


.advantagelist .list .title {
	color: #333333;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	margin-top: 16px;
}

.advantagelist .list .txts {
	margin-top: 11px;
}

.advantagelist .list .txts p {
	text-align: center;
	color: #555;
	line-height: 30px;
}


@media screen and (max-width:1560px) {
	.advantagelist .list .title {
		font-size: 22px;
		line-height: 32px;
	}

	.advantagelist .list .item .sign {
		width: 45px;
		height: 45px;
	}

	.advantagelist .list .title {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.advantagelist .list .title {
		font-size: 20px;
		line-height: 30px;
	}

	.advantagelist .list .item:nth-child(n) {
		width: 50%;
		border-top: 1px solid rgba(51, 51, 51, 0.3);
		padding: 30px 20px;
	}

	.advantagelist .list .item:nth-child(n)::after {
		right: 0;
		left: auto;
	}

	.advantagelist .list .item:nth-child(2n)::after {
		display: none;
	}

	.advantagelist .list .item:nth-child(-n+2) {
		border-top: none;
	}

	.advantagelist .list .item .sign {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.iCompany .advantagelist {
		margin-top: 50px;
	}

	.advantagelist .list .title {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.iCompany .advantagelist {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.advantagelist .list .item:nth-child(n) {
		width: 100%;
		padding: 20px 0;
		border-top: 1px solid rgba(51, 51, 51, 0.3);
	}

	.advantagelist .list .item:nth-child(n)::after {
		display: none;
	}

	.advantagelist .list .item:nth-child(1) {
		border-top: none;
		padding-top: 0;
	}
}


/* indexM4-1 */

.iCompany {
	padding-bottom: 84px;
}

.iCompany .certificate {
	margin-top: 81px;
}


.certificate .swiperBox {
	margin-top: 26px;
}

.certificate .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.certificate .swiper-slide .image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	padding: 9.5px;
	border: 1px solid #DDD;
}

.certificate .name {
	text-align: center;
	margin-top: 10px;
	color: #555;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


@media screen and (max-width:1560px) {
	.iCompany .certificate {
		margin-top: 60px;
	}

	.certificate .swiperBox {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .name {
		font-size: 16px;
		line-height: 28px;
	}

	.iCompany {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.certificate .name {
		font-size: 14px;
		line-height: 26px;
	}

	.iCompany .certificate {
		margin-top: 50px;
	}

	.iCompany {
		padding-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.iCompany {
		padding-bottom: 40px;
	}

	.iCompany .certificate {
		margin-top: 40px;
	}
}

@media screen and (max-width:450px) {
	.certificate .swiper {
		max-width: 260px;
		margin: 0 auto;
	}
}

/* indexM5-1*/

.cusCase {
	padding: 81px 0 80px 0;
}

.cusCase .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cusCase .cBtn{
	width: 142px;
}

.cusCase .projectList {
	margin-top: 26px;
}

.projectList {
	display: flex;
	flex-wrap: wrap;
}

.projectList .item {
	width: 31.92%;
	margin-right: 2.12%;
	margin-top: 44px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.projectList .item:nth-child(3n) {
	margin-right: 0;
}

.projectList .item:nth-child(-n+3) {
	margin-top: 0;
}


.projectList .image {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}


.projectList .tit {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	width: 100%;
	margin-top: 26px;
}


.projectList .tit:hover {
	color: #0F60C9;
}


.projectList .txts {
	color: #555;
	line-height: 30px;
	min-height: 90px;
	margin-top: 15px;
	width: 100%;
}



.projectList .btn {
	display: flex;
	align-items: center;
	margin-top: 15px;
	color: #333;
	font-size: 16px;
	line-height: 26px;
}


.projectList .btn i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 29px;
	height: 29px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #0F60C9;
	border-radius: 50%;
	flex-shrink: 0;
	margin-left: 11px;
}


.projectList .btn:hover {
	color: #0F60C9;
}


@media screen and (max-width:1560px) {
	.cusCase .projectList {
		margin-top: 30px;
	}

	.projectList .image {
		border-radius: 5px;
	}

	.projectList .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.projectList .tit {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.projectList .txts {
		min-height: 84px;
	}
}

@media screen and (max-width:999px) {
	.projectList {
		justify-content: space-between;
	}

	.projectList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.projectList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.projectList .txts {
		min-height: 78px;
	}

	.projectList .tit {
		font-size: 16px;
		line-height: 26px;
	}
}


@media screen and (max-width:450px) {
	.projectList .item:nth-child(n) {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.projectList .item:nth-child(1) {
		margin-top: 0;
	}

	.cusCase .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.cusCase .title .cBtn {
		margin-top: 20px;
	}
}




/* indexM6-1 */

.touch {
	padding: 109px 0 109px 0;
	position: relative;
}


.touch .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.touch .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.touch .msg {
	width: 49%;
}

.touch .title1 {
	color: #ffffff;
}

.touch .txts {
	color: #FFF;
	font-size: 20px;
	line-height: 32px;
	margin-top: 18px;
}


.touch .cBtn {
	margin-top: 50px;
	background-color: #08A1E7;
}


.touch .cBtn:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}


@media screen and (max-width:1560px) {
	.touch .txts {
		margin-top: 30px;
		font-size: 18px;
		line-height: 28px;
	}

	.touch .cBtn {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.touch .msg {
		width: 55%;
	}
}

@media screen and (max-width:999px) {
	.touch .msg {
		width: 70%;
	}

	.touch .txts {
		margin-top: 20px;
	}

	.touch .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.touch .msg {
		width: 80%;
	}
}

@media screen and (max-width:538px) {
	.touch .msg {
		width: 90%;
	}
}


/* indexM7-1 */

.indexPiece {
	padding: 81px 0 80px 0;
}


.partners .swiper {
	margin-top: 33px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.partners .image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 10px;
	border: 1px solid #D9D9D9;
	overflow: hidden;
}


.partners .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	transition: .4s ease filter;
}


.partners .swiper-slide:hover {
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.partners .swiper-slide .image {
	width: 12.85%;
	margin-right: 1.675%;
}

.partners .swiper-slide .image:nth-child(7n) {
	margin-right: 0;
}

.partners .swiper-slide .image:last-child {
	margin-right: 0;
}

.partners .swiper-pagination {
	position: static;
	margin-top: 45px;
}

.partners .swiper-pagination span {
	width: 30px;
	height: 5px;
	border-radius: 20px;
	background-color: #D9D9D9;
	margin: 5px 8px !important;
	opacity: 1;
}


.partners .swiper-pagination span.swiper-pagination-bullet-active {
	width: 55px;
	background-color: #D71918;
}


.partners .swiper-wrapper {
	transition-timing-function: linear !important;
}

@media screen and (max-width:1560px) {
	.partners .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:768px) {
	.partners .swiper {
		margin-top: 30px;
	}
}

/* indexM8-1 */

.indexPiece .newEvents {
	margin-top: 82px;
}



.newEvents .con {
	display: flex;
	justify-content: space-between;
	margin-top: 33px;
}

.newEvents .show {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 10px;
	border: 1px solid #CCC;
	overflow: hidden;
}



.newEvents .list {
	width: 53.07%;
}


.newEvents .show .image {
	overflow: hidden;
	flex: 1;
}


.newEvents .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newEvents .show .name {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}


.newEvents .show .box {
	padding: 24px 20px 20px;
}


.newEvents .show .name:hover {
	color: #0F60C9;
}

.newEvents .show .time {
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	margin-top: 15px;
	display: flex;
	align-items: center;
}

.newEvents .show .time img {
	flex-shrink: 0;
	width: 25px;
	margin-right: 10px;
	transform: translateY(-2px);
}

.newEvents .list .item {
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
	border-radius: 10px;
	border: 1px solid #CCC;
	overflow: hidden;
}

.newEvents .list .item:nth-child(1) {
	margin-top: 0;
}

.newEvents .list .image {
	overflow: hidden;
	width: 193px;
}



.newEvents .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newEvents .list .msg {
	flex: 1;
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.newEvents .list .tit {
	font-family: Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}

.newEvents .list .tit:hover {
	color: #0F60C9;
}

.newEvents .list .time {
	font-size: 16px;
	line-height: 24px;
	color: #555;
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
}

.newEvents .list .time img {
	width: 25px;
	flex-shrink: 0;
	margin-right: 5px;
	transform: translateY(-2px);
}

@media screen and (max-width:1560px) {
	.indexPiece .newEvents {
		margin-top: 60px;
	}

	.newEvents .list .item,
	.newEvents .show {
		border-radius: 5px;
	}

	.newEvents .show .name {
		font-size: 20px;
		line-height: 30px;
	}

	.newEvents .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.newEvents .show .name {
		font-size: 18px;
		line-height: 28px;
	}

	.newEvents .list .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.newEvents .con {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.newEvents .list {
		width: 100%;
		margin-top: 30px;
	}

	.newEvents .show {
		width: 100%;
	}

	.newEvents .show .image {
		height: 360px;
		width: 100%;
		flex: none;
	}

	.newEvents .show .name {
		font-size: 16px;
		line-height: 28px;
	}

	.newEvents .show .box {
		padding: 20px;
	}

	.newEvents .list {
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}

	.newEvents .list .item {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.newEvents .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.newEvents .list .image {
		width: 100%;
	}

	.newEvents .list .tit {
		font-size: 14px;
	}

	.indexPiece .newEvents {
		margin-top: 50px;
	}

}

@media screen and (max-width:768px) {
	.newEvents .show .image {
		height: 300px;
	}

	.indexPiece .newEvents {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.newEvents .show .image {
		height: 280px;
	}
}

@media screen and (max-width:450px) {
	.newEvents .show .image {
		height: auto;
	}

	.newEvents .show {
		max-width: 280px;
		margin: 0 auto;
	}

	.newEvents .list .item:nth-child(n) {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.newEvents .list .item:nth-child(1) {
		margin-top: 0;
	}

	.newEvents .list {
		margin-top: 20px;
	}
}



/* indexM9-1 */



.iFaq {
	padding: 82px 0 80px 0;
	background-color: #F2F4F8;
}


.faq {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.faq .msg {
	width: 30%;
}

.faq .msg .txts {
	margin-top: 24px;
}

.faq .msg .txts p {
	font-size: 18px !important;
	line-height: 30px !important;
}

.standardEdit a {
	position: relative;
	display: inline-block;
}

.standardEdit a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 5px;
	background-color: #333;
	transition: .4s ease all;
}

.standardEdit a:hover::after {
	left: auto;
	right: 0;
	width: 0;
	background-color: #0F60C9;
}

.standardEdit a:hover {
	color: #0F60C9;
}

.faq .faqList {
	width: 59.28%;
	margin-top: 8px;
}

.faqList .item {
	padding: 21px 0;
	border-bottom: 1px solid #CCC;
}

.faqList .item:nth-child(1) {
	border-top: 1px solid #CCC;
}

.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}



.faqList .question .name {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	font-weight: 700;
}


.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #999;
}




.faqList .question i {
	width: 10px;
	height: 1px;
	background-color: #999;
	border-radius: 9px;
}


.faqList .question i.move {
	width: 10px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-90deg);
	border-radius: 9px;
}

.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.faqList .item .question:hover .btns {
	background-color: #0F60C9;
	border-color: #0F60C9;
}

.faqList .item .question:hover .btns i {
	background-color: #ffffff;
}


.faqList .answer {
	display: none;
	transition: none;
	padding: 10px 0 0 0;
	padding-right: 30px;
}


.faqList .answer p {
	color: #555555;
	line-height: 26px;
}

.faqList .answer .box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.faqList .answer .btn {
	display: flex;
	align-items: center;
	color: #0F60C9;
	font-size: 18px;
	line-height: 28px;
	margin-top: 14px;
}

.faqList .answer .btn i {
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 13px;
	color: #0F60C9;
	font-weight: bold;
}

.faqList .answer .btn:hover i {
	margin-left: 20px;
}


@media screen and (max-width:1560px) {
	.faqList .answer {
		padding-top: 20px;
	}

	.faq .faqList {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.faq {
		flex-direction: column;
		align-items: flex-start;
	}

	.faq .msg {
		width: 100%;
	}

	.faqList .question .name {
		font-size: 16px;
		line-height: 26px;
	}

	.faq .faqList {
		width: 100%;
		margin-top: 30px;
	}

	.faqList .item {
		padding: 15px 0;
	}

	.faq .msg .txts p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.faqList .answer {
		padding-top: 15px;
	}
}


/* 1-1product */

.mbox {
	height: 90px;
	overflow: hidden;
}


.mBtn {
	display: flex;
	align-items: center;
	width: max-content;
	margin-top: 20px;
	cursor: pointer;
}

.mBtn:hover {
	color: #0F60C9;
}


.products {
	padding: 61px 0 84px 0;
}


.products .list {
	margin-top: 39px;
	display: flex;
	flex-wrap: wrap;
}

.products .list .item {
	width: 23.42%;
	margin-right: 2.1%;
	margin-top: 30px;
	padding: 13px;
	background-color: #F2F4F8;
	border-radius: 10px;
}


.products .list .item:nth-child(4n) {
	margin-right: 0;
}

.products .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.products .list .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}

.products .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.products .list .tit {
	min-height: 52px;
	margin-top: 29px;
}

.products .list .tit a {
	color: #333;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
}

.products .list .tit a:hover {
	color: #0F60C9;
}


.products .list .btns {
	margin: 0 auto;
	padding: 25px 0 14px 0;
	width: calc(100% - 48px);
	border-top: 1px solid #999999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 21px;
}


.products .list .checkBox {
	display: flex;
	align-items: center;
}

.products .list .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	outline: 1px solid #666;
	position: relative;
	overflow: hidden;
	margin-right: 11px;
}


.products .list .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}

.products .list .checkBtn.active i {
	opacity: 1;
}

.products .list .checkBtn i {
	font-size: 12px;
	opacity: 0;
}


.products .list .checkBox a:hover {
	color: #0F60C9;
}

.products .list .btn {
	display: flex;
	align-items: center;
}

.products .list .btn i {
	font-size: 12px;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 8px;
	color: #0F60C9;
}


.products .list .btn:hover {
	color: #0F60C9;
}


.products .pager {
	margin-top: 57px;
}


.productPiece {
	padding: 81px 0 80px 0;
	background-color: #F2F4F8;
}

.advantagelist .title1 {
	margin-bottom: 58px;
}


.productPiece .certificate {
	margin-top: 81px;
}

.productPiece .faq {
	margin-top: 85px;
}


@media screen and (max-width:1560px) {

	.products .list .image,
	.products .list .item {
		border-radius: 5px;
	}

	.products .list .btns {
		width: calc(100% - 20px);
		padding: 20px 0;
	}

	.products .pager {
		margin-top: 50px;
	}

	.advantagelist .title1 {
		margin-bottom: 40px;
	}

	.productPiece .certificate,
	.productPiece .faq {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.products .list .item:nth-child(n) {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 30px;
	}

	.products .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.products .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.products .list .tit a {
		font-size: 16px;
	}

	.products .list .btns {
		width: calc(100% - 10px);
	}

	.advantagelist .title1 {
		margin-bottom: 30px;
	}

	.mbox {
		height: 84px;
	}
}

@media screen and (max-width:999px) {

	.productPiece .certificate,
	.productPiece .faq {
		margin-top: 50px;
	}

	.products .list .checkBox a {
		font-size: 14px;
		line-height: 26px;
	}

	.mbox {
		height: 78px;
	}

	.products .list .tit a {
		font-size: 14px;
	}

	.products .list .item {
		padding: 10px;
	}

	.products .list .tit {
		margin-top: 20px;
	}

	.products .list .btns {
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 10px 0;
	}

	.products .list .btn {
		margin-top: 10px;
	}

	.mBtn {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {

	.productPiece .certificate,
	.productPiece .faq {
		margin-top: 40px;
	}

	.products .list {
		justify-content: space-between;
	}

	.products .list .item:nth-child(n) {
		width: 48.5%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:450px) {
	.products .list .item:nth-child(n) {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.products .list .item:nth-child(-n+1) {
		margin-top: 0;
	}
}

/* 1-2product */

.productShow {
	padding: 60px 0 84px 0;
	background-color: #F2F4F8;
}


.productShow .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.productShow .box {
	width: 41.42%;
	position: relative;
}

.productShow .jianjie {
	width: 52.35%;
	margin-top: 117px;
}

.productShow .box .showSipwer {
	margin-bottom: 9px;
	overflow: hidden;
	border-radius: 10px;
}

.productShow .box .showSipwer .swiper-slide {
	position: relative;
}


.productShow .box .checkSwiper {
	padding: 0 64px;
	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: rgba(15, 96, 201, .4);
	font-size: 14px;
	cursor: pointer;
	z-index: 99;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	border: 1px solid rgba(15, 96, 201, .4);

}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: 0px;
}

.productShow .box .checkSwiper .next {
	right: 0px;
}


.productShow .box .checkSwiper .iconfont:hover {
	color: #ffffff;
	background-color: #0F60C9;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: .4s ease opacity;
	background-color: #efefef;
	overflow: hidden;
	border-radius: 10px;
}

.productShow .checkSwiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	border: solid 1px transparent;
	transition: .4s ease border;
	pointer-events: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border-radius: 10px;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #0F60C9;
}


.innerTit {
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
}

.jianjie .txts {
	margin-top: 16px;
}

.jianjie .share {
	margin-top: 36px;
	padding: 19px 0 17px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	color: #555555;
	font-size: 16px;
	margin-right: 10px;
}



.jianjie .btns {
	display: flex;
	align-items: center;
	margin-top: 54px;
}


.jianjie .btns a:nth-child(1) {
	margin-right: 15px;
	width: 145px;
}

.jianjie .btns a:nth-child(2) {
	width: 153px;
}

.jianjie .btns a:hover {
	background-color: #08A1E7;
	color: #ffffff;
	border-color: #08A1E7;
}




/*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: 10px;
}

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: 10px;
}



@media screen and (max-width:1560px) {
	.productShow .jianjie {
		margin-top: 30px;
	}

	.innerTit {
		font-size: 28px;
		line-height: 40px;
	}

	.productShow .box .showSipwer {
		border-radius: 5px;
	}

	div.jqZoomPup {
		border-radius: 5px;
	}

	div.zoomdiv,
	.productShow .checkSwiper .swiper-slide::after,
	.productShow .checkSwiper .swiper-slide {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .jianjie {
		margin-top: 0;
	}

	.innerTit {
		font-size: 24px;
		line-height: 36px;
	}

	.jianjie .btns {
		margin-top: 40px;
	}

	.jianjie .share {
		margin-top: 30px;
	}

	.productShow .box .checkSwiper .iconfont {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}

	.productShow .box .checkSwiper {
		padding: 0 55px;
	}
}

@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;
	}

	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.productShow .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
		margin-top: 30px;
	}

	.innerTit {
		font-size: 22px;
		line-height: 32px;
	}

	.jianjie .share {
		padding: 10px 0;
		margin-top: 30px;
	}

	.jianjie .btns {
		margin-top: 30px;
	}

	.productShow .box {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
}

@media screen and (max-width:768px) {
	.productShow .box {
		max-width: 340px;
	}

	.innerTit {
		font-size: 20px;
		line-height: 30px;
	}
}



.productDet {
	padding: 85px 0 80px 0;
}


.specifications .txts {
	margin-top: 34px;
}

.table {
	width: 100%;
	overflow: auto;
	 -webkit-overflow-scrolling: touch;
}

.table:root {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


.table::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 8px;
  height: 8px;
}

.table::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}


.table table tr td {
	padding: 10.5px 30px;
	font-size: 18px;
	line-height: 28px;
	font-family: Arial, sans-serif;
	color: #333333;
	border: 1px solid #CFD4DB;
	text-align: center;
}

.table table tr td:nth-child(1) {
	text-align: left;
}

.table table tr:nth-child(1) td {
	background-color: #0F60C9;
	color: #ffffff;
	font-weight: 700;
	border: none;
	border-right: 1px solid #CFD4DB;
}

.table table tr:nth-child(1) td:last-child {
	border-right: none;
}

.productDet .relatedProducts {
	margin-top: 85px;
}

.relatedProducts .productSwiper {
	margin-top: 35px;
}

.productDetPiece {
	padding: 82px 0 80px 0;
	background-color: #F2F4F8;
}

@media screen and (max-width:1560px) {
	.productDet .relatedProducts {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.table table tr td {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.table table tr td {
		font-size: 14px;
		line-height: 26px;
		padding: 10px 20px;
	}

	.specifications .txts {
		margin-top: 30px;
	}

	.relatedProducts .productSwiper {
		margin-top: 30px;
	}

	.productDet .relatedProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.productDet .relatedProducts {
		margin-top: 40px;
	}

	.table table tr td {
		padding: 10px;
	}
}


/* 2-1about */

.aboutUs {
	padding: 61px 0 80px 0;
}

.aboutUs .infoList {
	display: flex;
	justify-content: space-between;
}

.aboutUs .infoList .item {
	width: 45.35%;
}


.aboutUs .infoList .title1 {
	display: flex;
	align-items: flex-start;
}


.aboutUs .infoList .title1 img {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	margin-right: 22px;
	transform: translateY(-1px);
}

.aboutUs .infoList .txts {
	margin-top: 25px;
	padding-right: 37px;
	max-height: 360px;
	overflow: auto;
}

.aboutUs .infoList .txts::-webkit-scrollbar {
	width: 3px;
	height: 6px;
	background-color: #D9D9D9;
	border-radius: 10px;
}

.aboutUs .infoList .txts::-webkit-scrollbar-thumb {
	background-color: #0F60C9;
	border-radius: 10px;
}

.aboutUs .infoList .txts::-webkit-scrollbar-track {
	background-color: transparent;
}

.aboutUs .aboutNums {
	margin-top: 55px;
}

.aboutUs .aboutNums .item {
	background-color: #F2F4F8;
}


.aboutUs .aboutNums .item .num span,
.aboutUs .aboutNums .item .num i {
	color: #0F60C9;
}

.aboutUs .aboutNums .item .name {
	color: #333;
}


.aboutUs .aboutAdvantage {
	margin-top: 71px;
}


.aboutUs .aboutAdvantage .con {
	margin-top: 31px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.aboutUs .aboutAdvantage .image {
	width: 48.92%;
	border-radius: 20px;
	overflow: hidden;
}

.aboutUs .aboutAdvantage .list {
	width: 44.75%;
}


.aboutUs .aboutAdvantage .item {
	display: flex;
	align-items: flex-start;
	margin-top: 33px;
}


.aboutUs .aboutAdvantage .item:nth-child(1) {
	margin-top: 0;
}


.aboutUs .aboutAdvantage .sign {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	margin-right: 21px;
}

.aboutUs .aboutAdvantage .tit {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
}


.aboutUs .aboutAdvantage .txts {
	color: #555;
	font-size: 16px;
	line-height: 30px;
	margin-top: 6px;
}


.aboutUs .line {
	width: 100%;
	height: 1px;
	background-color: #D9D9D9;
	margin-top: 80px;
}

.aboutUs .research {
	margin-top: 81px;
}

.aboutUs .research .txts {
	margin-top: 18px;
}

.aboutUs .research .swiperBox {
	margin-top: 31px;
}

.aboutUs .research .image {
	border-radius: 10px;
	overflow: hidden;
}


@media screen and (max-width:1560px) {
	.aboutUs .infoList .title1 img {
		width: 46px;
		height: 46px;
	}

	.aboutUs .infoList .txts {
		margin-top: 30px;
	}

	.aboutUs .aboutAdvantage {
		margin-top: 60px;
	}

	.aboutUs .aboutAdvantage .image {
		border-radius: 5px;
	}

	.aboutUs .aboutAdvantage .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.aboutUs .aboutAdvantage .sign {
		width: 46px;
		height: 46px;
	}

	.aboutUs .aboutAdvantage .txts {
		margin-top: 10px;
	}

	.aboutUs .line,
	.aboutUs .research {
		margin-top: 60px;
	}

	.aboutUs .research .txts {
		margin-top: 30px;
	}

	.aboutUs .research .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .infoList .title1 img {
		width: 40px;
		height: 40px;
		margin-right: 14px;
	}

	.aboutUs .infoList .item {
		width: 46%;
	}

	.aboutUs .aboutNums {
		margin-top: 50px;
	}

	.aboutUs .aboutAdvantage .sign {
		width: 40px;
		height: 40px;
	}

	.aboutUs .aboutAdvantage .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.aboutUs .infoList .txts {
		max-height: 336px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .infoList {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .infoList .item {
		width: 100%;
		margin-top: 30px;
	}

	.aboutUs .infoList .item:nth-child(1) {
		margin-top: 0;
	}

	.aboutUs .infoList .title1 img {
		width: 36px;
		height: 36px;
		transform: translateY(-5px);
	}

	.aboutUs .infoList .txts {
		max-height: 260px;
		padding-right: 20px;
		margin-top: 20px;
	}

	.aboutUs .aboutNums {
		margin-top: 40px;
	}

	.aboutUs .aboutAdvantage {
		margin-top: 50px;
	}

	.aboutUs .aboutAdvantage .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.aboutUs .aboutAdvantage .sign {
		width: 36px;
		height: 36px;
	}

	.aboutUs .aboutAdvantage .list {
		width: 100%;
	}

	.aboutUs .aboutAdvantage .item {
		margin-top: 30px;
	}

	.aboutUs .aboutAdvantage .item:nth-child(1) {
		margin-top: 0;
	}

	.aboutUs .aboutAdvantage .image {
		width: 100%;
		margin-top: 30px;
		height: 360px;
	}

	.aboutUs .aboutAdvantage .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.aboutUs .line,
	.aboutUs .research {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {

	.aboutUs .line,
	.aboutUs .research {
		margin-top: 40px;
	}

	.aboutUs .aboutAdvantage .image {
		height: 320px;
	}

	.aboutUs .aboutAdvantage {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .aboutAdvantage .image {
		height: 280px;
	}

	.aboutUs .research .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}



.qualityControl {
	background-color: #F2F4F8;
	padding: 81px 0 80px 0;
}

.qualityControl .txts {
	margin-top: 18px;
}

.qualityControl .certificate {
	margin-top: 43px;
}


.qualityControl .certificate .image {
	padding: 0;
	border: none;
	background-color: transparent;
}

.qualityControl .certificate .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.qualityControl .certificate .image:hover img {
	transform: translateY(-10px);
}


.qualityControl .certificate .swiperBox {
	margin-top: 30px;
}


@media screen and (max-width:1560px) {
	.qualityControl .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.qualityControl .certificate {
		margin-top: 40px;
	}
}

@media screen and (max-width:450px) {
	.qualityControl .certificate .swiper {
		max-width: 240px;
		margin: 0 auto;
	}
}


.ourService {
	padding: 79px 0 80px 0;
}


.ourService .item {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
	align-items: center;
}


.ourService .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}


.ourService .item:nth-child(-n+1) {
	margin-top: 0;
}


.ourService .txts {
	margin-top: 33px;
}

.ourService .txts p {
	color: #555;
}


.ourService .txts p em {
	padding-left: 40px;
	font-style: normal;
	display: block;
}


.ourService .txts p strong {
	color: #333;
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	position: relative;
	display: block;
	margin-bottom: 7px;
}

.ourService .txts p strong::after {
	content: "";
	position: absolute;
	left: -40px;
	width: 24px;
	height: 24px;
	background-image: url("../images/ourServiceSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	top: 7px;
}




.ourService .image {
	width: 48.92%;
	border-radius: 20px;
	overflow: hidden;
}


.ourService .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.ourService .msg {
	width: 46.6%;
}

@media screen and (max-width:1560px) {
	.ourService .image {
		border-radius: 5px;
	}

	.ourService .item {
		margin-top: 60px;
	}

	.ourService .txts p strong {
		font-size: 20px;
	}

	.ourService .txts p strong::after {
		top: 4px;
	}
}

@media screen and (max-width:1333px) {
	.ourService .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.ourService .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.ourService .msg {
		width: 100%;
	}

	.ourService .txts p strong {
		font-size: 18px;
	}

	.ourService .txts p strong::after {
		width: 20px;
		height: 20px;
		left: -30px;
	}

	.ourService .txts p em {
		padding-left: 30px;
	}

	.ourService .txts p strong::after {
		top: 7px;
	}

	.ourService .txts {
		margin-top: 20px;
	}

	.ourService .item {
		margin-top: 50px;
	}

	.ourService .image {
		width: 100%;
		margin-top: 20px;
		height: 360px;
	}
}

@media screen and (max-width:768px) {
	.ourService .item {
		margin-top: 40px;
	}

	.ourService .image {
		height: 320px;
	}

	.ourService .txts p strong {
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	.ourService .image {
		height: 280px;
	}
}

/* 3-1project */

.project {
	padding: 61px 0 74px 0;
}

.project .mbox {
	margin-top: 26px;
}

.project .projectList {
	margin-top: 58px;
}

.project .pager {
	margin-top: 75px;
}


@media screen and (max-width:1560px) {
	.project .projectList {
		margin-top: 50px;
	}

	.project .mbox {
		margin-top: 30px;
	}

	.project .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.project .projectList {
		margin-top: 40px;
	}

	.project .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.project .pager {
		margin-top: 40px;
	}
}

/* 3-2project */

.projectDet {
	padding: 60px 0 80px 0;
}


.projectDet .share {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 20px 0 16px 0;
	margin-top: 15px;
}

.projectDet .det {
	margin-top: 22px;
}



.projectDet .prevOrNext {
	margin-top: 50px;
}

.prevOrNext {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 21px 0 19px 0;
}

.prevOrNext .prev,
.prevOrNext .next {
	color: #555555;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.prevOrNext .next {
	margin-top: 13px;
}

.prevOrNext a:hover {
	color: #333;
}


.projectDet .relatedProducts {
	margin-top: 85px;
}


.projectDet .latestCases {
	margin-top: 81px;
}

.latestCases .projectList {
	margin-top: 26px;
}

@media screen and (max-width:1560px) {
	.projectDet .share {
		padding: 14px 0;
		margin-top: 30px;
	}

	.projectDet .det,
	.projectDet .prevOrNext {
		margin-top: 30px;
	}

	.projectDet .relatedProducts,
	.projectDet .latestCases {
		margin-top: 60px;
	}

	.latestCases .projectList {
		margin-top: 35px;
	}

	.prevOrNext {
		padding: 20px 0;
	}
}

@media screen and (max-width:999px) {
	.latestCases .projectList {
		margin-top: 30px;
	}

	.projectDet .relatedProducts,
	.projectDet .latestCases {
		margin-top: 50px;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		font-size: 14px;
		line-height: 26px;
	}

	.prevOrNext {
		padding: 15px 0;
	}
}

@media screen and (max-width:768px) {

	.projectDet .relatedProducts,
	.projectDet .latestCases {
		margin-top: 40px;
	}
}

/* 4-1FAQ */

.faqPiece {
	padding: 62px 0 74px 0;
}

.faqPiece .pager {
	margin-top: 55px;
	padding-left: 40.72%;
}

@media screen and (max-width:1333px) {
	.faqPiece .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.faqPiece .pager {
		padding-left: 0;
	}
}

@media screen and (max-width:768px) {
	.faqPiece .pager {
		margin-top: 30px;
	}
}

/* 5-1news */

.news {
	padding: 62px 0 74px 0;
}

.news .mbox {
	margin-top: 24px;
}

.news .list {
	margin-top: 59px;
}

.news .list .newItem {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.news .list .newItem:nth-child(1) {
	margin-top: 0;
}


.newItem .image {
	flex-shrink: 0;
	margin-right: 47px;
	border-radius: 10px;
	overflow: hidden;
	width: 400px;
}


.newItem .msg {
	border-bottom: 1px solid #CCC;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 7px;
}

.newItem .tit {
	color: #333;
	font-size: 22px;
	font-weight: 700;
	line-height: 32px;
}

.newItem .tit:hover {
	color: #0F60C9;
}

.newItem .time {
	display: flex;
	align-items: center;
	color: #555;
	font-size: 16px;
	line-height: 26px;
	margin-top: 13px;
}


.newItem .time img {
	width: 25px;
	flex-shrink: 0;
	margin-right: 7px;
	transform: translateY(-2px);
}

.newItem .txts {
	color: #555;
	font-family: Arial;
	font-size: 16px;
	line-height: 30px;
	margin-top: 21px;
}



.news .pager {
	margin-top: 55px;
}


@media screen and (max-width:1560px) {
	.newItem .image {
		width: 360px;
		border-radius: 5px;
	}

	.newItem .msg {
		padding-bottom: 0;
	}

	.newItem .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.newItem .time {
		margin-top: 14px;
	}

	.news .list {
		margin-top: 50px;
	}

	.newItem .txts {
		margin-top: 14px;
	}
}

@media screen and (max-width:1333px) {
	.news .list {
		margin-top: 40px;
	}

	.newItem .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.newItem .image {
		width: 340px;
		margin-right: 30px;
	}

	.news .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		justify-content: flex-start;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.newItem .image {
		width: 100%;
		margin-right: 0;
	}

	.newItem .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.newItem .msg {
		flex: none;
		padding: 20px 0;
	}

	.newItem .tit {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
	}

	.newItem .txts {
		min-height: 52px;
	}

	.news .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:450px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}

	.newItem .tit {
		min-height: auto;
	}

	.news .pager {
		margin-top: 30px;
	}
}

/* 5-2News */

.newDet {
	padding: 60px 0 80px 0;
}

.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

h1.innerTit {
	line-height: 50px;
}

.newDet .det {
	width: 67.85%;
}


.newDet .det .tips {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	margin-top: 23px;
	padding: 19px 0 17px 0;
	display: flex;
	align-items: center;
}

.newDet .det .tips .time {
	margin-right: 28px;
	flex-shrink: 0;
	color: #555555;
}



.newDet .det .des {
	margin-top: 22px;
}

.newDet .det .prevOrNext {
	margin-top: 50px;
}


.newDet .latestNews {
	width: 27.85%;
	margin-top: 6px;
}


.latestNews .list {
	margin-top: 33px;
}

.latestNews .list .item {
	margin-top: 25px;
	padding: 18px 24px 14px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.latestNews .list .item:hover {
	background-color: #0F60C9;
	border-color: #0F60C9;
}

.latestNews .list .item:nth-child(1) {
	margin-top: 0;
}

.latestNews .list .tit {
	color: #333;
	font-size: 18px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.latestNews .list .item:hover .tit {
	color: #ffffff;
}


.latestNews .list .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.latestNews .list .time {
	display: flex;
	align-items: center;
	margin-top: 9px;
}

.latestNews .list .time img {
	width: 25px;
	flex-shrink: 0;
	margin-right: 7px;
}

.latestNews .list .item:hover .time {
	color: #ffffff;
}

.latestNews .list .item:hover .time img {
	filter: grayscale(100%) brightness(500%);
}


.newDet .relatedProducts {
	margin-top: 85px;
}

@media screen and (max-width:1560px) {
	.newDet .latestNews {
		margin-top: 0;
	}

	h1.innerTit {
		line-height: 40px;
	}

	.newDet .det .tips {
		padding: 20px 0;
		margin-top: 30px;
	}

	.newDet .det .des {
		margin-top: 30px;
	}

	.newDet .det .prevOrNext {
		margin-top: 30px;
	}

	.newDet .relatedProducts {
		margin-top: 60px;
	}

	.latestNews .list .item {
		border-radius: 5px;
		padding: 20px;
	}

	.latestNews .list .time {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.newDet .det .tips {
		padding: 14px 0;
	}

	h1.innerTit {
		line-height: 36px;
	}
}

@media screen and (max-width:999px) {
	h1.innerTit {
		line-height: 32px;
	}

	.latestNews .list {
		margin-top: 30px;
	}

	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .det {
		width: 100%;
	}

	.newDet .latestNews {
		width: 100%;
		margin-top: 50px;
	}

	.latestNews .list .time {
		margin-top: 10px;
	}

	.latestNews .list .item {
		margin-top: 20px;
	}

	.latestNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.latestNews .list .item {
		width: 48.5%;
		margin-top: 20px;
	}

	.latestNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.newDet .relatedProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.newDet .latestNews {
		margin-top: 40px;
	}

	.newDet .relatedProducts {
		margin-top: 40px;
	}

	.latestNews .list .item {
		padding: 15px;
	}
}

@media screen and (max-width:538px) {
	.newDet .det .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .det .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.latestNews .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.latestNews .list .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 6-1contact */

.contactUs {
	padding: 61px 0 80px 0;
}

.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.contactUs .leaveMessage {
	width: 46.42%;
}

.contactUs .contactInfo {
	width: 45%;
}


.leaveMessage form {
	margin-top: 37px;
}

.leaveMessage ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.leaveMessage ul li {
	width: 100%;
	margin-top: 11px;
	height: 50px;
	background-color: #F2F4F8;
	padding: 0 22px;
}


.leaveMessage ul li:nth-child(-n+2) {
	margin-top: 0;
}


.leaveMessage ul li:nth-child(-n+2) {
	width: 49.3%;
}



.leaveMessage ul li input,
.leaveMessage ul li textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;

}

.leaveMessage ul li input::-webkit-input-placeholder,
.leaveMessage ul li textarea::-webkit-input-placeholder {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.leaveMessage ul li input:-moz-placeholder,
.leaveMessage ul li textarea:-moz-placeholder {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.leaveMessage ul li input::-moz-placeholder,
.leaveMessage ul li textarea::-moz-placeholder {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.leaveMessage ul li input:-ms-input-placeholder,
.leaveMessage ul li textarea:-ms-input-placeholder {
	color: #333;
	font-size: 16px;
	line-height: 30px;
}

.leaveMessage ul li.message {
	height: 150px;
	padding: 11px 22px;
}

.leaveMessage ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.leaveMessage ul li.codeCon input {
	flex: 1;
	padding: 0 22px;
}

.leaveMessage ul li.codeCon .codeImg {
	width: 86px;
	height: 29px;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 14px;
}

.leaveMessage ul li.subBtn {
	width: 98px;
	padding: 0;
}

.leaveMessage ul li.subBtn input {
	background-color: #0F60C9;
	color: #F2F4F8;
	font-size: 16px;
	line-height: 30px;
	border: 1px solid #0F60C9;
	cursor: pointer;
}

.leaveMessage ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #0F60C9;
}


.contactInfo .list {
	margin-top: 23px;
}

.contactInfo .list li {
	margin-top: 16px;
}

.contactInfo .list li .name,
.contactInfo .list li .num {
	display: inline;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}

.contactInfo .list li .name {
	font-weight: 700;
}

.contactInfo .list li a.num:hover {
	color: #0F60C9;
}

.contactInfo .list li:nth-child(1) {
	margin-top: 0;
}

.contactInfo .list li.email .num {
	word-break: break-all;
}

.contactInfo .map {
	margin-top: 31px;
}

.contactInfo .map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


@media screen and (max-width:1560px) {

	.contactInfo .list li .name,
	.contactInfo .list li .num {
		font-size: 16px;
		line-height: 28px;
	}

	.leaveMessage ul li {
		height: 46px;
	}

	.contactInfo .list,
	.leaveMessage form {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.contactUs .leaveMessage {
		width: 100%;
	}

	.contactUs .contactInfo {
		width: 100%;
	}

	.contactInfo .list li .name,
	.contactInfo .list li .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactInfo .list li {
		margin-top: 14px;
	}

	.contactUs .leaveMessage {
		margin-top: 50px;
	}

	.leaveMessage ul li,
	.leaveMessage ul li.codeCon input {
		padding: 0 16px;
	}

	.leaveMessage ul li.message {
		padding: 10px 16px;
	}

	.leaveMessage ul li {
		height: 40px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .leaveMessage {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.leaveMessage ul li {
		height: 36px;
	}
}

@media screen and (max-width:450px) {
	.leaveMessage ul li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.leaveMessage ul li:nth-child(1) {
		margin-top: 0;
	}

	.leaveMessage ul li.subBtn {
		width: 90px;
	}
}


/* innerBanner */

.innerBanner {
	height: 550px;
	position: relative;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.innerBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 92px;
}

.innerBanner .title {
	color: #FFF;
	font-size: 50px;
	font-weight: 700;
	line-height: 60px;
}

@media screen and (max-width:1560px) {
	.innerBanner {
		height: 500px;
	}

	.innerBanner .msg {
		padding-top: 80px;
	}

	.innerBanner .title {
		font-size: 46px;
		line-height: 58px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 400px;
	}

	.innerBanner .title {
		font-size: 36px;
		line-height: 48px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 260px;
	}

	.innerBanner .title {
		font-size: 28px;
		line-height: 40px;
	}

	.innerBanner .msg {
		padding-top: 0px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}

	.innerBanner .title {
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}

	.innerBanner .title {
		font-size: 22px;
		line-height: 34px;
	}
}





/* crumb */
.crumb {
	padding-top: 32px;
}


.crumb a,
.crumb i {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	letter-spacing: 0px;
	color: #555;
}

.crumb a.active,
.crumb a:hover {
	color: #333;
}

.crumb i {
	font-style: normal;
	margin: 0 8px;
}



/* 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: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #222;
	margin: 5px 6px;
	border-radius: 10px;
}



.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #0F60C9;
	color: #ffffff;
}

.pager .pageList a.prev {
	width: auto;
	margin: 5px 14px;
	color: #666666;
}

.pager .pageList a.next {
	width: auto;
	margin: 5px 19px;
	color: #666666;
}

.pager .pageList a.prev:hover,
.pager .pageList a.next:hover {
	background-color: transparent;
	color: #222;
}

.pager .pageList a.prev i,
.pager .pageList a.next i {
	font-size: 12px;
	font-weight: bold;
	color: #222222;
}

.pager .pageList a.prev i {
	flex-shrink: 0;
	margin-right: 10px;
}



.pager .pageList a.next i {
	flex-shrink: 0;
	margin-left: 10px;
}

.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 4px;
	position: relative;
	color: #0F60C9;
	font-size: 16px;
	line-height: 26px;
}


.pager .addTo span {
	color: #0F60C9;
	font-size: 16px;
	line-height: 28px;
	position: relative;
}

.pager .addTo span::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #0F60C9;
	transition: .4s ease all;
	bottom: 1px;
}

.pager .addTo:hover span::after {
	width: 100%;
	right: auto;
	left: 0;
}


.pager .addTo img {
	flex-shrink: 0;
	margin-left: 38px;
	width: 18px;
	height: 18px;
}



.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

@media screen and (max-width:1560px) {
	.pager .pageList a {
		border-radius: 5px;
	}

	.crumb {
		padding-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		font-size: 14px;
		line-height: 24px;
	}

	.pager .addTo span {
		font-size: 14px;
		line-height: 24px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}
}


/* footer */


footer {
	background-color: #111111;
	padding: 32px 0 30px 0;
}

footer a {
	display: inline-block;
}

footer .fMsg {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


footer .fLogo {
	width: 102px;
	flex-shrink: 0;
	margin-right: 40px;
}

footer .fLogo:hover img {
	transform: none;
}

footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}



footer .blogrolls a {
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 25px;
}


footer .blogrolls a:hover {
	color: #0F60C9;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 54px 0 55px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin: 20px 0 32px 0;
}


footer .footerList .box {
	margin-top: 22px;
}

footer .footerList ul li {
	margin-top: 10px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fNav {
	width: 16.2%;
	margin-right: 16.5%;
}


footer .footerList .fNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList .fNav ul li {
	width: 48%;
}

footer .footerList .fNav ul li:nth-child(-n+2) {
	margin-top: 0;
}

footer .footerList .fContact {
	width: 24%;
	margin-right: 8.1%;
}


footer .footerList .fInquiry {
	width: 35.2%;
}


footer .footerList .fInquiry form {
	margin-top: 18px;
}


footer a,
footer p,
footer div {
	color: #999;
	font-size: 16px;
	line-height: 26px;
}


footer a:hover {
	color: #ffffff;
}


footer .title {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
	font-weight: 700;
}


footer a.title:hover {
	color: #0F60C9;
}


footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}



footer .footerList li.fContact li {
	display: flex;
	align-items: flex-start;
}

footer .footerList li.fContact li:nth-child(1) {
	margin-top: 0;
}


footer .footerList li.fContact li i {
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 22px;
	transform: translateY(1px);
	color: #0F60C9;
}

footer .footerList li.fContact .num {
	color: #F2F4F8;
}

footer .footerList li.fContact a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

footer .footerList li.fContact .box {
	margin-top: 25px;
}

footer .footerList li.fContact ul li {
	margin-top: 21px;
}

footer .footerList li.fContact ul li:nth-child(1) {
	margin-top: 0;
}

footer .email a {
	word-break: break-all;
}



footer form ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -2px;
	align-items: flex-end;
}


footer .footerList form li {
	width: 48.9%;
	background-color: #ffffff;
	margin-bottom: 0 !important;
	height: 50px;
	padding: 0 22px;
	margin-top: 11px;
	border-radius: 6px;
	margin-right: 2.2%;
}

footer .footerList form li:nth-child(2n) {
	margin-right: 0;
}


footer .footerList form li.message {
	width: 100%;
	margin-right: 0;
}

footer .footerList form li:nth-child(-n+2) {
	margin-top: 0;
}




footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	color: #333333;
}


footer form li.code.must {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 14px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	width: 86px;
	height: 29px;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-right: 8px;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	border: none;
	overflow: hidden;
	width: 98px;
	margin-left: 2%;
}


footer form li.subBtn input {
	background-color: #0F60C9;
	color: #ffffff;
	cursor: pointer;
}



footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #0F60C9;
}



footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: #333;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: #333;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: #333;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: #333;
}


footer .fBottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

footer .links {
	margin-top: 12px;
}

footer .copyright,
footer .links,
footer .copyright a,
footer .links a,
footer .copyright p {
	color: #999;
	font-size: 16px;
	line-height: 30px;
}


footer .links a {
	margin-right: 10px;
}

footer .links span {
	margin-right: 10px;
}

footer .copyright p {
	display: inline;
}


footer .copyright a {
	display: inline-block;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #0F60C9;
}

footer .copyright .image {
	margin-left: 5px;
}

form li.m-formcountry {
	position: relative;
	padding: 0;
}

footer .footerList form li.m-formcountry {
	padding: 0;
}

form li.m-formcountry .drop-btn {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

form li.m-formcountry .drop-btn i,
form li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	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: #D71918 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

form li.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form li.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form li.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #D71918;
}

form li.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-radius: 0;
	margin: 0;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
}

form li.m-formcountry .drop-list li.on {
	background-color: #D71918;
	color: #ffffff;
}



@media screen and (max-width:1560px) {

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .fNav {
		width: 30%;
	}

	footer .footerList form li {
		height: 45px;
		border-radius: 4px;
	}

	footer .footerList .fInquiry {
		width: 40%;
	}

	footer {
		padding: 40px 0 40px 0;
	}

	footer .footerList {
		padding: 30px 0;
		margin: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList form li {
		padding: 0 10px;
	}

	footer form li.code {
		width: 100%;
	}

	footer .footerList form li.subBtn {
		padding: 0;
		margin-left: 0;
	}

	footer .footerList form li {
		height: 40px;
	}

	footer .footerList .fNav {
		width: 26%;
	}

	footer .footerList .fInquiry {
		width: 45%;
	}
}


@media screen and (max-width:999px) {

	footer {
		padding: 40px 0 80px;
	}

	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .blogrolls a {
		margin-left: 0;
		font-size: 22px;
		margin-right: 24px;
	}

	footer .fLogo {
		width: 100px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}


	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList li.fContact .box {
		margin-top: 10px;
	}


	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 12px;
		color: #333333;
		font-weight: bold;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList li.fContact .address {
		width: 100%;
	}

	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer form {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer form ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer form ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList form ul {
		justify-content: space-between;
	}

	footer .footerList form li:nth-child(n) {
		height: 40px;
		margin-right: 0;
	}

	footer .footerList form li:nth-child(n) {
		width: 49%;
	}

	footer .footerList form li.message {
		width: 100%;
	}

	footer form {
		display: none;
		transform: none;
		transition: none;
	}

	footer .phone .num {
		font-size: 16px;
		line-height: 28px;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer .footerList .fInquiry form {
		margin-top: 14px;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 24px;
	}

	footer .links {
		margin-top: 10px;
	}

	form li.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	footer .fLogo {
		width: 100px;
	}

	footer {
		padding: 40px 0 60px 0;
	}

	footer .footerList>li:nth-child(n) {
		margin-top: 10px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box {
		margin-top: 5px;
	}

	footer .fLogo {
		width: 80px;
	}

	footer .blogrolls a {
		font-size: 20px;
	}
}


@media screen and (max-width:538px) {


	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}

}


/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: 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;
}



/* customer */

.customer {
	position: fixed;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
	width: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 0;

}

.customer>div {
	margin-bottom: 18px;
	border-radius: 50%;
	position: relative;
}

.customer>div::after {
	content: "";
	position: absolute;
	bottom: -7px;
	width: 16px;
	height: 1px;
	background-color: rgba(51, 51, 51, .3);
	left: 50%;
	transform: translateX(-50%);
}


.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #333;
	font-size: 24px;
	border-radius: 50%;
	position: relative;
	background-color: transparent;

}


.customer .top {
	margin-bottom: 0;
}

.customer .top::after {
	display: none;
}

.customer .top a {
	width: 50px;
	height: 50px;
	color: #333;
	text-align: center;
	cursor: pointer;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer .top i {
	font-size: 26px;
}

.customer div div {
	cursor: pointer;
}

.customer div:hover a,
.customer div:hover div {
	color: #0F60C9;
	background-color: transparent;
}


.customer div a:hover i {
	color: #0F60C9;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -10;
	opacity: 0;
	pointer-events: none;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}


@media screen and (max-width: 1360px) {
	.customer {
		right: 5px;
	}

	.customer>div {
		margin-bottom: 10px;
	}

	.customer {
		width: 50px;
	}

	.customer div a,
	.customer div div {
		width: 45px;
		height: 45px;
		font-size: 22px;
	}

	.customer .top i {
		font-size: 24px;
	}

	.customer .top a {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 999px) {
	.customer {
		display: block;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
		background-color: transparent;
	}

	.customer>div {
		margin-bottom: 0;
	}

	.customer .top a {
		width: 100%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #ffffff;
		border-top: 1px solid #F2F2F2;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #ffffff;
		border-radius: 0px;
		border-top: 1px solid #F2F2F2;
	}

	.customer div:hover a,
	.customer div:hover div {
		color: #333333;
		background-color: #ffffff;
	}

	.customer div a:hover i {
		color: #333333;
	}

	.customer div a:after,
	.customer div div:after {
		display: none;
	}

	.customer div.active a,
	.customer div.active div {
		color: #0F60C9;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
		pointer-events: all;
	}
}

@media screen and (max-width: 768px) {

	.customer .code img,
	.customer .code:hover img {
		left: 0%;
		transform: translateX(0%);
	}

	.customer .code.active img {
		left: 0%;
		transform: translateX(0%) translateY(-100%);
	}
}



@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1760507314955') format('woff'),
		url('../fonts/iconfont.ttf?t=1760507314955') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-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";
}


.indexBanner .sImg {
	display: none;
}

.indexBanner .dis,
.indexBanner .des,
.indexBanner .box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	padding-top: 182px;
}

.indexBanner .box {
	padding-top: 175px;
}

.indexBanner .bTit {
	color: #FFF;
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	transition: .4s ease all;
}


.indexBanner .bTit:hover {
	color: #0F60C9;
}

.indexBanner .txts {
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
	margin-top: 22px;
}

.indexBanner .btn {
	width: 164px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background-color: #0F60C9;
	color: #FFF;
	font-size: 16px;
	margin-top: 40px;
	transition: .4s ease all;
}



.indexBanner .btn:hover {
	background-color: #ffffff;
	color: #0F60C9;
}


.indexBanner .list {
	display: flex;
	margin-top: 80px
}


.indexBanner .list .item {
	width: 15%;
	margin-right: 1.72%;
	overflow: hidden;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.50);
}

.indexBanner .list .item:last-child {
	margin-right: 0;
}


.indexBanner .list .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	transition: .4s ease all;
}

.indexBanner .list .item:hover img {
	transform: scale(1.1);
}

.indexBanner .bSTit {
	color: #FFF;
	font-size: 34px;
	line-height: 42px;
	transition: .4s ease all;
}

.indexBanner .box .btn{
	margin-top: 130px;
}


.indexBanner a.bSTit:hover {
	color: #0F60C9;
}



@media screen and (max-width:1800px) {
	.indexBanner .dis {
		align-items: center;
		padding-top: 90px;
	}

	.indexBanner .bTit {
		font-size: 40px;
		line-height: 60px;
	}

	.indexBanner .txts {
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
	}

	.indexBanner .btn {
		width: 150px;
		height: 46px;
		border-radius: 5px;
	}

	.indexBanner .btn {
		margin-top: 30px;
	}

	.indexBanner .list .item {
		border-radius: 10px;
	}

	.indexBanner .list {
		margin-top: 50px;
	}

	.indexBanner .list .item {
		width: 14%;
	}

	.indexBanner .btns>div {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	.indexBanner .btns>div.prev {
		left: 16px;
	}

	.indexBanner .btns>div.next {
		right: 16px;
	}

	.indexBanner .des {
		padding-top: 180px;
	}
	
	.indexBanner .box{
		padding-top: 160px;
	}
	.indexBanner .box .btn{
		margin-top: 60px;
	}
	.indexBanner .bSTit{
		font-size: 28px;
		line-height: 40px;
	}
}

@media screen and (max-width:1560px) {
	.indexBanner .bTit {
		font-size: 36px;
		line-height: 48px;
	}

	.indexBanner .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.indexBanner .btn {
		height: 42px;
		width: 145px;
	}

	.indexBanner .list {
		margin-top: 40px;
	}

	.indexBanner .list .item {
		border-radius: 6px;
		width: 13%;
	}

	.indexBanner .dis {
		padding-top: 80px;
	}

	.indexBanner .des {
		padding-top: 160px;
	}
	
	.indexBanner .box{
		padding-top: 140px;
	}
	.indexBanner .box .btn{
		margin-top: 40px;
	}
	.indexBanner .bSTit{
		font-size: 26px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .bTit {
		font-size: 28px;
		line-height: 36px;
	}

	.indexBanner .txts {
		font-size: 16px;
		line-height: 26px;
		margin-top: 16px;
	}

	.indexBanner .btn {
		height: 40px;
		width: 140px;
		margin-top: 20px;
	}

	.indexBanner .list {
		margin-top: 30px;
	}

	.indexBanner .des {
		padding-top: 130px;
	}
	.indexBanner .box{
		padding-top:120px;
	}
	.indexBanner .box .btn{
		margin-top: 30px;
	}
	.indexBanner .bSTit{
		font-size: 24px;
		line-height: 36px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .dis {
		padding-top: 0;
	}

	.indexBanner .btn {
		font-size: 14px;
		height: 36px;
		width: 136px;
	}

	.indexBanner .bTit {
		font-size: 24px;
		line-height: 36px;
	}

	.indexBanner .txts {
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}

	.indexBanner .list {
		margin-top: 20px;
	}

	.indexBanner .list .item {
		width: 12%;
	}

	.indexBanner .signs {
		bottom: 10px;
	}

	.indexBanner .des {
		padding-top: 80px;
	}
	
	.indexBanner .box{
		padding-top:50px;
	}
	.indexBanner .box .btn{
		margin-top: 30px;
	}
	.indexBanner .bSTit{
		font-size: 20px;
		line-height: 32px;
	}
}

@media screen and (max-width:750px) {

	.indexBanner .dis,
	.indexBanner .image {
		display: none;
	}

	.indexBanner .sImg {
		display: block;
	}

	.indexBanner .des,
	.indexBanner .box{
		display: none;
	}
}