@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	height: 100%;
	width: 100%;
	background: #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: #143f8c !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #143f8c;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #143f8c;
		right: 2.5%;
		top: 24px;
		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(20, 63, 140, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Inter-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: 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 */

.bannerRange {
	height: 101px;
	background-color: #ffffff;
}


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
}

nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1580px;
	position: relative;
}



nav.active {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


nav .logo {
	width: 187px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: none;
}


nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 58.3px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin-right: 0;
}

nav a {
	display: block;
}

nav .navList>ul>li>a {
	height: 101px;
	line-height: 98px;
	font-family: Inter-Bold;
	font-size: 18px;
	color: #333333;
	position: relative;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 14px;
	background-color: #143f8c;
	width: 0;
	transition: .4s ease all;
}


nav .navList>ul>li:hover>a::after,
nav .navList>ul>li.active>a::after {
	width: 57px;
}

nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #143f8c;
}



nav .btns {
	display: flex;
	align-items: center;
	margin-left: 33px;
}


nav .btns .search {
	height: 101px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 49px;
}



nav .btns .search .searchBtn {
	cursor: pointer;
}

nav .btns .search .searchBtn i {
	font-size: 19px;
	font-weight: bold;
	color: #333333;
	transform: translateY(3px);
}

nav .btns .search .searchBtn:hover i {
	color: #143f8c;
}


nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}


nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn i {
	font-size: 18px;
}


nav .btns .search form .subBtn:hover i {
	color: #143f8c;
}

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: 101px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}

nav .btns .language ul a {
	padding: 9px 17px;
	font-family: Inter-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}


nav .btns .language ul a:hover {
	background-color: #143f8c;
	color: #ffffff;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-family: Inter-Regular, Arial, sans-serif;
	color: #ffffff;
	position: relative;
	font-family: Inter-Regular;
	font-size: 16px;
	color: #333333;
}

nav .btns .lanBtn:hover,
nav .btns .lanBtn:hover i {
	color: #143f8c;
}

nav .btns .lanBtn .icon-yuyan {
	color: #333333;
	margin-right: 10px;
	font-size: 23px;
	flex-shrink: 0;
}

nav .btns .lanBtn .icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	margin-left: 8px;
	flex-shrink: 0;
	margin-right: 9px;
}

nav .btns .lanBtn.active .icon-right7 {
	transform: rotate(-90deg);
}



/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: 210px;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	display: none;
	transition: none;
}

.moreList ul {
	left: 100%;
	top: 0;
}


.moreList {
	top: 100%;
	left: 0;
}


.moreList a {
	padding: 9px 17px  ;
	font-family: Inter-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #111111;
}

.moreList li{
	position: relative;
}

.moreList li:hover>a {
	background-color: #143f8c;
	color: #ffffff;
}

@media screen and (max-width:1740px) {
	nav .navList>ul>li {
		margin-right: 40px;
	}

	nav .btns .search {
		margin-right: 40px;
	}

	nav .btns {
		margin-left: 50px;
	}

	nav .logo {
		width: 160px;
	}
}

@media screen and (max-width:1560px) {
	nav .navList>ul>li {
		margin-right: 30px;
	}

	nav .btns {
		margin-left: 40px;
	}

	nav .btns .search {
		margin-right: 30px;
	}

	nav .logo {
		width: 130px;
	}

	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
		font-size: 16px;
	}

	.bannerRange,
	nav .btns .search,
	nav .btns .language {
		height: 80px;
	}

	nav .navList>ul>li>a::after {
		height: 2px;
	}

	nav .btns .search form input,
	nav .btns .search form .subBtn i {
		font-size: 16px;
	}

	nav .btns .search .searchBtn i {
		font-size: 18px;
	}

	nav .btns .lanBtn .icon-right7 {
		margin-right: 0;
	}
	nav .navList>ul>li:hover>a::after,
	nav .navList>ul>li.active>a::after {
		width: 100%;
	}
}

@media screen and (max-width:1333px) {
	nav .con {
		width: calc(100% - 50px);
	}

	nav .navList>ul>li {
		margin-right: 30px;
	}

	nav .logo {
		width: 120px;
	}
	
	
	.moreList a {
		padding: 6px 17px;
	}
	
	nav .btns .language ul a {
		padding: 6px 17px;
		text-align: center;
	}
	
	

}

@media screen and (max-width:1200px) {
	nav .btns {
		position: absolute;
		right: 0;
		top: 5px;
		margin-left: 0;
	}

	nav .btns .search,
	nav .btns .language {
		height: auto;
	}

	nav .navList>ul>li>a {
		line-height: 105px;
	}

	nav .navList>ul>li>a::after {
		bottom: 10px;
	}

	nav .btns .lanBtn .icon-yuyan {
		font-size: 20px;
		margin-right: 10px;
	}

	nav .btns .language ul,
	nav .btns .search form {
		top: calc(100% + 5px);
	}

	nav .navList>ul>li {
		margin-right: 25px;
	}

	nav .btns .language ul {
		left: auto;
		right: 0;
		transform: translateX(0);
	}
	
	nav .btns .language ul a {
		text-align: right;
	}
}

@media screen and (max-width:999px) {

	nav .navList>ul,
	nav .btns .search {
		display: none;
	}

	nav .con {
		width: calc(100% - 160px);
	}

	nav .btns {
		position: static;
		margin-right: 60px;
	}

	nav .con,
	.bannerRange,
	nav .btns .language {
		height: 60px;
	}


	header .xnav .nav {
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
	}

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .btns .language ul {
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
		padding: 5px 15px;
	}
	
	nav .btns .language ul a {
		text-align: center;
	}

}

@media screen and (max-width:768px) {
	nav .con {
		width: calc(100% - 50px);
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .con,
	.bannerRange,
	nav .btns .language {
		height: 50px;
	}

	nav .logo {
		width: 110px;
	}
}

@media screen and (max-width:538px) {
	nav .con {
		width: calc(100% - 30px);
	}
}







/* indexbanner */


/* indexbanner */
.indexBanner {
	transition: none;
}

.indexBanner * {
	transition: none;
}

.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}

#wowslider-container1 .ws_images ul {
	position: relative;
	width: 10000%;
	height: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible;
	/*table-layout:fixed;*/
}

#wowslider-container1 .ws_images ul li {
	position: relative;
	width: 1%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	float: left;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

#wowslider-container1 .ws_images {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	vertical-align: top;
	border: none;
	overflow: hidden;
}

#wowslider-container1 .ws_images ul a {
	width: 100%;
	height: 100%;
	display: block;
	color: transparent;
}

#wowslider-container1 img {
	max-width: none !important;
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images>div>img {
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0;
	margin: 0;
}


#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title>div {
	display: inline-block !important;
}

#wowslider-container1 a {
	text-decoration: none;
	outline: none;
	border: none;
}

#wowslider-container1 .ws_bullets {
	float: left;
	position: absolute;
	z-index: 70;
}

#wowslider-container1 .ws_bullets div {
	position: relative;
	float: left;
	font-size: 0px;
}

/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a {
	line-height: 0;
}

#wowslider-container1 .ws_script {
	display: none;
}

#wowslider-container1 sound,
#wowslider-container1 object {
	position: absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}

#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}

.ws-title-wrapper {
	display: none;
}

/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}

#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}

#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}

#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}

#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}

#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}


#wowslider-container1 .ws_bullets a {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	float: left;
	text-indent: -4000px;
	position: relative;
	margin-left: 9.5px;
	color: transparent;
	overflow: hidden;
	border-radius: 50%;
	transition: .4s ease all;
}

#wowslider-container1 .ws_bullets a:hover {
	background-position: 0 50%;
}

#wowslider-container1 .ws_bullets a.ws_selbull {
	background-color: #224b95;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
	background-size: 200%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 60;
	width: 47px;
	height: 96px;
	background-color: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	transition: .4s ease all;
}

#wowslider-container1 a.ws_next i,
#wowslider-container1 a.ws_prev i{
	font-size: 18px;
}


#wowslider-container1 a.ws_next {
	background-position: 100% 0;
	right: 0;
	border-radius: 10px 0px 0px 10px;
}

#wowslider-container1 a.ws_prev {
	left: 0;
	background-position: 0 0;
	border-radius: 0px 10px 10px 0px;
}

#wowslider-container1 a.ws_next:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

#wowslider-container1 a.ws_prev:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

/*playpause*/
#wowslider-container1 .ws_playpause {
	width: 6.4em;
	height: 6.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2.5em;
	margin-top: -2.5em;
	z-index: 59;
}

#wowslider-container1 .ws_pause {
	background-size: 100%;
	background-color: #cca;
}

#wowslider-container1 .ws_play {
	background-size: 100%;
	background-color: #efc;
}

#wowslider-container1 .ws_pause:hover,
#wowslider-container1 .ws_play:hover {
	background-position: 100% 100% !important;
}

/* bottom center */
#wowslider-container1 .ws_bullets {
	bottom: 14px;
	left: 50%;
	padding: 5px;
}

#wowslider-container1 .ws_bullets div {
	left: -50%;
}

#wowslider-container1 .ws-title {
	position: absolute;
	display: block;
	font: 2em 'Arimo', sans-serif;
	bottom: -0.2em;
	left: 0;
	margin: 1.8em 0.7em;
	padding: 0.6em 0.5em;
	color: #777777;
	z-index: 50;
	line-height: 1em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.3);
	border: 0.05em solid #ffffff;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

#wowslider-container1 .ws-title div {
	margin-top: 0.3em;
	font-size: 0.8em;
	line-height: 1.15em;
	font-weight: normal;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev,
#wowslider-container1 .ws_playpause {
	display: flex;
	align-items: center;
	justify-content: center;
}



#wowslider-container1 .ws_images>ul {
	animation: wsBasic 16s infinite;
	-moz-animation: wsBasic 16s infinite;
	-webkit-animation: wsBasic 16s infinite;
}

@keyframes wsBasic {
	0% {
		left: -0%
	}

	12.5% {
		left: -0%
	}

	25% {
		left: -100%
	}

	37.5% {
		left: -100%
	}

	50% {
		left: -200%
	}

	62.5% {
		left: -200%
	}

	75% {
		left: -300%
	}

	87.5% {
		left: -300%
	}
}

@-moz-keyframes wsBasic {
	0% {
		left: -0%
	}

	12.5% {
		left: -0%
	}

	25% {
		left: -100%
	}

	37.5% {
		left: -100%
	}

	50% {
		left: -200%
	}

	62.5% {
		left: -200%
	}

	75% {
		left: -300%
	}

	87.5% {
		left: -300%
	}
}

@-webkit-keyframes wsBasic {
	0% {
		left: -0%
	}

	12.5% {
		left: -0%
	}

	25% {
		left: -100%
	}

	37.5% {
		left: -100%
	}

	50% {
		left: -200%
	}

	62.5% {
		left: -200%
	}

	75% {
		left: -300%
	}

	87.5% {
		left: -300%
	}
}

#wowslider-container1 .ws_bullets a img {
	text-indent: 0;
	display: block;
	bottom: 25px;
	left: -74px;
	visibility: hidden;
	position: absolute;
	border: 1px solid rgba(220, 220, 220, 0.6);
	border-radius: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width: none;
}

#wowslider-container1 .ws_bullets a:hover img {
	visibility: visible;
}

#wowslider-container1 .ws_bulframe div div {
	height: 48px;
	overflow: visible;
	position: relative;
}

#wowslider-container1 .ws_bulframe div {
	left: 0;
	overflow: hidden;
	position: relative;
	width: 148px;
	background-color: #FFFFFF;


}

#wowslider-container1 .ws_bullets .ws_bulframe {
	display: none;
	bottom: 29px;
	overflow: visible;
	position: absolute;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border: 1px solid #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#wowslider-container1 .ws_bulframe span {
	display: block;
	position: absolute;
	bottom: -8px;
	margin-left: 1px;
	left: 74px;
	background-color: #caf;
	width: 15px;
	height: 6px;
}

#wowslider-container1 .ws_bulframe div div {
	height: auto;
}

@media screen and (max-width:1560px) {

	#wowslider-container1 a.ws_next,
	#wowslider-container1 a.ws_prev {
		width: 35px;
		height: 80px;
	}
	#wowslider-container1 a.ws_next i,
	#wowslider-container1 a.ws_prev i{
		font-size: 16px;
	}

	#wowslider-container1 a.ws_next {
		border-radius: 5px 0 0 5px;
	}

	#wowslider-container1 a.ws_prev {
		border-radius: 0 5px 5px 0;
	}
}

@media screen and (max-width:1333px) {

	#wowslider-container1 a.ws_next,
	#wowslider-container1 a.ws_prev {
		width: 30px;
		height: 60px;
	}
	#wowslider-container1 a.ws_next i,
	#wowslider-container1 a.ws_prev i{
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {

	#wowslider-container1 a.ws_next,
	#wowslider-container1 a.ws_prev {
		display: none;
	}
}

@media all and (max-width:768px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}

	#wowslider-container1 .ws_bullets {
		bottom: 20px;
	}
}

@media all and (max-width:538px) {
	#wowslider-container1 .ws_bullets {
		bottom: 10px;
	}
}





/* indexM1-1 */
.caterories {
	padding: 89px 0 109px 0;
	background-image: url("../images/cateroriesBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.caterories .lineTit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
	flex-direction: column;
}


.caterories .lTxt {
	margin-bottom: 103px;
}


.lTxt {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



.caterories .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.caterories .con .checks {
	width: 70.3%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.caterories .con .image {
	width: 29.071%;
	margin-right: -1.7%;
}




.caterories .btns {
	width: 50%;
}

.caterories .btns div {
	display: flex;
	align-items: flex-start;
	font-size: 22px;
	line-height: 30px;
	color: #999999;
	margin-bottom: 50px;
	cursor: pointer;
	transition: none;
}

.caterories .btns div  h2{
	font-weight: normal;
	font-size: 22px;
}

.caterories .btns div:last-child {
	margin-bottom: 0;
}

.caterories .btns div:hover {
	color: #333333;
}


.caterories .btns div::before {
	content: "";
	display: block;
	width: 55px;
	height: 1px;
	background-color: #333333;
	flex-shrink: 0;
	margin-right: 16px;
	transform: translateY(13px);
	opacity: 0;
	transition: .4s ease all;
}

.caterories .btns div.active {
	color: #333333;
	font-weight: bold !important;
}

.caterories .btns div.active::before {
	opacity: 1;
}



.caterories .checks .list {
	width: 46.6%;
}

.caterories .checks .list .txts {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 49px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	hyphens: auto;
	padding: 2px 0;
}



.cBtn2 {
	width: 160px;
	height: 50px;
	background-color: #224b95;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 16px;
	color: #ffffff;
}


.cBtn2:hover {
	background-color: #cf1d1d;
	color: #ffffff;
}

a.cBtn2:hover {
	color: #ffffff !important;
}

.caterories .checks .list .item {
	display: none;
}

.caterories .checks .list .item.current {
	display: block;
}


@media screen and (max-width:1600px) {
	.caterories .con .image {
		margin-right: 0;
	}

	.caterories .lTxt {
		margin-bottom: 60px;
	}

	.caterories .lineTit {
		margin-bottom: 30px;
	}

	.caterories .btns div {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.caterories .btns div  h2{
		font-size: 20px;
	}

	.cBtn2 {
		height: 40px;
	}

	.caterories .checks .list .txts {
		padding: 0;
	}

	.caterories .con .checks {
		width: 65%;
	}

	.caterories .btns {
		width: 45%;
	}

	.caterories .btns div.active {
		font-weight: normal;
	}

	.caterories .btns div::before {
		width: 40px;
	}
}

@media screen and (max-width:1333px) {
	.caterories .btns div {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.caterories .btns div  h2{
		font-size: 18px;
	}

	.caterories .checks .list .txts {
		margin-bottom: 40px;
	}

	.caterories .lTxt {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.lTxt {
		width: 90%;
	}

	.caterories .con .image {
		display: none;
	}

	.caterories .con .checks {
		width: 100%;
		align-items: center;
	}

	.cBtn2 {
		font-size: 14px;
	}

	.caterories .btns div {
		font-size: 16px;
		line-height: 26px;
	}
	.caterories .btns div  h2{
		font-size: 16px;
	}

	.caterories .checks .list .txts {
		margin-bottom: 30px;
	}

	.caterories .btns div::before {
		width: 30px;
	}
}

@media screen and (max-width:768px) {
	.caterories .lTxt {
		width: 100%;
	}

	.caterories .con .checks {
		flex-direction: column;
		align-items: flex-start;
	}

	.caterories .checks .list {
		width: 100%;
	}

	.caterories .btns {
		width: 100%;
		margin-bottom: 30px;
	}

	.caterories .lTxt {
		margin-bottom: 30px;
	}

	.caterories .lineTit {
		margin-bottom: 20px;
	}

	.caterories .btns div {
		margin-bottom: 10px;
	}

	.cBtn2 {
		height: 35px;
		width: 140px;
	}

	.lTxt {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.caterories .btns div::before {
		width: 20px;
	}
}






.title1 {
	font-family: Inter-Bold;
	font-size: 46px;
	line-height: 50px;
	color: #333333;
}

a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #143f8c;
}

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iTit .title1 {
	text-align: center;
}




/* indexM1-1 */


.iProducts {
	padding: 74px 0 88px 0;
}


.iProducts .iTit {
	margin-bottom: 27px;
}


.iProducts .checkBtns {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 44px;
}


.iProducts .checkBtns .item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 17.5px 21px;
	background-color: rgba(20, 63, 140, 0.1);
	border-radius: 10px;
	margin: 10px 13.5px;
	font-size: 16px;
	color: #333333;
	cursor: pointer;
}

.iProducts .checkBtns .item.current,
.iProducts .checkBtns .item:hover {
	color: #ffffff;
	background-color: #143f8c;
}

.iProducts .checks .item {
	position: relative;
}


.productItem h2 {
	font-weight: normal;
}


.productItem .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 10px;
	margin-bottom: 17px;
}


.productItem .image>a {
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	border: solid 2px #eeeeee;
}


.productItem .image>a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.productItem .image::after,
.productItem .image::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	box-sizing: border-box;
	transition: .4s ease all;
}

.productItem .image::after {
	background-image: linear-gradient(60deg,
			#143f8c 0%,
			#0acc18 100%);
	z-index: -1;
	opacity: 0;
}

.productItem .image::before {
	background-color: #ffffff;
	z-index: -2;
	opacity: 1;
}


.productItem .image:hover::after {
	opacity: 1;
}


.productItem .image:hover a {
	border-color: transparent;
	background-color: transparent;
}


.productItem .image:hover img {
	transform: none;
}


.productItem .msg .tit {
	font-family: Inter-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	margin-bottom: 2px;
}


.productItem .msg .tit:hover {
	color: #143f8c;
}

.productItem .msg .txts {
	text-align: center;
	font-family: Inter-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.productItem .msg .txts:hover {
	color: #143f8c;
}


.productItem .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Gotham-Book;
	font-size: 16px;
	color: #666666;
}


.productItem .msg .btn i {
	color: #666666;
	flex-shrink: 0;
	margin-left: 9px;
}

.productItem .msg .btn:hover i {
	margin-left: 15px;
}


.productItem .sign {
	width: 65px;
	height: 65px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 28px;
	z-index: 3;
	background-image: url("../images/newSignBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.iProducts .swiper-pagination {
	position: static;
	margin-top: 36px;
}

.iProducts .swiper-pagination span {
	width: 50px;
	height: 3px;
	background-color: rgba(23, 23, 23, 0.2);
	border-radius: 2px;
	opacity: 1;
	position: relative;
	margin: 0 6.5px !important;
}

.iProducts .sBtns>div {
	transform: translateY(-58%);
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .3);
	color: #000000;
	font-size: 16px;
	cursor: pointer;
	width: 47px;
	height: 47px;
	background-color: #ffffff;
	border: solid 1px #e7ebf3;
	position: absolute;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
}



.sBtns>div.prev {
	left: -82px;
}

.sBtns>div.next {
	right: -82px;
}

.sBtns>div:hover {
	border-color: #e7ebf3;
	background-color: #e7ebf3;
}


.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


@media screen and (max-width:1560px) {
	.iProducts .iTit {
		margin-bottom: 30px;
	}

	.iProducts .checkBtns .item {
		padding: 10px 20px;
		border-radius: 5px;
	}

	.sBtns>div {
		width: 45px;
		height: 45px;
	}

	.sBtns>div.next {
		right: -70px;
	}

	.sBtns>div.prev {
		left: -70px;
	}

	.productItem .msg .tit {
		margin-bottom: 5px;
	}

	.productItem .sign {
		width: 60px;
		height: 60px;
		top: 20px;
		right: 20px;
	}
}

@media screen and (max-width:1333px) {
	.iProducts .checkBtns .item {
		padding: 8px 16px;
		margin: 5px 10px;
	}

	.iProducts .checkBtns {
		margin-bottom: 40px;
	}

	.productItem .msg .tit {
		font-size: 16px;
	}

	.productItem .sign {
		width: 50px;
		height: 50px;
		top: 14px;
		right: 14px;
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.productItem .msg .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.iProducts .checkBtns .item {
		font-size: 14px;
		padding: 5px 14px;
	}

	.iProducts .iTit {
		margin-bottom: 20px;
	}

	.iProducts .checkBtns {
		margin-bottom: 30px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
	}

	.sBtns>div.prev {
		left: -60px;
	}

	.sBtns>div.next {
		right: -60px;
	}

	.productItem .sign {
		width: 43px;
		height: 43px;
		top: 10px;
		right: 10px;
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.iProducts .sBtns>div {
		transform: translateY(0);
	}

	.sBtns>div.prev {
		margin-right: 20px;
	}
}

@media screen and (max-width:538px) {
	.iProducts .checkBtns .item {
		padding: 5px 10px;
		margin: 5px 5px;
	}
}




/* indexM2-1 */

.iHotProducts {
	background-color: #f5f9ff;
	padding: 74px 0 71px 0;
}


.iHotProducts .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 27px;
}


.iHotProducts .title1 {
	margin-right: 19.3%;
	flex-shrink: 0;
}



.iHotProducts .iHtxts {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.iHotProducts .checkBtns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}


.iHotProducts .checkBtns .item {
	padding: 13px 19px;
	background-color: rgba(20, 63, 140, 0.1);
	border-radius: 10px;
	letter-spacing: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	min-width: 111px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.iHotProducts .checkBtns .item:hover,
.iHotProducts .checkBtns .item.current {
	background-color: #143f8c;
	color: #ffffff;
}


.iHotProducts .checks .item {
	position: relative;
}


.iHotProducts .sBtns>div {
	transform: translateY(-132%);
}

.iHotProducts .productItem .msg .tit {
	font-family: Inter-Bold;
}


@media screen and (max-width:1560px) {
	.iHotProducts .title {
		margin-bottom: 40px;
	}

	.iHotProducts .checkBtns .item {
		padding: 10px;
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.iHotProducts .title1 {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.iHotProducts .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.iHotProducts .checkBtns .item {
		padding: 5px 10px;
	}

	.iHotProducts .checkBtns {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.iHotProducts .iHtxts {
		font-size: 14px;
		line-height: 24px;
	}

	.iHotProducts .checkBtns .item {
		font-size: 14px;
		min-width: auto;
		margin-right: 20px;
	}

	.iHotProducts .sBtns>div {
		transform: translateY(0);
	}
}

@media screen and (max-width:538px) {
	.iHotProducts .checkBtns {
		margin-bottom: 20px;
	}
}





/* indexM3-1 */

.iCompany {
	padding: 80px 0 278px 0;
	background-image: url("../images/indexM3-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.iCompany .con {
	display: flex;
	justify-content: space-between;
}


.iCompany .msg {
	width: 48%;
}

.iCompany .image {
	width: 45%;
	overflow: hidden;
	border-radius: 10px;
}

.iCompany .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iCompany .title1 {
	color: #ffffff;
	margin-bottom: 8px;
}

.iCompany .title1:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 6px;
	color: #ffffff !important;
}

.iCompany .tip {
	font-family: Inter-Bold;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-bottom: 25px;
}


.iCompany .txts {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	margin-bottom: 61px;
}

.iCompany .btn {
	width: 151px;
	height: 46px;
	background-color: #ffffff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
}



.iCompany .btn:hover {
	background-color: transparent;
	color: #ffffff;
}




/* indexM4-1 */

.iAdvantage {
	background-image: url("../images/indexM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}




.iAdvantage .list {
	display: flex;
	flex-wrap: wrap;
	transform: translateY(-212px);
	margin-bottom: -212px;
}



.iAdvantage .list .item {
	width: 31.42%;
	margin-right: 2.87%;
	margin-top: 30px;
	border-radius: 10px;
	box-shadow: -3px 0px 57px 0px rgba(0, 0, 0, 0.07);
	position: relative;
	padding: 2px;
}



.iAdvantage .list .item .box {
	background-color: #ffffff;
	padding: 52px 40px 64px;
	height: 100%;
	border-radius: 9px;
}

.iAdvantage .list .item::after,
.iAdvantage .list .item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 10px;
	transition: .4s ease all;
}


.iAdvantage .list .item::after {
	z-index: -1;
	background-image: linear-gradient(60deg,
			#143f8c 0%,
			#0acc18 100%);
	opacity: 0;
}

.iAdvantage .list .item:hover::after {
	opacity: 1;
}

.iAdvantage .list .item:hover::before {
	opacity: 0;
}

.iAdvantage .list .item::before {
	z-index: -2;
	background-color: #ffffff;
}


.iAdvantage .list .item:nth-child(3n) {
	margin-right: 0;
}

.iAdvantage .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.iAdvantage .list .image {
	width: 130px;
	height: 130px;
	background-color: #143f8c;
	border-radius: 50%;
	position: relative;
	margin: 0 auto 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iAdvantage .list .image:hover img {
	transform: none;
}

.iAdvantage .list .image:hover::after {
	transform: translateX(-50%) translateY(-50%) rotate(360deg);
}


.iAdvantage .list .image::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border-radius: 50%;
	border: 1px dashed #143f8c;
	transition: 50s linear all;
}




.iAdvantage .list .tit {
	text-align: center;
	font-family: Inter-Bold;
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	margin-bottom: 18px;
	text-align: center;
	display: block;
}


.iAdvantage .list .tit:hover {
	color: #143f8c;
}


.iAdvantage .list .txts {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
}


.iAdvantage .touch {
	padding: 96px 0 85px 0;
}

.touch {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.touch .msg .title1 {
	margin-bottom: 24px;
}

.touch .msg .txts {
	font-family: Inter-Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}

.touch .btn {
	width: 185px;
	height: 50px;
	background-color: #143f8c;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 50px;
	color: #ffffff;
	border: 1px solid #143f8c;
	margin-top: 17px;
}


.touch .btn:hover {
	background-color: transparent;
	color: #143f8c;
}

@media screen and (max-width:1560px) {
	.iCompany .title1 {
		margin-bottom: 20px;
	}

	.iCompany .txts {
		margin-bottom: 40px;
	}

	.iCompany .btn {
		border-radius: 5px;
	}

	.iAdvantage .list .item .box {
		padding: 50px 40px;
	}

	.iAdvantage .list .image {
		width: 100px;
		height: 100px;
	}

	.iAdvantage .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.touch {
		align-items: center;
	}

	.touch .btn {
		margin-top: 0;
		border-radius: 5px;
	}

	.iCompany .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.iAdvantage .list {
		transform: translateY(0);
		margin-bottom: 0;
		padding-top: 60px;
	}

	.iCompany {
		padding: 60px 0;
	}

	.iAdvantage .list .image {
		width: 80px;
		height: 80px;
	}

	.iAdvantage .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iAdvantage .list .item:nth-child(n) {
		width: 48%;
		flex: auto;
		margin-right: 4%;
		margin-top: 30px;
	}

	.iAdvantage .list .item .box {
		padding: 40px 30px;
	}

	.iAdvantage .list .item:last-child,
	.iAdvantage .list .item:nth-child(2n) {
		margin-right: 0;
	}

	.iAdvantage .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAdvantage .list .txts {
		-webkit-line-clamp: 4;
	}

	.iAdvantage .list .image::after {
		width: calc(100% + 16px);
		height: calc(100% + 16px);
	}
}

@media screen and (max-width:999px) {
	.iCompany .tip {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.iCompany .txts {
		margin-bottom: 30px;
	}

	.iCompany .btn {
		height: 40px;
	}

	.iAdvantage .list .image {
		width: 70px;
		height: 70px;
	}

	.iAdvantage .list .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.iAdvantage .list {
		padding-top: 50px;
	}

	.iCompany {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {
	.iCompany .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iCompany .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.iCompany .image {
		width: 100%;
	}

	.iAdvantage .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iAdvantage .list .item:nth-child(1) {
		margin-top: 0;
	}

	.iCompany .txts {
		-webkit-line-clamp: 3;
	}

	.touch {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .msg .title1 {
		margin-bottom: 20px;
	}

	.touch .btn {
		height: 40px;
		width: 150px;
		margin-left: 0;
		margin-top: 30px;
	}

	.iAdvantage .list {
		padding-top: 40px;
	}

	.iCompany {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.iAdvantage .list .image {
		width: 65px;
		height: 65px;
	}
}


/* indexM5-1 */

.iService {
	padding: 62px 0 44px 0;
}

.service .iTit {
	margin-bottom: 17px;
}

.service .txts {
	text-align: center;
	width: 83%;
	margin: 0 auto 90px;
	line-height: 28px;
}


.service .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* indexM6-1 */


.team {
	background-color: #f5f9ff;
	padding: 52px 0 97px 0;
}

.team .iTit {
	margin-bottom: 27px;
}

.team .txts {
	text-align: center;
	margin-bottom: 54px;
	font-size: 18px;
	line-height: 28px;
}



.team .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.team .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 10px;
	width: 25%;
}



.team .list .image {
	width: 180px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 13px;
	overflow: hidden;
}

.team .list .name {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	margin-bottom: 6px;
}




.team .list .tit,
.team .list .num {
	display: inline;
}


.team .list li {
	text-align: center;
	line-height: 24px;
}


.team .list a.num:hover {
	color: #143f8c;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}





/* indexM7-1 */

.companyData {
	background-color: #143f8c;
	padding: 47px 0 28px 0;
}

.numList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.numList .image {
	width: 70px;
	margin: 0 auto;
	margin-bottom: 13px;
}

.numList .image img {
	filter: grayscale(100%) brightness(500%);
}

.numList .num {
	font-family: Inter-Bold;
	font-size: 50px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 17px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}


.numList .num i {
	font-family: Inter-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	display: block;
	font-style: normal;
	transform: translateY(1px);
}


.numList .name {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.service .txts {
		width: 100%;
	}

	.service .iTit {
		margin-bottom: 30px;
	}

	.team .list .image {
		width: 150px;
		height: 150px;
	}

	.numList .image {
		width: 60px;
	}

	.numList .num {
		font-size: 45px;
		line-height: 45px;
	}

	.numList .num i {
		font-size: 16px;
		line-height: 26px;
	}

	.companyData {
		padding: 50px 0;
	}

}

@media screen and (max-width:1333px) {
	.service .txts {
		margin-bottom: 50px;
	}

	.team .list .image {
		width: 130px;
		height: 130px;
	}

	.team .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.team .list li {
		display: flex;
		flex-direction: column;
		align-items: center;
	}


	.numList .num {
		font-size: 36px;
		line-height: 36px;
	}

	.numList .image {
		width: 46px;
	}

	.numList .name {
		font-size: 16px;
		line-height: 26px;
	}

	.numList .num i {
		font-size: 14px;
		line-height: 24px;
	}

}

@media screen and (max-width:999px) {
	.service .txts {
		margin-bottom: 40px;
	}


	.service .iTit {
		margin-bottom: 20px;
	}

	.team .iTit {
		margin-bottom: 20px;
	}

	.team .txts {
		-webkit-line-clamp: 2;
		margin-bottom: 40px;
	}

	.team .list .item:nth-child(n) {
		width: 50%;
		max-width: none;
		padding: 0 20px;
		margin-top: 30px;
	}

	.team .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.team .list .tit,
	.team .list .num {
		font-size: 14px;
		line-height: 24px;
	}

	.team .list li {
		display: block;
	}



	.numList .item:nth-child(n) {
		width: 50%;
		padding: 0 20px;
		margin-top: 30px;
	}

	.numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.numList .num {
		font-size: 32px;
		line-height: 32px;
	}

}

@media screen and (max-width:768px) {
	.team .list .image {
		width: 120px;
		height: 120px;
	}

	.numList .name {
		font-size: 14px;
		line-height: 24px;
	}

	.numList .num {
		margin-bottom: 10px;
		font-size: 28px;
	}

	.numList .item:nth-child(n) {
		padding: 0 4px;
	}
}

@media screen and (max-width:400px) {
	.team .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.team .list .item:nth-child(1) {
		margin-top: 0;
	}

	.numList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.numList .item:nth-child(1) {
		margin-top: 0;
	}
}




/* indexM8-1 */



.iNews {
	padding: 67px 0 70px 0;
}


.iNews .iTit {
	margin-bottom: 64px;
}


.iNews .con {
	display: flex;
	justify-content: space-between;
}


.iNews .newShow {
	width: 47.85%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}


.iNews .newShow .image {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 32px;
	flex: 1;
}

.iNews .newShow .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iNews .newShow .msg {
	padding: 0 18px;
}



.iNews .newShow .msg .tit {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 11px;
}


.iNews .newShow .time {
	font-family: Inter-Regular;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #999999;
}



.iNews .image {
	overflow: hidden;
}



.iNews .list {
	width: 50.6%;
}


.iNews .list .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 53px;
}

.iNews .list .item:last-child {
	margin-bottom: 0;
}


.iNews .list .item .image {
	width: 200px;
	flex-shrink: 0;
	margin-right: 25px;
	border-radius: 10px;
}

.iNews .list .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iNews .list .item .msg {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.iNews .list .item .msg .tit {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 9px;
}

.iNews .list .item .msg .txts {
	margin-bottom: 0px;
}



.iNews .list .item .msg .time {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #999999;
}

@media screen and (max-width:1560px) {
	.iNews .iTit {
		margin-bottom: 50px;
	}

	.iNews .newShow .msg {
		padding: 0 10px;
	}

	.iNews .list .item {
		margin-bottom: 40px;
		align-items: center;
	}

	.iNews .list .item .msg .txts {
		margin-bottom: 10px;
	}

	.iNews .list .item .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iNews .newShow .image,
	.iNews .list .item .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .newShow .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iNews .list .item {
		margin-bottom: 20px;
	}

	.iNews .list .item .image {
		width: 180px;
		margin-right: 16px;
	}

	.iNews .list .item .msg .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.iNews .newShow .image {
		margin-bottom: 20px;
	}

	.iNews .iTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.iNews .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iNews .list {
		width: 100%;
	}

	.iNews .newShow {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 40px;
	}

	.iNews .newShow .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.iNews .iTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.iNews .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.iNews .list .item .image {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.iNews .newShow {
		max-width: none;
		margin-bottom: 30px;
	}

	.iNews .newShow .msg {
		padding: 0;
	}
}










/* 1-1About us */

.companyInfo {
	padding: 50px 0 63px 0;
	background-image: url("../images/companyInfoBg.jpg");
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}


.companyInfo .con {
	margin-bottom: 52px;
}



.companyInfo .show {
	width: 45%;
	float: right;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-left: 5%;
}


.companyInfo .show>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


.companyInfo .show .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.companyInfo .show .video .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
}

.companyInfo .show .video .playBtn img {
	filter: grayscale(100%) brightness(95%);
}


.companyInfo .show .video:hover .playBtn img {
	filter: grayscale(0%) brightness(100%);
}


.title1 img {
	width: 24px;
	margin-right: 2px;
	transform: translateY(1px);
}

.companyInfo .msg {
	padding-top: 35px;
}

.companyInfo .msg .title1 {
	margin-bottom: 12px;
}

.companyInfo .msg .tip {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 34px;
}


.companyInfo .msg .txts {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

.companyInfo .numList {
	justify-content: flex-start;
	flex-wrap: wrap;
}


.companyInfo .numList .item {
	position: relative;
}

.companyInfo .numList .item::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 150px;
	background-color: #bdbdbd;
	right: -13%;
	top: 40%;
	transform: translateY(-50%);
}




.companyInfo .numList .item:last-child::after {
	display: none;
}

.companyInfo .numList .item:nth-child(n) {
	width: 21%;
	margin-right: 5.33%;
}

.companyInfo .numList .item:nth-child(4n) {
	margin-right: 0;
}


.companyInfo .numList .image img {
	filter: grayscale(0%) brightness(100%);
}


.companyInfo .numList i {
	color: #333333;
}

.companyInfo .numList .name {
	color: #555555;
}

.companyInfo .numList .num {
	color: #333333;
	margin-bottom: 8px;
}


@media screen and (max-width:1560px) {
	.title1 img {
		width: 20px;
		transform: translateY(4px);
	}

	.companyInfo .msg {
		padding-top: 0;
	}

	.companyInfo .msg .title1 {
		margin-bottom: 30px;
	}

	.companyInfo .msg .tip {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.companyInfo .con {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.title1 img {
		width: 18px;
	}

	.companyInfo .show {
		border-radius: 5px;
	}

	.companyInfo .numList .item:nth-child(n) {
		width: 24%;
		margin-right: 1.33%;
	}

	.companyInfo .numList .item:nth-child(4n) {
		margin-right: 0;
	}

	.companyInfo .numList .item::after {
		right: -3%;
	}
}

@media screen and (max-width:999px) {
	.companyInfo .msg .tip {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.companyInfo .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
	}

	.companyInfo .numList .item:nth-child(2n)::after {
		display: none;
	}

	.companyInfo .numList .item:nth-child(n)::after {
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		height: 90%;
	}

	.companyInfo .show {
		width: 48%;
	}

	.companyInfo .con {
		margin-bottom: 40px;
	}

	.companyInfo .show .video .playBtn {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:768px) {
	.companyInfo .show {
		float: none;
		margin: 0;
		width: 100%;
		margin-top: 30px;
	}

	.companyInfo .con {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.title1 img {
		transform: translateY(5px);
	}
}

@media screen and (max-width:400px) {
	.companyInfo .show .video .playBtn {
		width: 45px;
		height: 45px;
	}

	.companyInfo .numList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.companyInfo .numList .item:nth-child(n)::after {
		display: none;
	}

	.companyInfo .numList .item:nth-child(1) {
		margin-top: 0;
	}
}

.innerTouch {
	background-image: url("../images/innerTouchBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.innerTouch .touch {
	padding: 93px 0 119px 0;
}

.innerTouch .touch .title1 {
	color: #ffffff;
}


.innerTouch .touch .txts {
	color: #ffffff;
}

.innerTouch .touch .btn {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #143f8c;
}

.innerTouch .touch .btn:hover {
	background-color: transparent;
	color: #ffffff;
}

.aService {
	padding: 87px 0 64px 0;
}


.aboutUs .item {
	display: flex;
	justify-content: space-between;
}


.aboutUs .item:nth-child(2n) {
	flex-direction: row-reverse;
	padding: 50px 0;
	padding-left: calc((100% - 1400px)/ 2);

}

.aboutUs .item:nth-child(2n-1) {
	padding-right: calc((100% - 1400px)/ 2);
	background-color: rgba(189, 189, 189, 0.1);
}



.aboutUs .item .image {
	width: 49.56%;
	height: 411px;
}

.aboutUs .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.aboutUs .item .msg {
	width: 47.8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.aboutUs .item .sign {
	width: 75px;
	margin-bottom: 17px;
}

.aboutUs .item .sign img {
	display: block;
}

.innerTit {
	font-family: Inter-Bold;
	font-size: 32px;
	line-height: 46px;
	color: #333333;
}


.aboutUs .item .innerTit {
	margin-bottom: 25px;
}

.aboutUs .item .txts {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}


@media screen and (max-width:1560px) {
	.aboutUs .item .sign {
		width: 60px;
	}

	.innerTit {
		font-size: 28px;
		line-height: 38px;
	}

	.aboutUs .item .innerTit {
		margin-bottom: 20px;
	}

	.aboutUs .item:nth-child(2n-1) {
		padding-right: 80px;
	}

	.aboutUs .item:nth-child(2n) {
		padding-left: 80px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .item:nth-child(2n) {
		padding: 40px 0;
		padding-left: 80px;
	}

	.aboutUs .item .sign {
		width: 50px;
	}

	.innerTit {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .item:nth-child(n) {
		padding: 40px 80px;
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .item .image {
		width: 100%;
		margin-bottom: 40px;
		height: 360px;
	}

	.aboutUs .item .msg {
		width: 100%;
	}

	.innerTit {
		font-size: 22px;
		line-height: 30px;
	}

	.aboutUs .item .sign {
		width: 45px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .item:nth-child(n) {
		padding: 40px 25px;
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .item .image {
		height: 320px;
		margin-bottom: 30px;
	}

	.aboutUs .item .sign {
		width: 40px;
	}

	.innerTit {
		font-size: 20px;
		line-height: 30px;
	}

	.aboutUs .item .innerTit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .item .image {
		height: 280px;
		margin-bottom: 30px;
	}

	.aboutUs .item:nth-child(n) {
		padding: 30px 15px;
	}
}


.swiperBox {
	position: relative;
}

.certificate {
	padding: 82px 0 112px 0;
}

.certificate .title1 {
	margin-bottom: 17px;
}

.certificate .txts {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 70px;
}


.certificate .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.certificate .con .swiperBox {
	width: 44.5%;
}

.certificate .con .swiper {
	margin: 0;
}


.certificate .con .cForm {
	width: 50.21%;
	margin-top: -6px;
}

.certificate .con .cForm>ul {
	padding-left: 10px;
}

.certificate .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.certificate .image:hover img {
	transform: translateY(-10px);
}

.certificate .image {
	margin: 0 auto;
	margin-bottom: 22px;
}

.certificate .name {
	text-align: center;
	font-family: Inter-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.certificate .swiperBox .sBtns>div {
	width: auto;
	height: auto;
	border: none;
	font-size: 20px;
	background-color: transparent;
}

.certificate .swiperBox .sBtns>div:hover {
	background-color: transparent;
	color: #143f8c;
}


.certificate .swiperBox .prev {
	left: -35px;
}


.certificate .swiperBox .next {
	right: -35px;
}

.certificate .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Manrope-Regular;
	font-size: 16px;
}

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 54px;
	width: 48.5%;
	margin-top: 22px;
	background-color: #f5f5f5;
	padding: 0 10px;
}


.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}


.cForm ul li.must {
	position: relative;
}

.cForm ul li.must::after {
	content: "*";
	position: absolute;
	left: -16px;
	top: 19px;
	font-family: Inter-Regular;
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
}


.cForm ul li.m-formcountry {
	padding: 0;
}

.cForm ul li.message {
	width: 100%;
	height: 119px;
	padding: 5px 10px;
	margin-bottom: -3px;
}


.cForm ul li.message::after {
	top: 8px;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
	margin-bottom: 0;
	width: 59.3%;
	background-color: transparent;
}


.cForm ul li.code input {
	flex: 1;
	padding: 0 10px;
	background-color: #f5f5f5;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	margin-left: 17px;
}


.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
	border: none;
	width: 38.5%;
	margin-bottom: 0;
	background-color: transparent;
}


.cForm ul li.subBtn input {
	background-color: #143f8c;
	cursor: pointer;
	font-family: Inter-Regular;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #143f8c;
	text-transform: uppercase;
}


.cForm ul li.subBtn input:hover {
	background-color: transparent;
	color: #143f8c;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #999999;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #999999;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #999999;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-family: Manrope-Regular;
	font-size: 16px;
	color: #999999;
}



form .m-formcountry {
	position: relative;
}

form .m-formcountry .drop-btn {
	position: relative;
	height: 100%;
	padding: 0 10px;
}

form .m-formcountry .drop-btn i,
form .m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	font-weight: bold;
}

form .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: #143f8c rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

form .m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form .m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form .m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #143f8c;
}

form .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 0;
	height: auto;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: 100%;
	background-color: transparent;
	margin: 0;
}

form .m-formcountry .drop-list li.on {
	background-color: #143f8c;
	color: #ffffff;
}

.cForm .tit {
	font-family: Inter-Bold;
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	margin-bottom: 38px;
}





@media screen and (max-width:1560px) {
	.cForm ul li.must::after {
		left: -16px;
	}

	.cForm ul li.message {
		padding: 10px;
	}

	.certificate .txts {
		margin-bottom: 60px;
	}

	.certificate .con .cForm {
		margin-top: 0;
	}

	.certificate .title1 {
		margin-bottom: 30px;
	}

	.cForm .tit {
		font-size: 26px;
		line-height: 36px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .con .swiperBox {
		width: 40%;
	}

	.certificate .txts {
		margin-bottom: 40px;
	}

	.cForm .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.cForm ul li.subBtn {
		width: 25%;
	}

	.cForm ul li.code {
		width: 70%;
	}

	.cForm ul li.must::after {
		font-size: 16px;
		left: -10px;
		top: 14px;
	}

	.cForm ul li {
		height: 50px;
	}
}

@media screen and (max-width:999px) {
	.cForm .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.certificate .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.certificate .name {
		font-size: 14px;
	}

	.certificate .con .cForm {
		width: 100%;
		margin-top: 40px;
	}

	.certificate .con .swiperBox {
		width: 100%;
	}

	.certificate .image {
		margin-bottom: 10px;
	}

	.cForm .tit {
		margin-bottom: 30px;
	}

	form .m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}

	.cForm ul li.code .codeImg {
		margin-left: 10px;
	}

	.cForm ul li {
		height: 45px;
		margin-top: 15px;
	}

	.cForm ul li.must::after {
		top: 12px;
	}

	.certificate .swiperBox .sBtns>div {
		font-size: 18px;
	}
}


@media screen and (max-width:400px) {
	.certificate .txts {
		margin-bottom: 30px;
	}

	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.cForm ul li {
		height: 40px;
	}

	.cForm ul li.must::after {
		top: 10px;
	}

	.certificate .image {
		max-width: 240px;
	}
}


.factoryShow {
	padding: 65px 0 93px 0;
	background-color: rgba(189, 189, 189, 0.1);
}



.factoryShow .sTit {
	margin-bottom: 57px;
}



.sTit {
	display: flex;
	justify-content: space-between;
}


.sTit .sBtns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 5%;
}

.sTit .sBtns>div {
	position: static;
	flex-shrink: 0;
	transform: none;
}

.sTit .sBtns>div.prev {
	margin-right: 17px;
}


.sTit .tips {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-top: 17px;
}

.factoryShow .image {
	overflow: hidden;
	margin-bottom: 14px;
}

.factoryShow .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.factoryShow .name {
	text-align: center;
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}


@media screen and (max-width:1560px) {
	.sTit .tips {
		margin-top: 30px;
	}

	.factoryShow .sTit {
		margin-bottom: 50px;
	}
}


@media screen and (max-width:999px) {
	.factoryShow .sTit {
		flex-direction: column;
		align-items: flex-start;
	}

	.sTit .sBtns {
		margin-left: 0;
	}

	.sTit .sBtns>div {
		margin-top: 20px;
	}

	.factoryShow .sTit {
		margin-bottom: 40px;
	}

	.factoryShow .name {
		font-size: 14px;
		line-height: 26px;
	}
}



/* 2-1products */

.products {
	padding: 87px 0 90px 0;
}

.products .piece {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.products .innerSlides {
	width: 20.95%;
}


.innerSlides .title {
	font-family: Inter-Bold;
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.innerSlides .title i {
	font-size: 24px;
	color: #333333;
	display: none;
	flex-shrink: 0;
	margin-left: 20px;
}

.innerSlides .title i.active {
	transform: rotate(45deg);
}


.innerSlides .title::after {
	content: "";
	position: absolute;
	left: 0;
	width: 50px;
	height: 4px;
	background-color: #143f8c;
	bottom: -11px;
}



.pCategorySlides .title {
	margin-bottom: 48px;
}

.pCategorySlides a {
	display: block;
}



.pCategorySlides .list>li>a {
	padding: 17.5px 21px;
	position: relative;
	font-family: Inter-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #111111;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}


.pCategorySlides .list>li:hover>a,
.pCategorySlides .list>li.active>a {
	background-color: #143f8c;
	color: #ffffff;
	border-color: #143f8c;
}

.pCategorySlides .list>li:hover>a:after,
.pCategorySlides .list>li.active>a:after {
	color: #ffffff;
}


.pCategorySlides .list>li>a::after {
	content: "-";
	position: absolute;
	top: 18px;
	left: 8px;
	font-family: Inter-Medium;
	font-size: 18px;
	color: #111111;
}


.contactSlides {
	margin-top: 49px;
}


.contactSlides .title {
	margin-bottom: 43px;
}

.contactSlides ul li {
	height: 54px;
	background-color: #f5f5f5;
	padding: 0 30px;
	margin-top: 6px;
}

.contactSlides ul li:nth-child(1) {
	margin-top: 0;
}

.contactSlides ul li.must {
	position: relative;
}

.contactSlides ul li::after {
	content: "*";
	position: absolute;
	left: 11px;
	top: 18px;
	font-family: Inter-Regular;
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
}

.contactSlides input,
.contactSlides textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.contactSlides ul li.message {
	height: 118px;
	padding: 7px 30px;
}

.contactSlides ul li.message::after {
	top: 8px;
}

.contactSlides ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.contactSlides ul li.codeCon input {
	flex: 1;
	padding: 0 30px;
}

.contactSlides ul li.codeCon .codeImg {
	flex-shrink: 0;
	max-width: 109px;
	cursor: pointer;
	height: 100%;
}

.contactSlides ul li.codeCon .codeImg img {
	height: 100%;
}

.contactSlides ul li.subBtn {
	padding: 0;
	margin-top: 15px;
}

.contactSlides ul li.subBtn input {
	background-color: #143f8c;
	border: 1px solid #143f8c;
	font-family: Inter-Regular;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}


.contactSlides ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #143f8c;
}


.contactSlides input::-webkit-input-placeholder,
.contactSlides textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
}

.contactSlides input:-moz-placeholder,
.contactSlides textarea:-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.contactSlides input::-moz-placeholder,
.contactSlides textarea::-moz-placeholder {
	font-size: 16px;
	color: #999999;
}

.contactSlides input:-ms-input-placeholder,
.contactSlides textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
}



.products .con {
	width: 74.45%;
}


.products .con .title {
	font-family: Inter-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 18px;
	margin-top: -2px;
}

.products .con .tips {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 33px;
}


.products .con .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 65px;
}

.products .con .list .productItem {
	width: 31.6%;
	margin-right: 2.6%;
	margin-top: 39px;
}

.products .con .list .productItem .tit {
	font-family: Inter-Bold;
}


.products .con .list .productItem:nth-child(3n) {
	margin-right: 0;
}

.products .con .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}


.productItem .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}


.productItem .btns .checkBtns {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	outline: solid 1px #dddddd;
	flex-shrink: 0;
	margin-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.productItem .btns .inqBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 117px;
	height: 40px;
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 26px;
	border: 1px solid #143f8c;
	position: relative;
	background-color: #ffffff;
	color: #143f8c;
}

.productItem .btns .inqBtn:hover {
	background-color: #143f8c;
	color: #ffffff;
}


.productItem .btns .checkBtns input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}


.productItem .btns .checkBtns i {
	font-size: 14px;
	opacity: 0;
}

.productItem .btns .checkBtns.active i {
	opacity: 1;
}


.products .pager {
	justify-content: flex-end;
}


.products .pager .pageList {
	justify-content: flex-end;
}


.products .pager .addTo {
	margin-right: 0;
}


@media screen and (max-width:1560px) {
	.pCategorySlides .list>li>a {
		padding: 14px 20px;
		font-size: 16px;
		line-height: 28px;
	}

	.pCategorySlides .list>li>a::after {
		top: 14px;
	}

	.innerSlides .title {
		font-size: 26px;
	}

	.products .innerSlides {
		width: 24%;
	}

	.products .con {
		width: 72%;
	}

	.products .con .title {
		margin-top: 0;
		margin-bottom: 30px;
		font-size: 28px;
		line-height: 38px;
	}

	.products .con .tips {
		margin-bottom: 40px;
	}

	.products .con .list {
		margin-bottom: 60px;
	}

	.contactSlides ul li.message {
		padding: 10px 30px;
	}

	.contactSlides ul li {
		height: 50px;
	}

	.contactSlides ul li::after {
		top: 16px;
	}

}

@media screen and (max-width:1333px) {
	.innerSlides .title {
		font-size: 24px;
		line-height: 34px;
	}

	.productItem .btns .inqBtn {
		height: 36px;
	}

	.products .con .title {
		font-size: 26px;
		line-height: 36px;
	}

	.innerSlides .title::after {
		bottom: -16px;
	}

	.products .con {
		width: 70%;
	}

	.products .innerSlides {
		width: 26%;
	}

	.contactSlides ul li {
		height: 45px;
	}

	.contactSlides ul li {
		padding: 0 20px;
	}

	.contactSlides ul li.message {
		padding: 10px 20px;
	}

	.contactSlides ul li.codeCon input {
		padding: 0 20px;
	}

	.contactSlides ul li::after {
		top: 13px;
		font-size: 18px;
		left: 6px;
	}


	.pCategorySlides .title,
	.innerSlides .title {
		margin-bottom: 50px;
	}

	.products .con .list {
		margin-bottom: 50px;
	}

	.pCategorySlides .list>li>a {
		padding: 10px 20px;
	}

	.contactSlides {
		margin-top: 40px;
	}

	.pCategorySlides .list>li>a::after {
		top: 10px;
	}
}

@media screen and (max-width:999px) {
	.products .piece {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.products .con {
		width: 100%;
		margin-bottom: 50px;
	}

	.productItem .btns .inqBtn {
		font-size: 14px;
		height: 34px;
	}

	.products .pager {
		justify-content: center;
	}

	.products .pager .addTo {
		margin-right: 15px;
	}

	.products .con .title {
		font-size: 24px;
		line-height: 34px;
	}

	.products .innerSlides {
		width: 100%;
	}

	.innerSlides .title {
		font-size: 22px;
		line-height: 30px;
	}

	.innerSlides .title::after {
		height: 3px;
	}

	.pCategorySlides .list {
		display: none;
		transition: none;
	}

	.pCategorySlides .list>li>a {
		font-size: 14px;
		line-height: 26px;
	}

	.products .con .tips {
		font-size: 14px;
		line-height: 26px;
	}

	.products .pager .pageList {
		justify-content: center;
	}

	.products .con .list {
		margin-bottom: 40px;
	}

	.contactSlides ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactSlides ul li {
		width: 48%;
		margin-top: 15px;
	}

	.contactSlides ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactSlides ul li.message {
		width: 100%;
	}

	.innerSlides .title i {
		display: flex;
	}

	.pCategorySlides .title {
		margin-bottom: 0;
	}

	.pCategorySlides .list {
		margin-top: 50px;
	}
}


@media screen and (max-width:768px) {
	.products .con .title {
		font-size: 22px;
		line-height: 30px;
	}

	.products .con .list {
		justify-content: space-between;
	}

	.products .con .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products .con .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .con {
		margin-bottom: 40px;
	}

	.innerSlides .title {
		font-size: 20px;
	}

	.innerSlides .title::after {
		width: 45px;
	}
}

@media screen and (max-width:400px) {
	.contactSlides ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.contactSlides ul li:nth-child(1) {
		margin-top: 0;
	}
}


/* 2-2products */



.productShow {
	padding: 89px 0 93px 0;
	background-color: #f4f4f4;
}


.productShow .piece {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}



.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
	margin-left: 6%;
}


.productShow .shows .showSipwer {
	width: 580px;
	margin-right: 13px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #dddddd;
	overflow: hidden;
}


.productShow .shows .checkSwiper {
	width: 135px;
	overflow: hidden;
	height: 100%;

}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 580px;
}


.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #333333;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 2px 5px;
	height: auto;
	opacity: 0;
}

.productShow .shows .swiperBox:hover .prev,
.productShow .shows .swiperBox:hover .next{
	opacity: 1;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-weight: bold;
	font-size: 17px;
}


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	color: #143f8c;
}


.productShow .shows .swiperBox .prev {
	top: 0;
	margin-top: 6px;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: 0;
	margin-bottom: 6px;
}

.productShow .shows .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .shows .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.productShow .shows .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	background-image: linear-gradient(60deg,
			#143f8c 0%,
			#0acc18 100%);
	z-index: -1;
	opacity: 0;
	border-radius: 10px;
}

.productShow .shows .checkSwiper .swiper-slide img {
	border: solid 2px #dddddd;
	border-radius: 10px;
	overflow: hidden;
	display: block;
}


.productShow .shows .checkSwiper .swiper-slide.swiper-slide-thumb-active img {
	border-color: transparent;
}

.productShow .shows .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	opacity: 1;
}

.showSipwerBox {
	position: relative;
}


.showSipwer .swiper-slide img {
	display: block;
}



.productShow .jianjie {
	flex: 1;
	padding-top: 100px;
}

.productShow .jianjie .sign {
	font-family: Inter-Regular;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 0px;
}



.productShow .jianjie h1 {
	font-family: Inter-Bold;
	font-size: 30px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 28px;
	font-weight: normal;
}



.productShow .jianjie .share {
	margin-bottom: 25px;
}

.productShow .jianjie .share span {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}



.productShow .jianjie .txts {
	margin-bottom: 55px;
}


.productShow .jianjie .txts p {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}



.productShow .jianjie .btns {
	display: flex;
	align-items: center;
}


.productShow .jianjie .btns .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 174px;
	height: 54px;
	border: solid 1px #143f8c;
	margin-right: 23px;
	font-family: Inter-Regular;
	font-size: 18px;
	line-height: 26px;
	color: #143f8c;
}

.productShow .jianjie .btns .btn img {
	width: 24px;
	flex-shrink: 0;
	margin-right: 10px;
}

.productShow .jianjie .btns .btn:last-child {
	margin-right: 0;
}

.productShow .jianjie .btns .btn:hover {
	background-color: #143f8c;
	color: #ffffff;
}

.productShow .jianjie .btns .btn:hover img {
	filter: grayscale(100%) brightness(500%);
	transform: none;
}



/*jQzoom*/

.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	right: 100%;
	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 {
		padding-top: 20px;
	}

	.productShow .jianjie .sign {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 10px;
	}

	.productShow .jianjie h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.productShow .jianjie .btns .btn {
		height: 48px;
		font-size: 16px;
		width: 160px;
	}

	.productShow .jianjie .share {
		margin-bottom: 30px;
	}

	.productShow .shows .showSipwer {
		width: 500px;
	}

	.productShow .shows .swiperBox {
		height: 500px;
	}

	.productShow .shows .checkSwiper {
		width: 116px;
	}

}


@media screen and (max-width:1333px) {
	.productShow .jianjie .sign {
		font-size: 22px;
		line-height: 30px;
	}

	.productShow .jianjie h1 {
		font-size: 26px;
		line-height: 38px;
	}

	.productShow .jianjie .btns .btn {
		height: 45px;
	}

	.productShow .shows {
		flex-direction: column;
		align-items: flex-start;
	}

	.showSipwerBox {
		width: 400px;
		margin-bottom: 20px;
	}

	.productShow .shows .showSipwer {
		width: 100%;
	}

	.productShow .shows .swiperBox {
		height: auto;
		width: 400px;
	}

	.productShow .shows .checkSwiper {
		width: 100%;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		top: 50%;
		transform: translateY(-50%);
		width: auto;
		margin: 0;
		bottom: auto;
		opacity: 1;
	}

	.productShow .shows .swiperBox .prev {
		left: 0px;
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(-180deg);
	}

	.productShow .shows .swiperBox .next {
		right: 0px;
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0);
	}

	.productShow .shows .swiperBox {
		padding: 0 30px;
	}
}


@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow .jianjie h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.productShow .jianjie .sign {
		font-size: 20px;
	}

	.productShow .jianjie .btns .btn img {
		width: 20px;
	}

	.productShow .jianjie .btns .btn {
		height: 40px;
		width: 150px;
	}

	.productShow .piece {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.productShow .jianjie .txts {
		margin-bottom: 40px;
	}

	.productShow .shows {
		margin: 0 auto;
		width: 100%;
		max-width: 400px;
	}

	.showSipwerBox,
	.productShow .shows .swiperBox {
		width: 100%;
	}

	.productShow .jianjie .share span {
		font-size: 14px;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 14px;
	}
}


@media screen and (max-width:768px) {
	.productShow .shows {
		max-width: 360px;
	}

	.productShow .jianjie .sign {
		font-size: 18px;
		line-height: 28px;
	}

	.productShow .jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.productShow .shows {
		max-width: 340px;
	}

	.productShow .jianjie .btns .btn {
		width: 130px;
		margin-right: 20px;
	}
}


.productDet {
	padding: 62px 0 50px 0;

}


.productDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.productDet .con .describe {
	width: 75.4%;
}

.productDet .con .innerSlides {
	width: 21%;
	margin-top: -9px;
}

.pdTit {
	font-family: Inter-Bold;
	font-size: 28px;
	line-height: 40px;
	color: #333333;
}



.specification .pdTit {
	margin-bottom: 35px;
}



.table {
	width: 100%;
	overflow: auto;
	border: solid 1px #f5f5f5;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #f7f7f7;
}

.table table tr:nth-child(1) td {
	padding: 16px 14px;
}

.table table tr td {
	padding: 14px 14px;
	font-size: 16px;
	font-family: Inter-Regular, Arial, sans-serif;
	color: #333333;
	border-right: 1px solid #f5f5f5;
}

.pApplication {
	margin-top: 50px;
}

.pApplication .pdTit {
	margin-bottom: 22px;
}

.pApplication .des {
	background-color: #f6f6f6;
	padding: 32px 25px 30px 30px;
}


.pApplication .des .tit {
	font-family: Inter-Medium;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 9px;
}


.productDet .standardEdit p {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.productDet .standardEdit p em {
	position: relative;
	font-style: normal;
	padding-left: 22px;
	display: block;
}


.productDet .standardEdit p em::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 10px;
	width: 6px;
	height: 7px;
	background-color: #143f8c;
}

.pAdvantages {
	margin-top: 36px;
}

.pAdvantages .pdTit {
	margin-bottom: 24px;
}


.pAdvantages .list {
	background-color: #f6f6f6;
	padding: 32px 28px 25px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.pAdvantages .list .item {
	margin-top: 20px;
}

.pAdvantages .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.pAdvantages .list .item:nth-child(2n-1) {
	width: 40%;
	margin-right: 3.7%;
}


.pAdvantages .list .item:nth-child(2n) {
	width: 55%;
}

.pAdvantages .list .tit {
	font-family: Inter-Medium;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 15px;
}

.pAdvantages .list .txts p {
	line-height: 26px;
}

.productDet .hotProducts {
	margin-top: 78px;
}


.hotProducts .sTit {
	margin-bottom: 44px;
	align-items: center;
}


@media screen and (max-width:1560px) {
	
	.productDet .con .innerSlides {
		margin-top: 0px;
	}
	.productDet .con .describe {
		width: 70%;
	}

	.productDet .con .innerSlides {
		width: 24%;
	}

	.pApplication .pdTit {
		margin-bottom: 30px;
	}

	.pApplication .des .tit {
		margin-bottom: 20px;
	}

	.pApplication .des,
	.pAdvantages .list {
		padding: 30px 20px;
	}

	.pAdvantages .pdTit {
		margin-bottom: 30px;
	}

	.hotProducts .sTit {
		margin-bottom: 40px;
	}

	.productDet .hotProducts {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.pdTit {
		font-size: 24px;
		line-height: 36px;
	}

	.specification .pdTit {
		margin-bottom: 30px;
	}

	.table table tr:nth-child(1) td {
		padding: 10px 14px;
	}

	.productDet .con .innerSlides {
		width: 26%;
	}

	.productDet .con .describe {
		width: 68%;
	}

	.productDet .hotProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.productDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productDet .con .describe {
		width: 100%;
	}

	.table table tr td {
		font-size: 14px;
		padding: 10px 14px;
	}

	.pdTit {
		font-size: 22px;
		line-height: 30px;
	}

	.pApplication {
		margin-top: 40px;
	}

	.pAdvantages {
		margin-top: 40px;
	}

	.productDet .con .innerSlides {
		width: 100%;
		margin-top: 50px;
	}

	.hotProducts .sTit .sBtns>div {
		margin-top: 0;
	}

	.pApplication .des .tit,
	.pAdvantages .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.pdTit {
		font-size: 20px;
	}

	.productDet .con .innerSlides {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.pAdvantages .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.pAdvantages .list .item:nth-child(1) {
		margin-top: 0;
	}

	.pAdvantages .list .tit {
		margin-bottom: 10px;
	}
}





/* 3-1news */


.news .show {
	position: relative;
	padding: 96px 0 87px 0;
	display: flex;
	justify-content: space-between;
}


.news .show::after {
	content: "";
	position: absolute;
	height: 100%;
	z-index: -1;
	width: 100vw;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	background-color: rgba(189, 189, 189, .1);
}


.news .show .image {
	width: 47.85%;
	overflow: hidden;
	border-radius: 10px;
}


.news .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.news .show .msg {
	width: 48.2%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0;
}

.news .show .tit {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 11px;
}

.news .show .tit:hover {
	color: #143f8c;
}

.news .show .time {
	font-family: Inter-Regular;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #999999;
	margin-bottom: 21px;
}

.news .show .txts {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 41px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.news .con {
	padding: 68px 0 100px 0;
}


.news .list {
	margin-bottom: 63px;
}




.news .newItem {
	margin-top: 44px;
}

.news .newItem:nth-child(1) {
	margin-top: 0;
}


.newItem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 47px;
	border-bottom: 1px solid rgba(189, 189, 189, 0.40);
}



.newItem .image {
	overflow: hidden;
	border-radius: 10px;
	width: 305px;
	margin-right: 41px;
}


.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.newItem .msg {
	flex: 1;
	position: relative;
}


.newItem .msg .tit {
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 10px;
}

.newItem .msg .tit:hover {
	color: #143f8c;
}


.newItem .msg .txts {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 31px;
	padding-right: 176px;
}

.newItem .msg .time {
	font-family: Inter-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.newItem .msg .cBtn {
	position: absolute;
	right: 0;
	top: 55px;
}


.news .hotProducts {
	margin-top: 59px;
}


.cBtn {
	width: 117px;
	height: 40px;
	border: solid 1px #143f8c;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #143f8c;
}

.cBtn:hover {
	background-color: #143f8c;
	color: #ffffff;
}



@media screen and (max-width:1560px) {
	.news .show .tit {
		margin-bottom: 20px;
	}

	.newItem .msg .tit {
		margin-bottom: 20px;
	}

	.news .newItem {
		margin-top: 40px;
	}

	.newItem {
		padding-bottom: 40px;
	}

	.news .hotProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.news .show .tit {
		font-size: 18px;
	}

	.newItem .image {
		width: 280px;
		border-radius: 5px;
	}

	.news .show .image {
		border-radius: 5px;
	}

	.newItem .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.newItem .image {
		margin-right: 20px;
	}

	.news .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.news .show {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .show .msg {
		padding: 0;
		width: 100%;
	}

	.news .show .tit {
		font-size: 16px;
		-webkit-line-clamp: 2;
	}

	.news .show .txts {
		-webkit-line-clamp: 3;
		margin-bottom: 30px;
	}

	.cBtn {
		font-size: 14px;
		height: 36px;
	}

	.news .show .image {
		width: 100%;
		margin-bottom: 30px;
		height: 350px;
	}

	.news .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news .list .newItem {
		width: 48%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.newItem {
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 30px;
	}

	.newItem .image {
		width: 100%;
		margin-bottom: 20px;
	}

	.newItem .msg .txts {
		padding: 0;
	}

	.newItem .msg .cBtn {
		position: static;
	}

	.newItem .msg .tit {
		font-size: 16px;
		line-height: 28px;
		-webkit-line-clamp: 2;
		margin-bottom: 14px;
	}

	.newItem .msg .txts {
		margin-bottom: 14px;
	}

	.newItem .msg .time {
		margin-bottom: 20px;
	}

	.news .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.news .show .image {
		height: 320px;
	}
}

@media screen and (max-width:538px) {
	.news .show .image {
		height: 280px;
	}
}


@media screen and (max-width:400px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}



/* 3-2news */

.newsDet {
	padding: 87px 0 78px 0;
}

.newDetCon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 73px;
}


.newDetCon .con {
	width: 74.21%;
}

.newDetCon .innerSlides {
	width: 21.2%;
}

.newDetCon h1 {
	font-weight: normal;
	font-family: Inter-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 10px;
}

.newDetCon .tips {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.newDetCon .tips .time {
	flex-shrink: 0;
	font-size: 14px !important;
	line-height: 24px;
	color: #999999;
	margin-right: 24px;
}

.share {
	display: flex;
	align-items: center;
}


.share span {
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.newDetCon .details {
	padding: 24px 0 44px 0;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 41px;
}

.newDetCon .standardEdit p {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}


.newDetCon .standardEdit p strong {
	font-weight: normal;
	font-family: Inter-Bold;
}

.newDetCon .standardEdit p em {
	font-style: normal;
	font-family: Inter-Bold;
	color: #143f8c;
}


.prevOrNext>div {
	display: flex;
	align-items: flex-start;
}


.prevOrNext>div.prev {
	margin-bottom: 12px;
}



.prevOrNext a:hover {
	color: #143f8c;
}


.prevOrNext .name {
	flex-shrink: 0;
	margin-right: 5px;
	font-family: Inter-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;

}



.prevOrNext .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	line-height: 24px;
	color: #888888;
}

.latestNew {
	margin-top: 51px;
}


.latestNew .title {
	margin-bottom: 37px;
}


.latestNew .item {
	padding-bottom: 19px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.latestNew .item:last-child {
	margin-bottom: 0;
}

.latestNew .item .tit {
	font-family: Inter-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 7px;
}

.latestNew .item .tit:hover {
	color: #143f8c;
}

.latestNew .item .txts {
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 12px;
}

.latestNew .item .time {
	font-family: Inter-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #111111;
}


@media screen and (max-width:1560px) {
	.newDetCon .con {
		width: 70%;
	}

	.newDetCon h1 {
		line-height: 32px;
		margin-bottom: 30px;
	}

	.newDetCon .tips {
		margin-bottom: 40px;
	}

	.newDetCon .details {
		padding: 30px 0;
	}

	.newDetCon .innerSlides {
		width: 25%;
	}

	.prevOrNext .tit {
		line-height: 26px;
	}

	.prevOrNext>div.prev {
		margin-bottom: 20px;
	}

	.newDetCon {
		margin-bottom: 60px;
	}

	.latestNew .title {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.newDetCon {
		margin-bottom: 50px;
	}

	.newDetCon .innerSlides {
		width: 26%;
	}
}

@media screen and (max-width:999px) {
	.newDetCon {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDetCon .con {
		width: 100%;
		margin-bottom: 50px;
	}

	.newDetCon h1 {
		font-size: 18px;
	}

	.prevOrNext .tit {
		font-size: 14px;
	}

	.newDetCon .details {
		margin-bottom: 30px;
	}

	.newDetCon .innerSlides {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.newDetCon {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.newDetCon .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDetCon .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* 4Contact */



.contactUs .innerTit {
	position: relative;
}


.contactUs .innerTit::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 4px;
	background-color: #143f8c;
	left: 0;
	bottom: -22px;
}



.contactUs {
	padding: 84px 0 100px 0;
}


.contactUs .getQuote {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}




.contactUs .getQuote .info {
	width: 45%;
}



.contactUs .getQuote .quote {
	width: 49.8%;
}



.contactUs .getQuote .info .innerTit {
	margin-bottom: 73px;
}


.contactUs .getQuote .list .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 28px;
}


.contactUs .getQuote .list .item:last-child {
	margin-bottom: 0;
}


.contactUs .getQuote .list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 59px;
	height: 59px;
	border: 1px solid #143f8c;
	border-radius: 50%;
	color: #143f8c;
	font-size: 28px;
	margin-right: 16px;
	flex-shrink: 0;
	transform: translateY(-10px);
}



.contactUs .getQuote .list .name {
	font-family: Inter-Bold;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 0px;
}



.contactUs .getQuote .list .email {
	word-break: break-all;
}


.contactUs .getQuote .list .num {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.contactUs .getQuote .list a.num:hover {
	color: #143f8c;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.contactUs .quote .innerTit {
	margin-bottom: 69px;
}

.contactUs .cForm {
	padding-left: 13px;
}


.map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1560px) {

	.contactUs .getQuote .list .name {
		line-height: 28px;
		margin-bottom: 10px;
	}

	.contactUs .getQuote .list i {
		transform: translateY(-5px);
		margin-right: 20px;
	}


	.contactUs .getQuote .list .item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {

	.contactUs .quote .innerTit {
		margin-bottom: 60px;
	}

	.contactUs .innerTit::after {
		height: 3px;
		bottom: -20px;
	}

	.contactUs .getQuote .list i {
		width: 52px;
		height: 52px;
		font-size: 24px;
		margin-right: 15px;
	}

}

@media screen and (max-width:999px) {
	.contactUs .getQuote .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .getQuote .list .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.contactUs .getQuote {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .getQuote .quote {
		width: 100%;
	}

	.contactUs .getQuote .info {
		width: 100%;
		margin-bottom: 50px;
	}


	.contactUs .getQuote .info .innerTit {
		margin-bottom: 60px;
	}

	.contactUs .getQuote .info .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .info .list .item {
		width: 48%;
		margin-bottom: 0;
		margin-top: 30px;
	}

	.contactUs .info .list .item:last-child {
		width: 100%;
	}

	.contactUs .info .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.contactUs .getQuote .list i {
		margin-right: 10px;
	}

	.contactUs .getQuote .info {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .info .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.contactUs .info .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* innerBanner */


.innerBanner {
	height: 450px;
	position: relative;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .con {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 42px;
}


.innerBanner .title {
	font-family: Inter-Bold;
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 4px;
}



/* crumb */

.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #ffffff;
}

.crumb a,
.crumb i {
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}

.crumb a.active {
	color: #143f8c;
}

.crumb i {
	font-style: normal;
}

.crumb a:hover {
	color: #143f8c;
}



/* pager */


.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Inter-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 5px 4px;
	border-radius: 4px;
	border: solid 1px #999999;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #143f8c;
	color: #ffffff;
	border-color: #143f8c;
}

.pager .pageList a.big {
	width: 90px;
}

.pager .pageList a.next {
	width: 62px;
}



.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 15px;
	position: relative;
}

.pager .addTo p {
	width: 159px;
	height: 36px;
	background-color: #143f8c;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Inter-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	border: 1px solid #143f8c;
}



.pager .addTo input {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}

.pager .addTo img {
	flex-shrink: 0;
	width: 20px;
	margin-left: 12px;
}


.pager .addTo:hover p {
	background-color: #ffffff;
	color: #143f8c;
}






@media screen and (max-width:1560px) {
	.innerBanner {
		height: 350px;
	}

	.innerBanner .title {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 20px;
	}

	.innerBanner .con {
		padding-top: 0;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
	}

	.pager .addTo p {
		height: 36px;
	}

	.pager .addTo img {
		width: 18px;
	}


}


@media screen and (max-width:1333px) {
	.innerBanner {
		height: 320px;
	}

	.innerBanner .title {
		font-size: 28px;
		line-height: 40px;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 28px;
	}

	.pager .pageList a {
		width: 34px;
		height: 34px;
		font-size: 16px;
	}

	.pager .addTo p {
		height: 34px;
	}

	.pager .addTo img {
		width: 16px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 280px;
	}

	.innerBanner .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 14px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a {
		font-size: 14px;
		border-radius: 3px;
		width: 32px;
		height: 32px;
	}

	.pager .addTo p {
		border-radius: 3px;
	}

	.pager .addTo p {
		height: 32px;
	}
}


@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}

	.innerBanner .title {
		font-size: 24px;
		line-height: 34px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}
}


/* footer */


footer {
	background-color: #143f8c;
	padding: 24px 0 54px 0;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
	padding: 35px 0 36px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}


footer .footerList .box li {
	margin-bottom: 8px;
}


footer .footerList .box li:last-child {
	margin-bottom: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}



footer .footerList .fProduct {
	width: 20%;
	margin-right: 3.2%;
}

footer .footerList .fNav {
	width: 15%;
	margin-right: 4%;
}


footer .footerList .fContact {
	width: 25%;
	margin-right: 5%;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact .address {
	margin-top: -4px;
}

footer .footerList .fContact .address p {
	line-height: 34px;
}

footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 11px;
}

footer .blogrolls a {
	width: 34px;
	height: 34px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	flex-shrink: 0;
	border: 2px solid rgba(255, 255, 255, 1);
	margin-right: 13px;
	margin-bottom: 5px;
}


footer .blogrolls a:hover {
	background-color: #ffffff;
	color: #143f8c;
	text-decoration: none !important;
}

footer .footerList .fInquiry {
	width: 27.8%;
}


footer .footerList .fInquiry form {
	margin-top: 17px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList form ul li {
	height: 56px;
	margin-top: 11px;
	padding: 0 13px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	width: 100%;
}

footer .footerList ul li a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}



footer .footerList form ul li:nth-child(-n+1) {
	margin-top: 0;
}



.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
}


.fInquiry form li.must {
	position: relative;
}


.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	font-family: Raleway-Regular;
	font-size: 16px;
	color: #ff0000;
	top: 16px;
	left: 0px;
}


.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.fInquiry form li.code input {
	flex: 1;
	padding: 0 13px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 99px;
	width: 70px;
	height: 24px;
	background-color: #f3fbfe;
}


.fInquiry form li.code .codeImg img {
	height: 100%;
}


.fInquiry form li.subBtn {
	padding: 0;
	height: auto;
	border: none;
	margin-top: 26px;
}



.fInquiry form li.subBtn input {
	width: 102px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #ffffff;
	color: #333333;
	    text-transform: uppercase;
}


.fInquiry form li.subBtn input:hover {
	color: #ffffff;
	background-color: transparent;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #ffffff;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}






footer .title {
	font-family: Inter-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}

footer a.title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


footer .footerList .box {
	margin-top: 23px;
}



footer .copyright {
	margin-bottom: 2px;
}


footer .copyright a {
	display: inline;
}

footer .copyright a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links span {
	margin-right: 1px;
}

footer .links a {
	margin-right: 10px;
}

footer .links a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

footer .links a:hover {
	color: #ffffff;
}

footer .email a {
	word-break: break-all;
}


@media screen and (max-width:1560px) {
	footer {
		padding: 50px 0;
	}

	footer .footerList {
		padding: 35px 0;
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .box {
		margin-top: 30px;
	}

	footer .copyright {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	footer .footerList>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .box {
		margin-top: 20px;
	}

	footer .title {
		font-size: 20px;
		line-height: 30px;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box li:nth-child(n) {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fContact .box li:nth-child(n) {
		width: 100%;
		margin-bottom: 0;
		margin-top: 14px;
	}

	footer .footerList .fContact .box li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList form ul li {
		height: 50px;
	}
}

@media screen and (max-width:999px) {
	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer {
		padding: 40px 0 80px 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .blogrolls a {
		font-size: 16px;
	}

	footer .footerList {
		padding: 30px 0;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .footerList form ul li {
		height: 45px;
	}

	footer .footerList .fInquiry form {
		margin-top: 5px;
	}

}

@media screen and (max-width:538px) {
	footer .footerList .box li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box 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: Inter-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, .3);
	color: #ffffff;
	margin-bottom: 2px;
	margin-right: 3px;
	border-radius: 5px;
	font-size: 24px;
}

.lianxi .top a {
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, .3);
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
	border-radius: 5px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.lianxi .top i {
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 24px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #143f8c;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}

@media screen and (max-width: 1334px) {
	.lianxi div a, .lianxi div div,.lianxi .top a{
		width: 52px;
		height: 52px;
		font-size: 20px;
	}
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
	}

	.lianxi div.active a,
	.lianxi div.active div {
		background-color: #143f8c;
	}
}


@font-face {
	font-family: 'Inter-Bold';
	font-display: swap;
	src: url('../fonts/InterBold.eot');
	src: url('../fonts/InterBold.eot') format('embedded-opentype'),
		url('../fonts/InterBold.woff2') format('woff2'),
		url('../fonts/InterBold.woff') format('woff'),
		url('../fonts/InterBold.ttf') format('truetype'),
		url('../fonts/InterBold.svg#InterBold') format('svg');
}


@font-face {
	font-family: 'Inter-Regular';
	font-display: swap;
	src: url('../fonts/InterRegular.eot');
	src: url('../fonts/InterRegular.eot') format('embedded-opentype'),
		url('../fonts/InterRegular.woff2') format('woff2'),
		url('../fonts/InterRegular.woff') format('woff'),
		url('../fonts/InterRegular.ttf') format('truetype'),
		url('../fonts/InterRegular.svg#InterRegular') format('svg');
}

@font-face {
	font-family: 'Inter-Medium';
	font-display: swap;
	src: url('../fonts/InterMedium.eot');
	src: url('../fonts/InterMedium.eot') format('embedded-opentype'),
		url('../fonts/InterMedium.woff2') format('woff2'),
		url('../fonts/InterMedium.woff') format('woff'),
		url('../fonts/InterMedium.ttf') format('truetype'),
		url('../fonts/InterMedium.svg#InterMedium') format('svg');
}


@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=1741316955447') format('woff'),
		url('../fonts/iconfont.ttf?t=1741316955447') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}