@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: Montserrat-Light, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	height: 100%;
	background: #fff;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #0067b8;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Montserrat-Light, 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: 1600px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1600px) {
	.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:1600px) {
	.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: #01499f;
		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(1, 73, 159, 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: Montserrat-Light, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -1px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
}


nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



nav .logo {
	width: 166px;
	flex-shrink: 0;
}



nav .logo img {
	filter: grayscale(100%) brightness(500%);
}


nav .logo:hover img {
	transform: none;
}

nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
	margin-right: 36px;
}


nav .navList>ul>li {
	margin-right: 39px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


html {
	scroll-padding-top: 100px;
}


nav .navList>ul>li>a {
	height: 100px;
	line-height: 100px;
	color: #ffffff;
	position: relative;
	font-family: Archivo-Bold;
	font-size: 18px;
	text-transform: uppercase;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #ffffff;
	transition: .4s ease all;
	bottom: 15px;
}



nav .navList>ul>li.active>a:after,
nav .navList>ul>li:hover>a:after {
	width: 100%;
}



nav .btns {
	display: flex;
	align-items: center;
}


nav .btns .search {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 33px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 20px;
	color: #ffffff;
	display: block;
}

nav .btns .search .searchBtn:hover i {
	color: #df7900 !important;
}

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 input {
	font-family: Archivo-Bold;
}

nav .btns .search form input::-webkit-input-placeholder {
	font-family: Archivo-Bold;
}

nav .btns .search form input:-moz-placeholder {
	font-family: Archivo-Bold;
}

nav .btns .search form input::-moz-placeholder {
	font-family: Archivo-Bold;
}

nav .btns .search form input:-ms-input-placeholder {
	font-family: Archivo-Bold;
}

nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn:hover i {
	color: #01499f;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .language {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
}

nav .btns .lanBtn:hover span,
nav .btns .lanBtn:hover i {
	color: #df7900;
}



nav .btns .lanBtn i {
	color: #ffffff;
}


nav .btns .lanBtn i.icon-earth-full {
	font-size: 19px;
	margin-right: 8px;
}

nav .btns .lanBtn i.icon-yousanjiao-copy {
	font-size: 22px;
	transform: rotate(90deg);
	margin-left: 12px;
}


nav .btns .lanBtn.active i.icon-yousanjiao-copy {
	transform: rotate(-90deg);
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 26px 0px rgba(1, 73, 159, 0.3);
	border-radius: 6px;
	padding: 10px 0 15px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}

nav .btns .language ul a {
	padding: 5px 20px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	position: relative;
	font-family: Archivo-Bold;
}

nav .btns .language ul a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	width: calc(100% - 40px);
	background-color: rgba(51, 51, 51, 0.16);
	bottom: 0;
}



nav .btns .language ul a:hover {
	color: #01499f;
}


nav .btns .conBtn {
	width: 161px;
	height: 50px;
	background-color: #01499f;
	border-radius: 25px 0px 28px 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Archivo-Bold;
	font-size: 16px;
	color: #ffffff;
	margin-left: 26px;
}


nav .btns .conBtn:hover {
	background-color: #df7900;
}


nav.active {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

nav.active .logo img {
	filter: grayscale(0%) brightness(100%);
}


nav.active .navList>ul>li>a {
	color: #333333;
}

nav.active .navList>ul>li.active>a,
nav.active .navList>ul>li:hover>a {
	color: #01499f;
}

nav.active .navList>ul>li>a::after {
	background-color: #01499f;
}


nav.active .btns .search .searchBtn i {
	color: #999999;
}

nav.active .btns .lanBtn,
nav.active .btns .lanBtn i {
	color: #464646;
}




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: max-content;
	max-width: 365px;
	display: none;
	width: max-content;
	transition: none;
	border-radius: 6px;
	box-shadow: 0px 0px 26px 0px rgba(1, 73, 159, 0.3);
	padding: 10px 0 26px 0;
	min-width: 221px;
}


.moreList ul {
	left: 100%;
	top: -10px;
}


.moreList {
	top: 100%;
	left: 0px;
}


.moreList li {
	position: relative;
}

.moreList a {
	font-family: Archivo-Bold;
	padding: 14px 30px 16px 30px;
	color: #333333;
	position: relative;
	line-height: 26px;
}

.moreList a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 60px);
	height: 1px;
	background-color: rgba(51, 51, 51, 0.16);
}


.moreList li:hover>a {
	color: #01499f;
}



@media screen and (max-width:1760px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
		font-size: 16px;
	}

	nav .btns .language,
	nav .btns .search {
		height: 80px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav .navList>ul>li {
		margin-right: 20px;
	}

	nav .btns .search {
		margin-right: 20px;
	}

	nav .btns .conBtn {
		margin-left: 20px;
		height: 40px;
		width: 140px;
	}

	nav .logo {
		width: 140px;
	}

	nav .btns .lanBtn i.icon-yousanjiao-copy {
		margin-left: 6px;
		font-size: 20px;
	}

	nav .navList>ul {
		margin-right: 20px;
	}

	nav .btns .search .searchBtn i {
		font-size: 18px;
	}

	.moreList,
	.moreList ul {
		max-width: 310px;
		padding: 10px 0 20px 0;
	}

	.moreList a {
		padding: 10px 10px;
	}

	.moreList a::after {
		width: calc(100% - 20px);
	}
}


@media screen and (max-width:1333px) {
	nav .btns {
		position: absolute;
		right: 80px;
		top: 5px;
	}

	nav .btns .language,
	nav .btns .search {
		height: auto;
	}

	nav .btns .conBtn {
		height: 30px;
		width: 140px;
	}

	nav .btns .lanBtn {
		font-size: 14px;
	}

	nav .navList>ul {
		margin-right: 0;
	}

	nav .navList>ul>li>a {
		line-height: 115px;
	}

	nav .navList>ul>li>a::after {
		bottom: 5px;
	}

	nav .navList>ul>li {
		margin-right: 40px;
	}

	.moreList,
	.moreList ul {
		max-width: 240px;
		min-width: 200px;
	}

	nav .btns .search form {
		height: 30px;
		top: calc(100% + 5px);
	}

	nav .btns .search form input {
		font-size: 14px !important;
	}

	nav .btns .search form input::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form input:-moz-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form input::-moz-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form input:-ms-input-placeholder {
		font-size: 14px !important;
	}

	nav .btns .search form.active {
		width: 240px;
	}

	nav .btns .language ul {
		top: calc(100% + 5px);
	}

	nav .btns .language ul a {
		font-size: 14px;
		padding: 5px 10px;
	}

	nav .btns .language ul a::after {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 20px;
	}

	.moreList,
	.moreList ul {
		max-width: 200px;
		min-width: 160px;
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .btns .conBtn,
	nav .btns .search {
		display: none;
	}

	.bannerRange {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns .language {
		height: 60px;
	}

	nav .btns {
		position: static;
		margin-right: 80px;
	}

	header .xnav .nav {
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
	}

	nav {
		background-color: #ffffff;
	}

	nav .logo img {
		filter: grayscale(0%) brightness(100%);
	}

	nav .btns .lanBtn,
	nav .btns .lanBtn i {
		color: #464646;
	}

	nav .logo {
		width: 120px;
	}

	nav .btns .language ul {
		top: 100%;
	}
}

@media screen and (max-width:768px) {

	nav .btns .language {
		height: 50px;
	}

	.bannerRange {
		height: 50px;
	}

	nav .logo {
		width: 100px;
	}

	html {
		scroll-padding-top: 50px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns {
		margin-right: 60px;
	}

	nav .btns .lanBtn i.icon-earth-full {
		font-size: 18px;
	}

}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}

	nav .btns {
		margin-right: 50px;
	}
}



/* indexbanner */


.indexBanner {
	transition: none;
}


.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}

.slideshow .item {
	position: relative;
}

.slideshow .item img {
	width: 100%;
	-webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.slideshow .item.slick-active img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.slick-dots {
	position: absolute;
	width: 100%;
	bottom: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
}

.slick-dots li {
	width: 24px;
	height: 24px;
	background-color: transparent;
	border: solid 1px transparent;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 5px 13px;
}


.slick-dots li button {
	cursor: pointer;
	font-size: 0px;
	border: none;
	outline: none;
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
}

.slick-dots li.slick-active {
	border-color: #01499f;
	background-color: #ffffff;
}

.slick-dots li.slick-active button {
	background-color: #184691;
}


.slick-prev,
.slick-next {
	width: 50px;
	height: 50px;
	border: 0px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, .5);
	z-index: 999;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .5);
	background-color: transparent;
	border-radius: 50%;
	font-size: 18px !important;
}


.slick-prev {
	left: 54px;
}

.slick-next {
	right: 54px;
}


.slick-prev:hover,
.slick-next:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.slick-dots .slide-count {
	display: none;
}




.indexBanner .bannerMsg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	pointer-events: none;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


.indexBanner .bannerMsg .msg {
	font-family: Archivo-Bold;
	font-size: 90px;
	line-height: 100px;
	color: #ffffff;
	text-align: center;
	pointer-events: all;
}



.indexBanner .bannerMsg .msg:hover {
	color: #df7900;
}

.indexBanner .bannerMsg span {
	position: relative;
}


.indexBanner .bannerMsg span::after {
	content: "";
	position: absolute;
	top: 0;
	left: -2%;
	width: 103.5%;
	height: 100%;
	background-color: #df7900;
	transform: skew(-13deg);
	z-index: -2;
	transition: .4s ease all;
}

.indexBanner .bannerMsg:hover span::after {
	background-color: #ffffff;
}

@media screen and (max-width:1760px) {
	.indexBanner .bannerMsg .msg {
		font-size: 54px;
		line-height: 64px;
	}

	.slick-dots li {
		margin: 5px 8px;
	}

	.slick-prev,
	.slick-next {
		width: 45px;
		height: 45px;
		font-size: 16px !important;
	}


}

@media screen and (max-width:1333px) {
	.indexBanner .bannerMsg .msg {
		font-size: 42px;
		line-height: 54px;
	}

	.slick-dots li {
		margin: 5px 6px;
	}

	.slick-dots {
		bottom: 30px;
	}
}


@media screen and (max-width:999px) {

	.slick-prev,
	.slick-next {
		display: none !important;
	}

	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}


	.indexBanner .bannerMsg .msg {
		font-size: 34px;
		line-height: 46px;
	}


	.slick-dots li button {
		width: 10px;
		height: 10px;
	}

	.slick-dots li {
		width: 20px;
		height: 20px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .bannerMsg {
		display: none;
	}

	.slick-dots {
		bottom: 20px;
	}
}


@media screen and (max-width:538px) {
	.slick-dots {
		bottom: 15px;
	}
}







/* indexM1-1 */

.title1 {
	font-family: Archivo-Bold;
	font-size: 48px;
	line-height: 58px;
	color: #0f0f0f;
}


a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #01499f;
}

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}


.iTit .title1 {
	text-align: center;
}


.lineTit {
	position: relative;
}


.lineTit::after {
	content: "";
	position: absolute;
	left: 0;
	width: 58px;
	height: 5px;
	background-color: #01499f;
	bottom: -21px;
}


.iCompany {
	padding: 89px 0 72px 0;
	position: relative;
}

.lineTit::after {
	bottom: -28px;
}


.company {
	display: flex;
	justify-content: space-between;
}


.company .msg {
	width: 40%;
}


.company .name {
	font-family: Archivo-Bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #01499f;
	margin-top: 11px;
}


.company .title1 {
	margin-bottom: 52px;
}

.company .txts {
	font-size: 18px;
	margin-bottom: 70px;
	color: #464646;
}

.company .msg .btns {
	display: flex;
	align-items: center;
}

.cBtn {
	height: 56px;
	border-radius: 28px 0px 28px 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Archivo-Bold;
	font-size: 16px;
	color: #ffffff;
	flex-shrink: 0;
}


.company .cBtn {
	width: 192px;
	box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
	background-color: #01499f;
	margin-right: 71px;
}


.company .cBtn:hover {
	background-color: #df7900;
}



.company .pdf {
	display: flex;
	align-items: center;
}

.company .pdf .sign {
	flex-shrink: 0;
	width: 33px;
	margin-right: 24px;
}

.company .pdf .sign:hover img {
	transform: translateY(-5px);
}


.company .pdf .tit {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #01499f;
	position: relative;
}


.company .pdf .tit::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #01499f;
	bottom: 5px;
	transition: .4s ease all;
}


.company .pdf .tit:hover::after {
	left: auto;
	right: 0;
	width: 0;
}


.company .images {
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
	width: 50%;
	position: relative;
}


.company .images .swiper {
	height: 100%;
}


.company .images .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 70px;
	background-color: rgba(255, 255, 255, .5);
	color: #000000;
	font-weight: bold;
	font-size: 14px;
}



.company .images .btns>div.prev {
	left: 0;
	border-radius: 0px 10px 10px 0px;
}


.company .images .btns>div.next {
	right: 0;
	border-radius: 10px 0px 0px 10px;
}


.company .images .btns>div:hover {
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
}

.company .images .btns>div.swiper-button-disabled {
	background-color: rgba(255, 255, 255, .5);
	color: #000000;
	cursor: auto;
}


.company .image {
	height: 100%;
}


.company .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.company a.image:hover img {
	transform: none;
	opacity: .5;
}

.iCompany .imgBg {
	position: absolute;
	width: 137px;
	right: -0.4%;
	top: -6%;
	z-index: -1;
}


.imgBg img {
	display: block;
}

@media screen and (max-width:1760px) {
	.cBtn {
		height: 45px;
	}

	.company .cBtn {
		margin-right: 30px;
	}

	.company .name {
		margin-top: 0;
	}

	.lineTit::after {
		bottom: -20px;
		height: 4px;
	}

	.company .txts {
		margin-bottom: 60px;
	}

	.company .pdf .sign {
		margin-right: 15px;
	}
}

@media screen and (max-width:1333px) {
	.company .name {
		font-size: 18px;
		line-height: 28px;
	}

	.lineTit::after {
		width: 50px;
	}

	.company .msg {
		width: 46%;
	}

	.company .pdf .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.company .images {
		border-radius: 5px;
	}

	.company .images .btns>div.prev {
		border-radius: 0 5px 5px 0;
	}

	.company .images .btns>div.next {
		border-radius: 5px 0 0 5px;
	}

	.company .txts {
		margin-bottom: 40px;
	}

	.company .cBtn {
		width: 160px;
		margin-bottom: 20px;
		margin-right: 0;
	}

	.company .msg .btns {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .title1 {
		margin-bottom: 45px;
	}

	.iCompany .imgBg {
		width: 100px;
	}
}

@media screen and (max-width:999px) {
	.company .pdf .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.cBtn {
		height: 40px;
		font-size: 14px;
	}

	.company .pdf .sign {
		width: 30px;
	}

	.company .name {
		font-size: 16px;
		line-height: 26px;
	}

	.lineTit::after {
		height: 3px;
	}

	.company .images .btns>div {
		width: 25px;
		height: 60px;
		font-size: 12px;
	}

}

@media screen and (max-width:768px) {
	.company {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .msg {
		width: 100%;
	}

	.lineTit::after {
		bottom: -15px;
	}

	.company .title1 {
		margin-bottom: 40px;
	}

	.company .txts {
		margin-bottom: 30px;
	}

	.company .msg .btns {
		margin-bottom: 40px;
	}

	.company .images {
		width: 100%;
	}

	.cBtn {
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	.company .images {
		height: 280px;
	}
}





/* indexM2-1 */


.iFactroy {
	padding-right: calc((100vw - 1600px)/ 2);
	display: flex;
	justify-content: space-between;
	position: relative;
}




.iFactroy .image {
	position: relative;
	width: 53.7%;
	border-radius: 10px;
	box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}


.iFactroy .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iFactroy .image video,.iFactroy .image iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	max-width: none;
}


.iFactroy .msg {
	width: 41.7%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.iFactroy .title1 {
	margin-bottom: 49px;
	margin-top: 15px;
}


.iFactroy .txts {
	font-size: 18px;
	color: #464646;
	margin-bottom: 82px;
}

.iFactroy .numList {
	width: 105.8%;
}



.numList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	background-blend-mode: normal, normal;
	border-radius: 0px 84px 0px 84px;
	padding: 34px 78px 39px 57px;
	background-image: linear-gradient(90deg,
			#0374ff 0%,
			#01499f 100%),
		linear-gradient(#01499f,
			#01499f);
}




.numList .item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}



.numList .num {
	font-family: Archivo-Bold;
	font-size: 36px;
	line-height: 36px;
	color: #222222;
	position: relative;
	z-index: 9;
	font-size: 70px;
	line-height: 70px;
	color: #ffffff;
	margin-bottom: 1px;
}



.numList .num::after {
	content: "";
	position: absolute;
	width: 74px;
	height: 74px;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	z-index: -1;
	right: 11px;
	top: -12px;
}


.numList .name {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.iFactroy {
		padding-right: 80px;
	}

	.iFactroy .txts {
		margin-bottom: 50px;
	}

	.iFactroy .title1 {
		margin-top: 0;
	}

	.iFactroy .numList {
		width: 100%;
	}

	.numList {
		padding: 30px 40px;
		justify-content: flex-start;
		border-radius: 0px 60px 0px 60px;
	}

	.numList .num {
		font-size: 42px;
		line-height: 42px;
		margin-bottom: 10px;
	}

	.numList .item {
		width: 32%;
		margin-right: 2%;
	}

	.numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.numList .num::after {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:1333px) {
	.iFactroy .txts {
		margin-bottom: 40px;
	}

	.numList {
		padding: 30px;
	}

	.numList .item {
		width: 48%;
		margin-top: 20px;
		margin-right: 4%;
	}

	.numList .item:nth-child(1) {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
	}

	.numList .num {
		font-size: 36px;
		line-height: 36px;
	}

	.numList .num::after {
		width: 40px;
		height: 40px;
	}

	.iFactroy .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.numList {
		padding: 20px;
	}

	.numList .num {
		font-size: 32px;
		line-height: 32px;
	}

	.iFactroy .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.iFactroy {
		flex-direction: column-reverse;
		padding: 0 25px;
	}

	.iFactroy .msg {
		width: 100%;
	}

	.iFactroy .title1 {
		margin-bottom: 40px;
	}


	.numList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.iFactroy .msg {
		margin-bottom: 40px;
	}

	.iFactroy .image {
		width: 100%;
	}
}


@media screen and (max-width:538px) {
	.iFactroy .image {
		height: 280px;
	}

	.iFactroy {
		padding: 0 15px;
	}

	.numList .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 20px;
	}

	.numList .item:last-child {
		margin-right: 0;
	}

	.numList .item:nth-child(1) {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
	}

	.numList {
		border-radius: 0 50px 0 50px;
	}
}




/* indexM3-1 */

.iCustomized {
	position: relative;
	padding: 97px 0 166px 0;
}

.iCustomized .imgBg {
	width: 423px;
	position: absolute;
	left: 0;
	top: 2%;
	transform: translateY(-50%);
	z-index: -1;
}


.reduce {
	margin-bottom: 89px;
}

.reduce .iTit {
	margin-bottom: 56px;
}



.reduce .cBtn {
	width: 292px;
	background-color: #01499f;
	box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
	color: #ffffff;
	margin: 0 auto;
}


.reduce .cBtn:hover {
	background-color: #df7900;
}


.cBtn img {
	width: 41px;
	flex-shrink: 0;
	margin-left: 11px;
}


.cBtn:hover img {
	transform: none;
}



.process .title1 {
	text-align: center;
	margin-bottom: 63px;
}

.process .list {
	display: flex;
	flex-wrap: wrap;
}


.process .list .item {
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 116px;
	position: relative;
}


.process .list .item:nth-child(3n) {
	margin-right: 0;
}


.process .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.process .list .msg {
	position: absolute;
	width: 391px;
	min-height: 77px;
	padding: 5px 27px;
	display: flex;
	align-items: center;
	right: 0;
	bottom: -39px;
	overflow: hidden;
	z-index: 9;
	background-color: #df7900;
	border-radius: 20px 0px 0px 0px;
}


.process .list .msg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: .4s ease all;
}


.process .list .msg::after {
	background-image: linear-gradient(90deg,
			#0374ff 0%,
			#01499f 100%),
		linear-gradient(#023287,
			#023287);
	background-blend-mode: normal,
		normal;
	z-index: -2;
}


.process .list .item:hover .msg::after {
	opacity: 0;
}


.process .list .tit {
	position: relative;
	z-index: 9;
	font-family: Archivo-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}


.process .list .num {
	font-family: Archivo-Bold;
	font-size: 64px;
	line-height: 64px;
	color: rgba(255, 255, 255, 0.08);
	position: absolute;
	right: 7px;
	bottom: 5px;
}

@media screen and (max-width:1760px) {
	.reduce .iTit {
		margin-bottom: 50px;
	}

	.cBtn img {
		width: 30px;
	}

	.reduce .cBtn {
		width: 280px;
	}

	.reduce {
		margin-bottom: 80px;
	}

	.process .title1 {
		margin-bottom: 40px;
	}

	.process .list .msg {
		width: 90%;
	}

	.process .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.process .list .item {
		margin-top: 80px;
	}

	.process {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.reduce .iTit {
		margin-bottom: 40px;
	}

	.cBtn img {
		width: 26px;
	}

	.reduce .cBtn {
		width: 270px;
	}

	.reduce {
		margin-bottom: 60px;
	}

	.process .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.process .list .msg {
		padding: 5px 20px;
	}

	.process .list .num {
		font-size: 50px;
		line-height: 50px;
	}

	.iCustomized .imgBg {
		width: 300px;
	}
}

@media screen and (max-width:999px) {
	.reduce .cBtn {
		width: 250px;
	}

	.reduce {
		margin-bottom: 50px;
	}

	.process .list {
		justify-content: space-between;
	}

	.process .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 60px;
	}

	.process .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.process .list .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.process .list .msg {
		min-height: 70px;
		bottom: -30px;
	}

	.process .list .num {
		font-size: 45px;
		line-height: 45px;
	}

	.iCustomized .imgBg {
		width: 260px;
	}

	.reduce .iTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.reduce {
		margin-bottom: 40px;
	}

	.reduce .cBtn {
		width: 230px;
	}

	.process .list .num {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:450px) {
	.process .list .item:nth-child(n) {
		width: 100%;
		margin-top: 60px;
	}

	.process .list .item:nth-child(1) {
		margin-top: 0;
	}
}




/* indexM4-1 */


.authorized {
	padding: 61px 0 101px 0;
	background-image: url("../images/indexM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.authorized .image {
	width: 392px;
	margin-bottom: 62px;
}


.authorized .msg {
	width: 52%;
}

.bigTit {
	font-family: Archivo-Bold;
	font-size: 80px;
	line-height: 80px;
	color: #ffffff;
}

a.bigTit {
	display: inline-block;
}


a.bigTit:hover {
	color: #01499f;
}

.authorized .bigTit {
	margin-bottom: 28px;
}



.authorized .txts {
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 42px;
}

.authorized .cBtn {
	width: 212px;
	background-color: #df7900;
}




.authorized .cBtn:hover {
	background-color: #01499f;
}



@media screen and (max-width:1760px) {
	.authorized .msg {
		width: 70%;
	}

	.bigTit {
		font-size: 60px;
		line-height: 70px;
	}

	.authorized .image {
		width: 300px;
		margin-bottom: 30px;
	}

	.authorized .cBtn {
		width: 190px;
	}
}

@media screen and (max-width:1333px) {
	.authorized .image {
		width: 260px;
	}

	.bigTit {
		font-size: 46px;
		line-height: 60px;
	}
}

@media screen and (max-width:999px) {

	.authorized .image {
		width: 220px;
	}

	.authorized .msg {
		width: 80%;
	}

	.bigTit {
		font-size: 36px;
		line-height: 50px;
	}
}

@media screen and (max-width:768px) {
	.bigTit {
		font-size: 28px;
		line-height: 38px;
	}

	.authorized .image {
		width: 200px;
		margin-bottom: 20px;
	}

	.authorized .cBtn {
		width: 165px;
	}
}

@media screen and (max-width:538px) {
	.authorized .msg {
		width: 100%;
	}

	.bigTit {
		font-size: 24px;
		line-height: 34px;
	}
}


/* indexM5-1 */


.schneiderProducts {
	padding: 106px 0 95px 0;
}



.schneiderProducts .con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.schneiderProducts .item {
	width: 46.875%;
}



.schneiderProducts .box {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 51px;
	box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.08);
}



.schneiderProducts .image {
	overflow: hidden;
	border-radius: 16px;
}


.schneiderProducts .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 73, 159, 0.8);
	left: 0;
	top: 0;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
}


.schneiderProducts .box:hover .msg {
	opacity: 1;
}


.schneiderProducts .txts {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 94px;
	width: 80%;
	hyphens: auto;
}

.schneiderProducts .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 60px;
	background-color: #df7900;
	border-radius: 16px;
	font-family: Archivo-Bold;
	font-size: 16px;
	color: #ffffff;
}


.schneiderProducts .btn:hover {
	background-color: #ffffff;
	color: #df7900;
}




.schneiderProducts h2 {
	font-weight: normal;
}


.schneiderProducts .tit {
	font-family: Archivo-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #0f0f0f;
	text-align: center;
}


.schneiderProducts .tit:hover {
	color: #01499f;
}


@media screen and (max-width:1760px) {
	.schneiderProducts .msg {
		padding: 30px;
	}

	.schneiderProducts .box {
		border-radius: 10px;
		margin-bottom: 30px;
	}

	.schneiderProducts .txts {
		width: 100%;
		margin-bottom: 50px;
	}

	.schneiderProducts .btn {
		height: 45px;
		border-radius: 6px;
		width: 160px;
	}

	.schneiderProducts .tit {
		font-size: 24px;
		line-height: 24px;
	}
}

@media screen and (max-width:1333px) {
	.schneiderProducts .txts {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.schneiderProducts .btn {
		height: 40px;
		border-radius: 5px;
	}

	.schneiderProducts .box {
		margin-bottom: 20px;
	}

	.schneiderProducts .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.schneiderProducts .msg {
		display: none;
	}

	.schneiderProducts .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.schneiderProducts .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.schneiderProducts .box {
		margin-bottom: 10px;
	}

	.schneiderProducts .item {
		width: 48%;
	}
}

@media screen and (max-width:450px) {
	.schneiderProducts .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.schneiderProducts .item:nth-child(1) {
		margin-top: 0;
	}
}



/* indexM6-1 */


.mainProducts {
	background-image: url("../images/indexM6-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 130px 0 324px 0;
	border-radius: 100px 100px 0px 0px;
}



.mainProducts .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.mainProducts .bigTit {
	margin-bottom: 18px;
}


.mainProducts .msg {
	width: 50%;
}



.mainProducts .txts {
	font-family: Montserrat-Light;
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
}


.mainProducts .cBtn {
	width: 212px;
	background-color: #df7900;
	margin-top: -45px;
}


.mainProducts .cBtn:hover {
	background-color: #01499f;
}

.iProducts .productCatgeory {
	margin-top: -196px;
	padding: 83px 0 118px;
	position: relative;
	z-index: 99;
}


/* indexM7-1 */


.productCatgeory::after {
	content: "";
	position: absolute;
	width: calc(100% + 100px);
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	border-radius: 100px 100px 0px 0px;
	z-index: -1;
}




.productCatgeory .checkBtn {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
	font-family: Archivo-Bold;
	font-size: 28px;
	line-height: 28px;
	color: #0f0f0f;
}



.productCatgeory .checkBtn .item {
	margin-right: 1.25%;
	width: 32.5%;
	min-height: 110px;
	background-color: #f0f4fa;
	border-radius: 16px;
	display: flex;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	padding: 20px 33px;
}



.productCatgeory .checkBtn .item:last-child {
	margin-right: 0;
}



.productCatgeory .checkBtn img {
	flex-shrink: 0;
	width: 64px;
	margin-right: 23px;
}

.productCatgeory .checkBtn .item:hover,
.productCatgeory .checkBtn .item.active {
	background-color: #01499f;
	color: #ffffff;
}


.productCatgeory .checkBtn .item:hover img,
.productCatgeory .checkBtn .item.active img {
	filter: invert(100%);
}



.productCatgeory .checkItems>div {
	position: relative;
}

.swiperBox {
	position: relative;
}


.sBtns>div {
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 56px;
	height: 56px;
	background-color: #ffffff;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.06);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	color: #666666;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
}


.sBtns>div:hover {
	background-color: #dddddd;
	border-color: #dddddd;
}


.sBtns>div.prev {
	left: -99px;
}

.sBtns>div.next {
	right: -99px;
}

.sBtns>div.swiper-button-disabled {
	background-color: #ffffff;
	box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.08);
	cursor: auto;
}

.productCatgeory .swiper-slide {
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	overflow: hidden;
}


.productCatgeory .image {
	overflow: hidden;
}


.productCatgeory .msg {
	padding: 17px 43px 25px 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.productCatgeory .tit {
	font-family: Archivo-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #0f0f0f;
	width: 80%;
}

.productCatgeory .tit:hover {
	color: #01499f;
}

.productCatgeory .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	background-color: #01499f;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.06);
	border-radius: 50%;
	color: #ffffff;
}

.productCatgeory .btn i {
	font-size: 12px;
}

.productCatgeory .btn:hover {
	background-color: #df7900;
}


.productCatgeory .swiper {
	overflow: visible;
}


.productCatgeory .swiper-wrapper {
	pointer-events: none;
}

.productCatgeory .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
}


.productCatgeory .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


@media screen and (max-width:1760px) {
	.mainProducts {
		padding: 80px 0 230px 0;
		border-radius: 40px 40px 0 0;
	}

	.mainProducts .txts {
		font-size: 18px;
		line-height: 30px;
	}

	.mainProducts .cBtn {
		margin-top: 0;
	}

	.mainProducts .msg {
		width: 60%;
	}

	.mainProducts .bigTit {
		margin-bottom: 20px;
	}

	.productCatgeory::after {
		border-radius: 40px 40px 0 0;
	}

	.iProducts .productCatgeory {
		padding: 50px 0 80px 0;
		margin-top: -152px;
	}

	.productCatgeory .checkBtn {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 50px;
	}

	.productCatgeory .checkBtn img {
		width: 50px;
	}

	.productCatgeory .checkBtn .item {
		border-radius: 10px;
		min-height: 100px;
	}

	.productCatgeory .msg {
		padding: 20px;
	}

	.productCatgeory .btn {
		width: 36px;
		height: 36px;
	}

	.sBtns>div {
		width: 50px;
		height: 50px;
	}

	.sBtns>div.prev {
		left: -65px;
	}

	.sBtns>div.next {
		right: -65px;
	}


	.productCatgeory .swiper-slide {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.mainProducts .txts {
		font-size: 16px;
		line-height: 26px;
	}

	.mainProducts {
		border-radius: 20px 20px 0 0;
		padding: 60px 0 200px;
	}

	.productCatgeory::after {
		border-radius: 20px 20px 0 0;
	}

	.mainProducts .cBtn {
		width: 180px;
	}

	.mainProducts .msg {
		width: 70%;
	}

	.productCatgeory .checkBtn .item {
		padding: 20px;
		border-radius: 5px;
		min-height: 90px;
	}

	.productCatgeory .checkBtn {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 40px;
	}

	.productCatgeory .checkBtn img {
		width: 40px;
		margin-right: 20px;
	}

	.iProducts .productCatgeory {
		margin-top: -130px;
		padding: 40px 0 60px 0;
	}

	.productCatgeory .msg {
		padding: 15px 15px;
	}

	.productCatgeory .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.productCatgeory .btn {
		width: 32px;
		height: 32px;
	}

	.productCatgeory .swiper-slide {
		border-radius: 5px;
	}


	.sBtns>div {
		width: 45px;
		height: 45px;
		font-size: 12px;
	}
}

@media screen and (max-width:999px) {
	.mainProducts {
		padding: 50px 0 240px;
	}

	.mainProducts .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.mainProducts .msg {
		width: 100%;
	}

	.mainProducts .txts {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.mainProducts,
	.productCatgeory::after {
		border-radius: 10px 10px 0 0;
	}

	.productCatgeory .checkBtn .item {
		font-size: 16px;
		line-height: 26px;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.productCatgeory .checkBtn img {
		margin: 0 auto 10px;
	}

	.iProducts .productCatgeory {
		margin-top: -185px;
	}
}

@media screen and (max-width:768px) {
	.mainProducts {
		padding: 40px 0;
		border-radius: 10px;
	}

	.iProducts .productCatgeory {
		margin-top: 0;
		padding: 40px 0;
	}

	.productCatgeory::after {
		display: none;
	}

	.productCatgeory .checkBtn .item {
		padding: 10px;
	}

	.productCatgeory .checkBtn .item {
		font-size: 14px;
		line-height: 24px;
	}

	.productCatgeory .checkBtn {
		margin-bottom: 30px;
	}

	.productCatgeory .msg {
		padding: 10px;
	}

	.productCatgeory .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.productCatgeory .btn {
		width: 28px;
		height: 28px;
	}

	.mainProducts .cBtn {
		width: 160px;
	}


	.sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
		width: 40px;
		height: 40px;
	}

	.sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sBtns>div.prev {
		margin-right: 20px;
	}
}


@media screen and (max-width:538px) {

	.productCatgeory .checkBtn {
		justify-content: space-between;
	}

	.productCatgeory .checkBtn .item:nth-child(n) {
		flex-direction: row;
		align-items: center;
		text-align: left;
		width: 48%;
		margin-top: 10px;
	}

	.productCatgeory .checkBtn .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productCatgeory .checkBtn img {
		margin: 0;
		margin-right: 10px;
	}

	.sBtns>div {
		width: 38px;
		height: 38px;
	}
}

@media screen and (max-width:450px) {
	.productCatgeory .checkBtn .item:nth-child(n) {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.productCatgeory .checkBtn img {
		margin-right: 0px;
		margin-bottom: 5px;
	}
}



/* indexM8-1 */


.qualityAssurance .piece {
	padding: 135px 0 224px 0;
	background-image: url("../images/indexM8-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.qualityAssurance .title {
	text-align: center;
}

.qualityAssurance .bigTit {
	font-size: 90px;
	line-height: 100px;
	margin-bottom: 32px;
}


.qualityAssurance .tit {
	text-align: center;
	font-family: Montserrat-Light;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
}



.certificate {
	position: relative;
}


.certificate .imgBg1 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	bottom: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.certificate .imgBg1 img,
.certificate .imgBg2 img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.certificate .imgBg2{
	display: flex;
	align-items: center;
	justify-content: center;
}

.certificate .con {
	padding: 23px 0 104px 0;
	position: relative;
}

.certificate .con::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 100vw;
	z-index: -2;
	background-color: #f6f9fe;
	top: 0;
}

.certificate .checkBtn {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	cursor: pointer;
	margin-bottom: 61px;
	padding: 0 90px;
}



.certificate .checkBtn .item {
	font-family: Archivo-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #0f0f0f;
	position: relative;
	padding: 35px 10px;
	margin-right: 20px;
}


.certificate .checkBtn .item:last-child {
	margin-right: 0;
}


.certificate .checkBtn .item::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	transition: .4s ease all;
	width: 0%;
	height: 3px;
	background-color: #01499f;
	bottom: 0;
}

.certificate .checkBtn .item.active,
.certificate .checkBtn .item:hover {
	color: #01499f;
}


.certificate .checkBtn .item.active::after,
.certificate .checkBtn .item:hover::after {
	width: 100%;
}



.certificate .checkItems>div {
	position: relative;
}

.certificate .image:hover img {
	transform: none;
	opacity: .6;
}

.certificate .image {
	margin-bottom: 22px;
}

.certificate .name {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 100%;
	z-index: 9;
	font-size: 18px;
	line-height: 28px;
	color: #0f0f0f;
	opacity: 0;
}



.certificate .swiper {
	overflow: visible;
	clip-path: polygon(5.5% -1000%, 94.5% -1000%, 94.5% 1000%, 5.5% 1000%);
}



.certificate .swiper-wrapper {
	pointer-events: none;
}


.certificate .swiper-slide {
	transition: .3s ease opacity;
	opacity: 0;
	pointer-events: none;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}




.certificate .swiper-slide .image {
	transform: scale(0.7);
	transform-origin: center bottom;
	cursor: pointer;
	pointer-events: all;
}




.certificate .swiper-slide.swiper-slide-visible {
	opacity: 1;
}


.certificate .swiper-slide.swiper-slide-active {
	z-index: 3;
}




.certificate .swiper-slide.swiper-slide-active .image {
	transform: scale(1);
}

.certificate .swiper-slide.swiper-slide-prev,
.certificate .swiper-slide.swiper-slide-next {
	z-index: 2;
}


.certificate .swiper-slide.swiper-slide-prev .image {
	transform: translateX(-7.4%) scale(.85);
}

.certificate .swiper-slide.swiper-slide-next .image {
	transform: translateX(7.4%) scale(.85);
}

.certificate .sBtns>div {
	border: none;
	top: 57%;
}

.certificate .sBtns>div.prev {
	left: 2px;
}

.certificate .sBtns>div.next {
	right: 2px;
}

.certificate .swiper-slide.swiper-slide-active .name {
	opacity: 1;
}

@media screen and (max-width:1760px) {
	.qualityAssurance .piece {
		padding: 80px 0 160px 0;
	}

	.qualityAssurance .bigTit {
		font-size: 60px;
		line-height: 70px;
	}

	.qualityAssurance .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.certificate .con {
		padding: 50px 0;
	}

	.certificate .checkBtn .item {
		padding: 20px 10px;
		font-size: 18px;
		line-height: 28px;
	}

	.certificate .checkBtn .item::after {
		height: 2px;
	}

	.certificate .name {
		font-size: 16px;
		line-height: 28px;
	}

	.certificate .image {
		margin-bottom: 10px;
	}

	.certificate .checkBtn {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:1333px) {
	.certificate .con {
		padding: 30px 0 50px 0;
	}

	.certificate .sBtns>div.prev {
		left: -40px;
	}

	.certificate .sBtns>div.next {
		right: -40px;
	}

	.certificate .swiper {
		clip-path: polygon(4% -1000%, 96% -1000%, 96% 1000%, 4% 1000%);
	}

	.certificate .checkBtn {
		margin-bottom: 40px;
		padding: 0 40px;
	}

	.certificate .checkBtn .item {
		padding: 15px 10px;
	}

	.qualityAssurance .bigTit {
		font-size: 46px;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.qualityAssurance .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.qualityAssurance .piece {
		padding: 60px 0 110px 0;
	}

}

@media screen and (max-width:999px) {
	.qualityAssurance .bigTit {
		font-size: 36px;
		line-height: 50px;
	}

	.qualityAssurance .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.qualityAssurance .piece {
		padding: 50px 0 80px 0;
	}

	.certificate .con {
		padding: 20px 0 50px 0;
	}

	.certificate .checkBtn .item {
		font-size: 16px;
		line-height: 26px;
	}

	.certificate .swiper-slide:nth-child(n) .image {
		transform: scale(1);
	}

	.certificate .swiper {
		clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	}

	.certificate .name {
		font-size: 14px;
		line-height: 26px;
		opacity: 1;
	}

	.certificate .sBtns>div.prev {
		left: -60px;
	}

	.certificate .sBtns>div.next {
		right: -60px;
	}

	.certificate .checkBtn {
		padding: 0;
	}

	.certificate .name {
		position: static;
	}

	.certificate .swiper-slide {
		flex-direction: column;
		align-items: center;
		justify-content: stretch;
	}
}

@media screen and (max-width:768px) {
	.qualityAssurance .bigTit {
		font-size: 28px;
		line-height: 38px;
	}

	.qualityAssurance .piece {
		padding: 40px 0 70px 0;
	}

	.qualityAssurance .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.certificate .checkBtn .item {
		padding: 10px;
		margin-right: 20px;
	}

	.certificate .con {
		padding: 20px 0 40px 0;
	}
}

@media screen and (max-width:538px) {
	.qualityAssurance .piece {
		padding: 40px 0 50px 0;
	}

	.qualityAssurance .bigTit {
		font-size: 24px;
		line-height: 34px;
	}

	.certificate .checkBtn .item {
		margin-right: 0;
	}
}

@media screen and (max-width:450px) {
	.certificate .swiper-slide .image {
		width: 100%;
		max-width: 220px;
	}
}


/* indexM9-1 */


.iProject {
	padding: 97px 0 107px 0;
}

.iProject .iTit {
	margin-bottom: 10px;
}


.iProject .tips {
	text-align: center;
	width: 70%;
	margin: 0 auto 51px;
	line-height: 26px;
	color: #464646;
}

.projectList {
	display: flex;
	flex-wrap: wrap;
}

.projectList .item {
	width: 23.75%;
	margin-right: 1.66%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 31px;
}

.projectList .item:hover::after {
	opacity: 0;
}

.projectList .item::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url("../images/indexM9-shadow.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 1;
	transition: .4s ease all;
}


.projectList .item:nth-child(4n) {
	margin-right: 0;
}


.projectList .item:nth-child(-n+4) {
	margin-top: 0;
}


.projectList .image {
	border-radius: 10px;
	overflow: hidden;
}

.projectList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.projectList .tit {
	position: absolute;
	bottom: 19px;
	left: 0;
	display: flex;
	align-items: center;
	padding: 0px 23px;
	z-index: 2;
	height: 48px;
	width: 100%;
}

.projectList .item:hover .tit {
	opacity: 0;
}

.projectList .box {
	height: 48px;
	display: flex;
	align-items: center;
	margin-bottom: 9px;
}


.projectList .name {
	font-family: Archivo-Bold;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

.projectList .name:hover {
	color: #01499f;
}


.projectList .msg {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	padding: 30px 23px 57px 22px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
}

.projectList .item:hover .msg {
	opacity: 1;
}

.projectList .msg .txts {
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 41px;
}

.projectList .msg .btn {
	display: flex;
	align-items: center;
	font-family: Archivo-Bold;
	line-height: 26px;
	color: #ffffff;
}


.projectList .msg .btn img {
	width: 31px;
	flex-shrink: 0;
	margin-left: 25px;
	filter: grayscale(100%) brightness(500%);
}

.projectList .msg .btn:hover {
	color: #01499f;
}

.projectList .msg .btn:hover img {
	transform: none;
	filter: grayscale(0%) brightness(100%);
}



.iProject .cBtn {
	background-color: #01499f;
	box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
	width: 205px;
	margin: 73px auto 0;
}



.iProject .cBtn:hover {
	background-color: #df7900;
}


@media screen and (max-width:1760px) {
	.iProject .iTit {
		margin-bottom: 20px;
	}

	.iProject .tips {
		width: 80%;
		margin-bottom: 40px;
	}

	.projectList .msg {
		padding: 20px;
	}

	.projectList .msg .txts {
		margin-bottom: 10px;
	}

	.projectList .tit {
		padding: 0 20px;
	}

	.iProject .cBtn {
		margin-top: 50px;
		width: 190px;
	}
}

@media screen and (max-width:1333px) {
	.iProject .tips {
		width: 100%;
	}

	.projectList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
		border-radius: 5px;
	}

	.projectList .image {
		border-radius: 5px;
	}

	.projectList .item:nth-child(3n) {
		margin-right: 0;
	}

	.projectList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.iProject .cBtn {
		margin-top: 40px;
	}

}

@media screen and (max-width:999px) {
	.projectList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		background-color: #ffffff;
		border-radius: 5px;
		box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
	}


	.projectList {
		justify-content: space-between;
	}

	.projectList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.projectList .tit {
		display: none;
	}

	.projectList .msg {
		position: static;
		height: auto;
		background-color: transparent;
	}

	.projectList .item::after {
		display: none;
	}

	.projectList .name {
		color: #0f0f0f;
	}


	.projectList .name:hover {
		color: #01499f;
	}

	.projectList .msg .txts {
		color: #666666;
		font-size: 14px;
	}

	.projectList .msg .btn {
		color: #666666;
	}

	.projectList .msg .btn img {
		filter: grayscale(100%) brightness(100%);
		width: 24px;
		margin-left: 10px;
	}

	.projectList .msg .btn:hover {
		color: #01499f;
	}

	.projectList .msg .btn:hover img {
		filter: grayscale(0%) brightness(100%);
	}

	.projectList .box {
		height: auto;
	}

	.projectList .item .msg {
		opacity: 1;
	}
}


@media screen and (max-width:768px) {
	.iProject .tips {
		margin-bottom: 30px;
	}

	.projectList .name {
		font-size: 14px;
		line-height: 26px;
	}

	.iProject .cBtn {
		width: 180px;
		margin-top: 30px;
	}
}


@media screen and (max-width:450px) {
	.projectList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.projectList .item:nth-child(1) {
		margin-top: 0;
	}
}




/* indexM10-1 */

.businessPartner {
	padding: 54px 0 123px 0;
	background-image: url("../images/indexM10-bg.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
}


.businessPartner .title1 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
}

.businessPartner .tips {
	font-family: Montserrat-Light;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 40px;
}

.businessPartner .tips span {
	font-size: 30px;
}


@media screen and (max-width:1760px) {
	.businessPartner .title1 {
		margin-bottom: 20px;
	}

	.businessPartner .tips {
		font-size: 18px;
		line-height: 28px;
	}

	.businessPartner .tips span {
		font-size: 26px;
	}

}

@media screen and (max-width:1333px) {
	.businessPartner .tips span {
		font-size: 24px;
	}
}

@media screen and (max-width:999px) {
	.businessPartner .tips span {
		font-size: 22px;
	}

}

@media screen and (max-width:768px) {
	.businessPartner .tips span {
		font-size: 20px;
	}

	.businessPartner .tips {
		margin-bottom: 30px;
	}
}



/* indexM11-1 */

.iNews {
	padding: 90px 0 139px 0;
}


.iNews .iTit {
	margin-bottom: 30px;
}

.iNews .tips {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #464646;
	text-align: center;
	margin-bottom: 51px;
}

.iNews .swiper {
	overflow: visible;
}


.iNews .swiper-wrapper {
	pointer-events: none;
}


.iNews .swiper-slide {
	height: auto;
	background-color: #ffffff;
	box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	overflow: hidden;
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
}

.iNews .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.iNews .swiper-slide .image {
	border-radius: 16px;
	overflow: hidden;
}


.iNews .swiper .msg {
	padding: 27px 36px 35px 36px;
}


.iNews .swiper .tit {
	font-family: Archivo-Bold;
	font-size: 22px;
	line-height: 34px;
	color: #0f0f0f;
	margin-bottom: 42px;
}

.iNews .swiper .tit:hover {
	color: #01499f;
}


.iNews .swiper .btn {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}

.iNews .swiper .btn:hover {
	color: #01499f;
}

.iNews .swiperBox {
	margin-bottom: 125px;
}



.touch {
	background-color: #01499f;
	box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
	border-radius: 0px 100px 0px 100px;
	padding: 61px 50px 67px 59px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.touch .tit {
	font-family: Montserrat-Light;
	font-size: 36px;
	line-height: 56px;
	color: #ffffff;
}

.touch .cBtn {
	width: 212px;
	background-color: #df7900;
}

.touch .cBtn:hover {
	background-color: #ffffff;
	color: #01499f;
}


.touch .cBtn img {
	filter: grayscale(100%) brightness(500%);
}


.touch .cBtn:hover img {
	filter: grayscale(0%) brightness(100%);
}


@media screen and (max-width:1760px) {
	.iNews .iTit {
		margin-bottom: 20px;
	}

	.iNews .swiper-slide .image,
	.iNews .swiper-slide {
		border-radius: 10px;
	}

	.iNews .swiper .msg {
		padding: 20px 20px;
	}

	.iNews .swiper .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.iNews .swiper .btn {
		font-size: 16px;
		line-height: 28px;
	}

	.iNews .swiperBox {
		margin-bottom: 80px;
	}

	.iNews .tips {
		margin-bottom: 40px;
	}

	.touch {
		padding: 50px 40px;
	}

	.touch .tit {
		font-size: 32px;
		line-height: 42px;
	}

	.touch {
		border-radius: 0 80px 0 80px;
	}
}

@media screen and (max-width:1333px) {
	.iNews .swiper .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.iNews .swiper-slide .image,
	.iNews .swiper-slide {
		border-radius: 5px;
	}

	.iNews .swiperBox {
		margin-bottom: 60px;
	}

	.touch .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.touch .cBtn {
		width: 190px;
	}

}

@media screen and (max-width:999px) {
	.iNews .swiperBox {
		margin-bottom: 50px;
	}

	.touch .tit {
		font-size: 24px;
	}

	.touch .cBtn {
		width: 180px;
	}

	.touch {
		padding: 40px 20px;
		border-radius: 0 50px 0 50px;
	}
}

@media screen and (max-width:768px) {
	.iNews .swiper .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.iNews .swiperBox {
		margin-bottom: 40px;
	}

	.touch {
		padding: 30px 20px;
		flex-direction: column;
		align-items: flex-start;
		border-radius: 0 30px 0 30px;
	}

	.touch .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.iNews .tips {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.touch .tit {
		font-size: 20px;
	}
}







/* 1-1-Products */


.products {
	padding: 100px 0 139px 0;
}


.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 95px;
}



.products .productSlides {
	width: 24.2%;
}


.products form {
	width: 71.4%;
}

.products .category {
	margin-bottom: 100px;
}

.products .category .title {
	font-family: Archivo-Bold;
	font-size: 40px;
	line-height: 58px;
	color: #0f0f0f;
	margin-bottom: 30px;
	display: none;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}


.products .category .title i {
	font-size: 24px;
	font-weight: bold;
}




.products .category>ul>li {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}


.products .category>ul>li:last-child {
	margin-bottom: 0;
}


.products .category>ul>li.active a,
.products .category>ul>li:hover a {
	background-color: #01499f;
	color: #ffffff;
}



.products .category>ul>li.active i,
.products .category>ul>li:hover i {
	color: #ffffff;
	opacity: 1;
}



.products .category a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Archivo-Bold;
	font-size: 22px;
	line-height: 26px;
	color: #0f0f0f;
	padding: 10px 18px;
	min-height: 90px;
	background-color: #f0f4fa;
}


.products .category a i {
	flex-shrink: 0;
	font-size: 18px;
	margin-left: 20px;
	margin-right: 3px;
	opacity: 0;
}


.products .slideMsg {
	border-radius: 10px;
	overflow: hidden;
	background-image: url("../images/slideMsgBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 20px 30px 30px;
	margin-bottom: 84px;
}



.products .slideMsg .title {
	font-family: Archivo-Bold;
	font-size: 40px;
	line-height: 58px;
	margin-bottom: 7px;
	color: #ffffff;
}

.products .slideMsg .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
}


.products .slideMsg .item:last-child {
	margin-bottom: 0;
}

.products .slideMsg i {
	color: #ffffff;
	font-size: 25px;
	flex-shrink: 0;
	margin-right: 19px;
	transform: translateY(15px);
}


.products .slideMsg .name {
	font-family: Archivo-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 2px;
}


.products .slideMsg .num {
	font-family: Montserrat-Light;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
}


.products .slideMsg .email {
	word-break: break-all;
}

.products .slideMsg strong {
	font-weight: normal;
	font-family: Archivo-Bold;
}



.products form .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 75px;
}


.products .slideMsg a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}



.products form .list .item {
	width: 32.45%;
	margin-right: 1.325%;
	margin-top: 38px;
	background-color: #ffffff;
	box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	overflow: hidden;
}



.products form .list .item:nth-child(3n) {
	margin-right: 0;
}

.products form .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.products form .msg {
	padding: 21px 40px 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.products form .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.products form .tit {
	font-family: Archivo-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #0f0f0f;
	margin-bottom: 7px;
}


.products form .tit:hover {
	color: #01499f;
}


.products form .btns {
	display: flex;
	align-items: center;
}

.products form .btns .checkBtn {
	position: relative;
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	outline: 1px solid #c7c7c7;
	margin-right: 9px;
	position: relative;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.products form .btns .checkBtn:hover,
.products form .btns .checkBtn.active {
	outline-color: #df7900;
}


.products form .btns .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}

.products form .btns .checkBtn i {
	font-size: 14px;
	color: #df7900;
	opacity: 0;
}

.products form .btns .checkBtn.active i {
	opacity: 1;
}

.products form .inqBtn {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}


.products form .inqBtn:hover {
	color: #df7900;
}


.products form .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	background-color: #01499f;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.06);
	border-radius: 50%;
	color: #ffffff;
	font-size: 12px !important;
	margin-right: 4px;
	flex-shrink: 0;
	margin-left: 20px;
}


.products form .btn:hover {
	background-color: #df7900;
}

@media screen and (max-width:1760px) {

	.products .category .title,
	.products .slideMsg .title {
		font-size: 32px;
		line-height: 40px;
	}

	.products .category .title i {
		font-size: 20px;
	}

	.products .category>ul>li {
		border-radius: 5px;
	}

	.products .category a {
		font-size: 18px;
		line-height: 28px;
		min-height: 80px;
	}

	.products .category {
		margin-bottom: 40px;
	}

	.products .slideMsg {
		border-radius: 5px;
	}

	.products .slideMsg .title {
		margin-bottom: 20px;
	}

	.products .slideMsg {
		padding: 20px;
		margin-bottom: 40px;
	}

	.products .slideMsg .name {
		font-size: 16px;
	}

	.products .slideMsg i {
		font-size: 20px;
		margin-right: 10px;
	}

	.products .con {
		margin-bottom: 80px;
	}

	.products form .msg {
		padding: 15px 15px;
	}

	.products form .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.products form .btn {
		margin-right: 0;
		width: 36px;
		height: 36px;
	}

	.products form .list .item {
		border-radius: 10px;
	}

	.products form .list {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {

	.products .category .title,
	.products .slideMsg .title {
		font-size: 28px;
	}

	.products form .list {
		justify-content: space-between;
	}

	.products form .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.products form .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products form {
		width: 65%;
	}

	.products .productSlides {
		width: 30%;
	}

	.products .category .title i {
		font-size: 18px;
	}

	.products form .list {
		margin-bottom: 50px;
	}

	.products .con {
		margin-bottom: 60px;
	}

	.products .category a {
		font-size: 16px;
		line-height: 28px;
		min-height: 76px;
	}

	.products .category a i {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column-reverse;
	}

	.products form {
		width: 100%;
		margin-bottom: 50px;
	}

	.products form .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.products form .inqBtn {
		font-size: 14px;
	}

	.products form .btn {
		width: 34px;
		height: 34px;
	}

	.products form .list .item {
		border-radius: 5px;
	}

	.products .productSlides {
		width: 100%;
	}

	.products .category a {
		min-height: auto;
		font-size: 14px;
		line-height: 24px;
		padding: 10px 10px;
	}

	.products .category>ul>li {
		margin-bottom: 10px;
	}

	.products .category .title,
	.products .slideMsg .title {
		font-size: 24px;
		line-height: 34px;
	}

	.products .con {
		margin-bottom: 50px;
	}

	.products .slideMsg .num {
		font-size: 14px;
		line-height: 26px;
	}

	.products .category .title {
		display: flex;
	}

	.products .category .title.active i {
		transform: rotate(45deg);
	}

	.products .category>ul {
		display: none;
		transition: none;
	}

}


@media screen and (max-width:768px) {
	.products form .list {
		margin-bottom: 40px;
	}

	.products form {
		margin-bottom: 40px;
	}

	.products .con {
		margin-bottom: 40px;
	}

	.products .category .title,
	.products .slideMsg .title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:450px) {
	.products form .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.products form .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 1-2-Products */

.productDet {
	padding: 103px 0 100px 0;
}


.productShow {
	display: flex;
	justify-content: space-between;
	margin-bottom: 57px;
}



.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	transition: none;
}


.productShow .shows .showSipwer {
	width: 500px;
	height: 500px;
	margin-right: 30px;
	overflow: hidden;
	background-color: #ffffff;
}


.productShow .shows .checkSwiper {
	overflow: hidden;
	height: 100%;
}


.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 500px;
	padding: 24px 0;
	width: 100px;
}

.showSipwerBox {
	position: relative;
}

.showSipwer .swiper-slide img {
	display: block;
}

.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;
}


.productShow .shows .swiperBox .prev i,
.productShow .shows .swiperBox .next i {
	font-weight: bold;
	font-size: 18px;
}


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	color: #01499f;
}


.productShow .shows .swiperBox .prev {
	top: -14px;
}

.productShow .shows .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .shows .swiperBox .next {
	bottom: -14px;
}

.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;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
	overflow: hidden;
	border: 1px solid #01499f;
}

.productShow .shows .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #df7900;
}




.productShow .jianjie {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 12px;
	margin-left: 6.3%;
}

.productShow .jianjie .des {
	margin-bottom: 40px;
}


.productShow .jianjie h1 {
	font-family: Archivo-Bold;
	font-size: 30px;
	line-height: 46px;
	color: #0f0f0f;
	margin-bottom: 24px;
}


.productShow .jianjie .txts p {
	line-height: 30px;
}


.productShow .pdBtns .share {
	margin-bottom: 28px;
}

.productShow .pdBtns .btns {
	display: flex;
	flex-wrap: wrap;
}

.productShow .pdBtns .btns .cBtn {
	background-color: #01499f;
	width: 160px;
	margin-right: 21px;
	height: 48px;
	border-radius: 24px 0px 24px 0px;
	font-family: Montserrat-Light;
}

.productShow .pdBtns .btns .cBtn:last-child {
	margin-right: 0;
}


.productShow .pdBtns .btns .cBtn:hover {
	background-color: #df7900;
	border-radius: 0px 24px 0px 24px;
}


/*jQzoom*/


.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

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;
}



@media screen and (max-width:1760px) {
	.productShow .jianjie h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.productShow .jianjie .des {
		margin-bottom: 30px;
	}

	.productShow .shows .showSipwer {
		width: 400px;
		height: 400px;
	}

	.productShow .shows .swiperBox {
		height: 400px;
		width: 75px;
	}

	.productShow {
		margin-bottom: 50px;
	}
}


@media screen and (max-width:1333px) {
	.productShow .shows {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .shows .swiperBox {
		height: auto;
	}

	.productShow .shows .showSipwer {
		margin-right: 0;
		width: 100%;
	}

	.showSipwerBox,
	.productShow .shows .swiperBox {
		width: 100%;
	}

	.productShow .shows .swiperBox .checkSwiper {
		width: 100%;
		height: auto;
	}

	.productShow .shows {
		width: 400px;
	}

	.productShow .shows .swiperBox {
		padding: 0 30px;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		top: 50%;
		transform: translateY(-50%);
		height: 100%;
		bottom: auto;
		width: 30px;
	}

	.productShow .shows .swiperBox .prev {
		left: 0;
	}

	.productShow .shows .swiperBox .next {
		left: auto;
		right: 0;
	}

	.productShow .shows .swiperBox .prev i,
	.productShow .shows .swiperBox .next i {
		font-size: 14px;
	}

	.productShow .shows .swiperBox .prev i {
		transform: rotate(-180deg);
	}

	.productShow .shows .swiperBox .next i {
		transform: rotate(0deg);
	}

	.productShow .pdBtns .btns .cBtn {
		height: 40px;
		margin-bottom: 10px;
	}

	.productShow .shows {
		justify-content: flex-start;
	}

	.productShow .jianjie {
		padding-bottom: 0;
	}

	.productShow .shows .showSipwer {
		height: auto;
	}

}


@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 {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		flex: none;
		margin-left: 0;
	}

	.productShow .jianjie h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.productShow .shows {
		margin: 0 auto 30px;
	}
}

@media screen and (max-width:768px) {
	.productShow .jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.productShow .pdBtns .btns .cBtn {
		width: 140px;
	}

	.productShow {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:538px) {
	.productShow .shows {
		width: 100%;
		max-width: 380px;
	}

	.productShow .pdBtns .btns .cBtn {
		width: 130px;
		margin-right: 10px;
	}
}




.productDet .describe .title1 {
	position: relative;
	margin-bottom: 67px;
}



.productDet .describe .title1::after,
.productDet .describe .title1::before {
	content: "";
	position: absolute;
	display: block;
}

.productDet .describe .title1::after {
	height: 2px;
	background-color: #e0e0e0;
	width: 100%;
	bottom: -12px;
}

.productDet .describe .title1::before {
	width: 152px;
	height: 6px;
	background-color: #01499f;
	bottom: -14px;
	z-index: 9;
}

.productDet .describe .tips {
	margin-bottom: 65px;
}

.productDet .morel {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 103px;
}

.productDet .morel .msg {
	flex: 1;
}

.productDet .morel .image {
	flex-shrink: 0;
	width: 224px;
	transform: translateY(20px);
}




.pdTit {
	font-family: Archivo-Bold;
	font-size: 36px;
	line-height: 48px;
	color: #01499f;
}


.productDet .morel .pdTit {
	margin-bottom: 46px;
}


.productDet .morel .list {
	display: flex;
	flex-wrap: wrap;
}

.productDet .morel .list p {
	font-size: 18px;
	position: relative;
	line-height: 28px;
	margin-bottom: 22px;
	padding-left: 18px;
	margin-right: 130px;
	color: #333333;
}


.productDet .morel .list p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	background-color: #df7900;
	border-radius: 50%;
}


.productDet .structural {
	margin-bottom: 62px;
}


.productDet .structural .clear {
	display: none;
}

.productDet .structural .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
}



.productDet .structural .box .image {
	width: 44.93%;
	position: relative;
}


.productDet .structural .box .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #df7900;
	left: 0;
	bottom: 0;
	z-index: -1;
}



.productDet .structural .box .image img {
	transform: translateX(20px) translateY(-20px);
}

.productDet .structural .box .image img,
.productDet .structural .box .image::after {
	border-radius: 252px 252px 252px 0;
}

.productDet .structural .pdTit {
	position: relative;
	margin-bottom: 47px;
}


.productDet .structural .pdTit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -24px;
	width: 56px;
	height: 6px;
	background-color: #df7900;
}

.productDet .structural .msg {
	width: 50%;
	padding-bottom: 54px;
}


.productDet .structural .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.productDet .structural .box .txts p {
	color: #333333;
}


.productDet .structural .list .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
	background-color: #f1f5f9;
	border-radius: 20px;
	overflow: hidden;
	padding: 33px 39px 50px 39px;
}


.productDet .structural .list .item:nth-child(3n) {
	margin-right: 0;
}

.productDet .structural .list .item:nth-child(-n+3) {
	margin-top: 0;

}


.productDet .structural .list .image {
	width: 78px;
	position: relative;
	margin-bottom: 17px;
	z-index: 9;
}


.productDet .structural .list .image::after {
	content: "";
	width: 40px;
	height: 40px;
	background-color: #cbe5ff;
	border-radius: 50%;
	position: absolute;
	right: -2px;
	bottom: 15px;
	z-index: -1;
}



.productDet .structural .list .tit {
	font-family: Archivo-Bold;
	font-size: 22px;
	line-height: 36px;
	color: #01499f;
	margin-bottom: 3px;
}

.productDet .structural .list .txts {
	max-height: 204px;
	overflow: auto;
}

.productDet .structural .list .txts p {
	line-height: 34px;
	color: #333333;
}


.productDet .structural .list .txts::-webkit-scrollbar {
	width: 2px;
	height: 6px;
	background-color: #e1e9f2;
	border-radius: 10px;
}

.productDet .structural .list .txts::-webkit-scrollbar-thumb {
	background-color: #01499f;
	border-radius: 10px;
}

.productDet .structural .list .txts::-webkit-scrollbar-track {
	background-color: transparent;
}

.productDet .structural .tip {
	font-family: Archivo-Bold;
	font-size: 18px;
	line-height: 34px;
	color: #df7900;
}

.productDet .plan {
	margin-bottom: 60px;
}

.productDet .plan .pdTit {
	text-align: center;
	margin-bottom: 46px;
}


.productDet .technical {
	margin-bottom: 71px;
}


.productDet .technical .pdTit {
	text-align: center;
	margin-bottom: 28px;
}



.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr td {
	padding: 11px 20px;
	font-size: 16px;
	font-family: Montserrat-Light, Arial, sans-serif;
	color: #666666;
	border: solid 1px #ebebeb;
	text-align: center;
}

.table table tr:nth-child(1) td {
	background-color: #f7f7f7;
	font-family: Archivo-Bold;
	color: #333333;
}

.typical {
	margin-bottom: 60px;
}


.typical .pdTit {
	text-align: center;
	margin-bottom: 46px;
}



.diagram .pdTit {
	text-align: center;
	margin-bottom: 45px;
}


@media screen and (max-width:1560px) {
	.productDet .describe .title1::before {
		height: 4px;
		width: 110px;
	}

	.productDet .describe .title1::after {
		bottom: -13px;
	}

	.productDet .describe .tips,
	.productDet .morel {
		margin-bottom: 60px;
	}

	.pdTit {
		font-size: 30px;
		line-height: 40px;
	}

	.productDet .morel .list p {
		margin-right: 40px;
	}

	.productDet .morel .image {
		transform: translateY(0);
	}

	.productDet .structural .pdTit::after {
		height: 4px;
		bottom: -20px;
	}

	.productDet .structural .msg {
		padding-bottom: 0;
	}

	.productDet .structural .list .item {
		padding: 30px;
		border-radius: 10px;
	}

	.productDet .structural .list .image {
		width: 65px;
	}

	.productDet .structural .list .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productDet .describe .title1::before {
		bottom: -20px;
	}

	.productDet .describe .title1::after {
		bottom: -19px;
	}
}

@media screen and (max-width:1333px) {
	.productDet .describe .title1::before {
		width: 80px;
	}

	.pdTit {
		font-size: 26px;
		line-height: 36px;
	}

	.productDet .describe .tips,
	.productDet .morel,
	.productDet .structural,
	.productDet .technical,
	.productDet .plan,
	.typical {
		margin-bottom: 50px;
	}

	.productDet .morel .pdTit {
		margin-bottom: 30px;
	}

	.productDet .structural .box {
		margin-bottom: 50px;
		display: block;
	}

	.productDet .structural .clear {
		display: block;
	}

	.productDet .structural .msg {
		width: 100%;
	}

	.productDet .structural .box .image {
		width: 50%;
		float: left;
		margin-right: 5%;
	}

	.productDet .structural .pdTit::after {
		left: 55%;
	}

	.productDet .structural .list .item {
		padding: 20px;
	}

	.productDet .structural .list .image {
		width: 60px;
	}

	.productDet .structural .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.productDet .structural .list .txts {
		max-height: 168px;
	}

	.productDet .plan .pdTit,
	.typical .pdTit,
	.diagram .pdTit,
	.productDet .technical .pdTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.productDet .describe .title1 {
		margin-bottom: 50px;
	}

	.pdTit {
		font-size: 24px;
		line-height: 30px;
	}

	.productDet .morel .image {
		width: 200px;
	}

	.productDet .morel .list p {
		margin-right: 30px;
		margin-bottom: 10px;
	}

	.productDet .structural .box .image img,
	.productDet .structural .box .image::after {
		border-radius: 90px 90px 90px 0;
	}

	.productDet .structural .box .image img {
		transform: translateX(10px) translateY(-10px);
	}

	.productDet .structural .list {
		justify-content: space-between;
	}

	.productDet .structural .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productDet .structural .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productDet .structural .list .image {
		width: 50px;
	}

	.productDet .structural .list .txts {
		max-height: 156px;
	}

	.productDet .structural .list .image::after {
		width: 36px;
		height: 36px;
	}

	.productDet .plan .pdTit,
	.typical .pdTit,
	.diagram .pdTit,
	.productDet .technical .pdTit {
		margin-bottom: 30px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 20px;
	}
	.productDet .structural .tip{
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {

	.productDet .describe .tips,
	.productDet .morel,
	.productDet .structural,
	.productDet .technical,
	.productDet .plan,
	.typical {
		margin-bottom: 40px;
	}

	.pdTit {
		font-size: 22px;
	}

	.productDet .morel {
		flex-direction: column;
		align-items: flex-start;
	}

	.productDet .morel .msg {
		flex: auto;
		width: 100%;
		margin-bottom: 30px;
	}

	.productDet .morel .image {
		margin: 0 auto;
	}

	.productDet .structural .box .image {
		width: 100%;
		float: none;
		max-width: 450px;
		margin: 0 auto;
	}
	
	.productDet .structural .box{
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.productDet .structural .pdTit::after{
		left: 0;
	}
	.productDet .structural .msg{
		margin-bottom: 40px;
	}
	.productDet .structural .list .item:nth-child(n){
		width: 100%;
		margin-top: 30px;
	}
	.productDet .structural .list .item:nth-child(1){
		margin-top: 0;
	}
	.productDet .structural .list .txts{
		max-height: none;
	}
	.productDet .structural .list .image{
		width: 45px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:538px) {
	.productDet .structural .pdTit::after{
		bottom: -15px;
	}
	.productDet .structural .pdTit{
		margin-bottom: 40px;
	}
}



.productDetPiece {
	background-color: #fafafa;
	padding: 90px 0 100px 0;
	margin-bottom: -100px;
}


.productDetPiece .hotProducts {
	margin-bottom: 101px;
}



.hotProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 67px;
}

.hotProducts .title .title1 {
	color: #333333;
}

.hotProducts .title .cBtn {
	width: 212px;
	background-color: #df7900;
}

.hotProducts .title .cBtn img {
	filter: grayscale(100%) brightness(500%);
}


.hotProducts .title .cBtn:hover {
	background-color: #01499f;
}

.hotProducts .sBtns>div:hover {
	background-color: #dddddd;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.06);
}

.hotProducts .sBtns>div,
.hotProducts .sBtns>div.swiper-button-disabled {
	background-color: transparent;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0);
}

.hotProducts .image {
	overflow: hidden;
}


.hotProducts .swiper {
	overflow: visible;
}


.hotProducts .swiper-slide {
	background-color: #ffffff;
	box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	overflow: hidden;
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
}

.hotProducts .swiper .swiper-wrapper {
	pointer-events: none;
}


.hotProducts .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}



.hotProducts .msg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 44px 26px 42px;
}


.hotProducts .msg .tit {
	font-family: Archivo-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #0f0f0f;
}

.hotProducts .msg .tit:hover {
	color: #01499f;
}

.hotProducts .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	background-color: #01499f;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.06);
	border-radius: 50%;
	flex-shrink: 0;
	margin-left: 20px;
}

.hotProducts .msg .btn i {
	font-size: 12px;
	color: #ffffff;
}


.hotProducts .msg .btn:hover {
	background-color: #df7900;
}

.productDetPiece .piece {
	height: 140px;
}

@media screen and (max-width:1760px){
 	.hotProducts .msg{
		padding: 20px;
	}
	.hotProducts .swiper-slide{
		border-radius: 10px;
	}
	.hotProducts .msg .btn{
		width: 36px;
		height: 36px;
	}
	.hotProducts .title .cBtn{
		width: 190px;
	}
	.hotProducts .title{
		margin-bottom: 50px;
	}
	.productDetPiece .hotProducts{
		margin-bottom: 80px;
	}
}
@media screen and (max-width:1333px){
 	.hotProducts .title{
		margin-bottom: 40px;
	}	
	.hotProducts .title .cBtn{
		width: 180px;
	}
	.productDetPiece .hotProducts{
		margin-bottom: 60px;
	}
	.hotProducts .swiper-slide{
		border-radius: 5px;
	}
}
@media screen and (max-width:999px){
 	.hotProducts .msg .tit{
		font-size: 16px;
		line-height: 28px;
	}	
	.productDetPiece .piece{
		height: 100px;
	}
	.productDetPiece .hotProducts{
		margin-bottom: 50px;
	}
}
@media screen and (max-width:768px){
	.productDetPiece .hotProducts{
		margin-bottom: 40px;
	}
	.hotProducts .title .cBtn{
		width: 160px;
	}
}
@media screen and (max-width:538px){
 	.hotProducts .msg .btn{
		width: 34px;
		height: 34px;
	}
	.hotProducts .msg{
		flex-direction: column;
		align-items: flex-start;
	}
	.hotProducts .msg .btn{
		margin-left: 0;
		margin-top: 5px;
	}
	
	.hotProducts .title{
		flex-direction: column;
		align-items: flex-start;
	}
	.hotProducts .title .title1{
		margin-bottom: 20px;
	}
}




/* 3-1-About Us */


.aboutUs {
	padding: 100px 0 100px 0;
}


.aboutUs .company {
	margin-bottom: 100px;
}

.aboutUs .factoryShow {
	display: flex;
	justify-content: space-between;
}

.factoryShow .image {
	width: 46.875%;
	position: relative;
}


.factoryShow .image::after {
	content: "";
	position: absolute;
	height: 100%;
	left: 55.5%;
	width: 100%;
	bottom: -79px;
	background-color: #01499f;
	z-index: -1;
}




.factoryShow .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	border-radius: 10px;
}



.factoryShow .image .videoBox {
	width: 262px;
	height: 262px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	position: absolute;
	bottom: -79px;
	left: 55.5%;
	transform: translateX(-50%);
}



.factoryShow .image .videoBox::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #01499f;
	clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
	z-index: -1;
}



.factoryShow .playBtn {
	position: relative;
	z-index: 9;
	width: 88px;
	height: 88px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.factoryShow .playBtn::after {
	content: "";
	position: absolute;
	width: calc(100% + 26px);
	height: calc(100% + 26px);
	z-index: -1;
	background-color: #ffffff;
	opacity: .1;
	border-radius: 50%;
}

.factoryShow .playBtn:hover {
	background-color: #ff8a00;
}


.factoryShow .playBtn:hover img {
	filter: grayscale(100%) brightness(500%);
}


.factoryShow .msg {
	position: relative;
	padding: 70px 110px 70px 79px;
	width: 53.125%;
	transform: translateY(79px);
}


.factoryShow .msg::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #01499f;
	z-index: -1;
}


.factoryShow .msg .title1 {
	color: #ffffff;
	position: relative;
	margin-bottom: 49px;
}


.factoryShow .msg .title1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -21px;
	width: 58px;
	height: 5px;
	background-color: #df7900;
}

.factoryShow .msg .txts {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 77px;
}

.factoryShow .list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.factoryShow .list .item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.factoryShow .list .num {
	font-family: Archivo-Bold;
	font-size: 70px;
	line-height: 70px;
	color: #ffffff;
	margin-bottom: 1px;
	position: relative;
	z-index: 9;
}

.factoryShow .list .num::after {
	content: "";
	position: absolute;
	right: 15px;
	top: -9px;
	width: 74px;
	height: 74px;
	background-color: #ffffff;
	opacity: 0.05;
	z-index: -1;
	border-radius: 50%;
}


.factoryShow .list .name {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

.factoryShow .list .item {
	margin-right: 11%;
}


.factoryShow .list .item:last-child {
	margin-right: 0;
}


.aboutUs .piece {
	height: 91px;
}


@media screen and (max-width:1760px) {
	.aboutUs .company {
		margin-bottom: 80px;
	}

	.factoryShow .msg {
		padding: 50px 40px;
	}

	.factoryShow .msg .txts {
		margin-bottom: 50px;
	}

	.factoryShow .list .num {
		font-size: 50px;
		line-height: 50px;
	}

	.factoryShow .list .item {
		margin-right: 30px;
	}

	.factoryShow .list .num::after {
		width: 60px;
		height: 60px;
	}

	.factoryShow .image .videoBox {
		width: 240px;
		height: 240px;
	}

	.factoryShow .playBtn {
		width: 70px;
		height: 70px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .company {
		margin-bottom: 60px;
	}

	.factoryShow .image>img {
		border-radius: 5px;
	}

	.factoryShow .msg .txts {
		margin-bottom: 40px;
	}

	.factoryShow .list .num {
		font-size: 38px;
		line-height: 38px;
	}

	.factoryShow .list .num::after {
		width: 40px;
		height: 40px;
	}

	.factoryShow .list {
		justify-content: space-between;
	}

	.factoryShow .list .item {
		margin-top: 20px;
		width: 48%;
		margin-right: 0;
	}

	.factoryShow .list .item:nth-child(1) {
		width: 100%;
		margin-top: 0;
	}

	.factoryShow .msg {
		transform: translateY(50px);
	}

	.factoryShow .image::after,
	.factoryShow .image .videoBox {
		bottom: -50px;
	}

	.factoryShow .image .videoBox {
		width: 200px;
		height: 200px;
	}

	.factoryShow .playBtn {
		width: 60px;
		height: 60px;
	}

	.factoryShow .playBtn::after {
		width: calc(100% + 20px);
		height: calc(100% + 20px);
	}

	.aboutUs .piece {
		height: 50px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .company {
		margin-bottom: 50px;
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .company .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.aboutUs .company .images {
		width: 100%;
		margin: 0 auto;
	}

	.factoryShow .image .videoBox {
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
		width: 160px;
		height: 160px;
	}

	.factoryShow .playBtn img {
		width: 15px;
	}

	.factoryShow .playBtn {
		width: 50px;
		height: 50px;
	}

	.factoryShow .playBtn::after {
		width: calc(100% + 16px);
		height: calc(100% + 16px);
	}

	.factoryShow .list .num {
		font-size: 32px;
		line-height: 32px;
	}

	.aboutUs .factoryShow {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.factoryShow .msg {
		width: 100%;
		transform: translateY(0);
		padding: 40px;
	}

	.factoryShow .image {
		width: 100%;
	}

	.factoryShow .image img {
		border-radius: 0;
	}

	.factoryShow .image::after {
		display: none;
	}

	.aboutUs .piece {
		display: none;
	}

	.aboutUs .company .msg .btns {
		margin-bottom: 0;
	}

}

@media screen and (max-width:768px) {
	.factoryShow .msg {
		padding: 30px;
	}

	.factoryShow .list .num {
		font-size: 28px;
		line-height: 28px;
	}

	.factoryShow .image .videoBox {
		width: 140px;
		height: 140px;
	}

	.aboutUs .company {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.factoryShow .image {
		height: 280px;
	}

	.factoryShow .image .videoBox {
		width: 120px;
		height: 120px;
	}

	.factoryShow .playBtn {
		width: 45px;
		height: 45px;
	}
}












.coreCompetencies {
	min-height: 900px;
	background-image: url("../images/aboutUsM2-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 51px 0;
	display: flex;
	align-items: flex-end;
}


.coreCompetencies .title1 {
	font-family: Archivo-Bold;
	font-size: 48px;
	line-height: 58px;
	color: #ffffff;
	position: relative;
	margin-bottom: 99px;
}



.coreCompetencies .title1::after {
	content: "";
	position: absolute;
	width: 106px;
	height: 10px;
	background-color: #ffffff;
	left: 0;
	bottom: -47px;
}


.coreCompetencies .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.coreCompetencies .box .swiper {
	flex: 1;
	width: 10%;
}

.coreCompetencies .tit {
	font-family: Archivo-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 16px;
}

.coreCompetencies .txts p {
	line-height: 30px;
	color: #ffffff;
}

.coreCompetencies .btns {
	flex-shrink: 0;
	margin-left: 40px;
	display: flex;
	align-items: center;
}

.coreCompetencies .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transform: translateY(29px);
}


.coreCompetencies .btns>div.prev {
	margin-right: 22px;
}


.coreCompetencies .btns>div:hover {
	background-color: #ffffff;
	color: #01499f;
}


.coreCompetencies .btns>div.swiper-button-disabled {
	cursor: auto;
	color: #ffffff;
}

.coreCompetencies .btns>div.swiper-button-disabled:hover {
	background-color: transparent;
}



@media screen and (max-width:1760px) {
	.coreCompetencies {
		min-height: 700px;
	}

	.coreCompetencies .title1::after {
		width: 80px;
		height: 5px;
		bottom: -25px;
	}

	.coreCompetencies .title1 {
		margin-bottom: 80px;
	}

	.coreCompetencies .tit {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width:1333px) {
	.coreCompetencies {
		min-height: 550px;
	}

	.coreCompetencies .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.coreCompetencies .btns>div {
		width: 45px;
		height: 45px;
		font-size: 14px;
	}

	.coreCompetencies .title1::after {
		height: 4px;
	}

	.coreCompetencies .title1 {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.coreCompetencies .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.coreCompetencies .title1::after {
		width: 60px;
	}

	.coreCompetencies .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.coreCompetencies .box .swiper {
		width: 100%;
		margin: 0;
	}

	.coreCompetencies .btns {
		margin-left: 0;
		margin-top: 20px;
	}

	.coreCompetencies .btns>div {
		transform: translateY(0);
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.coreCompetencies .tit {
		font-size: 18px;
		line-height: 28px;
	}
}



.aboutAssurance {
	padding: 90px 0 129px 0;
}

.aboutAssurance .certificate .con {
	padding: 0 !important;
}

.aboutAssurance .certificate .con::after {
	display: none;
}



.customService {
	position: relative;
	padding: 101px 0 103px 0;

}


.customService .con {
	display: flex;
	justify-content: space-between;
}

.customService .image {
	width: 47%;
	position: relative;
}

.customService .image img {
	border-radius: 100px 0px 100px 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.customService .image::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100px 0px 100px 0px;
	background-color: #01499f;
	z-index: -1;
	left: -20px;
	bottom: -20px;
}


.customService .msg {
	width: 47.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0;
}

.customService .title1 {
	margin-bottom: 30px;
}

.customService .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #0f0f0f;
	margin-bottom: 103px;
}

.customService .cBtn {
	background-color: #01499f;
	width: 205px;
}

.customService .cBtn:hover {
	background-color: #ff8a00;
}

.customService .imageBg {
	position: absolute;
	left: 50%;
	top: 42%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	z-index: -6;
}

.customService .imageBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1760px) {
	.customService .txts {
		margin-bottom: 60px;
	}

	.customService .cBtn {
		width: 190px;
	}

	.customService .image img,
	.customService .image::after {
		border-radius: 80px 0 80px 0;
	}

}

@media screen and (max-width:1333px) {
	.customService .txts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {

	.customService .image img,
	.customService .image::after {
		border-radius: 60px 0 60px 0;
	}

	.customService .cBtn {
		width: 180px;
	}

	.customService .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.customService .con {
		flex-direction: column-reverse;
	}

	.customService .msg {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}


	.customService .title1 {
		margin-bottom: 20px;
	}


	.customService .image {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

	.customService .image img,
	.customService .image::after {
		border-radius: 50px 0 50px 0;
	}

	.customService .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {

	.customService .image img,
	.customService .image::after {
		border-radius: 40px 0 40px 0;
	}

	.customService .image::after {
		left: -10px;
		bottom: -10px;
	}
}




/* 3-2-R*D */


.excellence {
	padding: 89px 0 117px 0;
}


.excellence .con {
	display: flex;
	justify-content: space-between;
}

.excellence .msg {
	width: 45%;
}


.excellence .title1 {
	color: #003a7f;
	position: relative;
	padding-left: 36px;
	line-height: 60px;
	margin-bottom: 25px;
}


.excellence .title1::after {
	content: "";
	position: absolute;
	height: 84%;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	background-color: #df7900;
	border-radius: 5px;
	left: 0;
}

.excellence .txts {
	margin-bottom: 73px;
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 40px;
	color: #333333;
}



.excellence .list {
	display: flex;
	align-items: flex-start;
	margin-bottom: 55px;
}



.excellence .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 19.8%;
}

.excellence .list .item:last-child {
	margin-right: 0;
}


.excellence .list .num {
	font-family: Archivo-Bold;
	font-size: 60px;
	line-height: 60px;
	color: #df7900;
	margin-bottom: 9px;
	text-align: center;
}

.excellence .list .name {
	font-family: Montserrat-Light;
	font-size: 18px;
	color: #333333;
	text-align: center;
}




.excellence .cBtn {
	width: 192px;
	background-color: #01499f;
	box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
}


.excellence .cBtn:hover {
	background-color: #df7900;
	box-shadow: 0px 7px 43px 0px rgba(223, 121, 0, 0.6);
}



.excellence .image {
	width: 46.8125%;
	position: relative;
	margin-top: 25px;
}

.excellence .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	border-radius: 200px 0px 0px 0px;
}


.excellence .image::after,
.excellence .image::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 9;

}

.excellence .image::after {
	width: 120px;
	height: 120px;
	background-color: #df7900;
	bottom: -5px;
	right: calc(100% - 86px);
}

.excellence .image::before {
	width: 38px;
	height: 38px;
	background-color: #01499f;
	bottom: 0;
	right: calc(100% + 37px);
	bottom: 115px;
}


@media screen and (max-width:1760px) {
	.excellence .image {
		margin-top: 0;
	}

	.excellence .title1 {
		margin-bottom: 30px;
	}

	.excellence .txts {
		margin-bottom: 60px;
	}

	.excellence .list .num {
		font-size: 42px;
		line-height: 42px;
	}

	.excellence .list .item {
		margin-right: 10%;
	}

	.excellence .txts p {
		font-size: 16px;
		line-height: 28px;
	}

	.excellence .image img {
		border-radius: 100px 0 0 0;
	}

	.excellence .image::after {
		width: 100px;
		height: 100px;
	}

	.excellence .image::before {
		bottom: 100px;
		right: calc(100% + 14px);
	}

	.excellence .list .name {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.excellence .list .num {
		font-size: 32px;
		line-height: 32px;
	}

	.excellence .txts {
		margin-bottom: 40px;
	}

	.excellence .list {
		margin-bottom: 40px;
	}

	.excellence .image img {
		border-radius: 50px 0 0 0;
	}

	.excellence .cBtn {
		width: 190px;
	}
}

@media screen and (max-width:999px) {
	.excellence .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.excellence .msg {
		width: 100%;
		margin-bottom: 50px;
	}

	.excellence .title1::after {
		width: 5px;
	}

	.excellence .title1 {
		padding-left: 20px;
	}

	.excellence .cBtn {
		width: 180px;
	}

	.excellence .image {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.excellence .image img {
		border-radius: 30px 0 0 0;
	}


	.excellence .image::after {
		width: 80px;
		height: 80px;
		right: calc(100% - 40px);
	}

	.excellence .image::before {
		bottom: 80px;
		right: calc(100% + 40px);
	}
}

@media screen and (max-width:768px) {
	.excellence .list .num {
		font-size: 28px;
		line-height: 28px;
	}

	.excellence .list {
		margin-bottom: 30px;
	}

	.excellence .msg {
		margin-bottom: 40px;
	}

	.excellence .image {
		max-width: 400px;
	}
}

@media screen and (max-width:538px) {
	.excellence .list .num {
		font-size: 24px;
		line-height: 24px;
	}
}









.sustainable {
	padding: 89px 0 100px 0;
	position: relative;
}


.sustainable::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -4;
	background-color: #f5f5f5;
}


.sustainable .title1 {
	margin-bottom: 29px;
	text-align: center;
}


.sustainable .tip {
	text-align: center;
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 46px;
}

.sustainable .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.sustainable .list .item {
	width: 30%;
	margin-right: 5%;
	border-radius: 30px 0px 30px 0px;
	display: flex;
	align-items: center;
	padding: 19px 22px 21px;
	font-family: Archivo-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}



.sustainable .list .item::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-image: linear-gradient(90deg,
			#0374ff 0%,
			#01499f 100%),
		linear-gradient(#000000,
			#000000);
	background-blend-mode: normal,
		normal;
	left: 0;
	top: 0;
	box-sizing: border-box;
}



.sustainable .list .image {
	flex-shrink: 0;
	margin-right: 20px;
	position: relative;
}


.sustainable .list .image::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	right: -3px;
	bottom: -1px;
	border-radius: 50%;
	z-index: -1;
	opacity: 0.1;
}





.sustainable .list .item:nth-child(3n) {
	margin-right: 0;
}


.sustainable .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.sustainable .con {
	display: flex;
	justify-content: space-between;
}



.sustainable .con .image {
	width: 50%;
	border-radius: 30px;
	overflow: hidden;
}

.sustainable .con .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.sustainable .con .msg {
	width: 43.85%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 14px;
}


.sustainable .con .item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 36px;
}


.sustainable .con .item:last-child {
	margin-bottom: 0;
}

.sustainable .con .sign {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 29px;
	width: 70px;
	height: 70px;
	background-color: #01499f;
	border-radius: 50%;
	transform: translateY(-5px);
}


.sustainable .con .box strong {
	font-family: Archivo-Bold;
	font-weight: normal;
	color: #0f0f0f;
}


.sustainable .con .box p {
	color: #333333;
	line-height: 36px;
}


@media screen and (max-width:1760px) {
	.sustainable .title1 {
		margin-bottom: 20px;
	}

	.sustainable .tip {
		font-size: 16px;
		line-height: 26px;
	}

	.sustainable .list .item {
		font-size: 18px;
		line-height: 28px;
	}

	.sustainable .list {
		margin-bottom: 60px;
	}

	.sustainable .con .image {
		border-radius: 20px;
	}

	.sustainable .con .box p {
		line-height: 30px;
	}

	.sustainable .con .msg {
		padding-top: 0;
	}

	.sustainable .con .item {
		margin-bottom: 30px;
	}

	.sustainable .con .msg {
		width: 45%;
	}

	.sustainable .con .sign {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:1333px) {
	.sustainable .list .item {
		font-size: 16px;
		line-height: 26px;
		padding: 20px;
		border-radius: 20px 0 20px 0;
	}

	.sustainable .list {
		margin-bottom: 50px;
	}

	.sustainable .tip {
		margin-bottom: 40px;
	}

	.sustainable .con .sign {
		transform: translateY(0);
		width: 55px;
		height: 55px;
		margin-right: 20px;
	}

	.sustainable .con .image {
		border-radius: 10px;
	}

	.sustainable .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.sustainable .list .item:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width:999px) {
	.sustainable .list {
		justify-content: space-between;
	}

	.sustainable .list .item:nth-child(n) {
		width: 48%;
		margin-top: 20px;
		margin-right: 0;
	}

	.sustainable .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.sustainable .tip {
		font-size: 14px;
		line-height: 24px;
	}

	.sustainable .list .item {
		font-size: 14px;
		line-height: 24px;
	}

	.sustainable .list .image {
		width: 40px;
		height: 40px;
	}

	.sustainable .list .image::after {
		width: 26px;
		height: 26px;
	}

	.sustainable .list {
		margin-bottom: 40px;
	}

	.sustainable .con {
		flex-direction: column-reverse;
	}

	.sustainable .con .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.sustainable .con .sign {
		width: 50px;
		height: 50px;
	}

	.sustainable .con .image {
		border-radius: 5px;
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
}


@media screen and (max-width:538px) {
	.sustainable .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
		padding: 15px;
	}

	.sustainable .list .item:nth-child(1) {
		margin-top: 0;
	}

	.sustainable .list .image {
		width: 35px;
		height: 35px;
	}

	.sustainable .con .sign {
		width: 45px;
		height: 45px;
	}
}








.rdPiece {
	padding: 90px 0 140px 0;
}


.rdPiece .innerAssurance {
	margin-bottom: 120px;
}

.innerAssurance .title1 {
	text-align: center;
	margin-bottom: 47px;
}

.innerAssurance .tip {
	text-align: center;
	font-family: Montserrat-Light;
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 39px;
}


.rdPiece .certificate .con {
	padding: 0 !important;
}

.rdPiece .certificate .con::after {
	display: none;
}


@media screen and (max-width:1760px) {
	.innerAssurance .title1 {
		margin-bottom: 30px;
	}

	.innerAssurance .tip {
		font-size: 18px;
		line-height: 30px;
	}

	.rdPiece .innerAssurance {
		margin-bottom: 100px;
	}
}

@media screen and (max-width:1333px) {
	.innerAssurance .tip {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.innerAssurance .title1 {
		margin-bottom: 20px;
	}

	.rdPiece .innerAssurance {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:999px) {
	.rdPiece .innerAssurance {
		margin-bottom: 50px;
	}

	.innerAssurance .tip {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.rdPiece .innerAssurance {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {}








/* 4-1-Service-Customization */

.serviceCustom {
	padding: 90px 0 80px 0;
}

.serviceCustom .title1 {
	text-align: center;
	margin-bottom: 23px;
}


.serviceCustom .tips {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 36px;
	color: #0f0f0f;
	text-align: center;
	margin-bottom: 49px;
}


.serviceCustom .swiper-slide {
	height: auto;
	background-color: #f7f7f7;
	border-radius: 10px;
	overflow: hidden;
	padding: 31px 39px 40px;
}


.serviceCustom .num {
	font-family: Archivo-Bold;
	font-size: 40px;
	line-height: 40px;
	color: #01499f;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 7px;
	text-decoration-thickness: 2px;
	position: relative;
	z-index: 9;
	margin-bottom: 23px;
}




.serviceCustom .num::after {
	content: attr(title);
	position: absolute;
	left: -5px;
	bottom: -18px;
	font-family: Archivo-Bold;
	font-size: 80px;
	line-height: 80px;
	color: #f0f0f0;
	z-index: -1;
}


.serviceCustom .tit {
	font-family: Archivo-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #0f0f0f;
}

.serviceCustom .msg .tit {
	margin-bottom: 8px;
}



.serviceCustom .objective {
	margin-bottom: 23px;
}


.serviceCustom .objective p strong {
	font-family: Archivo-Bold;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	display: block;
	margin-bottom: 16px;
}

.serviceCustom .objective p em {
	font-style: normal;
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #df7900;
	position: relative;
	display: block;
	padding-left: 33px;
	margin-bottom: 19px;
}

.serviceCustom .objective p em::after {
	content: "";
	position: absolute;
	left: 2px;
	top: 7px;
	width: 18px;
	height: 18px;
	background-image: url("../images/objectiveSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}



.serviceCustom .deliverables .tit {
	margin-bottom: 4px;
}

.serviceCustom .deliverables .list a {
	font-size: 16px;
	line-height: 30px;
	color: #01499f;
	font-family: Archivo-Bold;
	display: block;
}


.serviceCustom .deliverables .list a:hover {
	color: #df7900;
}



.serviceCustom .deliverables .list a:last-child {
	margin-bottom: 0;
}



.serviceCustom .sBtns>div {
	box-shadow: none;
	font-size: 20px;
}



.serviceCustom .swiper-pagination {
	position: static;
	margin-top: 47px;
}

.serviceCustom .swiper-pagination span {
	width: 30px;
	height: 8px;
	background-color: #cccccc;
	border-radius: 4px;
	opacity: 1;
}

.serviceCustom .swiper-pagination span.swiper-pagination-bullet-active {
	width: 50px;
	background-color: #01499f;
}

.profits {
	position: relative;
}

.profits .reduce {
	margin-bottom: 0;
}

.profits .imgBg {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}


.profits .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



@media screen and (max-width:1760px) {
	.serviceCustom .tips {
		line-height: 30px;
	}

	.serviceCustom .title1 {
		margin-bottom: 30px;
	}

	.serviceCustom .swiper-slide {
		padding: 30px;
	}

	.serviceCustom .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.serviceCustom .sBtns>div {
		font-size: 16px;
	}

	.serviceCustom .swiper-pagination {
		margin-top: 40px;
	}

	.serviceCustom .num {
		font-size: 36px;
		line-height: 36px;
	}

	.serviceCustom .num::after {
		font-size: 60px;
		line-height: 60px;
		bottom: -10px;
	}
}

@media screen and (max-width:1333px) {
	.serviceCustom .tips {
		line-height: 28px;
		margin-bottom: 40px;
	}

	.serviceCustom .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.serviceCustom .deliverables .tit {
		margin-bottom: 10px;
	}

	.serviceCustom .swiper-pagination {
		margin-top: 30px;
	}

	.serviceCustom .objective p {
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.serviceCustom .tips {
		font-size: 14px;
		line-height: 24px;
	}

	.serviceCustom .num {
		font-size: 32px;
		line-height: 32px;
	}

	.serviceCustom .num::after {
		font-size: 50px;
		line-height: 50px;
	}

	.serviceCustom .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.serviceCustom .objective p {
		line-height: 26px;
	}

	.serviceCustom .objective p em {
		font-size: 14px;
	}

	.serviceCustom .deliverables .list a {
		font-size: 14px;
	}

	.serviceCustom .swiper-pagination span {
		height: 6px;
	}

	.serviceCustom .swiper-slide {
		border-radius: 5px;
	}

	.serviceCustom .objective p strong {
		font-size: 14px;
		line-height: 26px;
	}

	.serviceCustom .objective p em {
		margin-bottom: 14px;
	}
}

@media screen and (max-width:768px) {
	.serviceCustom .title1 {
		margin-bottom: 20px;
	}

	.serviceCustom .swiper-slide {
		padding: 20px;
	}

	.serviceCustom .num {
		font-size: 28px;
		line-height: 38px;
	}

	.serviceCustom .swiper-pagination {
		margin-top: 20px;
	}

}



.sustainability {
	padding: 108px 0 100px 0;
}


.sustainability .title1 {
	line-height: 60px;
	padding-left: 41px;
	position: relative;
}

.sustainability .title1::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 101%;
	background-color: #df7900;
	border-radius: 5px;
}


.sustainability .list {
	display: flex;
	flex-wrap: wrap;
}

.sustainability .list .item {
	background-color: #f9fcff;
	border-radius: 10px;
	overflow: hidden;
	width: 23.75%;
	margin-right: 1.66%;
	margin-top: 52px;
	padding: 18px 28px 40px;
}


.sustainability .list .item:last-child,
.sustainability .list .item:nth-child(2) {
	margin-right: 0;
}

.sustainability .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.sustainability .list .item:nth-child(1) {
	background-color: transparent;
	border-radius: 0;
	width: 40%;
	padding: 0;
	margin-right: 7.75%;
}


.sustainability .list .item:nth-child(2) {
	width: 52.25%;
	display: flex;
	align-items: flex-start;
	padding-bottom: 30px;
}

.sustainability .list .item:nth-child(2) .tit {
	margin-top: 15px;
	margin-bottom: 7px;
}

.sustainability .list .item:nth-child(2) .image {
	margin-right: 9px;
}

.sustainability .list .image {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	margin-bottom: 10px;
}

.sustainability .tit {
	font-family: Archivo-Bold;
	font-size: 26px;
	line-height: 30px;
	color: #01499f;
	margin-bottom: 17px;
}

.sustainability .txts {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}


@media screen and (max-width:1760px) {
	.sustainability .list .item {
		margin-top: 30px;
		padding: 20px;
	}

	.sustainability .tit {
		font-size: 22px;
		line-height: 30px;
		margin-top: 0;
	}

	.sustainability .list .image {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:1333px) {

	.sustainability .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
		flex: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
		border-radius: 5px;
	}

	.sustainability .list .item:nth-child(1) {
		width: 100%;
		margin-top: 0;
		padding: 0;
	}

	.sustainability .list .item:nth-child(4) {
		margin-right: 0;
	}

	.sustainability .title1::after {
		width: 6px;
	}

	.sustainability .title1 {
		margin-bottom: 20px;
		padding-left: 30px;
	}

	.sustainability .list .item:nth-child(n) .image {
		width: 55px;
		height: 55px;
		margin: 0;
		margin-bottom: 10px;
	}

	.sustainability .list .item:nth-child(n) .tit {
		margin: 0;
		margin-bottom: 10px;
		font-size: 20px;
	}

}

@media screen and (max-width:999px) {
	.sustainability .list .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.sustainability .list .item:nth-child(3),
	.sustainability .list .item:nth-child(5) {
		margin-right: 0;
	}

	.sustainability .list .item:nth-child(1) {
		width: 100%;
		margin-top: 0;
	}

	.sustainability .title1 {
		margin-bottom: 10px;
	}

	.sustainability .list .item:nth-child(n) .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.sustainability .list .item:nth-child(n) .image {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:768px) {
	.sustainability .list .item:nth-child(n) .tit {
		font-size: 16px;
	}
}

@media screen and (max-width:538px) {
	.sustainability .title1 {
		margin-bottom: 0px;
	}
}

@media screen and (max-width:450px) {
	.sustainability .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		margin-right: 0;
	}

	.sustainability .list .item:nth-child(1) {
		margin-top: 0;
	}
}

.applicable {
	position: relative;
	min-height: 740px;
	padding: 100px 0 145px 0;
	background-image: url("../images/industriesM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	margin-bottom: -100px;
}

@media screen and (min-width:1920px){
 	.applicable {
 		margin-bottom: -140px;
 	}	
}

.applicable .title1 {
	margin-bottom: 28px;
	color: #ffffff;
}


.applicable .txts {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 11px;
}


.applicable .cBtn {
	width: 174px;
}

.applicable .cBtn:hover img {
	transform: translateX(20px);
}

@media screen and (max-width:1760px) {
	.applicable {
		min-height: 600px;
	}

	.applicable .txts {
		margin-bottom: 30px;
	}

	.applicable .cBtn {
		width: 162px;
	}

}

@media screen and (max-width:1333px) {
	.applicable {
		min-height: 500px;
	}

	.applicable .cBtn {
		width: 145px;
	}
}

@media screen and (max-width:999px) {
	.applicable {
		min-height: 400px;
	}
}



/* 4-2Service */


.service {
	padding: 124px 0 141px 0;
}


.service .con {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}


.service .con .image {
	width: 38.1%;
	border-radius: 10px;
	border: solid 3px #01499f;
}


.service .con .image img {
	transform: translateX(27px) translateY(-27px);
	border-radius: 10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.service .con .msg {
	width: 52.6%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 64px;
}

.service .con .msg .title1 {
	margin-bottom: 79px;
	position: relative;
	line-height: 60px;
}

.service .con .msg .title1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -39px;
	width: 100px;
	height: 12px;
	background-color: #df7900;
	border-radius: 6px;
}


.service .con .msg .title1 span {
	color: #df7900;
}


.service .con .txts {
	line-height: 36px;
	color: #333333;
	margin-bottom: 67px;
}


.service .con .cBtn {
	width: 214px;
	box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
	background-color: #01499f;
}



.service .con .cBtn:hover {
	background-color: #df7900;
}



.service .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 101px;
}



.service .list .item {
	width: 31.25%;
	margin-right: 3.125%;
	margin-top: 50px;
	border-radius: 10px;
	padding: 27px 30px 30px 30px;
}


.service .list .item:nth-child(3n) {
	margin-right: 0;
}


.service .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.service .list .item:nth-child(2n-1) {
	background-color: #f2f8ff;
}

.service .list .item:nth-child(2n) {
	background-color: #fff7ee;
}



.service .list .image {
	width: 65px;
	margin: 0 auto 21px;
}

.service .list .tit {
	font-family: Archivo-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #0f0f0f;
	margin-bottom: 2px;
	text-align: center;
}


.service .list .txts {
	line-height: 36px;
	color: #333333;
	text-align: center;
}

@media screen and (max-width:1760px) {
	.service .con .msg {
		padding-bottom: 30px;
	}

	.service .con .msg .title1::after {
		height: 5px;
		width: 80px;
		bottom: -26px;
	}

	.service .con .msg .title1 {
		margin-bottom: 60px;
	}

	.service .con .txts {
		margin-bottom: 50px;
	}

	.service .con {
		margin-bottom: 80px;
	}


	.service .list .item {
		padding: 30px;
	}

	.service .list .tit {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.service .list {
		margin-bottom: 80px;
	}

	.service .list .image {
		width: 55px;
	}
}

@media screen and (max-width:1333px) {
	.service .con .image img {
		transform: translateX(20px) translateY(-20px);
		border-radius: 5px;
	}

	.service .con .image {
		border-radius: 5px;
	}

	.service .con .msg .title1::after {
		height: 4px;
		width: 65px;
		bottom: -25px;
	}

	.service .con .txts {
		margin-bottom: 40px;
	}

	.service .con {
		margin-bottom: 60px;
	}

	.service .list {
		justify-content: space-between;
	}

	.service .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		border-radius: 5px;
	}

	.service .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.service .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.service .list .image {
		width: 50px;
	}

	.service .list {
		margin-bottom: 60px;
	}


	.service .con .cBtn {
		width: 190px;
	}

}

@media screen and (max-width:999px) {
	.service .con .msg .title1 {
		margin-bottom: 50px;
	}


	.service .con .cBtn {
		width: 180px;
	}


	.service .con {
		margin-bottom: 50px;
	}

	.service .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.service .con {
		flex-direction: column-reverse;
	}

	.service .con .msg {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: 60px;
	}

	.service .con .image {
		width: 90%;
		margin: 0 auto;
		max-width: 400px;
	}

	.service .con .txts {
		margin-bottom: 30px;
	}

	.service .con {
		margin-bottom: 40px;
	}

	.service .list .item {
		padding: 20px;
	}

	.service .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.service .list .image {
		width: 45px;
	}

	.service .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.service .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.service .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 5-1-Solutions */


.mbox {
	height: 72px;
	overflow: hidden;
}

.mbox p {
	line-height: 36px;
}


.mBtn {
	margin-top: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: bold;
	width: 180px;
}

.mBtn img {
	width: 30px;
	flex-shrink: 0;
	margin-left: 20px;
}

.mBtn:hover {
	color: #01499f;
}

.solutions {
	padding: 90px 0 141px 0;
}

.solutions .title1 {
	margin-bottom: 18px;
	color: #333333;
}

.solutions .projectList {
	margin: 70px 0 75px 0;
}


.solutions .projectList .item:nth-child(n) {
	width: 31.875%;
	margin-right: 2.1875%;
	margin-top: 42px;
}

.solutions .projectList .item:nth-child(3n) {
	margin-right: 0;
}

.solutions .projectList .item:nth-child(-n+3) {
	margin-top: 0;
}

.solutions .projectList .tit {
	padding: 0 30px;
	bottom: 24px;
	height: 68px;
}

.solutions .projectList .name {
	font-size: 20px;
	line-height: 32px;
}



.solutions .projectList .msg .txts {
	font-size: 20px;
	line-height: 35px;
}


.solutions .projectList .box {
	height: 68px;
}

.solutions .projectList .msg .btn {
	font-size: 20px;
	line-height: 30px;
}

.solutions .projectList .msg .btn img {
	width: 42px;
	margin-left: 43px;
}

.solutions .projectList .msg {
	padding: 30px 34px 69px 34px;
}

.solutions .projectList .msg .txts {
	margin-bottom: 57px;
}




.solutions .projectList .item::after {
	background-image: url("../images/solution-bg.png");
}


.solutions .pager {
	margin-bottom: 105px;
}




@media screen and (max-width:1760px) {
	.solutions .projectList {
		margin: 60px 0;
	}

	.solutions .projectList .msg {
		padding: 30px;
	}

	.solutions .projectList .msg .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.solutions .projectList .msg .txts {
		margin-bottom: 20px;
	}

	.solutions .projectList .name {
		font-size: 18px;
		line-height: 30px;
	}

	.solutions .projectList .box {
		height: 60px;
	}

	.solutions .projectList .tit {
		height: 60px;
	}

	.solutions .projectList .msg .btn img {
		width: 34px;
		margin-left: 20px;
	}

	.solutions .pager {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.mbox {
		height: 84px;
	}

	.mBtn img {
		width: 26px;
	}

	.solutions .projectList {
		margin: 50px 0;
	}

	.solutions .projectList .msg {
		padding: 20px;
	}

	.solutions .projectList .tit {
		padding: 0 20px;
	}

	.solutions .projectList .msg .txts {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.solutions .projectList .name {
		font-size: 16px;
		line-height: 28px;
	}

	.solutions .projectList .box,
	.solutions .projectList .tit {
		height: 56px;
	}


	.solutions .projectList .item:nth-child(n) {
		margin-top: 30px;
	}


	.solutions .projectList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.solutions .pager {
		margin-bottom: 60px;
	}


}

@media screen and (max-width:999px) {
	.solutions .projectList {
		margin: 40px 0;
		justify-content: space-between;
	}

	.solutions .projectList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.solutions .projectList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.mbox {
		height: 78px;
	}

	.mBtn {
		font-size: 14px;
	}

	.mBtn img {
		width: 22px;
	}

	.solutions .projectList .msg .btn img {
		width: 30px;
	}

	.solutions .projectList .box {
		height: auto;
	}

	.solutions .pager {
		margin-bottom: 50px;
	}


	.solutions .projectList .msg .txts {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.solutions .projectList .name {
		font-size: 14px;
	}

	.solutions .pager {
		margin-bottom: 40px;
	}

	.solutions .projectList .msg .btn img {
		width: 25px;
	}
}

@media screen and (max-width:450px) {
	.solutions .projectList .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.solutions .projectList .item:nth-child(1) {
		margin-top: 0;
	}
}







/* 5-2-Solutions */

.solutionDet {
	padding: 74px 0 109px 0;
}


.solutionDet h1 {
	font-family: Archivo-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #0f0f0f;
	margin-bottom: 17px;
}


.share {
	display: flex;
	align-items: center;
}

.share span {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	flex-shrink: 0;
	margin-right: 18px;
}

.solutionDet .share {
	margin-bottom: 27px;
}


.solutionDet .describe {
	margin-bottom: 48px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 22px 0 32px 0;
}


.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}


.prevOrNext>div.next {
	justify-content: flex-end;

}

.prevOrNext .next .tit {
	text-align: right;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.prevOrNext .prev .btn {
	margin-right: 14px;
}

.prevOrNext .next .btn {
	margin-left: 14px;
}

.prevOrNext .btn i {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}


.prevOrNext a.btn:hover {
	background-color: #034da6;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}


.prevOrNext a.btn:hover i {
	color: #ffffff;
}



.prevOrNext .tit {
	font-size: 16px;
	line-height: 19px;
	color: #333333;
}

.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 23px;
	color: #666666;
}

.prevOrNext a.name:hover {
	color: #034da6;
}



.innerMainProducts {
	background-color: #f9f9f9;
	padding: 100px 0 80px 0;
	margin-bottom: -100px;
	overflow: hidden;
}
@media screen and (min-width:1920px){
 	.innerMainProducts {
 		margin-bottom: -140px;
 	}	
}


.innerMainProducts .mainProducts {
	background-image: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 50px;
}


.innerMainProducts .mainProducts .title1 {
	margin-bottom: 18px;
}

.innerMainProducts .mainProducts .txts {
	color: #333333;
}


.innerMainProducts .piece {
	height: 128px;
	background-color: #f9f9f9;
}

.innerMainProducts .sBtns>div {
	background-color: transparent;
}



.innerMainProducts .sBtns>div:hover {
	background-color: #dddddd;
}

.innerMainProducts .sBtns>div.swiper-button-disabled {
	background-color: transparent;
}


.innerMainProducts .productCatgeory::after {
	display: none;
}





@media screen and (max-width:1760px) {
	.solutionDet h1 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.solutionDet .describe {
		margin-bottom: 40px;
	}

	.solutionDet .describe {
		padding: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	.solutionDet h1 {
		font-size: 26px;
	}

	.prevOrNext .tit {
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.solutionDet h1 {
		font-size: 24px;
	}

	.share span {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 24px;
	}

	.prevOrNext .tit {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 14px;
	}

	.prevOrNext .next .tit {
		text-align: left;
	}

	.innerMainProducts .piece {
		height: 100px;
	}
}




/* 6-1-news */

.news {
	padding: 91px 0 104px 0;
}

.news .title1 {
	margin-bottom: 17px;
	color: #333333;
}



.news .list {
	margin-bottom: 75px;
	margin-top: 70px;
}


.news .list .item {
	background-color: #ffffff;
	box-shadow: 0px 7px 43px 0px rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 30px 30px 30px;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}


.news .list .item:nth-child(1) {
	margin-top: 0;
}

.news .list .msg {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 5px;
}

.news .list .image {
	width: 33%;
	flex-shrink: 0;
	margin-right: 40px;
	overflow: hidden;
	border-radius: 16px;
}



.news .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.news .list .time {
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 28px;
	color: #df7900;
	margin-bottom: 7px;
}


.news .list .title {
	font-family: Archivo-Bold;
	font-size: 26px;
	line-height: 36px;
	color: #0f0f0f;
	margin-bottom: 17px;
}


.news .list .title:hover {
	color: #01499f;
}

.news .list .txts {
	margin-bottom: 53px;
}


.news .list .cBtn {
	width: 205px;
	box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
	background-color: #01499f;
}



.news .list .cBtn:hover {
	background-color: #df7900;
	box-shadow: 0px 7px 43px 0px rgba(255, 196, 126, 0.6);
}


@media screen and (max-width:1760px) {
	.news .list {
		margin: 60px 0;
	}

	.news .list .item {
		padding: 25px;
		border-radius: 10px;
	}

	.news .list .image {
		border-radius: 10px;
	}

	.news .list .time {
		font-size: 16px;
		line-height: 26px;
	}

	.news .list .title {
		font-size: 22px;
		line-height: 30px;
	}

	.news .list .txts {
		margin-bottom: 30px;
	}

	.news .list .cBtn {
		width: 190px;
	}
}

@media screen and (max-width:1333px) {
	.news .list .title {
		font-size: 18px;
		line-height: 28px;
	}

	.news .list .cBtn {
		width: 180px;
	}

	.news .list .item {
		border-radius: 5px;
		margin-top: 30px;
	}

	.news .list .image {
		border-radius: 5px;
	}

	.news .list {
		margin: 50px 0;
	}
}

@media screen and (max-width:999px) {
	.news .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 40px 0;
	}

	.news .list .item:nth-child(n) {
		padding: 0;
		width: 48%;
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}

	.news .list .item .image {
		width: 100%;
	}

	.news .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .list .msg {
		padding: 20px;
	}

	.news .list .title {
		font-size: 16px;
		line-height: 28px;
		-webkit-line-clamp: 2;
	}

	.news .list .txts {
		font-size: 14px;
		line-height: 26px;
		-webkit-line-clamp: 2;
	}

	.news .list .time {
		font-size: 14px;
	}

	.news .list .cBtn {
		width: 160px;
	}
}


@media screen and (max-width:450px) {
	.news .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 6-2-news */


.newDet {
	padding: 74px 0 111px 0;
}

.newDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.newDet .describe {
	width: 73.125%;
}

.newDet .latestNews {
	width: 21.4%;
}


.newDet .describe h1 {
	font-family: Archivo-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #0f0f0f;
	margin-bottom: 14px;
}



.newDet .describe .tips {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
}


.newDet .describe .time {
	font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-right: 20px;
}


.newDet .msg {
	padding: 25px 0 33px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 48px;
}

.newDet .prevOrNext {
	flex-direction: column;
	align-items: flex-start;
}

.newDet .prevOrNext>div {
	width: 100%;
}

.newDet .prevOrNext>div.next {
	flex-direction: row-reverse;
	margin-top: 37px;
}

.newDet .prevOrNext .next .btn {
	margin-left: 0;
	margin-right: 14px;
}

.newDet .prevOrNext .next .tit {
	text-align: left;
}


.latestNews .title {
	font-family: Archivo-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #0f0f0f;
	margin-bottom: 22px;
}



.latestNews .list .item {
	margin-bottom: 26px;
}


.latestNews .list .item:last-child {
	margin-bottom: 0;
}


.latestNews .list .image {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 14px;
}


.latestNews .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.latestNews .list .time {
	font-family: Montserrat-Light;
	font-size: 12px !important;
	line-height: 24px;
	color: #df7900;
	margin-bottom: 3px;
}

.latestNews .list .tit {
	font-family: Archivo-Bold;
	font-size: 16px;
	line-height: 24px;
	color: #0f0f0f;
}

.latestNews .list .tit:hover {
	color: #034da6;
}



@media screen and (max-width:1760px) {
	.newDet .describe h1 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.newDet .describe .tips {
		margin-bottom: 30px;
	}

	.newDet .msg {
		padding: 30px 0;
	}

	.latestNews .title {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 40px;
	}

	.latestNews .list .image {
		border-radius: 10px;
	}

	.newDet .prevOrNext>div.next {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.newDet .describe h1 {
		font-size: 26px;
	}

	.newDet .describe h1 br {
		display: none;
	}

	.latestNews .title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.newDet .describe {
		width: 70%;
	}

	.newDet .latestNews {
		width: 25%;
	}

	.latestNews .list .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .describe {
		width: 100%;
	}

	.newDet .describe h1 {
		font-size: 24px;
	}

	.newDet .msg {
		margin-bottom: 40px;
	}

	.newDet .prevOrNext>div.next {
		margin-top: 20px;
	}

	.newDet .describe {
		margin-bottom: 50px;
	}


	.newDet .latestNews {
		width: 100%;
	}

	.latestNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.latestNews .list .item {
		width: 48%;
		margin-top: 30px;
		margin-bottom: 0;
	}

	.latestNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.latestNews .title {
		font-size: 24px;
	}

	.latestNews .list .tit {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.newDet .describe h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.newDet .describe {
		margin-bottom: 40px;
	}

	.latestNews .title {
		font-size: 22px;
		line-height: 30px;
	}

	.newDet .msg {
		padding: 20px 0;
	}
}

@media screen and (max-width:538px) {
	.newDet .describe .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .describe .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:450px) {
	.latestNews .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.latestNews .list .item:nth-child(1) {
		margin-top: 0;
	}
}












/* 7-1-contact us */



.contactUs {
	padding: 87px 0 76px 0;
}



.contactUs .getQuote {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}


.contactUs .getQuote::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	width: 1px;
	background-color: rgba(51, 51, 51, 0.1);
	height: 91%;
}


.contactUs .getQuote .msg {
	width: 45%;
}


.contactUs .getQuote .quote {
	width: 45.1%;
	padding-top: 17px;
}

.contactUs .getQuote .title1 {
	margin-bottom: 20px;
}

.contactUs .getQuote .txts {
	color: #333333;
	margin-bottom: 34px;
}



.contactUs .getQuote .list .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}


.contactUs .getQuote .list .item:last-child {
	margin-bottom: 0;
}


.contactUs .getQuote .list i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background-color: #df7900;
	border-radius: 50%;
	color: #ffffff;
	font-size: 28px;
	margin-right: 21px;
	flex-shrink: 0;
	transform: translateY(-6px);
}




.contactUs .getQuote .list .name {
	font-family: Archivo-Bold;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 2px;
}


.contactUs .getQuote .list .email {
	word-break: break-all;
}


.contactUs .getQuote .list .num {
	color: #333333;
}

.contactUs .getQuote .list .num strong {
	font-family: Archivo-Bold;
	font-weight: normal;
}


.contactUs .getQuote .list a.num:hover {
	color: #01499f;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.contactUs .quote .title {
	margin-top: -15px;
}


.quote .title {
	font-family: Archivo-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #0f0f0f;
	position: relative;
	padding-left: 26px;
	margin-bottom: 26px;
}


.quote .title::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 6px;
	height: 29px;
	background-color: #df7900;
}



.contactUs .quote .cForm ul li.code input {
	border: none;
}

.cForm {
	padding-left: 6px;
}

.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 16px;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.cForm ul li {
	height: 56px;
	width: 48%;
	margin-top: 11px;
	background-color: #ffffff;
	padding: 0 14px;
	overflow: hidden;
	border-bottom: 1px solid rgba(51, 51, 51, 0.8);
	position: relative;
}


.cForm ul li.must {
	position: relative;
}

.cForm ul li.must::after {
	content: "*";
	position: absolute;
	top: 16px;
	left: 0;
	font-family: Montserrat-Light;
	font-size: 18px;
	color: #ff000b;
}



.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}

.cForm ul li.message {
	width: 100%;
	height: 171px;
	padding: 13px 14px;
}

.cForm ul li.message.must::after {
	top: 11px;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: none;
	width: 100%;
	background-color: transparent;
	border-bottom: 1px solid rgba(51, 51, 51, 0.8);
}


.cForm ul li.code input {
	flex: 1;
	padding: 0 16px;
	background-color: #ffffff;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-left: 12px;
	width: 70px;
	height: 45px;
}


.cForm ul li.code .codeImg img {
	height: 100%;
}


.cForm ul li.subBtn {
	padding: 0;
	border: none;
	width: 219px;
	height: 59px;
	margin-bottom: 0;
	background-color: transparent;
	margin-top: 30px;
}


.cForm ul li.subBtn input {
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	background-color: #df7900;
	border-radius: 0px 30px 0px 30px;
	font-size: 20px;
	font-family: Archivo-Bold;
}


.cForm ul li.subBtn input:hover {
	background-color: #01499f;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #333333;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #333333;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #333333;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #333333;
}



.map {
	margin-bottom: -60px;
}

.map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



@media screen and (min-width:1920px) {
	.map {
		margin-bottom: -140px;
	}
}


@media screen and (max-width:1560px) {
	.contactUs .getQuote .quote {
		padding-top: 0;
	}

	.contactUs .getQuote .title1 {
		margin-bottom: 30px;
	}

	.quote .title {
		font-size: 34px;
		line-height: 46px;
	}

	.cForm ul li.subBtn {
		height: 50px;
	}

	.contactUs .quote .title {
		margin-top: 0;
	}

	.contactUs .getQuote .list i {
		width: 60px;
		height: 60px;
		font-size: 24px;
	}

	.cForm ul li.code {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.quote .title {
		font-size: 28px;
		line-height: 38px;
	}

	.cForm {
		padding-left: 0;
	}

	.contactUs .getQuote .list i {
		width: 55px;
		height: 55px;
		font-size: 22px;
	}

	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}


	.cForm ul li.subBtn {
		width: 200px;
	}

	.map {
		margin-bottom: -40px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .getQuote {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .getQuote .msg {
		width: 100%;
		margin-bottom: 50px;
	}

	.contactUs .getQuote::after {
		display: none;
	}

	.contactUs .getQuote .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .getQuote .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .getQuote .list .item:nth-child(n) {
		width: 48%;
		margin-bottom: 0;
	}

	.contactUs .getQuote .list .item:last-child {
		width: 100%;
		margin-top: 30px;
	}

	.contactUs .getQuote .list i {
		width: 50px;
		height: 50px;
		transform: translateY(0);
		font-size: 18px;
	}

	.contactUs .getQuote .title1 {
		margin-bottom: 20px;
	}

	.quote .title {
		font-size: 24px;
		line-height: 36px;
	}

	.contactUs .getQuote .quote {
		width: 100%;
	}

	.cForm ul li:nth-child(n) {
		width: 48%;
		margin-top: 20px;
	}

	.cForm ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	.cForm ul li.message {
		width: 100%;
		height: 150px;
	}

	.cForm ul li.subBtn input {
		border-radius: 0 20px 0 20px;
	}

	.map {
		margin-bottom: -30px;
	}
}


@media screen and (max-width:768px) {
	.contactUs .getQuote .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.contactUs .getQuote .list .item:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .getQuote .msg {
		margin-bottom: 40px;
	}

	.contactUs .getQuote .list i {
		width: 45px;
		height: 45px;
	}

	.quote .title {
		font-size: 22px;
		line-height: 30px;
	}

	.cForm ul li {
		height: 50px;
	}

	.map {
		margin-bottom: -20px;
	}
}

@media screen and (max-width:450px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.cForm ul li.message {
		height: 140px;
	}

	.cForm ul li.subBtn {
		height: 45px;
		margin-top: 20px;
	}
}








/* innerBanner */

.innerBanner {
	position: relative;
}


.innerBanner .image {
	height: 100%;
}


.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.innerBanner .con {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.innerBanner .title {
	font-family: Archivo-Bold;
	font-size: 60px;
	line-height: 80px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 6px;
}



/* crumb */


.crumb {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.crumb img {
	flex-shrink: 0;
	margin-right: 5px;
	transform: translateY(2px);
	width: 22px;
}


.crumb a,
.crumb i {
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #ffffff;
}


.crumb i {
	font-style: normal;
}

.crumb a:hover,
.crumb a.active {
	color: #01499f;
}



/* pager */


.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.pager .pageList .sc{
	width: 250px;
}
.pager .pageList a {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat-Light, Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	margin: 5px 5px;
	border: solid 1px rgba(56, 56, 56, 0.3);
	border-radius: 5px;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #df7900;
	border-color: #df7900;
}



.pager .pageList a.iconfont {
	margin: 0 3px;
	font-size: 14px;
	color: #333333;
}


.pager .addTo {
	width: 232px;
	height: 48px;
	border-radius: 5px;
	border: solid 1px rgba(56, 56, 56, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 5px 5px;
	font-size: 18px;
	text-align: center;
}


.pager .addTo input {
	position: absolute;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
	background-color: transparent;
}

.pager .addTo i {
	transform: rotate(-45deg);
	margin-left: 5px;
}

.pager .addTo:hover {
	background-color: #df7900;
	border-color: #df7900;
	color: #ffffff;
}

.pager .addTo:hover i {
	color: #ffffff;
}



@media screen and (max-width:1760px) {
	.innerBanner .title {
		font-size: 48px;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.pager .pageList a {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	.pager .addTo {
		font-size: 16px;
		height: 40px;
		border-radius: 5px;
		width: 220px;
	}


}


@media screen and (max-width:1333px) {
	.innerBanner .title {
		font-size: 34px;
		line-height: 48px;
	}

	.pager .pageList a {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner .title {
		font-size: 28px;
		line-height: 38px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 28px;
	}

	.crumb img {
		width: 20px;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
		font-size: 14px;
		border-radius: 5px;
	}

	.pager .addTo {
		font-size: 14px;
		height: 36px;
		width: 200px;
	}

	.pager .addTo i {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}

	.innerBanner .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 10px;
	}

	.pager .pageList a {
		width: 34px;
		height: 34px;
	}

	.pager .addTo {
		height: 34px;
		width: 200px;
	}

}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}

	.pager .pageList a {
		margin: 5px 3.5px;
	}
}


/* footer */


footer {
	position: relative;
	z-index: 999;
}

footer .safeRange {
	position: relative;
	padding: 89px 0 83px 0;
}

footer .safeRange::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	padding: 75px 0 50px 0;
	z-index: -1;
	background-color: #edf3fc;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

footer>.image{
	display: flex;
	align-items: center;
	justify-content: center;
}

footer>.image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

footer .footerList {
	display: flex;
	align-items: flex-start;
	position: relative;
}


footer .footerList .box li {
	margin-top: 8px;
}


footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}



footer .footerList .fProduct {
	width: 22%;
	margin-right: 3.05%;
}



footer .footerList .fNav {
	width: 18%;
	margin-right: 2.3%;
}



footer .footerList .fContact {
	width: 24%;
	margin-right: 3.15%;
}



footer .footerList .fContact p,
footer .footerList .fContact a {
	display: inline;
}


footer .footerList .fContact ul>li {
	margin-top: 14px;
}


footer .footerList .fContact ul>li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fContact .downloadBtn {
	width: 234px;
	height: 60px;
	background-color: #01499f;
	box-shadow: 0px 7px 43px 0px rgba(95, 148, 236, 0.6);
	border-radius: 28px 0px 28px 28px;
	border: solid 2px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: Archivo-Bold;
	color: #ffffff;
	margin-top: 65px;
}



footer .footerList .fContact .downloadBtn img {
	width: 31px;
	flex-shrink: 0;
	margin-right: 22px;
}


footer .footerList .fContact .downloadBtn:hover {
	background-color: #df7900;
	color: #ffffff !important;
}



footer .footerList .fContact .downloadBtn:hover img {
	transform: none;
}


footer .footerList .fInquiry {
	width: 27.5%;
}



footer .footerList .fInquiry form {
	margin-top: 28px;
}



footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList form ul li {
	height: 34px;
	margin-top: 13px;
	padding: 0 10px;
	width: 46.7%;
	background-color: rgba(1, 73, 159, 0.08);
}

footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}


.fInquiry form {
	padding-left: 19px;
}


.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 14px !important;
}


.fInquiry form li.must {
	position: relative;
}

.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	font-family: Montserrat-Light, Arial, sans-serif;
	font-size: 16px;
	color: #ff0000;
	top: 8px;
	left: -17px;
}



.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.fInquiry form li.message {
	width: 100%;
	height: 67px;
	padding: 11px 12px;
}


.fInquiry form li.code {
	width: 75.6%;
	background-color: transparent;
}




.fInquiry form li.code input {
	flex: 1;
	padding: 0 12px;
	background-color: rgba(1, 73, 159, 0.08);
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 114px;
	height: 100%;
	background-color: #f3fbfe;
	margin-left: 28px;
}


.fInquiry form li.code .codeImg img {
	height: 100%;
}

.fInquiry form li.subBtn {
	padding: 0;
	width: 20%;
	border: none;
	overflow: hidden;
}



.fInquiry form li.subBtn input {
	background-color: #01499f;
	cursor: pointer;
	color: #ffffff;
	font-size: 14px !important;
	color: #ffffff;
}




.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
	color: #01499f;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #464646;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #464646;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #464646;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #464646;
}


footer .line {
	position: relative;
	height: 1px;
	margin: 54px 0 47px 0;
}


footer .line::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 2px;
	background-color: rgba(1, 73, 159, 0.1);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #464646;
}


footer a {
	display: block;
}

footer .title {
	font-family: Archivo-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	display: block;
	position: relative;
}




footer a.title:hover {
	color: #df7900;
}


footer .footerList .box {
	margin-top: 27px;
}


footer .footerList .box a:hover {
	color: #df7900;
}

footer .footerList .img_code{
    display: flex;
    justify-content: space-between;
}

footer .footerList .img_code div{
    width:40%;
    text-align: center;
}
footer .footerList .img_code div img{
    width:100%;
}
footer .copyright {
	margin-bottom: 20px;
	color: #333333;
}


footer .fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



footer .copyright a {
	display: inline;
}

footer .copyright a:hover {
	color: #df7900;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 11px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links {
	display: flex;
	flex-wrap: wrap;
}

footer .links span {
	margin-right: 10px;
}

footer .links a {
	margin-right: 10px;
	color: #333333;
}

footer .links a:hover {
	color: #df7900;
}


footer .email a {
	word-break: break-all;
}



footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 16px;
	flex-shrink: 0;
	margin-left: 30px;
}


footer .blogrolls a {
	width: 44px;
	height: 44px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: rgba(1, 73, 159, .6);
	flex-shrink: 0;
	border: 1px solid rgba(1, 73, 159, .6);
	margin: 5px 0;
	margin-left: 14.5px;
}


footer .blogrolls a:hover {
	color: #01499f;
	border-color: #01499f;
}

.fInquiry form li.m-formcountry {
	padding: 0;
}

.fInquiry form li.m-formcountry .drop-btn {
	padding: 0 10px;
}


.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: relative;
	height: 100%;

}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
}

.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: #01499f rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #01499f;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #01499f;
	color: #ffffff;
}


@media screen and (max-width:1570px) {

	footer .safeRange {
		padding: 60px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .title {
		font-size: 22px;
		line-height: 30px;
	}

	footer .footerList .box {
		margin-top: 30px;
	}

	footer .footerList .fInquiry form {
		margin-top: 30px;
	}

	footer .footerList .fContact {
		width: 28%;
	}

	footer .footerList .fNav {
		width: 14%;
	}

	footer .footerList .fContact .downloadBtn {
		margin-top: 50px;
		height: 50px;
		width: 190px;
	}

	footer .footerList .fContact .downloadBtn img {
		width: 24px;
	}

	.fInquiry form li.code .codeImg {
		margin-left: 10px;
	}

	.fInquiry form li.must::after {
		left: -10px;
	}

	.fInquiry form {
		padding-left: 8px;
	}

	footer .copyright {
		margin-bottom: 10px;
	}

	footer .blogrolls {
		padding-bottom: 0;
	}

	footer .blogrolls a {
		width: 40px;
		height: 40px;
		border-radius: 16px;
	}

	footer .footerList .box li {
		margin-top: 10px;
	}
}


@media screen and (max-width:1333px) {


	footer .safeRange {
		padding: 50px 0;
	}


	footer .footerList .fProduct {
		width: 19%;
	}

	footer .footerList form ul li {
		height: 35px;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fInquiry {
		width: 28%;
	}

	footer .footerList .fContact {
		width: 28%;
	}

	footer .blogrolls a {
		border-radius: 12px;
		width: 34px;
		height: 34px;
		font-size: 16px;
	}

	footer .title {
		font-size: 20px;
		line-height: 30px;
	}

	footer .footerList .fContact .downloadBtn {
		margin-top: 40px;
		font-size: 16px;
		height: 45px;
	}

	footer .footerList .fContact .downloadBtn img {
		width: 22px;
		margin-right: 10px;
	}


	footer .footerList .fContact ul>li {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	footer .footerList .fContact .name {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:999px) {

	footer .safeRange {
		padding: 40px 0 80px 0;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 10px;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul>li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fContact .address {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fContact .blogrolls {
		width: 100%;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form li.message {
		width: 100%;
	}

	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;
		color: #333333;
		font-size: 14px;
		font-weight: bold;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList form ul li {
		height: 35px;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .title::after {
		display: none;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 10px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 10px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fContact .downloadBtn {
		margin-top: 10px;
		font-size: 14px;
		height: 40px;
	}

	footer li.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		height: auto;
		margin: 0;
	}

}


@media screen and (max-width:768px) {
	footer .footerList .fContact .downloadBtn {
		width: 180px;
	}
}

@media screen and (max-width:538px) {
	footer .footerList .box ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form li.blogrolls {
		margin-top: 15px;
	}

	footer .footerList .fInquiry form li.code,
	footer .footerList .fInquiry form li.subBtn {
		width: 100%;
	}

	footer .blogrolls a {
		width: 32px;
		height: 32px;
		border-radius: 10px;
	}
}

@media screen and (max-width:450px) {
	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form ul 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: Montserrat-Light, 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: 52px;
	height: 52px;
	background-color: #b2b2b2;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 52px;
	height: 52px;
	background-color: #b2b2b2;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #01499f;
	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: 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: #b2b2b2;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #b2b2b2;
		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: #b2b2b2;
		color: #fff;
	}

	.lianxi div.active a,
	.lianxi div.active div {
		background-color: #01499f;
	}

}


@media screen and (max-width: 768px) {

	.lianxi .code img,
	.lianxi .code:hover img {
		left: 0;
		transform: translateX(0);
	}

	.lianxi .code.active img {
		transform: translateX(0%) translateY(-100%);
	}
}







@font-face {
	font-family: 'Montserrat-Light';
	font-display: swap;
	src: url('../fonts/MontserratLight.eot');
	src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
		url('../fonts/MontserratLight.woff2') format('woff2'),
		url('../fonts/MontserratLight.woff') format('woff'),
		url('../fonts/MontserratLight.ttf') format('truetype'),
		url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}


@font-face {
	font-family: 'Archivo-Bold';
	font-display: swap;
	src: url('../fonts/ArchivoBold.eot');
	src: url('../fonts/ArchivoBold.eot') format('embedded-opentype'),
		url('../fonts/ArchivoBold.woff2') format('woff2'),
		url('../fonts/ArchivoBold.woff') format('woff'),
		url('../fonts/ArchivoBold.ttf') format('truetype'),
		url('../fonts/ArchivoBold.svg#ArchivoBold') format('svg');
}



@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}