@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: Raleway-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #666666;
}

ul {
	list-style: none;
}

html {
	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: #004d9b !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #004d9b;
}

.standardEdit a:hover {
	text-decoration: underline;
}



input,
textarea,
select {
	font-family: Raleway-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1440px;
	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;
	}

	.nav,
	nav .meunBtn {
		width: 35px;
		height: 24px;
		background: #004d9b;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
		transition: none;
	}

	.nav {
		position: fixed;
		opacity: 0;
		pointer-events: none;
	}

	nav .meunBtn {
		position: absolute;
		pointer-events: all;
	}

	nav .meunBtn.active {
		opacity: 0;
		pointer-events: none;
	}

	header .xnav .navh {
		opacity: 1;
		pointer-events: all;
	}

	.nav span,
	nav .meunBtn span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	.nav .nav1,
	nav .meunBtn .nav1 {
		margin-top: -1px;
	}

	.nav .nav2,
	nav .meunBtn .nav2 {
		margin-top: -8px;
	}

	.nav .nav3,
	nav .meunBtn .nav3 {
		margin-top: 6px;
	}

	.nav:hover .nav1,
	nav .meunBtn:hover .nav1 {
		width: 25px;
	}


	header .xnav .navh .nav1,
	nav .meunBtn.active .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2,
	nav .meunBtn.active .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3,
	nav .meunBtn.active .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2,
	nav .meunBtn.active:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3,
	nav .meunBtn.active:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(0, 77, 155, 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: Raleway-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -3px;
	}
}

/**
 * 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----------------------------- */

/* iProduct */

.iProduct .con {
	background-color: #f2f5fa;
	padding-left: calc((100vw - 1440px)/ 2);
	height: calc(100vh - 80px);
	display: flex;
	justify-content: space-between;
}


.iProduct .msg {
	width: 34.15%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 50px 0;
	padding-bottom: 100px;
}


.iProduct .logo {
	width: 285px;
	margin-bottom: 56px;
	display: inline-block;
}


.iProduct .txts {
	margin-bottom: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.iProduct .txts p {
	font-size: 18px;
	line-height: 34px;
	color: #333333;
	hyphens: auto;
}

.iProduct .checkBtns {
	width: 100%;
}

.iProduct .checkBtns .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 30px;
}


.iProduct .checkBtns .item i {
	font-style: normal;
	flex-shrink: 0;
	margin-left: 20px;
}

.iProduct .checkBtns .item:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}

.iProduct .checkBtns .item:hover i {
	transform: translateX(14px);
}

.iProduct .checkBtns .item:nth-child(6n-1),
.iProduct .checkBtns .item:nth-child(6n-1) i {
	color: #ffbf3f;
}

.iProduct .checkBtns .item:nth-child(6n-2),
.iProduct .checkBtns .item:nth-child(6n-2) i {
	color: #6bcaba;
}

.iProduct .checkBtns .item:nth-child(6n-3),
.iProduct .checkBtns .item:nth-child(6n-3) i {
	color: #ee801f;
}

.iProduct .checkBtns .item:nth-child(6n-4),
.iProduct .checkBtns .item:nth-child(6n-4) i {
	color: #40b06c;
}

.iProduct .checkBtns .item:nth-child(6n-5),
.iProduct .checkBtns .item:nth-child(6n-5) i {
	color: #004d9b;
}

.iProduct .checkBtns .item:nth-child(6n),
.iProduct .checkBtns .item:nth-child(6n) i {
	color: #a7a8aa;
}


.iProduct .showImg {
	position: relative;
	width: 65.05%;
	clip-path: polygon(18.5% 0%, 100% 0%, 100% 100%, 0 100%);
}

.iProduct .showImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iProduct .show {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}



.iProduct .changeImg {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
}


.iProduct .changeImg .image {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}


.iProduct .showImg .name {
	position: absolute;
	background-color: rgba(16, 61, 162, 0.6);
	right: 0;
	bottom: 0;
	font-family: Raleway-Bold;
	font-size: 36px;
	line-height: 54px;
	color: #ffffff;
	padding: 77px 50px 73px 53px;
	clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0 100%);
	max-width: 80%;
}


.browseBtn {
	cursor: pointer;
	height: 80px;
	background-color: #004d9b;
}

.browseBtn .btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0 9.3%;
}


.browseBtn>div img {
	width: 19px;
}

.browseBtn .btns p {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
}

.browseBtn:hover p {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


@media screen and (max-width:1600px) {
	.iProduct .con {
		padding-left: 80px;
	}

	.iProduct .msg {
		padding: 50px 0;
	}

	.iProduct .logo {
		width: 200px;
		margin-bottom: 40px;
	}

	.iProduct .txts p {
		font-size: 16px;
		line-height: 28px;
	}

	.iProduct .txts {
		margin-bottom: 40px;
	}

	.iProduct .checkBtns .item {
		padding: 10px 0;
		font-size: 18px;
	}

	.iProduct .showImg .name {
		font-size: 26px;
		line-height: 36px;
		padding: 50px 70px;
	}
}

@media screen and (max-width:1333px) {
	.iProduct .showImg {
		width: 60%;
	}

	.iProduct .msg {
		width: 38%;
	}

	.iProduct .logo {
		width: 170px;
	}

	.iProduct .showImg .name {
		font-size: 22px;
		line-height: 30px;
		padding: 40px 70px;
	}

	.browseBtn {
		height: 60px;
	}

	.iProduct .con {
		height: calc(100vh - 60px);
	}

	.browseBtn .btns p {
		font-size: 18px;
	}

	.browseBtn>div img {
		width: 16px;
	}
}

@media screen and (max-width:999px) {
	.iProduct .logo {
		width: 150px;
	}

	.iProduct .checkBtns .item {
		font-size: 16px;
		line-height: 28px;
	}

	.iProduct .showImg .name {
		font-size: 20px;
		padding: 30px 60px;
	}

	.iProduct .con {
		height: auto;
		min-height: calc(100vh - 92px);
	}

	.browseBtn {
		height: 50px;
	}

	.browseBtn .btns p {
		font-size: 16px;
	}

}

@media screen and (max-width:768px) {
	.iProduct .con {
		padding-left: 0px;
		flex-direction: column-reverse;
	}

	.iProduct .msg {
		width: 100%;
		padding: 40px 25px;
	}

	.iProduct .showImg {
		width: 100%;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
		height: 300px;
	}

	.iProduct .showImg .name {
		padding: 20px 60px;
		font-size: 18px;
		line-height: 28px;
	}

	.iProduct .logo {
		width: 140px;
		margin-bottom: 30px;
	}

	.iProduct .txts {
		margin-bottom: 30px;
	}

	.browseBtn {
		height: 40px;
	}

	.browseBtn>div img {
		width: 14px;
	}

}

@media screen and (max-width:538px) {
	.iProduct .showImg {
		height: 240px;
	}

	.iProduct .msg {
		padding: 30px 15px;
	}

	.iProduct .checkBtns .item {
		padding: 6px 0;
	}

	.iProduct .logo {
		width: 120px;
	}

	.iProduct .showImg .name {
		padding: 10px 50px;
	}
}






/* allnav */


header {
	height: 134px;
	background-color: #ffffff;
}

nav {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
	background-color: #ffffff;
	z-index: 999;
}

nav.fixed {
	position: fixed;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

nav .btns {
	background-color: #f2f5fa;
}

nav .btns>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 34px;
}

nav .btns .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

nav .language .lanBtn {
	cursor: pointer;
	font-family: Raleway-Medium;
	font-size: 14px;
	color: #333333;
	display: flex;
	align-items: center;
}

nav .language .lanBtn:hover {
	color: #004d9b;
}

nav .language .lanBtn:hover i {
	color: #004d9b;
}

nav .language .lanBtn img {
	flex-shrink: 0;
	width: 28px;
	margin-right: 11px;
}


nav .language .lanBtn i {
	font-size: 12px;
	color: #333333;
	transform: rotate(90deg);
	flex-shrink: 0;
	margin-left: 4px;
}


nav .language .lanBtn.active i {
	transform: rotate(-90deg);
}



nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	padding: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}

nav .btns .language ul a {
	padding: 0 20px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	display: flex;
	align-items: flex-start;
}

nav .btns .language ul li a img {
	flex-shrink: 0;
	width: 24px;
	transform: translateY(5px);
	margin-right: 10px;
}

nav .btns .language ul li {
	margin-bottom: 10px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}




nav .btns .language ul a:hover {
	color: #004d9b;
}



nav .btns .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search form {
	height: 24px;
	width: 287px;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


nav .btns .search form>input {
	width: 100%;
	height: 100%;
	font-family: Raleway-Medium;
	font-size: 14px !important;
	color: #333333;
	padding-right: 5px;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	width: 30px;
	margin-left: 2px;
}

nav .btns .search form .subBtn i {
	color: #004d9b;
	font-size: 14px;
	font-weight: bold;
}



nav .btns .search form .subBtn:hover i {
	color: #333333;
}


nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}



nav .btns .search form input::-webkit-input-placeholder {
	font-family: Raleway-Medium;
	font-size: 14px !important;
	color: #999999;
	opacity: 1;
}

nav .btns .search form input:-moz-placeholder {
	font-family: Raleway-Medium;
	font-size: 14px !important;
	color: #999999;
	opacity: 1;
}

nav .btns .search form input::-moz-placeholder {
	font-family: Raleway-Medium;
	font-size: 14px !important;
	color: #999999;
	opacity: 1;
}

nav .btns .search form input:-ms-input-placeholder {
	font-family: Raleway-Medium;
	font-size: 14px !important;
	color: #999999;
	opacity: 1;
}

nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 101px;
}


nav .logo {
	width: 176px;
	flex-shrink: 0;
}

nav .navList {
	display: flex;
	align-items: center;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 80.5px;
	position: relative;
}

nav .navList>ul>li:last-child {
	margin-right: 0;
}



nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 100%;
	line-height: 101px;
	font-family: Raleway-Bold;
	font-size: 18px;
	color: #333333;
	position: relative;
}

nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -18px;
	pointer-events: none;
	width: 10px;
	height: 16px;
	background-color: #004d9b;
	clip-path: polygon(5px 0%, 100% 0%, 5px 100%, 0 100%);
	opacity: 0;
	transition: .4s ease all;
}

nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #004d9b;
}

nav .navList>ul>li.active>a::after,
nav .navList>ul>li:hover>a::after {
	opacity: 1;
}





nav .navList .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 56px;
	background-color: #09519b;
	flex-shrink: 0;
	margin-left: 98px;
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	border: 1px solid #09519b;
}

nav .navList .btn:hover {
	background-color: #ffffff;
	color: #09519b;
}





/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	padding: 20px 0;
	width: max-content;
	max-width: 300px;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	display: none;
	transition: none;
}

.moreList ul {
	left: 100%;
	top: -20px;
}


.moreList {
	top: 100%;
	left: -30px;
}


.moreList li {
	margin-bottom: 10px;
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0 30px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.moreList li:hover>a {
	color: #0065b4;
}


@media screen and (max-width:1600px) {
	nav .navList>ul>li {
		margin-right: 50px;
	}

	nav .navList .btn {
		margin-left: 60px;
	}

	nav .nBottom>div {
		height: 80px;
	}

	nav .navList>ul>li>a {
		line-height: 80px;
	}

	header {
		height: 114px;
	}

	nav .logo {
		width: 150px;
	}

	nav .navList .btn {
		height: 50px;
	}

	.moreList,
	.moreList ul {
		max-width: 280px;
	}

}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		font-size: 16px;
		line-height: 70px;
	}

	nav .nBottom>div {
		height: 70px;
	}

	nav .logo {
		width: 130px;
	}

	header {
		height: 104px;
	}

	nav .navList .btn {
		height: 40px;
		width: 150px;
		font-size: 16px;
		margin-left: 50px;
	}

	nav .navList>ul>li {
		margin-right: 40px;
	}

	.moreList,
	.moreList ul {
		max-width: 230px;
	}

}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 26px;
	}

	nav .navList .btn {
		margin-left: 26px;
		width: 140px;
	}

	nav .logo {
		width: 120px;
	}
}

@media screen and (max-width:999px) {
	nav .navList {
		display: none;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns .language {
		position: absolute;
		right: 80px;
		height: 60px;
		top: 30px;
		transform: translateY(-50%);
		margin-right: 60px;
	}

	nav .btns>div {
		height: 0;
	}

	header,
	nav .nBottom>div {
		height: 60px;
	}

	nav .language .lanBtn img {
		width: 26px;
	}

	nav .logo {
		width: 110px;
	}

}

@media screen and (max-width:768px) {
	nav .btns .language {
		right: 25px;
		height: 50px;
		top: 25px;
	}

	header,
	nav .nBottom>div {
		height: 50px;
	}

	nav .language .lanBtn img {
		width: 24px;
	}

	nav .logo {
		width: 100px;
	}

	.nav,
	nav .meunBtn {
		right: 25px;
		top: 25px;
	}
}

@media screen and (max-width:538px) {

	.nav,
	nav .meunBtn {
		right: 15px;
	}

	nav .btns .language {
		right: 15px;
		margin-right: 55px;
	}

	nav .logo {
		width: 90px;
	}

}




/* indexbanner */


.indexBanner {
	transition: none;
}

.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}


.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	display: none !important;
	top: 50%;
	margin-top: -31px;
	width: 62px;
	height: 62px;
	cursor: pointer;
}

.banner .slick-prev {
	left: 0;
}

.banner .slick-next {
	right: 0;
}


.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 26px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	max-width: 1440px;
	width: calc(100% - 160px);
	margin: 0 auto;
	padding-left: 30%;
}


.banner .slick-dots li {
	margin: 5px 0;
	margin-left: 23px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}


.banner .slick-dots a {
	width: 17px;
	height: 17px;
	background-color: transparent;
	cursor: pointer;
	position: relative;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}



.banner .slick-dots a::after {
	content: "";
	width: 11px;
	height: 11px;
	background-color: rgba(170, 170, 170, 0.6);
	border-radius: 50%;
}

.banner .slick-dots li.slick-active a {
	background-color: #ffffff;
	cursor: pointer;
}


.banner .slick-dots li.slick-active a::after {
	background-color: #00509c;
}


.banner.hide {
	display: none;
}


.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}



@media screen and (max-width:1333px) {
	.banner .slick-dots li {
		margin-left: 20px;
	}

	.banner .slick-dots {
		padding-left: 40%;
	}
}

@media screen and (max-width: 999px) {
	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}

	.banner .slick-dots li {
		margin-left: 14px;
	}

}

@media screen and (max-width:768px) {
	.banner .slick-dots {
		width: calc(100% - 50px);
	}

	.banner .slick-dots li {
		margin-left: 12px;
	}

	.banner .slick-dots a {
		width: 15px;
		height: 15px;
	}

	.banner .slick-dots a::after {
		width: 9px;
		height: 9px;
	}
}

@media screen and (max-width:538px) {
	.banner .slick-dots {
		width: calc(100% - 30px);
	}

	.banner .slick-dots {
		bottom: 10px;
	}
}



.title1 {
	font-family: Raleway-Bold;
	font-size: 40px;
	line-height: 42px;
	color: #333333;
}

.title1 span {
	color: #004d9b;
}

a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #004d9b;
}

.cBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 202px;
	height: 56px;
	background-color: #004d9b;
	border-radius: 4px;
	border: 1px solid #004d9b;
	font-family: Raleway-Medium;
	font-size: 16px;
	color: #ffffff;
}


.cBtn:hover {
	background-color: transparent;
	color: #004d9b;
}


/* indexM1-1 */

.iCategory {
	padding: 76px 0 90px 0;
	overflow: hidden;
}


.category .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 64px;
}


.category .title1 {
	margin-bottom: 13px;
}



.category .cBtn {
	flex-shrink: 0;
	margin-left: 30px;
	transform: translateY(-17px);
}



.swiperBox {
	position: relative;
}


.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0, 77, 157, 0.1);
	color: #004d9b;
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	cursor: pointer;
}


.sBtns>div:hover {
	background-color: #004d9b;
	color: #ffffff;
}

.sBtns>div.prev {
	margin-right: 9px;
}

.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}


.swiperBox .sBtns>div.prev {
	left: -90px;
	margin-right: 0;
}

.swiperBox .sBtns>div.next {
	right: -90px;
}


.category .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}



.category .swiper-slide {
	width: 31.94%;
	position: relative;
	padding-bottom: 89px;
}



.category .swiper-slide .image {
	position: relative;
	overflow: hidden;
}




.category .swiper-slide .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/indexM1-bg.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: translateY(100%);
	transition: .6s ease all;
}


.category .swiper-slide:hover .image::after {
	transform: translateY(0);
	opacity: 1;
}



.category .swiper-slide .msg {
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	background-color: #ffffff;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	width: calc(100% - 50px);
	padding: 21px 38px;
	padding-top: 73px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.category .swiper-slide:hover .msg {
	padding-top: 67px;
}

.category .swiper-slide .sign {
	width: 104px;
	height: 104px;
	background-color: #004d9b;
	outline: solid 4px transparent;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	left: 50%;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
}

.category .swiper-slide:hover .sign {
	outline-color: #ffffff;
}

.category .swiper-slide .sign:hover img {
	transform: scale(1.1);
}


.category .swiper-slide .tit {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #333333;
}


.category .swiper-slide .tit:hover {
	color: #004d9b;
}

.category .swiper-slide .txts {
	line-height: 24px;
	text-align: center;
	margin: 6px 0 10px 0;
	height: 0;
	opacity: 0;
}

.category .swiper-slide:hover .txts {
	height: 48px;
	margin: 6px 0 8px 0;
	opacity: 1;
}

.category .swiper-slide .btn {
	text-align: center;
	font-family: Raleway-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
}

.category .swiper-slide .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


@media screen and (max-width:1600px) {
	.cBtn {
		height: 50px;
		width: 200px;
	}

	.category .title1 {
		margin-bottom: 20px;
	}

	.category .swiper-slide .sign {
		width: 80px;
		height: 80px;
	}

	.category .swiper-slide .msg {
		padding: 20px 20px;
		padding-top: 60px;
	}

	.category .swiper-slide:hover .msg {
		padding-top: 60px;
	}

	.category .swiper-slide .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.category .swiper-slide:hover .txts,
	.category .swiper-slide .txts {
		margin: 8px 0;
	}

	.category .title {
		margin-bottom: 50px;
	}

	.sBtns>div {
		width: 50px;
		height: 50px;
		font-size: 22px;
	}

	.swiperBox .sBtns>div.prev {
		left: -65px;
	}

	.swiperBox .sBtns>div.next {
		right: -65px;
	}
}

@media screen and (max-width:1333px) {
	.cBtn {
		height: 45px;
	}


	.category .swiper-slide .sign {
		width: 70px;
		height: 70px;
	}

	.category .swiper-slide .msg {
		padding-top: 50px;
	}

	.category .swiper-slide:hover .msg {
		padding-top: 50px;
	}


	.category .title {
		margin-bottom: 40px;
	}

	.sBtns>div {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}

	.category .swiper-slide .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.category .swiper-slide .msg {
		width: calc(100% - 26px);
	}
}

@media screen and (max-width:999px) {
	.category .swiper-slide .txts {
		display: none;
	}

	.category .swiper-slide .tit {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 26px;
	}

	.category .swiper-slide .sign {
		outline-color: #ffffff;
	}

	.category .swiper-slide .image::after {
		transform: translateY(0);
		opacity: 1;
	}

	.category .swiper-slide .image {
		height: 300px;
	}

	.cBtn {
		font-size: 14px;
		height: 40px;
		width: 170px;
	}

	.category .swiper-slide .msg {
		width: calc(100% - 30px);
	}


}

@media screen and (max-width:768px) {
	.category .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.category .cBtn {
		margin-left: 0;
		transform: translateY(0);
	}

	.category .title1 {
		margin-bottom: 15px;
	}

	.category .title .txts {
		margin-bottom: 20px;
	}

	.cBtn {
		height: 36px;
	}

	.category .swiper-slide .image {
		height: auto;
	}


	.swiperBox .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	.swiperBox .sBtns {
		justify-content: center;
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}

	.category .swiper-slide .sign {
		width: 60px;
		height: 60px;
	}

	.category .swiper-slide .msg {
		width: calc(100% - 20px);
		padding-top: 40px;
		border-radius: 5px;
	}

	.category .swiper-slide {
		padding-bottom: 60px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}
}

@media screen and (max-width:538px) {

	.swiperBox .sBtns>div {
		width: 38px;
		height: 38px;
		font-size: 18px;
	}

	.category .title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:450px) {
	.category .swiper-slide .image {
		height: 260px;
	}
}








/* indexM2-1 */


.aboutUs {
	position: relative;
	background-color: #f6f6f6;
	overflow: hidden;
}


.aboutUs .msg {
	padding: 90px 0 69px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.aboutUs .title {
	flex-shrink: 0;
	margin-right: 16.2%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.aboutUs .title .txts {
	hyphens: auto;
}


.aboutUs .title1 {
	margin-bottom: 46px;
	margin-top: 1px;
}

.aboutUs .msg .btn {
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 30px;
	color: #004d9b;
}

.aboutUs .msg .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.aboutUs .con {
	position: relative;
	padding-right: calc((100vw - 1440px)/ 2);
	background: linear-gradient(to bottom, transparent 47.3%, #ffffff 47.3%, #ffffff calc(47.3% + 20px), #004d9b calc(47.3% + 20px), #004d9b 100%);
}



.aboutUs .con .image {
	height: 724px;
	position: relative;
	width: 100%;
	overflow: hidden;
}


.aboutUs .con .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.aboutUs .con .image .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
}



.aboutUs .video .playBtn {
	position: absolute;
	left: 50%;
	top: 41.6%;
	transform: translateX(-50%) translateY(-50%);
	width: 80px;
	height: 80px;
	background-color: #004d9b;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}


.aboutUs .video .playBtn img {
	width: 19px;
}


.aboutUs .video .playBtn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 89px;
	height: 89px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	transition: .4s ease all;
}


.aboutUs .video:hover .playBtn::after {
	border-color: #004d9b;
}

.aboutUs .numList {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-color: #004d9b;
	padding: 43px 0 48px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 9;
}

.aboutUs .numList::after {
	content: "";
	position: absolute;
	z-index: -1;
	background-color: #004d9b;
	width: 100%;
	top: 0;
	height: 100%;
	left: -108px;
}


.aboutUs .numList .num {
	font-family: Raleway-Bold;
	font-size: 40px;
	line-height: 42px;
	color: #f6f6f6;
	margin-bottom: 17px;
}

.aboutUs .numList .name {
	color: #f6f6f6;
}

.aboutUs .numList .num i {
	font-style: normal;
	font-family: Raleway-Regular;
}

@media screen and (max-width:1600px) {
	.aboutUs .title1 {
		margin-bottom: 20px;
	}

	.aboutUs .msg {
		padding: 60px 0;
	}

	.aboutUs .con {
		padding-right: 80px;
	}

	.aboutUs .con .image {
		height: 580px;
	}

	.aboutUs .numList {
		padding: 30px 0;
	}

	.aboutUs .video .playBtn {
		width: 76px;
		height: 76px;
	}

	.aboutUs .video .playBtn::after {
		width: 87px;
		height: 87px;
	}

	.aboutUs .numList .num {
		font-size: 36px;
		line-height: 36px;
	}

}

@media screen and (max-width:1333px) {
	.aboutUs .msg {
		padding: 50px 0;
	}

	.aboutUs .numList {
		position: static;
		transform: translateX(0);
	}

	.aboutUs .numList {
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 25px 0;
	}

	.aboutUs .numList .item {
		width: 32%;
		margin-right: 2%;
		margin-top: 10px;
	}

	.aboutUs .numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.aboutUs .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.aboutUs .numList .num {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.aboutUs .video .playBtn {
		width: 65px;
		height: 65px;
		top: 50%;
	}

	.aboutUs .video .playBtn img {
		width: 16px;
	}

	.aboutUs .video .playBtn::after {
		width: 78px;
		height: 78px;
	}

	.aboutUs .con .image {
		height: 380px;
	}

	.aboutUs .title1 {
		margin-bottom: 14px;
	}

}

@media screen and (max-width:999px) {
	.aboutUs .title {
		margin-right: 10%;
	}

	.aboutUs .msg {
		padding: 40px 0;
	}

	.aboutUs .numList .num {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.aboutUs .numList .item {
		margin-top: 10px;
	}

	.aboutUs .con .image {
		height: 340px;
	}

	.aboutUs .video .playBtn img {
		width: 14px;
	}

	.aboutUs .video .playBtn {
		width: 60px;
		height: 60px;
	}

	.aboutUs .video .playBtn::after {
		width: 70px;
		height: 70px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .con {
		padding-right: 25px;
		background: linear-gradient(to bottom, transparent 40%, #ffffff 40%, #ffffff calc(40% + 10px), #004d9b calc(40% + 10px), #004d9b 100%);
	}

	.aboutUs .msg {
		flex-direction: column;
		align-items: flex-start;
		padding: 35px 0;
	}

	.aboutUs .msg .txts {
		-webkit-line-clamp: 3;
	}

	.aboutUs .title {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.aboutUs .title1 {
		margin-bottom: 10px;
	}

	.aboutUs .con .image {
		height: 280px;
	}

	.aboutUs .video .playBtn {
		width: 50px;
		height: 50px;
	}

	.aboutUs .video .playBtn::after {
		width: 60px;
		height: 60px;
	}

	.aboutUs .video .playBtn img {
		width: 12px;
	}

	.aboutUs .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 10px;
	}

	.aboutUs .numList {
		justify-content: space-between;
	}

	.aboutUs .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.aboutUs .numList .num {
		font-size: 24px;
	}

}

@media screen and (max-width:538px) {
	.aboutUs .con .image {
		height: 260px;
	}

	.aboutUs .con {
		padding-right: 15px;
		background: linear-gradient(to bottom, transparent 30%, #ffffff 30%, #ffffff calc(30% + 10px), #004d9b calc(30% + 10px), #004d9b 100%);
	}
}


@media screen and (max-width:450px) {
	.aboutUs .numList .item:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.aboutUs .numList .item:nth-child(1) {
		margin-top: 0;
	}
}










/* indexM3-1 */
.iRopes {
	overflow: hidden;
	position: relative;
}


.iRopes .imgBg {
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	z-index: -1;
	position: absolute;
}


.iRopes .imgBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iRopes .ropes {
	padding: 104px 0 89px 0;
}

.ropes::after,
.ropes::before {
	content: "";
	position: absolute;
	height: 100%;
	background-color: #f9f9fc;
	z-index: -2;
	top: 50%;
	transform: translateY(-50%);
}

.ropes::before {
	width: 108px;
	right: 100%;
}

.ropes::after {
	width: 200%;
	left: 0;
}

.ropes {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}



.ropes .msg {
	width: 39%;
}


.ropes .msg .title1 {
	margin-bottom: 7px;
}



.ropes .msg .tip {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
	margin-bottom: 72px;
}

.ropes .msg .txts {
	margin-bottom: 73px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}


.ropes .msg .txts p {
	color: #8b8b8b;
	hyphens: auto;
}


.ropes .list {
	width: 51.21%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 8px;
}


.ropes .list .item {
	width: 47.15%;
	margin-top: 52px;
}


.ropes .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.ropes .list .image {
	width: 68px;
	margin-bottom: 10px;
}


.ropes .list .tit {
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 14px;
}

.ropes .list .txts {
	color: #a8a8a8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


@media screen and (max-width:1600px) {
	.ropes .list {
		padding-top: 0;
	}

	.ropes .list .image {
		width: 55px;
	}

	.ropes .msg .tip {
		margin-bottom: 60px;
	}

	.ropes .msg .title1 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	.ropes .list .image {
		width: 50px;
	}

	.ropes .list .item {
		margin-top: 40px;
	}

	.ropes .msg .txts {
		margin-bottom: 60px;
	}

	.ropes .msg .tip {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.ropes {
		flex-direction: column;
		align-items: flex-start;
	}

	.ropes .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.ropes .msg .tip {
		margin-bottom: 20px;
	}

	.ropes .msg .txts {
		-webkit-line-clamp: 4;
		margin-bottom: 30px;
	}

	.ropes .list {
		width: 100%;
	}

	.ropes .list .image {
		width: 45px;
	}

	.ropes .list .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.ropes .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.ropes .msg .txts {
		-webkit-line-clamp: 3;
	}

	.ropes .list .image {
		width: 40px;
	}
}

@media screen and (max-width:538px) {
	.ropes .list .image {
		width: 36px;
	}
}


@media screen and (max-width:450px) {
	.ropes .list .item:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.ropes .list .item:nth-child(1) {
		margin-top: 0;
	}
}





/* indexM4-1 */

.iRelatedProduct {
	overflow: hidden;
}

.iRelatedProduct .relatedProduct {
	padding: 84px 0 80px 0;
}

.iRelatedProduct h2 {
	font-weight: normal;
}

.relatedProduct {
	position: relative;
}

.relatedProduct::after,
.relatedProduct::before {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
}

.relatedProduct::after {
	width: 108px;
	right: 100%;
	background-color: #ffffff;
}

.relatedProduct::before {
	background-color: #f9f9fc;
	width: 132px;
	right: calc(100% + 108px);
}


.relatedProduct .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 70px;
}



.relatedProduct .title1 {
	margin-bottom: 15px;
}

.relatedProduct .tip {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
}



.relatedProduct .swiper {
	overflow: visible;
	clip-path: polygon(-108px -1000%, 1000% -1000%, 1000% 1000%, -108px 1000%);
}

.relatedProduct .image {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.relatedProduct .image::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 3px;
	transition: .6s ease all;
	background-color: #004d9b;
}

.relatedProduct .image:hover::after {
	width: 100%;
}


.relatedProduct .tit {
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 9px;
}

.relatedProduct .tit:hover {
	color: #004d9b;
}


.relatedProduct .btn {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
}


.relatedProduct .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


@media screen and (max-width:1600px) {
	.relatedProduct .title {
		margin-bottom: 60px;
	}

	.relatedProduct .image {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.relatedProduct .title {
		margin-bottom: 50px;
	}

	.relatedProduct .image img {
		max-width: 250px;
	}

	.relatedProduct .image {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:999px) {
	.relatedProduct .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.relatedProduct .title {
		margin-bottom: 40px;
	}

	.relatedProduct .image img {
		max-width: 240px;
	}

	.relatedProduct .tip {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.relatedProduct .image img {
		max-width: 225px;
	}

	.relatedProduct .title {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:538px) {
	.relatedProduct .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.sBtns>div {
		margin-top: 20px;
	}

	.relatedProduct .image img {
		max-width: 190px;
	}
}








/* indexM5-1 */

.touch {
	position: relative;
}

.touch .con {
	max-width: 1652px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.touch .swiperBox {
	width: 45.15%;
	margin: 0;
}

.touch .swiper .btns {
	background-color: #004d9b;
	display: flex;
	height: 100px;
	position: absolute;
	z-index: 9;
	left: 0;
	bottom: 0;
}


.touch .swiper .btns>div {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
	color: #ffffff;
	font-size: 28px;
	width: 52px;
	font-weight: bold;
}



.touch .swiper .btns>div:hover {
	color: #fec831;
}


.touch .msg {
	width: 44.6%;
	padding: 50px 0;
	padding-top: 124px;
}


.touch .msg .title1 {
	margin-bottom: 42px;
	color: #ffffff;
}



.touch .msg .txts {
	font-family: Montserrat-Medium;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 71px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.touch .msg .cBtn {
	background-color: #fec831;
	color: #004d9b;
	border-color: #fec831;
	font-family: Raleway-Bold;
}

.touch .msg .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}


.touch .imageBg {
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 85%;
}

.touch .imageBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

@media screen and (max-width:1600px) {
	.touch .msg {
		padding-top: 100px;
	}

	.touch .msg .title1 {
		margin-bottom: 30px;
	}

	.touch .msg .txts {
		margin-bottom: 40px;
	}

	.touch .swiper .btns {
		height: 80px;
	}
}

@media screen and (max-width:1333px) {
	.touch .swiper .image {
		height: 450px;
	}

	.touch .swiper .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.touch .msg .title1 {
		margin-bottom: 20px;
	}

	.touch .con {
		align-items: flex-end;
	}

	.touch .msg {
		padding: 40px 0;
	}

	.touch .msg .txts br {
		display: none;
	}

	.touch .swiper .btns {
		height: 60px;
	}

	.touch .swiper .btns>div {
		font-size: 21px;
	}

}

@media screen and (max-width:999px) {
	.touch .msg {
		width: 48%;
		padding-top: 100px;
	}

	.touch .swiper .image {
		height: 400px;
	}

	.touch .msg {
		padding: 30px 0;
	}

	.touch .swiperBox {
		width: 48%;
	}

	.touch .swiper .btns>div {
		font-size: 18px;
	}
}

@media screen and (max-width:768px) {
	.touch .con {
		flex-direction: column-reverse;
	}

	.touch .msg {
		width: 100%;
	}

	.touch .swiperBox {
		width: 100%;
	}

	.touch .imageBg {
		height: 100%;
	}

	.touch .msg .txts {
		margin-bottom: 30px;
	}

	.touch .swiper .image {
		height: 280px;
	}
}


@media screen and (max-width:538px) {
	.touch .swiper .image {
		height: 260px;
	}

	.touch .swiper .btns {
		height: 50px;
	}
}










/* indexM6-1 */


.iPiece {
	padding: 74px 0 76px 0;
}


.iPiece .appCases {
	margin-bottom: 162px;
}


.appCases .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 51px;
}


.appCases .title1 {
	margin-bottom: 15px;
}

.appCases .tip {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
	margin-bottom: 5px;
}

.appCases .swiper {
	margin-bottom: 40px;
}


.appCases .swiper-slide {
	height: auto;
}

.appCases .swiper-slide a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #e3e5e8;
	padding: 39px 10px 25px;
}


.appCases .swiper-slide img {
	width: 78px;
	height: 78px;
	margin: 0 auto 32px;
	filter: grayscale(100%) brightness(0%);
}



.appCases .swiper-slide span {
	font-family: Raleway-Bold;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-align: center;
}


.appCases .swiper-slide a:hover img {
	filter: grayscale(100%) brightness(500%);
}

.appCases .swiper-slide a:hover {
	background-color: #004d9b;
	border-color: #004d9b;
}

.appCases .swiper-slide a:hover span {
	color: #ffffff;
}


.appCases .viewApp {
	display: flex;
	align-items: center;
	justify-content: center;
}



.appCases .viewApp a {
	font-family: Raleway-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
	display: flex;
	align-items: center;
}

.appCases .viewApp a:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.appCases .viewApp a i {
	font-size: 26px;
	flex-shrink: 0;
	font-weight: bold;
	padding: 0 8px;
}

@media screen and (max-width:1600px) {
	.iPiece .appCases {
		margin-bottom: 80px;
	}

	.appCases .swiper-slide img {
		width: 70px;
		height: 70px;
		margin-bottom: 20px;
	}

	.appCases .swiper-slide a {
		padding: 30px 10px;
	}
}

@media screen and (max-width:1333px) {
	.appCases .swiper-slide img {
		width: 60px;
		height: 60px;
	}

	.appCases .title {
		margin-bottom: 40px;
	}

	.appCases .swiper {
		margin-bottom: 40px;
	}

	.iPiece .appCases {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:999px) {
	.appCases .swiper-slide a {
		padding: 20px 10px;
	}

	.appCases .swiper-slide img {
		width: 50px;
		height: 50px;
	}

	.appCases .swiper-slide span {
		font-size: 14px;
		line-height: 24px;
	}

	.appCases .swiper {
		margin-bottom: 30px;
	}

	.iPiece .appCases {
		margin-bottom: 50px;
	}

	.appCases .tip {
		font-size: 14px;
		margin-bottom: 0;
	}
}

@media screen and (max-width:768px) {
	.appCases .title1 {
		margin-bottom: 10px;
	}

	.appCases .swiper-slide img {
		margin-bottom: 10px;
	}

	.iPiece .appCases {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.appCases .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.appCases .swiper {
		margin-bottom: 20px;
	}

	.appCases .viewApp a i {
		font-size: 22px;
	}
}






/* indexM7-1 */

.lastNews .title1 {
	margin-bottom: 16px;
}

.lastNews .tip {
	line-height: 26px;
	color: #666666;
	margin-bottom: 75px;
}

.lastNews .list {
	margin-bottom: 35px;
}

.lastNews .item {
	border-bottom: 1px solid #e8e4df;
	padding: 38px 0 41px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}




.lastNews .item:nth-child(1) {
	border-top: 1px solid #e8e4df;
}



.lastNews .item .image {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	z-index: 9;
	pointer-events: none;
	overflow: hidden;
	width: 321px;
}


.lastNews .item:hover .image {
	opacity: 1;
	pointer-events: all;
}


.lastNews .item:hover .image:hover img {
	transform: scale(1.1);
}


.lastNews .item .box {
	flex-shrink: 0;
	margin-right: 87px;
	transform: translateY(7px);
}


.lastNews .item .day {
	font-family: Raleway-Bold;
	font-size: 60px;
	line-height: 40px;
	color: #1e1e1e;
	margin-bottom: 25px;
}

.lastNews .item:hover .day {
	color: #004d9b;
}

.lastNews .item .msg {
	display: flex;
	justify-content: space-between;
	width: 100%;
}


.lastNews .item .msg .des {
	width: 100%;
}

.lastNews .item .time {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


.lastNews .item .tit {
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 30px;
	color: #1e1e1e;
	margin-bottom: 20px;
}

.lastNews .item .tit:hover {
	color: #004d9b;
}

.lastNews .item .txts {
	line-height: 24px;
}


.lastNews .item .btn {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 320px;
	justify-content: flex-end;
	margin-left: 30px;
}



.lastNews .item .btn span {
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.lastNews .item .btn i {
	width: 50px;
	height: 50px;
	background-color: #004d9b;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: rotate(-45deg);
	font-size: 18px;
	color: #ffffff;
	border-radius: 50%;
	flex-shrink: 0;
	margin-left: 20px;
}


.viewNews {
	display: flex;
	align-items: center;
	justify-content: center;
}


.viewNews a {
	display: flex;
	align-items: center;
	font-family: Raleway-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
}

.viewNews a i {
	font-size: 26px;
	font-weight: bold;
	padding: 0 8px;
}

.viewNews a:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

@media screen and (max-width:1600px) {
	.lastNews .item {
		padding: 30px 0;
	}

	.lastNews .item .box {
		transform: translateY(0);
		margin-right: 60px;
	}

	.lastNews .item .day {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.lastNews .item .image {
		width: 300px;
	}

	.lastNews .item .btn {
		width: 300px;
	}

	.lastNews .tip {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.lastNews .item {
		padding: 20px 0;
	}

	.lastNews .item .box {
		margin-right: 40px;
	}

	.lastNews .item .day {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.lastNews .item .image {
		width: 240px;
	}

	.lastNews .item .btn {
		width: 240px;
	}

	.lastNews .item .tit {
		margin-bottom: 14px;
	}

	.lastNews .item .btn i {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.lastNews .item .btn span {
		font-size: 16px;
	}

	.lastNews .tip {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.lastNews .tip {
		font-size: 14px;
		line-height: 26px;
	}

	.lastNews .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.lastNews .item .day {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 5px;
	}

	.lastNews .item .box {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.lastNews .item .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.lastNews .item:nth-child(n) .image {
		opacity: 1;
		pointer-events: all;
	}

	.lastNews .tip {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.lastNews .tip {
		margin-bottom: 30px;
	}

	.lastNews .item .image,
	.lastNews .item .btn {
		width: 220px;
	}

	.lastNews .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.viewNews a i {
		font-size: 22px;
	}

	.lastNews .item:nth-child(n) .image {
		position: static;
		transform: translateY(0);
		margin-bottom: 20px;
		width: 260px;
	}

	.lastNews .item .btn {
		width: auto;
	}

	.lastNews .item .btn i {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:450px) {
	.lastNews .item .msg {
		flex-direction: column;
		align-items: flex-start;
	}

	.lastNews .item .btn {
		margin-left: 0;
		margin-top: 10px;
	}
}


/* 2-1 Products */

.products {
	padding: 91px 0 75px 0;
}

.products>div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.innerSlides {
	width: 21.31%;
}

.innerSlides {
	position: sticky;
	top: 134px;
	left: 0;
}


.innerSlides .tit {
	display: flex;
	align-items: center;
	background-color: #004d9b;
	padding: 15px 20px 21px 20px;
	font-family: Raleway-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	justify-content: space-between;
}

.innerSlides .tit i {
	display: none;
}

.innerSlides>div {
	margin-bottom: 40px;
}

.innerSlides>div:last-child {
	margin-bottom: 0;
}


.productSlides a {
	display: block;
}


.productSlides .list>li {
	border-bottom: 1px solid #d2d2d2;
}

.productSlides .list ul {
	display: none;
}

.productSlides .list>li>a {
	position: relative;
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	padding: 19px 19px 23px;
	padding-right: 40px;
}

.productSlides .list li.active>a,
.productSlides .list li:hover>a {
	color: #004d9b;
}

.productSlides .list>li.active>a {
	padding-bottom: 20px;
}

.productSlides .list li.active>ul {
	display: block;
}


.productSlides .list>li>a>i {
	position: absolute;
	right: 16px;
	color: #004d9b;
	font-weight: bold;
	pointer-events: none;
	right: 16px;
	bottom: 22px;
}

.productSlides .list>li ul {
	padding: 0px 36px;
}

.productSlides .list>li>ul {
	padding-bottom: 24px;
}

.productSlides .list>li ul li {
	margin-bottom: 10px;
}

.productSlides .list>li ul li:last-child {
	margin-bottom: 0;
}

.productSlides .list>li ul a {
	position: relative;
	color: #666666;
}

.productSlides .list>li ul a::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: #004d9b;
	border-radius: 50%;
	top: 11px;
	left: -17px;
	opacity: 0;
	transition: .4s ease all;
}

.productSlides .list>li ul li.active>a::after,
.productSlides .list>li ul li:hover>a::after {
	opacity: 1;
}

.tags .list {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
}

.tags .list a {
	padding: 3px 13.5px;
	background-color: #f2f2f2;
	border-radius: 4px;
	line-height: 26px;
	margin-right: 7px;
	margin-bottom: 10px;
	color: #666666;
}

.tags .list a:hover {
	background-color: rgba(0, 55, 201, 0.1);
	color: #004d9b;
}


.products .con {
	width: 74.7%;
}

.products .con .title1 {
	margin-bottom: 15px;
	margin-top: -6px;
}

.products .con .tip {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
	margin-bottom: 49px;
}

.productList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 52px;
}


.productList .item {
	width: 31.6%;
	margin-right: 2.6%;
	margin-top: 37px;
}


.productList .item:nth-child(3n) {
	margin-right: 0;
}

.productList .item:nth-child(-n+3) {
	margin-top: 0;
}

.productList .item .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 23px;
	background-color: #ffffff;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
	position: relative;
}

.productList .item .image::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #004d9b;
	width: 0%;
	transition: .6s ease all;
}

.productList .item .image:hover::after {
	width: 100%;
}




.productList .item .name {
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 10px;
}

.productList .item .name:hover {
	color: #004d9b;
}


.productList .btns {
	display: flex;
	align-items: center;
}

.productList .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	outline: solid 1px #004d9b;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 11px;
}

.productList .checkBtn i {
	opacity: 0;
}

.productList .checkBtn.active i {
	opacity: 1;
}

.productList .checkBtn input {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	z-index: 9;
}

.productList .checkBtn i {
	color: #004d9b;
}


.productList .btns a {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
}


.productList .btns a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


/* pager */


.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #333333;
	margin: 5px 4.5px;
	border: 1px solid #e5e5e5;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #004d9b;
	border-color: #004d9b;
	color: #ffffff !important;
}


.pager .pageList a.prev {
	width: 79px;
}

.pager .pageList a.next {
	width: 61px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 17px;
	position: relative;
}

.pager .addTo p {
	width: 147px;
	height: 22px;
	background-color: #004d9b;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px !important;
	color: #ffffff;
}


.pager .addTo p img {
	width: 12px;
	flex-shrink: 0;
}


.pager .addTo input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	background-color: transparent;
	cursor: pointer;
	z-index: 2;
}

.pager .addTo:hover p {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}





.innerPiece {
	position: relative;
	overflow: hidden;
}

.innerPiece::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f9f9fc;
	z-index: -2;
}



.innerPiece .appBox {
	padding: 73px 0 72px 0;
}


.productNews {
	padding: 95px 0 63px 0;
}

@media screen and (max-width:1600px) {
	.products .con .title1 {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.innerSlides .tit {
		padding: 15px 20px;
		font-size: 20px;
		line-height: 30px;
	}

	.products .con {
		width: 70%;
	}

	.innerSlides {
		width: 25%;
	}

	.productSlides .list>li>a {
		padding: 20px 20px;
		padding-right: 50px;
	}

	.productList {
		margin-bottom: 60px;
	}

	.innerSlides {
		top: 114px;
	}
}

@media screen and (max-width:1333px) {
	.productSlides .list>li>a {
		font-size: 16px;
	}

	.productSlides .list>li ul a {
		font-size: 14px;
		line-height: 24px;
	}

	.productSlides .list>li ul a::after {
		top: 9px;
	}

	.productList .item .name {
		font-size: 16px;
		line-height: 26px;
	}

	.productList .item .image {
		margin-bottom: 15px;
	}

	.productList {
		justify-content: space-between;
	}

	.productList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .con {
		width: 65%;
	}

	.innerSlides {
		width: 30%;
	}

	.tags .list a {
		font-size: 14px;
		line-height: 26px;
	}

	.productList .item .image img {
		max-width: 260px;
	}

	.innerSlides .tit {
		padding: 10px 20px;
	}

	.products .con .title1 {
		margin-bottom: 10px;
	}

	.products .con .tip {
		margin-bottom: 40px;
	}

	.innerSlides {
		top: 104px;
	}
}


@media screen and (max-width:999px) {
	.products>div {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.products .con {
		width: 100%;
		margin-bottom: 50px;
	}

	.innerSlides {
		width: 100%;
	}

	.productList .item .image img {
		max-width: 100%;
	}

	.productList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.productList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.products .con .tip {
		margin-bottom: 30px;
	}

	.productList .item .name {
		font-size: 14px;
		line-height: 26px;
	}

	.productList .btns a {
		font-size: 14px;
	}

	.productList .item .image {
		margin-bottom: 10px;
	}

	.innerSlides .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.productSlides .list>li>a {
		padding: 10px 20px;
		padding-right: 40px;
	}

	.productSlides .list>li>a>i {
		bottom: 10px;
	}

	.productSlides .list>li ul a::after {
		top: 8px;
	}

	.innerSlides .tit i {
		display: block;
		font-size: 16px;
		color: #ffffff;
	}

	.productSlides .tit.active i {
		transform: rotate(-45deg);
	}

	.tags .list {
		padding-bottom: 0;
	}

	.productList {
		justify-content: flex-start;
		margin-bottom: 50px;
	}

	.productSlides .list {
		display: none;
		transition: none;
	}
}

@media screen and (max-width:768px) {
	.productList {
		justify-content: space-between;
	}

	.productList .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.productList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productList {
		margin-bottom: 40px;
	}

	.productList .item .image img {
		max-width: 232px;
	}

	.products .con {
		margin-bottom: 40px;
	}

	.innerSlides {
		position: static;
	}
}

@media screen and (max-width:538px) {
	.productList .item .image img {
		max-width: 200px;
	}
}

@media screen and (max-width:450px) {
	.productList .item:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-top: 20px;
	}

	.productList .item:nth-child(1) {
		margin-top: 0;
	}
}

/* 2-2 Products */


.slideTouch {
	margin-top: -30px;
}

.slideTouch .tit {
	margin-bottom: 11px;
}


.slideTouch form {
	margin-bottom: 7px;
}

.slideTouch li {
	height: 51px;
	background-color: #f2f2f2;
	margin-bottom: 10px;
	padding: 0 17px;
}


.slideTouch li:last-child {
	margin-bottom: 0;
}

.slideTouch input,
.slideTouch textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.slideTouch input::-webkit-input-placeholder,
.slideTouch textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.slideTouch input:-moz-placeholder,
.slideTouch textarea:-moz-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.slideTouch input::-moz-placeholder,
.slideTouch textarea::-moz-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.slideTouch input:-ms-input-placeholder,
.slideTouch textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.slideTouch li.must {
	position: relative;
}

.slideTouch li.must::after {
	position: absolute;
	content: "*";
	top: 14px;
	left: 5px;
	font-family: Raleway-Regular;
	font-size: 18px;
	color: #ff0000;
}

.slideTouch li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.slideTouch li.codeCon input {
	padding: 0 17px;
	flex: 1;
}

.slideTouch li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
}

.slideTouch li.codeCon .codeImg img {
	height: 100%;
}



.slideTouch li.message {
	height: 97px;
	padding: 15px 17px;
}

.slideTouch li.subBtn {
	padding: 0;
}

.slideTouch li.subBtn input {
	background-color: #004d9b;
	cursor: pointer;
	border: 1px solid #004d9b;
	font-size: 16px;
	color: #ffffff; text-transform:uppercase;
}


.slideTouch li.subBtn input:hover {
	background-color: #ffffff;
	color: #004d9b;
}


.slideTouch .tips {
	position: relative;
	font-family: Raleway-Regular;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	padding-left: 20px;
}

.slideTouch .tips::after {
	content: "*";
	position: absolute;
	top: 5px;
	left: 6px;
	font-family: Raleway-Regular;
	font-size: 18px;
	line-height: 26px;
	color: #ff0000;
}
.slideTouch li.m-formcountry{
	padding: 0;
}

.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 17px;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 17px;
	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: #004d9b 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: #004d9b;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 17px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	height: auto;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #e0e0e0;
}



.productsDet {
	padding: 91px 0 70px 0;
}

.productsDet>div {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.productsDet .con {
	width: 74.51%;
}


.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}



.productShow .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
	margin-right: 62px;
}

.productShow .box .showSipwer {
	width: 450px;
	margin-right: 10px;
	overflow: hidden;
	background-color: #ffffff;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
}

.productShow .box .showSipwerBox {
	position: relative;
}


.productShow .box .checkSwiper {
	width: 76px;
	height: 100%;
}


.productShow .box .checkSwiper .swiper-slide {
	pointer-events: none;
	opacity: 0;
	transition: .4s ease opacity;
	background-color: #Fac;
}

.productShow .box .checkSwiper .swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}



.productShow .box .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 450px;
	padding: 19px 0;
	clip-path: polygon(-20% 0%, 120% 0%, 120% 100%, -20% 100%);
}




.productShow .box .swiperBox .prev,
.productShow .box .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: 12px;
}


.productShow .box .swiperBox .prev i,
.productShow .box .swiperBox .next i {
	font-size: 15px;
	color: #c4c4c4;
}


.productShow .box .swiperBox .prev:hover i,
.productShow .box .swiperBox .next:hover i {
	color: #004d9b;
}


.productShow .box .swiperBox .prev {
	top: 0;
	margin-top: -2px;
}

.productShow .box .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .box .swiperBox .next {
	bottom: 0;
	margin-bottom: -2px;
}

.productShow .box .swiperBox .next i {
	transform: rotate(90deg);
}


.productShow .box .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
}


.productShow .box .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 transparent;
}

.productShow .box .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #004d9b;
}


.showSipwer .swiper-slide img {
	display: block;
}


.productShow .jianjie {
	flex: 1;
}


.productShow .jianjie h1 {
	font-family: Raleway-Bold;
	font-size: 32px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 33px;
	font-weight: normal;
	margin-top: 23px;
}

.productShow .jianjie .tit {
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #004d9b;
	margin-bottom: 18px;
}

.productShow .jianjie .txts {
	margin-bottom: 72px;
}



.productShow .jianjie .btns {
	display: flex;
	align-items: center;
}

.productShow .jianjie .btns a {
	background-color: rgba(0, 77, 155, 0.1);
	height: 52px;
	border: none;
	margin-right: 9px;
	color: #004d9b;
	font-family: Raleway-Bold;
}

.productShow .jianjie .btns a:last-child {
	margin-right: 0;
}


.productShow .jianjie .btns a:hover {
	background-color: #004d9b;
	color: #ffffff;
}



.productShow .describe {
	padding: 40px 0 40px 0;
}


.productsDet .describe {
	padding-top: 52px;
}

.productsDet .innerNav {
	margin-bottom: 63px;
}


.innerNav {
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.innerNav .swiper {
	width: 10%;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	flex: 1;
}

.innerNav a {
	padding: 13px 10px;
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	display: block;
	position: relative;
}

.innerNav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: .4s ease all;
	width: 0%;
	height: 2px;
	background-color: #004d9b;
}

.innerNav .swiper-slide:hover a {
	color: #004d9b;
}

.innerNav .swiper-slide:hover a::after {
	width: 100%;
}


.innerNav .swiper-slide {
	margin-right: 54px;
	width: auto;
}

.innerNav .swiper-slide:last-child {
	margin-right: 0;
}

.innerNav .btns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 50px;
}

.innerNav .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	cursor: pointer;
	font-weight: bold;
	color: #666666;
}


.innerNav .btns>div.prev {
	margin-right: 10px;

}

.innerNav .btns>div:hover {
	color: #004d9b;
}



.pdTit {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 46px;
	color: #333333;
}


.proeuctAdvantage {
	margin-bottom: 30px;
}


.proeuctAdvantage .pdTit {
	margin-bottom: 34px;
}

.proeuctAdvantage .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.proeuctAdvantage .list p {
	width: 48.3%;
	margin-top: 26px;
}


.proeuctAdvantage .list p:nth-child(-n+2) {
	margin-top: 0;
}

.technical {
	margin-bottom: 40px;
}


.technical .pdTit {
	margin-bottom: 25px;
}


.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: rgba(0, 77, 155, 0.1);
}

.table table tr:nth-child(2n-1) td {
	background-color: rgba(243, 243, 243, 0.6);
}

.table table tr td {
	padding: 12px 51px;
	font-size: 16px;
	line-height: 26px;
	background-color: #f4f4f4;
	font-family: Raleway-Regular, Arial, sans-serif;
	color: #666666;
	border-right: 1px solid rgba(0, 77, 155, 0.1);
}

.table table tr td:last-child {
	border-right: none;
}

.table table tr:nth-child(1) td {
	background-color: #004d9b;
	font-family: Raleway-Bold;
	font-size: 16px;
	color: #ffffff;
	border: none;
}


.appAreas {
	margin-bottom: 33px;
}


.appAreas .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
}

.appAreas .title .sBtns>div {
	width: 42px;
	height: 42px;
	font-size: 20px;
}

.appAreas .image {
	overflow: hidden;
	margin-bottom: 14px;
}

.appAreas .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.appAreas .name {
	color: #333333;
	margin-bottom: 0px;
	line-height: 24px;
	margin-bottom: 1px;
}

.certification {
	margin-bottom: 39px;
}


.certification .pdTit {
	margin-bottom: 17px;
}

.certification .txts p {
	margin-bottom: 9px;
}

.certification .txts p:last-child {
	margin-bottom: 0;
}

.afterSales .pdTit {
	margin-bottom: 23px;
}


.afterSales .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.afterSales .list .item {
	width: 49.1%;
	margin-top: 30px;
	background-color: rgba(0, 77, 155, 0.06);
	display: flex;
	align-items: center;
	padding: 24px 30px 19px 21px;
	align-items: flex-start;
}

.afterSales .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.afterSales .list .item .image {
	width: 66px;
	flex-shrink: 0;
	margin-right: 26px;
	margin-top: 6px;
}


.afterSales .list .item .tit {
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 12px;
}


.afterSales .list .item .txts {
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}



/*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;
}

.productDetPiece {
	overflow: hidden;
}

.productDetPiece .relatedProduct {
	padding: 84px 0 80px 0;
}


@media screen and (max-width:1600px) {
	.productsDet .con {
		width: 70%;
	}

	.productShow .box {
		margin-right: 40px;
	}

	.productShow .box .showSipwer {
		width: 400px;
	}

	.productShow .box .swiperBox {
		height: 400px;
	}

	.productShow .box .checkSwiper {
		width: 66px;
	}

	.productShow .jianjie h1 {
		margin-top: 0;
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 20px;
	}

	.productShow .jianjie .txts {
		margin-bottom: 40px;
	}

	.productShow .jianjie .btns a {
		height: 45px;
		width: 145px;
	}

	.productsDet .innerNav {
		margin-bottom: 50px;
	}

	.pdTit {
		font-size: 26px;
		line-height: 36px;
	}

	.proeuctAdvantage .list p {
		margin-top: 20px;
	}

	.productsDet .describe>div {
		margin-bottom: 50px !important;
	}

	.productsDet .describe>div .pdTit {
		margin-bottom: 30px;
	}

	.productsDet .describe>div.appAreas .pdTit {
		margin-bottom: 0;
	}

	.appAreas .title {
		margin-bottom: 30px;
	}

	.slideTouch li {
		height: 40px;
	}

	.slideTouch li.must::after {
		top: 9px;
	}

	.slideTouch li.message {
		padding: 10px 17px;
	}

	.afterSales .list .item .image {
		margin-top: 0;
		width: 55px;
	}
}

@media screen and (max-width:1333px) {
	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productsDet .con {
		width: 65%;
	}

	.productShow .box .showSipwer {
		width: 360px;
	}

	.productShow .box .swiperBox {
		height: 360px;
	}

	.productShow .box .checkSwiper {
		width: 58px;
	}

	.productShow .box {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.productShow .jianjie h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.productShow .jianjie .btns a {
		height: 40px;
	}

	.innerNav .swiper-slide {
		margin-right: 30px;
	}

	.productShow .jianjie .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.pdTit {
		font-size: 24px;
		line-height: 34px;
	}

	.table table tr td {
		padding: 10px 20px;
	}

	.afterSales .list .item {
		padding: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.afterSales .list .item .image {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.productsDet .innerNav {
		overflow: hidden;
	}

	.innerNav a::after {
		bottom: 0;
	}
}


@media screen and (max-width:999px) {

	.productsDet>div {
		flex-direction: column-reverse;
	}

	.productsDet .con {
		width: 100%;
	}

	.productShow .box {
		width: 100%;
		justify-content: center;
	}


	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow .jianjie h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.innerNav a {
		padding: 10px;
	}

	.pdTit {
		font-size: 22px;
		line-height: 30px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.afterSales .list .item .image {
		width: 50px;
	}

	.slideTouch form ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.slideTouch form ul li {
		width: 48%;
		height: 36px;
	}

	.slideTouch li.message {
		width: 100%;
	}

	.slideTouch li.codeCon {
		margin-bottom: 0;
	}

	.slideTouch form {
		margin-bottom: 10px;
	}

	.slideTouch {
		margin-top: -10px;
	}

	.innerNav a {
		font-size: 16px;
	}

	.innerNav .btns {
		margin-left: 30px;
	}

	.productShow .box .checkSwiper .swiper-slide {
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
	}

	.afterSales .list .item .txts {
		font-size: 14px;
		line-height: 26px;
	}
	
	.m-formcountry .drop-list li {
		width: 100%;
	}
}


@media screen and (max-width:768px) {
	.productsDet .describe {
		padding-top: 30px;
	}

	.productShow .jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.productShow .jianjie .txts {
		margin-bottom: 30px;
	}

	.productShow .jianjie .btns a {
		height: 36px;
	}

	.productShow .box .showSipwer {
		width: 320px;
	}

	.productShow .box .swiperBox {
		height: 320px;
	}

	.productShow .box .checkSwiper {
		width: 50px;
	}

	.innerNav .swiper-slide {
		margin-right: 20px;
	}

	.productsDet .describe>div {
		margin-bottom: 40px !important;
	}

	.afterSales .list .item .image {
		width: 45px;
	}

	.pdTit {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.productShow .box .showSipwer {
		width: 230px;
	}

	.productShow .box .swiperBox {
		height: 230px;
	}

	.productShow .box .checkSwiper {
		width: 42px;
	}

	.productShow .box {
		margin-bottom: 30px;
	}

	.productShow .jianjie .btns a {
		width: 135px;
	}

	.proeuctAdvantage .list p:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.proeuctAdvantage .list p:nth-child(1) {
		margin-top: 0;
	}

	.appAreas .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.appAreas .image {
		height: 240px;
	}

	.afterSales .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.afterSales .list .item:nth-child(1) {
		margin-top: 0;
	}

	.slideTouch li.codeCon {
		width: 100%;
		margin-bottom: 10px;
	}

	.slideTouch li.subBtn {
		width: 100%;
	}

	.productsDet .describe>div {
		margin-bottom: 35px !important;
	}

	.innerNav {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.innerNav .btns {
		margin-left: 0;
	}

	.innerNav .swiper {
		flex: none;
		width: 100%;
	}
}


@media screen and (max-width:450px) {
	.slideTouch form ul li {
		width: 100%;
	}
}



/* 3-1 Custom */

.process {
	overflow: hidden;
	padding-left: calc((100vw - 1440px)/ 2);
}

.process>div {
	position: relative;
	padding: 77px 0 89px 0;
}

.process>div::after,
.process>div::before {
	content: "";
	position: absolute;
	height: 100%;
	background-color: #f9f9fc;
	top: 0;
	z-index: -1;
}

.process>div::after {
	right: 100%;
	width: 110px;
}

.process>div::before {
	width: 200%;
	left: 0;
}



.process .swiper {
	width: 100%;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	cursor: e-resize;
}



.process .swiperBox::after {
	content: "";
	position: absolute;
	top: 101px;
	height: 2px;
	background-color: #004d9b;
	width: 110px;
	right: 100%;
	z-index: 2;
}


.process .title1 {
	font-family: Raleway-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 6px;
}



.process .tip {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
	margin-bottom: 67px;
}



.process .swiper-slide {
	width: 23%;
	margin-right: 2.4%;
}


.process .swiper-slide:last-child {
	margin-right: 0;
}

.process .title {
	display: flex;
	align-items: center;
	margin-bottom: 64px;
}

.process .title .image {
	width: 74px;
	flex-shrink: 0;
	margin-right: 19px;
}



.process .title .num {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 45px;
	color: #004d9b;
}

.process .tit {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 18px;
}


.process .swiper .swiper-pagination {
	top: 101px;
	height: 2px;
	background-color: #e5e5e5;
}

.process .swiper .swiper-pagination>span {
	background-color: #004d9b;
}

@media screen and (max-width:1600px) {
	.process {
		padding-left: 80px;
	}

	.process .title1 {
		margin-bottom: 10px;
	}

	.process .tip {
		margin-bottom: 50px;
	}

	.process .title .image {
		width: 60px;
	}

	.process .title .num {
		font-size: 24px;
		line-height: 36px;
	}

	.process .title {
		margin-bottom: 50px;
	}

	.process .swiper .swiper-pagination,
	.process .swiperBox::after {
		top: 80px;
	}

}

@media screen and (max-width:1333px) {
	.process .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.process .tip {
		margin-bottom: 40px;
	}

	.process .title .image {
		width: 50px;
	}

	.process .title .num {
		font-size: 20px;
		line-height: 30px;
	}

	.process .title {
		margin-bottom: 40px;
	}

	.process .swiper .swiper-pagination,
	.process .swiperBox::after {
		top: 65px;
	}

	.process .swiper-slide {
		width: 32%;
		margin-right: 4%;
	}

}

@media screen and (max-width:999px) {
	.process .tip {
		margin-bottom: 30px;
	}

	.process .swiper-slide {
		width: 40%;
	}

	.process .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.process .title .image {
		width: 45px;
	}

	.process .swiper-slide {
		width: 60%;
	}

	.process {
		padding-left: 25px;
	}
}

@media screen and (max-width:538px) {
	.process {
		padding-left: 15px;
	}

	.process .swiper-slide {
		width: 70%;
		margin-right: 10%;
	}

	.process .title .image {
		width: 40px;
	}
}



.customRange {
	padding: 74px 0 76px 0;
}

.customRange .title1 {
	text-align: center;
	margin-bottom: 51px;
}

.customRange .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.customRange .checkBtns {
	width: 27.22%;
}

.customRange .check {
	width: 71.59%;
}

.customRange .check .item {
	display: none;
	background-color: #004d9b;
	border-radius: 16px;
	overflow: hidden;
	padding: 50px 60px 59px 50px;
}


.customRange .check .item:nth-child(1) {
	display: block;
}


.customRange .check .image {
	width: 37%;
	float: left;
	margin-right: 5.7%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customRange .check .tit {
	font-family: Raleway-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 36px;
	margin-top: 17px;
}


.customRange .check .txts p {
	color: #ffffff;
}


.customRange .checkBtns {
	margin-top: -10px;
	margin-left: -22px;
}

.customRange .checkBtns .item {
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	padding: 14px 22px;
	cursor: pointer;
	color: #333333;
	position: relative;
	margin-bottom: 3.5px;
}

.customRange .checkBtns .item:last-child {
	margin-bottom: 0;
}


.customRange .checkBtns .item:hover {
	color: #ffffff;
}

.customRange .checkBtns .item:hover::after {
	opacity: 1;
}



.customRange .checkBtns .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	background-color: #004d9b;
	transition: .4s ease all;
	border-radius: 28px;
	z-index: -1;
	opacity: 0;
}


.customRange .checkBtns .item.active {
	color: #ffffff;
}

.customRange .checkBtns .item.active::after {
	opacity: 1;
}

@media screen and (max-width:1600px) {
	.customRange .check .item {
		padding: 40px 30px;
		border-radius: 10px;
	}

	.customRange .checkBtns .item {
		font-size: 16px;
		padding: 10px 20px;
	}

	.customRange .checkBtns .item::after {
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.customRange .checkBtns {
		margin-top: 0;
		margin-left: 0;
	}

	.customRange .check {
		width: 70%;
	}

	.customRange .check .tit {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.customRange .con {
		align-items: stretch;
	}

	.customRange .check .item {
		height: 100%;
	}
}

@media screen and (max-width:1333px) {
	.customRange .checkBtns .item {
		padding: 5px 10px;
	}

	.customRange .title1 {
		margin-bottom: 40px;
	}

	.customRange .check .item .msg {
		padding: 10px 0;
	}

	.customRange .check .image {
		width: 40%;
	}
}

@media screen and (max-width:999px) {
	.customRange .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.customRange .check {
		width: 100%;
	}

	.customRange .check .item {
		padding: 20px;
		border-radius: 5px;
	}

	.customRange .checkBtns {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.customRange .checkBtns .item {
		margin-right: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.customRange .check .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:768px) {
	.customRange .title1 {
		margin-bottom: 30px;
	}

	.customRange .check .image {
		width: 45%;
	}

	.customRange .check .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.customRange .check .image {
		width: 100%;
		margin-bottom: 20px;
		float: none;
		margin-right: 0;
	}

	.customRange .check .image img {
		max-width: 240px;
	}

}




.customService {
	background-color: #f9f9fc;
	padding: 81px 0 93px 0;
}


.customService .title1 {
	margin-bottom: 75px;
}

.customService .list {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}


.customService .list p {
	width: 48%;
	margin-top: 48px;
	line-height: 28px;
}

.customService .list p:nth-child(-n+2) {
	margin-top: 0;
}

.customService .list p em {
	padding-left: 56.5px;
}


.customService .list p em:after {
	width: 36px;
	height: 36px;
}


.customService .list p strong {
	font-family: Raleway-Medium;
	font-size: 20px;
	line-height: 30px;
	color: #1e1e1e;
	margin-bottom: 19px;
	display: block;
	font-weight: normal;
}


.solution {
	padding: 100px 0 137px 0;
	background-image: url("../images/solutionM1-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.solution .title1 {
	color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
}


.solution .txts {
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 56px;
}

.solution .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 252px;
	height: 57px;
	background-color: #004d9b;
	border-radius: 4px;
	font-family: Raleway-Bold;
	font-size: 18px;
	color: #ffffff;
	margin: 0 auto;
}



.solution .btn:hover {
	background-color: #ffffff;
	color: #004d9b;
}

@media screen and (max-width:1600px) {
	.customService .title1 {
		margin-bottom: 60px;
	}

	.customService .list p em:after {
		width: 28px;
		height: 28px;
	}

	.customService .list p strong {
		font-size: 18px;
		line-height: 28px;
	}

	.customService .list p em {
		padding-left: 45px;
	}

	.solution .title1 {
		margin-bottom: 20px;
	}

	.solution .txts {
		margin-bottom: 34px;
	}

	.solution .btn {
		height: 45px;
	}
}

@media screen and (max-width:1333px) {
	.customService .list p em:after {
		width: 24px;
		height: 24px;
		margin-top: -2px;
	}

	.customService .title1 {
		margin-bottom: 50px;
	}

	.customService .list p {
		margin-top: 30px;
	}

	.solution .btn {
		height: 40px;
		width: 220px;
	}
}

@media screen and (max-width:999px) {
	.customService .list p:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.customService .list p:nth-child(1) {
		margin-top: 0;
	}

	.customService .title1 {
		margin-bottom: 40px;
	}

	.customService .list p em {
		padding-left: 40px;
	}

	.customService .list p strong {
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.solution .btn {
		height: 36px;
	}

	.solution .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.customService .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.customService .list p em:after {
		width: 22px;
		height: 22px;
	}

	.customService .list p em {
		padding-left: 35px;
	}
}


.faq {
	position: relative;
	overflow: hidden;
}

.faq::after {
	content: "";
	position: absolute;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	top: 0;
	z-index: -2;
	height: 100%;
	background-color: #f9f9fc;
}

.faq>.safeRange {
	padding: 84px 0 81px 0;
}


.faq .title1 {
	margin-bottom: 17px;
}


.faq .tip {
	font-family: Raleway-Medium;
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 26px;
	margin-bottom: 43px;
	color: #004d9b;
	display: inline-block;
}

.faq .tip:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.faq .item {
	border-bottom: 1px solid #d2d2d2;
	padding: 23px 0 20px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-right: 60px;
	position: relative;
	cursor: pointer;
}

.faq .item:nth-child(1) {
	border-top: 1px solid #d2d2d2;
}

.faq .item .question {
	width: 46%;
	display: flex;
	align-items: flex-start;
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.faq .item .answer {
	width: 50.56%;
	display: none;
	transition: none;
	padding-bottom: 3px;
}


.faq .item:nth-child(1) .answer {
	display: block;
}

.faq .item .answer .box {
	display: flex;
	align-items: flex-start;
}



.faq .item span {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-family: Raleway-Medium;
	font-size: 18px;
	color: #004d9b;
	flex-shrink: 0;
	width: 34px;
	height: 34px;
}





.faq .item .question span {
	background-color: rgba(0, 77, 155, .1);
	margin-right: 13.5px;
}


.faq .item .answer span {
	border: solid 2px #004d9b;
	background-color: #ffffff;
	margin-right: 13px;
}

.faq .item .answer p {
	color: #333333;
}

.faq .item .btn {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 19px;
	top: 22px;
}



.faq .item .btn .line1 {
	width: 18px;
	height: 3px;
	background-color: #004d9b;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.faq .item .btn .line2 {
	width: 3px;
	height: 18px;
	background-color: #004d9b;
}


.faq .item.active .btn .line2 {
	transform: rotate(90deg);
}

.faq .item.active .question,
.faq .item:hover .question {
	color: #004d9b;
}

.faq .item.active .question span,
.faq .item:hover .question span {
	background-color: #004d9b;
	color: #ffffff;
}




.faq .touch .swiperBox::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #004d9b;
	top: -10px;
	left: -10px;
}

@media screen and (max-width:1333px) {
	.faq .item .question {
		font-size: 16px;
		line-height: 28px;
	}

	.faq .item {
		padding: 20px 0;
		padding-right: 60px;
	}

	.faq .item span {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}

	.faq .item .btn {
		right: 0;
	}

	.faq .item .btn .line2 {
		width: 2px;
		height: 14px;
	}

	.faq .item .btn .line1 {
		height: 2px;
		width: 14px;
	}

	.faq .item .btn {
		top: 16px;
	}
}

@media screen and (max-width:999px) {
	.faq .item {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 0;
	}

	.faq .item .answer {
		width: 100%;
		padding-bottom: 0;
		padding-top: 20px;
	}

	.faq .item .question {
		width: 100%;
		padding-right: 50px;
	}


	.faq .tip {
		margin-bottom: 30px;
	}

	.faq .item span {
		width: 26px;
		height: 26px;
		font-size: 14px;
	}

}

@media screen and (max-width:768px) {}

@media screen and (max-width:538px) {}









/* 4-1 Industries */

.industries {
	padding: 84px 0 75px 0;
}



.industries .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 74px;
}


.industries .title .box {
	flex-shrink: 0;
	margin-right: 8.8%;
}

.industries .title1 {
	margin-bottom: 17px;
	margin-top: 1px;
}


.industries .tip {
	font-family: Raleway-Medium;
	color: #004d9b;
}


.industries .list {
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 55px;
}


.industries .list .item {
	width: 30.27%;
	margin-right: 4.595%;
	margin-top: 43px;
	position: relative;
}

.industries .list .item::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #e4e4e4;
	left: 107.6%;
	top: 0;
}



.industries .list .item:nth-child(3n) {
	margin-right: 0;
}

.industries .list .item:nth-child(3n)::after {
	display: none;
}

.industries .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.industries .list .image {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 24px;
}

.industries .list .image:hover img {
	transform: scale(1.1);
}


.industries .list .tit {
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 15px;
}

.industries .list .tit:hover {
	color: #004d9b;
}


.industries .list .txts {
	line-height: 28px;
}





.innerPiece .categoryBox {
	padding: 83px 0 82px 0;
}


@media screen and (max-width:1600px) {
	.industries .title {
		margin-bottom: 60px;
	}

	.industries .list .image {
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.industries .list .tit {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:1333px) {
	.industries .list .image {
		border-radius: 5px;
	}

	.industries .title {
		margin-bottom: 50px;
	}

	.industries .list .txts {
		-webkit-line-clamp: 2;
	}
}

@media screen and (max-width:999px) {
	.industries .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.industries .title1 {
		margin-bottom: 10px;
	}

	.industries .title {
		margin-bottom: 40px;
	}

	.industries .list {
		justify-content: space-between;
	}

	.industries .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.industries .list .item:nth-child(n)::after {
		display: block;
	}

	.industries .list .item:nth-child(2n)::after {
		display: none;
	}

	.industries .list .item::after {
		left: 104%;
	}

	.industries .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.industries .list {
		margin-bottom: 50px;
	}

	.industries .tip {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.industries .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.industries .title .box {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.industries .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:450px) {
	.industries .title {
		margin-bottom: 30px;
	}

	.industries .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.industries .list .item:nth-child(1) {
		margin-top: 0;
	}

	.industries .list .item:nth-child(n)::after {
		display: none;
	}

	.industries .list .item .image {
		height: 240px;
	}

	.industries .list .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.industries .list .image {
		margin-bottom: 10px;
	}

	.industries .list .tit {
		margin-bottom: 5px;
	}
}



/* 4-2 Industries */


.industriesDet {
	padding: 82px 0 90px 0;
}

.industriesDet .title1 {
	font-size: 36px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 38px;
}


.industriesDet .image {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 39px;
}


.industriesDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.innerBox {
	width: 75.25%;
}

.industriesDet h1 {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 23px;
	margin-top: 13px;
}


.industriesDet .txts {
	margin-bottom: 28px;
}


.industriesDet .line {
	width: 100%;
	height: 1px;
	background-color: #d8dbe3;
	margin-bottom: 26px;
}


.prevOrNext {
	display: flex;
	justify-content: space-between;
}

.prevOrNext>div {
	width: 49%;
	display: flex;
	align-items: center;
}


.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 57px;
	background-color: #ffffff;
	border: solid 1px #1e1e1e;
	border-radius: 50%;
	font-weight: bold;
	flex-shrink: 0;
}

.prevOrNext .btn i {
	font-size: 26px;
	color: #333333;
}


.prevOrNext>div.next {
	justify-content: flex-end;
}

.prevOrNext>div.next .name {
	text-align: right;
}

.prevOrNext>div.prev .btn {
	margin-right: 19px;
}

.prevOrNext>div.next .btn {
	margin-left: 21px;
}


.prevOrNext>div.next a.btn:hover {
	background-color: #09519b;
	border-color: #09519b;
}


.prevOrNext>div.next a.btn:hover i {
	color: #ffffff;
}

.prevOrNext .name {
	font-family: Raleway-Regular;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	margin-top: 6px;
}

.prevOrNext a.tit:hover {
	color: #09519b;
}

.prevOrNext .tit {
	color: #666666;
}

.innerPiece .relatedProductBox {
	padding: 84px 0 60px 0;
}

.innerPiece .relatedProductBox .relatedProduct::after,
.innerPiece .relatedProductBox .relatedProduct::before {
	display: none;
}

@media screen and (max-width:1600px) {
	.industriesDet .image {
		border-radius: 10px;
		margin-bottom: 50px;
	}

	.innerBox {
		width: 70%;
	}

	.industriesDet h1 {
		margin-top: 0;
	}

	.innerPiece .relatedProductBox {
		padding: 0;
	}
}

@media screen and (max-width:1333px) {
	.innerBox {
		width: 65%;
	}

	.industriesDet h1 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.prevOrNext .btn {
		width: 45px;
		height: 45px;
	}

	.prevOrNext .btn i {
		font-size: 20px;
	}

	.industriesDet .txts {
		margin-bottom: 30px;
	}

	.industriesDet .line {
		margin-bottom: 30px;
	}


}

@media screen and (max-width:999px) {
	.industriesDet .image {
		height: 280px;
		border-radius: 5px;
	}

	.industriesDet .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.industriesDet .title1 {
		margin-bottom: 30px;
	}

	.industriesDet .con {
		flex-direction: column-reverse;
	}

	.industriesDet h1 {
		margin-top: 0;
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 26px;
	}

	.industriesDet .describe {
		margin-bottom: 40px;
	}

	.innerBox {
		width: 100%;
	}

	.industriesDet .image {
		margin-bottom: 40px;
	}

	.prevOrNext .tit {
		font-size: 14px;
	}

	.prevOrNext .btn {
		width: 40px;
		height: 40px;
	}

	.prevOrNext .btn i {
		font-size: 18px;
	}

}

@media screen and (max-width:768px) {
	.industriesDet .image {
		height: 260px;
	}

	.industriesDet h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 24px;
	}

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
		margin-bottom: 5px;
	}

	.prevOrNext>div:last-child {
		margin-bottom: 0;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
	}

	.prevOrNext>div.next .btn {
		margin-left: 0;
		margin-right: 19px;
	}

	.prevOrNext>div.next .name {
		text-align: left;
	}
}

@media screen and (max-width:538px) {
	.industriesDet .image {
		height: 240px;
	}

	.industriesDet h1 {
		font-size: 20px;
		line-height: 30px;
	}
}



/* 5-1 About Us */



.factory {
	padding: 93px 0 78px 0;
}

.factory .con {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.factory .con .clear {
	display: none;
}

.factory .msg {
	width: 59%;
}


.factory .title1 {
	margin-bottom: 45px;
}


.factory .image {
	width: 30.69%;
	margin-top: -3px;
}

.factory .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.development {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 50px 0 80px 0;
}


.development::after {
	content: "";
	position: absolute;
	width: 532px;
	height: 100%;
	background-color: #f9f9fc;
	clip-path: polygon(0% 0%, 46% 0%, 100% 100%, 0 100%);
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
}


.development .con {
	display: flex;
	justify-content: space-between;
}

.development .con .clear {
	display: none;
}

.development .image {
	width: 46.25%;
}

.development .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.development .msg {
	width: 47.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.development .title1 {
	margin-bottom: 65px;
}


.wirePope {
	overflow: hidden;
}

.wirePope .title {
	padding: 59px 0 94px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wirePope .title .title1 {
	flex-shrink: 0;
	position: relative;
	margin-right: 6.7%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 70px !important;
	line-height: 70px !important;
	margin-top: 4px;
}



.wirePope .title .title1 span {
	margin-left: 70px;
	font-size: 66px;
	margin-top: 8px;
}

.wirePope .title .title1 .img {
	position: absolute;
	left: -17%;
	top: 43%;
	transform: translateY(-50%);
	width: 135px;
	z-index: -1;
	opacity: .3;
}

.wirePope .ropes {
	padding: 105px 0 100px 0;
}

.wirePope .ropes .msg .txts {
	-webkit-line-clamp: 11;
}

.wirePope .ropes .msg .tip {
	margin-bottom: 42px;
}

.wirePope .ropes .msg .txts {
	margin-bottom: 42px;
}

.wirePope .ropes .list {
	padding-top: 0;
	padding-bottom: 25px;
}

@media screen and (max-width:1600px) {
	.factory .image {
		margin-top: 0;
	}

	.development .title1 {
		margin-bottom: 40px;
	}

	.wirePope .title .title1 span,
	.wirePope .title .title1 {
		font-size: 50px !important;
		line-height: 60px !important;
	}

	.wirePope .ropes .list {
		padding: 0;
	}
}

@media screen and (max-width:1333px) {
	.factory .title1 {
		margin-bottom: 30px;
	}

	.factory .image {
		width: 35%;
	}

	.development .image {
		width: 48%;
	}

	.development .title1 {
		margin-bottom: 30px;
	}

	.wirePope .title .title1 span,
	.wirePope .title .title1 {
		font-size: 40px !important;
		line-height: 50px !important;
	}

	.factory .con .clear,
	.development .con .clear {
		display: block;
	}

	.factory .con,
	.development .con {
		display: block;
	}

	.factory .image {
		float: right;
		margin-left: 5%;
	}

	.factory .msg {
		width: 100%;
	}

	.development .image {
		float: left;
		margin-right: 5%;
	}

	.development .msg {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width:999px) {
	.factory .image {
		width: 45%;
	}

	.wirePope .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.wirePope .title .title1 span,
	.wirePope .title .title1 {
		font-size: 30px !important;
		line-height: 30px !important;
	}

	.wirePope .title .title1 {
		margin: 0;
		margin-bottom: 20px;
	}

	.wirePope .title .title1 .img {
		width: 90px;
	}

	.wirePope .ropes .msg .tip {
		margin-bottom: 20px;
	}

	.wirePope .ropes .msg .txts {
		-webkit-line-clamp: 3;
	}

	.wirePope .ropes .msg .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.wirePope .title .title1 .img {
		left: 0;
	}

	.wirePope .title .title1 span,
	.wirePope .title .title1 {
		font-size: 26px !important;
		line-height: 30px !important;
	}
}

@media screen and (max-width:538px) {
	.factory .image {
		width: 100%;
		height: 260px;
		float: none;
		margin: 0;
		margin-top: 20px;
	}

	.factory .title1,
	.development .title1 {
		margin-bottom: 20px;
	}

	.factory .con,
	.development .con {
		display: flex;
		flex-direction: column-reverse;
	}

	.development .image {
		width: 100%;
		margin-right: 0;
		float: none;
		height: 260px;
		margin-top: 30px;
	}
}



.history {
	padding: 74px 0 90px 0;
}

.history .topCon {
	max-width: 1600px;
}

.history .title1 {
	text-align: center;
	margin-bottom: 15px;
}

.history .tip {
	text-align: center;
	font-family: Raleway-Medium;
	color: #004d9b;
	margin-bottom: 38px;
}


.history .thumbs {
	overflow: hidden;
	position: relative;
	margin-bottom: 69px;
}


.history .thumbs::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #dcdcdc;
	z-index: -3;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}


.history .thumbs .swiper-slide {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	cursor: pointer;
}

.history .thumbs .swiper-slide::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 4px;
	background-color: #09519b;
	width: 100%;
	left: 0;
	z-index: -1;
	width: 0;
	transition: .6s ease all;
}

.history .thumbs .swiper-slide.swiper-slide-thumb-active::after {
	width: 100%;
}

.history .thumbs .swiper-slide.swiper-slide-thumb-active .time {
	background-color: #09519b;
	color: #ffffff;
	border-color: #09519b;
}




.history .thumbs .swiper-slide .time {
	min-width: 116px;
	height: 58px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
	color: #333333;
}



.history .gallery {
	overflow: hidden;
}


.history .gallery .swiper-slide {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}


.history .gallery .msg {
	width: 38%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 16px;
}



.history .gallery .images {
	width: 51.80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.history .gallery .images .image:nth-child(1) {
	width: 49%;
}

.history .gallery .images .image:nth-child(2) {
	width: 47.1%;
	margin-top: 13px;
}


.history .gallery .msg .time {
	font-family: Raleway-Bold;
	font-size: 36px;
	line-height: 54px;
	color: #333333;
	margin-bottom: 69px;
}


.history .gallery .msg .txts {
	font-size: 18px;
	line-height: 34px;
	color: #666666;
}

.history .gallery .clear {
	display: none;
}

.history .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.history .btns>div {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
}


.history .btns>div:hover {
	color: #09519b;
}

.history .btns>div.prev {
	margin-right: 30px;
}


.vision {
	padding: 96px 0 53px 0;
}


.vision .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 88px;
}

.vision .title .box {
	flex-shrink: 0;
	margin-right: 10%;
}


.vision .title1 {
	margin-bottom: 17px;
}

.vision .tip {
	font-family: Raleway-Medium;
	font-size: 16px;
	color: #004d9b;
	line-height: 26px;
}

.vision .txts {
	font-size: 18px;
	line-height: 34px;
}


.vision .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.vision .list p {
	margin-top: 34px;
	width: 49.5%;
	font-size: 18px;
	line-height: 34px;
}



.vision .list p:nth-child(-n+2) {
	margin-top: 0;
}




.vision .list p em::after {
	width: 34px;
	height: 34px;
}


.vision .list p em {
	padding-left: 50px;
}


@media screen and (max-width:1600px) {
	.history .gallery .msg .time {
		margin-bottom: 40px;
	}

	.history .gallery .msg {
		width: 45%;
	}

	.history .title1 {
		margin-bottom: 10px;
	}

	.history .thumbs .swiper-slide .time {
		height: 50px;
		font-size: 18px;
	}

	.history .gallery .msg .time {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 30px;
	}

	.history .tip {
		margin-bottom: 30px;
	}

	.vision .list p {
		width: 48%;
	}

	.vision .title {
		margin-bottom: 80px;
	}

	.history .thumbs {
		margin-bottom: 60px;
	}

	.history .gallery .msg {
		padding-bottom: 0;
	}

	.history .gallery .images .image:nth-child(2) {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.history .thumbs .swiper-slide .time {
		height: 40px;
	}

	.history .btns>div {
		font-size: 16px;
	}

	.vision .title {
		margin-bottom: 60px;
	}

	.vision .title1 {
		margin-bottom: 10px;
	}

	.vision .list p em::after {
		width: 26px;
		height: 26px;
		transform: translateY(-5px);
	}

	.history .thumbs {
		margin-bottom: 50px;
	}

	.history .gallery .msg .time {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.history .tip {
		margin-bottom: 20px;
	}

	.history .thumbs .swiper-slide .time {
		height: 35px;
		font-size: 16px;
	}

	.history .thumbs::after {
		height: 1px;
	}

	.history .thumbs .swiper-slide::after {
		height: 2px;
	}

	.history .gallery .msg .time {
		font-size: 22px;
		line-height: 30px;
	}

	.vision .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.vision .title .box {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.vision .title {
		margin-bottom: 50px;
	}

	.vision .list p em::after {
		width: 22px;
		height: 22px;
	}

	.vision .list p em {
		padding-left: 36px;
	}

	.vision .list p {
		margin-top: 20px;
	}

	.history .gallery .swiper-slide {
		display: block;
	}

	.history .gallery .images {
		float: right;
		width: 56%;
		margin-left: 4%;
	}

	.history .gallery .msg {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.history .gallery .swiper-slide {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.history .gallery .images {
		float: none;
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
	}

	.history .gallery .msg .time {
		font-size: 20px;
		line-height: 30px;
	}

	.vision .title {
		margin-bottom: 40px;
	}

	.vision .list p:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.vision .list p:nth-child(1) {
		margin-top: 0;
	}

	.vision .list p em::after {
		width: 20px;
		height: 20px;
		transform: translateY(0px);
	}

	.history .thumbs {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.vision .title {
		margin-bottom: 30px;
	}
}




/* 6-1News */


.news {
	padding: 76px 0 67px 0;
}

.news .title1 {
	font-family: Raleway-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 4px;
}

.news .newTxts {
	margin-bottom: 54px;
}

.news .list {
	margin-bottom: 55px;
}

.news .list .item {
	display: flex;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e8e4df;
	align-items: center;
}

.news .list .item:nth-child(1) {
	border-top: 1px solid #e8e4df;
}

.news .list .image {
	width: 321px;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 60px;
}

.news .list .image:hover img {
	transform: scale(1.1);
}

.news .list .tit {
	font-family: Raleway-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #1e1e1e;
	margin-bottom: 19px;
	margin-top: 6px;
}


.news .list .tit:hover {
	color: #004d9b;
}

.news .list .txts {
	line-height: 26px;
	margin-bottom: 17px;
}



.news .list .time {
	font-family: Raleway-Medium;
}


@media screen and (max-width:1600px) {
	.news .list .item {
		padding: 10px 0;
	}

	.news .list .tit {
		margin-top: 0;
	}

	.news .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.news .list .image {
		margin-right: 30px;
		width: 290px;
	}

	.news .newTxts {
		margin-bottom: 40px;
	}

	.news .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.news .list .image {
		margin-right: 30px;
		width: 240px;
	}

	.news .list .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.news .newTxts {
		margin-bottom: 30px;
	}

	.news .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.news .list .tit {
		margin-bottom: 10px;
	}

	.news .list .txts {
		margin-bottom: 10px;
	}

	.news .list .image {
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}

	.news .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.news .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news .list .item {
		width: 48%;
	}

	.news .list .item:nth-child(2) {
		border-top: 1px solid #e8e4df;
	}

	.news .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:451px) {
	.news .list .item:nth-child(n) {
		width: 100%;
	}

	.news .list .item:nth-child(2) {
		border-top: none;
	}

	.news .list .image {
		height: 240px;
	}
}



/* 6-2News */

.newsDet {
	padding: 91px 0 79px 0;
}


.newsDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newsDet .describe h1 {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 46px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 23px;
}

.newsDet .describe .txts {
	margin-bottom: 34px;
}

.newsDet .describe .line {
	width: 100%;
	height: 1px;
	background-color: #d8dbe3;
	margin-bottom: 26px;
}

.standardEdit p {
	hyphens: auto;
}

.standardEdit p em {
	display: block;
	padding-left: 42px;
	font-style: normal;
	position: relative;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	width: 27px;
	height: 27px;
	background-image: url("../images/standardSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0;
	top: 0;
}

@media screen and (max-width:1600px) {
	.newsDet .describe h1 {
		font-size: 28px;
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.newsDet .describe h1 {
		font-size: 26px;
		line-height: 36px;
	}

	.standardEdit p em::after {
		width: 20px;
		height: 20px;
		top: 4px;
	}

	.standardEdit p em {
		padding-left: 30px;
	}
}

@media screen and (max-width:999px) {
	.newsDet .con {
		flex-direction: column-reverse;
	}

	.newsDet .describe {
		margin-bottom: 40px;
	}

	.newsDet .describe h1 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 26px;
	}
}

@media screen and (max-width:768px) {
	.newsDet .describe h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.newsDet .describe .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.newsDet .describe h1 {
		font-size: 20px;
	}

	.standardEdit p em::after {
		width: 18px;
		height: 18px;
	}
}



/* 7-1 Contact Us */


.getInTouch {
	background-color: #f9f9fc;
	padding-top: 76px;
}


.getInTouch .title1 {
	font-family: Raleway-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	text-align: center;
	margin-bottom: 6px;
}

.getInTouch .tip {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
	text-align: center;
	margin-bottom: 44px;
}

.getInTouch .list {
	display: flex;
}


.getInTouch .list .item {
	flex: 1;
	padding: 36px 30px 83px 29px;
	border-bottom: 1px solid #e2e2e3;
	position: relative;
	border-right: 1px solid #e2e2e3;
}





.getInTouch .list .item:nth-child(1) {
	padding-left: 0;
}

.getInTouch .list .item:last-child {
	border-right: 0;
	padding-right: 0;
}

.getInTouch .list .item:last-child .circle {
	display: none;
}

.getInTouch .list .circle {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f9f9fc;
	width: 30px;
	height: 20px;
	right: 0px;
	bottom: -1px;
	transform: translateX(50%);
	z-index: 2;
}


.getInTouch .list .circle::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	border-radius: 50%;
	width: 8px;
	height: 8px;
	background-color: #09519b;
}

.getInTouch .list .image {
	width: 47px;
	margin-bottom: 38px;
}

.getInTouch .list .num {
	font-family: Arial;
	font-weight: bold;
	font-size: 34px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 23px;
	display: inline-block;
}


.getInTouch .list .email .num {
	font-size: 26px;
	word-break: break-all;
}


.getInTouch .list .name {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
}



.contactUs {
	padding: 80px 0 90px 0;
}


.contactUs .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.contactUs .con .msg {
	width: 43.47%;
}


.contactUs .con form {
	width: 53.05%;
}


.contactUs .msg .title1 {
	font-family: Raleway-Bold;
	font-size: 40px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 8px;
	margin-top: 8px;
	padding-left: 30px;
}

.contactUs .msg .tip {
	font-family: Raleway-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #004d9b;
	margin-bottom: 60px;
	padding-left: 30px;
}


.contactUs .msg .list .item {
	padding: 21px 22px 23px 31px;
	background-color: #f9f9fc;
}

.contactUs .msg .list .item {
	margin-bottom: 30px;
}

.contactUs .msg .list .item:last-child {
	margin-bottom: 0;
	padding-top: 23px;
}

.contactUs .msg .list .item:last-child .tit {
	margin-bottom: 20px;
}

.contactUs .msg .list .tit {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #004d9b;
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
}

.contactUs .address .txts {
	font-family: Raleway-Medium;
	color: #333333;
}


.contactUs .msg .list .tit img {
	flex-shrink: 0;
	margin-right: 10px;
	width: 31px;
	transform: translateY(-3px);
}


.contactUs form {
	padding: 42px 43px 69px 45px;
	background-color: #f9f9fc;
}

.contactUs form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactUs form ul li {
	width: 48%;
	margin-top: 20px;
	border-bottom: 1px solid #e6e6e6;
	height: 62.5px;
	padding: 0 21px;
}



.contactUs form ul li:nth-child(-n+2) {
	margin-top: 0;
}



.contactUs form ul li.must {
	position: relative;
}

.contactUs form ul li.must::after {
	content: "*";
	position: absolute;
	left: 0;
	top: 29px;
	font-size: 40px;
	line-height: 26px;
	color: #ff0000;
}



.contactUs form ul li.message {
	width: 100%;
	height: 181px;
	padding-top: 22px;
	margin-bottom: 21px;

}

.contactUs form ul li.codeCon {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	height: 56px;
	width: 47.2%;
}

.contactUs form ul li.codeCon input {
	flex: 1;
	padding: 0 10px;
}


.contactUs form ul li.codeCon .codeImg {
	flex-shrink: 0;
	width: 82px;
	cursor: pointer;
	background-color: #f3fbfe;
	transform: translateY(-2px);
	display: flex;
	align-items: center;
	justify-content: center;
}




.contactUs form ul li.subBtn {
	padding: 0;
	border-bottom: none;
	height: 56px;
	width: 47.2%;
}

.contactUs form ul li.subBtn input {
	background-color: #004d9d;
	border-radius: 6px;
	border: 1px solid #004d9d;
	cursor: pointer;
	font-family: Raleway-Bold;
	font-size: 18px;
	color: #ffffff;text-transform:uppercase;
}

.contactUs form ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #004d9d;
}

.contactUs form input,
.contactUs form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.contactUs input::-webkit-input-placeholder,
.contactUs textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.contactUs input:-moz-placeholder,
.contactUs textarea:-moz-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.contactUs input::-moz-placeholder,
.contactUs textarea::-moz-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.contactUs input:-ms-input-placeholder,
.contactUs textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}


.map img {
	display: block;
}


@media screen and (max-width:1600px) {
	.getInTouch {
		padding-top: 80px;
	}

	.getInTouch .title1 {
		margin-bottom: 20px;
	}

	.getInTouch .list .item {
		padding: 30px;
	}

	.getInTouch .list .image {
		width: 36px;
		margin-bottom: 30px;
	}

	.getInTouch .list .num {
		font-size: 28px;
		line-height: 35px;
	}

	.contactUs form ul li:nth-child(n) {
		height: 55px;
	}

	.contactUs form ul li.message {
		height: 180px;
	}

	.contactUs form ul li.must::after {
		top: 23px;
	}

	.contactUs form ul li.message {
		padding-top: 16px;
	}

	.contactUs form ul li.codeCon .codeImg {
		transform: translateY(0px);
	}
}

@media screen and (max-width:1333px) {
	.getInTouch {
		padding-top: 60px;
	}

	.getInTouch .list .num {
		font-size: 22px;
		line-height: 34px;
	}

	.getInTouch .list .image {
		width: 34px;
		margin-bottom: 20px;
	}

	.getInTouch .tip {
		margin-bottom: 30px;
	}

	.getInTouch .list .item {
		padding: 25px;
	}

	.contactUs .msg .tip {
		margin-bottom: 40px;
	}

	.contactUs form ul li:nth-child(n) {
		height: 50px;
	}

	.contactUs form ul li.message {
		height: 180px;
	}

	.contactUs form ul li.codeCon {
		width: 100%;
	}

	.contactUs form ul li.subBtn {
		width: 100%;
	}

	.contactUs .msg .list .tit img {
		width: 26px;
	}

	.contactUs form {
		padding: 40px;
	}

	.getInTouch .list .email .num {
		font-size: 22px;
		line-height: 30px;
	}

	.contactUs .msg .list .item {
		padding: 20px;
	}
	.contactUs .msg .title1 {
		padding-left: 20px;
	}
	
	.contactUs .msg .tip {
		padding-left: 20px;
	}
}

@media screen and (max-width:999px) {
	.getInTouch .title1 {
		margin-bottom: 10px;
	}

	.getInTouch {
		padding-top: 50px;
	}

	.getInTouch .list .num {
		font-size: 18px;
	}

	.getInTouch .list .email .num {
		font-size: 18px;
	}

	.getInTouch .list .num {
		margin-bottom: 10px;
	}

	.getInTouch .list .item {
		padding: 20px;
	}

	.getInTouch .list .image {
		width: 30px;
	}

	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .con .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.contactUs .msg .tip {
		margin-bottom: 30px;
	}

	.contactUs .msg .list {
		display: flex;
		justify-content: space-between;
	}

	.contactUs .msg .list .item {
		width: 48%;
		margin-bottom: 0;
	}

	.contactUs .msg .list .tit img {
		width: 20px;
		transform: translateY(4px);
	}

	.contactUs .con form {
		width: 100%;
		padding: 30px;
	}

	.contactUs form ul li:nth-child(n) {
		height: 45px;
	}

	.contactUs form ul li.must::after {
		top: 19px;
	}

	.contactUs form ul li.message {
		height: 120px;
	}

	.contactUs form ul li.codeCon,
	.contactUs form ul li.subBtn {
		width: 48%;
	}

	.getInTouch .tip {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.getInTouch .list {
		flex-wrap: wrap;
	}

	.getInTouch .list .item:nth-child(n) {
		width: 50%;
		flex: none;
		padding: 20px;
	}

	.getInTouch .list .item:last-child {
		width: 100%;
	}

	.getInTouch .list .item:nth-child(2) {
		border-right: none;
	}

	.getInTouch .list .item:nth-child(2) .circle {
		display: none;
	}

	.getInTouch .list .image {
		margin-bottom: 15px;
	}

	.contactUs .msg .list .tit {
		font-size: 18px;
	}

	.contactUs form ul li:nth-child(n) {
		height: 40px;
	}

	.contactUs form ul li.message {
		height: 100px;
	}

	.contactUs form ul li.must::after {
		top: 16px;
	}

	.contactUs form ul li.subBtn input {
		border-radius: 4px;
	}

	.contactUs form ul li.message {
		padding-top: 11px;
	}

	.getInTouch {
		padding-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.getInTouch .list .item:nth-child(n) {
		width: 100%;
		padding: 10px 20px;
		border-right: none;
	}

	.getInTouch .list .item:nth-child(n) .num {
		font-size: 16px;
		line-height: 26px;
	}

	.getInTouch .list .image {
		width: 25px;
		margin-bottom: 10px;
	}

	.getInTouch .list .circle {
		display: none;
	}

	.contactUs .msg .list {
		flex-wrap: wrap;
	}

	.contactUs .msg .list .item {
		width: 100%;
		margin-bottom: 20px;
	}

	.contactUs .msg .list .item:last-child {
		margin-bottom: 0;
	}

	.contactUs form ul li.codeCon .codeImg {
		width: 70px;
	}
}

@media screen and (max-width:450px) {
	.contactUs form ul li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.contactUs form ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .con form {
		padding: 20px;
	}

	.contactUs .msg .list .tit img {
		transform: translateY(2px);
	}


}


















/* banner2 */


.banner2 {
	position: relative;
	overflow: hidden;
}


.banner2 .image {
	height: 400px;
}

.banner2 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.banner2 .box {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}


.banner2 .box .msg {
	width: 526px;
	height: 194px;
	background-color: rgba(0, 77, 155, 0.9);
	clip-path: polygon(-1000% 0%, 91% 0%, 100% 27%, 100% 100%, -1000% 100%);
	padding-right: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 2px;
}

.banner2 .box .msg::after {
	content: "";
	position: absolute;
	right: calc(100% - 0px);
	height: 100%;
	width: 100%;
	background-color: rgba(0, 77, 155, 0.9);
	top: 0;
}

.banner2 .tit {
	font-family: Raleway-Bold;
	font-size: 36px;
	line-height: 50px;
	color: #ffffff;
	margin-bottom: 17px;
}




/* crumb */


.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	width: 100%;
	color: #ffffff;
}


.crumb a,
.crumb i {
	font-size: 18px;
	font-style: normal;
	letter-spacing: 0px;
	color: #ffffff;
}


.crumb i {
	font-style: normal;
}

.crumb a.active,
.crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


@media screen and (max-width:1600px) {
	.banner2 .tit {
		font-size: 32px;
		line-height: 46px;
	}
}

@media screen and (max-width:1333px) {
	.banner2 .tit {
		font-size: 28px;
		line-height: 36px;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 26px;
	}

	.banner2 .box .msg {
		height: 180px;
	}

	.banner2 .image {
		height: 360px;
	}
}

@media screen and (max-width:999px) {
	.banner2 .tit {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 5px;
	}

	.banner2 .box .msg {
		height: 150px;
		padding-right: 40px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
	}

	.banner2 .image {
		height: 320px;
	}
}

@media screen and (max-width:768px) {
	.banner2 .box .msg {
		width: 80%;
	}

	.banner2 .tit {
		font-size: 22px;
	}

	.banner2 .box .msg {
		height: 140px;
	}

	.banner2 .image {
		height: 280px;
	}
}

@media screen and (max-width:538px) {
	.banner2 .box .msg {
		width: 90%;
	}
}



/* footer */


footer {
	background-color: #191919;
	padding-bottom: 62px;
}



footer .fMsg {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 62px 0 26px 0;
}



footer .fLogo {
	width: 176px;
	flex-shrink: 0;
}



footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .blogrolls a {
	width: 44px;
	height: 44px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: rgba(255, 255, 255, .6);
	flex-shrink: 0;
	border: 1px solid rgba(255, 255, 255, .6);
	margin: 5px 0;
	margin-left: 27px;
}


footer .blogrolls a:hover {
	border-color: #ffffff;
	color: #ffffff;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
	padding: 35px 0 38px 0;
	border-top: 1px solid rgba(242, 245, 250, .2);
	border-bottom: 1px solid rgba(242, 245, 250, .2);
}


footer .footerList .box li {
	margin-bottom: 10px;
}


footer .footerList .box li:last-child {
	margin-bottom: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}

footer .footerList .fNav {
	width: 12%;
	margin-right: 4.05%;
}



footer .footerList .fProduct {
	width: 20%;
	margin-right: 4.1%;
}



footer .footerList .fContact {
	width: 24%;
	margin-right: 8.1%;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact .address {
	margin-top: -5px;
}

footer .footerList .fContact .address p {
	line-height: 36px;
}

footer .footerList .fInquiry {
	width: 27.75%;
}


footer .footerList .fInquiry form {
	margin-top: 26px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList form ul li {
	width: 47.3%;
	height: 45px;
	background-color: rgba(255, 255, 255, .1);
	margin-top: 8px;
	padding: 0 13px;
}



footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}



.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
}

.fInquiry form li.must {
	position: relative;
}

.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	font-family: Raleway-Regular;
	font-size: 16px;
	color: #ff0000;
	top: 14px;
	left: -10px;
}




.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.fInquiry form li.message {
	width: 100%;
	height: 93px;
	padding: 12px 13px;
}


.fInquiry form li.code {
	width: 100%;
}


.fInquiry form li.code input {
	flex: 1;
	padding: 0 13px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 99px;
	height: 100%;
	background-color: #f3fbfe;
}

.fInquiry form li.code .codeImg img {
	height: 100%;
}


.fInquiry form li.subBtn {
	padding: 0;
	width: 100%;
}


.fInquiry form li.subBtn input {
	background-color: #ffffff;
	cursor: pointer;
	font-size: 18px;
	color: #036ab4; text-transform:uppercase;
}



.fInquiry form li.subBtn input:hover {
	background-color: #036ab4;
	color: #ffffff;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #ffffff;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 16px;
	color: #ffffff;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 16px;
	color: #ffffff;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #ffffff;
}


footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: rgba(255, 255, 255, .6);
}




footer .title {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}

footer a.title:hover {
	color: #004d9b;
}

footer .footerList .box {
	margin-top: 36px;
}


footer .footerList .box a:hover {
	color: #ffffff;
}


footer .copyright {
	margin-bottom: 2px;
}


footer .copyright a {
	display: inline;
}

footer .copyright a:hover {
	color: #ffffff;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links span {
	margin-right: 1px;
}

footer .links a {
	margin-right: 10px;
}

footer .links a:hover {
	color: #ffffff;
}

footer .email a {
	word-break: break-all;
}

@media screen and (max-width:1600px) {
	footer {
		padding-bottom: 60px;
	}

	footer .fMsg {
		padding: 60px 0 30px 0;
	}

	footer .blogrolls a {
		width: 40px;
		height: 40px;
		border-radius: 14px;
		margin-left: 16px;
		font-size: 16px;
	}

	footer .footerList {
		padding: 30px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .box {
		margin-top: 30px;
	}

	footer .footerList .fContact {
		width: 27%;
	}

	footer .footerList .fProduct {
		width: 22%;
	}

	footer .fLogo {
		width: 160px;
	}
}

@media screen and (max-width:1333px) {
	footer .blogrolls a {
		width: 32px;
		height: 32px;
		border-radius: 10px;
		font-size: 14px;
		margin-left: 10px;
	}

	footer .fLogo {
		width: 140px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .box {
		margin-top: 20px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fNav {
		width: 13%;
	}

	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 form input,
	footer .footerList form textarea {
		font-size: 14px !important;
	}

	.fInquiry form input::-webkit-input-placeholder,
	.fInquiry form textarea::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	.fInquiry form input:-moz-placeholder,
	.fInquiry form textarea:-moz-placeholder {
		font-size: 14px !important;
	}

	.fInquiry form input::-moz-placeholder,
	.fInquiry form textarea::-moz-placeholder {
		font-size: 14px !important;
	}

	.fInquiry form input:-ms-input-placeholder,
	.fInquiry form textarea:-ms-input-placeholder {
		font-size: 14px !important;
	}

	footer .footerList form ul li {
		height: 36px;
	}

	.fInquiry form li.must::after {
		top: 9px;
	}

	.fInquiry form li.message {
		height: 80px;
	}

	footer .footerList .fInquiry form {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding-bottom: 80px;
	}

	footer .fMsg {
		padding: 40px 0 20px 0;
	}

	footer .fLogo {
		width: 120px;
	}

	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 {
		margin-top: 10px;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
	}

	footer .footerList .box ul li {
		margin-bottom: 0;
		margin-top: 5px;
		width: 48%;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fContact .address {
		width: 100%;
		margin-top: 5px;
	}

	footer .footerList .fContact .address p {
		line-height: 26px;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 48%;
		margin-top: 5px;
	}

	footer .footerList form ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form li.message {
		width: 100%;
	}

	footer .footerList .titBox .meuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		cursor: pointer;
		font-size: 14px;
		color: #ffffff;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList form {
		display: none;
		transition: none;
	}
}

@media screen and (max-width:768px) {
	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
		padding-top: 30px;
	}

	footer .fLogo {
		width: 110px;
		margin-bottom: 16px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 10px;
	}
}

@media screen and (max-width:538px) {
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 5px;
	}

	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}
}


@media screen and (max-width:400px) {
	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 5px;
	}

	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: Verdana, Geneva, 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: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.lianxi .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	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: #004d9b;
	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: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 20%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
		color: #fff;
	}

	.lianxi div.active a:hover,
	.lianxi div.active div:hover {
		background-color: #004d9b;
	}
}


@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: 'Raleway-Medium';
	font-display: swap;
	src: url('../fonts/RalewayMedium.eot');
	src: url('../fonts/RalewayMedium.eot') format('embedded-opentype'),
		url('../fonts/RalewayMedium.woff2') format('woff2'),
		url('../fonts/RalewayMedium.woff') format('woff'),
		url('../fonts/RalewayMedium.ttf') format('truetype'),
		url('../fonts/RalewayMedium.svg#RalewayMedium') format('svg');
}

@font-face {
	font-family: 'Raleway-Regular';
	font-display: swap;
	src: url('../fonts/RalewayRegular.eot');
	src: url('../fonts/RalewayRegular.eot') format('embedded-opentype'),
		url('../fonts/RalewayRegular.woff2') format('woff2'),
		url('../fonts/RalewayRegular.woff') format('woff'),
		url('../fonts/RalewayRegular.ttf') format('truetype'),
		url('../fonts/RalewayRegular.svg#RalewayRegular') format('svg');
}


@font-face {
	font-family: 'Raleway-Bold';
	font-display: swap;
	src: url('../fonts/RalewayBold.eot');
	src: url('../fonts/RalewayBold.eot') format('embedded-opentype'),
		url('../fonts/RalewayBold.woff2') format('woff2'),
		url('../fonts/RalewayBold.woff') format('woff'),
		url('../fonts/RalewayBold.ttf') format('truetype'),
		url('../fonts/RalewayBold.svg#RalewayBold') format('svg');
}


@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1739435040972') format('woff'),
		url('../fonts/iconfont.ttf?t=1739435040972') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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";
}
.wuone{ font-size:14px;  line-height:30px;}
.xunpanc{ width:100%; margin-top:10px !important;}
.xunpanc .table table tr td{font-size: 14px;
   
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px;  line-height:22px;} 	
.xunpanc a:hover{ color:#004d9d}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #004d9d;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}