@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: Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	height: 100%;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #b6411a !important;
}

.standardLink2 a:hover {
	color: #023058 !important;
}


.standardEdit a {
	color: #b6411a;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1600px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1600px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}
}





@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #023058;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(2, 48, 88, 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: Tahoma, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -1px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */

.bannerRange {
	height: 100px;
	background-color: #ffffff;
}

nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
}

nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}


nav.active {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

nav .logo {
	width: 235px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: none;
}

nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 45px;
	position: relative;
}

nav .navList>ul>li:nth-child(2) {
	position: static;
}

nav .navList>ul>li:last-child {
	margin: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	color: #023058; text-transform:uppercase;
}

html {
	scroll-padding-top: 160px;
}


nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #b6411a;
}



nav .btns {
	display: flex;
	align-items: center;
	margin-left: 43px;
}


nav .btns .search {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}

nav .btns .search .searchBtn i {
	color: #023058;
	font-size: 19px;
	font-weight: bold;
}

nav .btns .search .searchBtn:hover i {
	color: #b6411a;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn i {
	color: #023058;
	font-weight: bold;
	font-size: 18px;
}

nav .btns .search form .subBtn:hover i {
	color: #b6411a;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .language {
	height: 100px;
	display: flex;
	align-items: center;
	margin-left: 42px;
	position: relative;
}


nav .btns .lanBtn {
	cursor: pointer;
	font-family: Tahoma, Arial, sans-serif;
	position: relative;
	width: 95px;
	height: 40px;
	background-color: #023058;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}


nav .btns .lanBtn:hover {
	background-color: #b6411a;
}


nav .btns .lanBtn i.icon-yuyan {
	font-size: 22px;
	color: #ffffff;
	margin-right: 6px;
}

nav .btns .lanBtn i.icon-right7 {
	font-size: 12px;
	transform: rotate(90deg);
	margin-left: 6px;
}

nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}







nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	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-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #023058;
	text-align: center;
}


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: #b6411a;
}

.productNavBox {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: none;
	transition: none;
	z-index:999999;
}


.listCon {
	display: flex;
	align-items: flex-start;
	background-color: #ffffff;
	border-radius: 0 0 20px 20px;
}

.listCon a {
	display: block;
}

.listCon .oneLevel {
	width: 27.375%;
	border-radius: 0 0 0 20px;
	background-color: #ffffff;
}

.listCon .levelBox {
	width: 72.625%;
	box-shadow: 0px 0px 10px 0px rgba(11, 11, 11, 0.2);
	background-color: #ffffff;
	border-radius: 0 0 20px 0;
	display: flex;
	align-items: flex-start;
}


.listCon .twoLevel {
	width: 34.124%;
	padding: 22px 27px 20px 39px;
	position: relative;
}

.listCon .twoLevel ul ul {
	display: none;
}

.listCon .twoLevel::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 276px;
	background-color: rgba(0, 0, 0, .1);
}


.listCon .twoLevel>ul>li {
	margin-bottom: 4px;
}

.listCon .twoLevel>ul>li:last-child {
	margin-bottom: 0;
}

.listCon .twoLevel>ul>li.active>a {
	color: #023058;
}

.listCon .twoLevel>ul>li.active>a>i {
	opacity: 1;
}



.listCon .twoLevel>ul>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding: 5px 0;
}


.listCon .threeLevel {
	width: 65.876%;
}


.listCon .threeLevel {
	padding: 22px 31px 22px 31px;
}

.listCon .threeLevel ul>li>a {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding: 5px 0;
}

.listCon .threeLevel ul>li:hover>a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.listCon .threeLevel ul>li:last-child {
	margin-bottom: 0;
}





.listCon .oneLevel,
.listCon .twoLevel,
.listCon .threeLevel {
	height: 326px;
	overflow: auto;

}


.listCon .oneLevel::-webkit-scrollbar,
.listCon .twoLevel::-webkit-scrollbar,
.listCon .threeLevel::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #023058;
}


.listCon .oneLevel::-webkit-scrollbar-thumb,
.listCon .twoLevel::-webkit-scrollbar-thumb,
.listCon .threeLevel::-webkit-scrollbar-thumb {
	background-color: #b6411a;
}




.listCon .oneLevel ul {
	display: none;
}


.listCon i {
	font-size: 12px;
	color: #023058;
	opacity: 0;
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 1px;
	margin-left: 10px;
}




.listCon .oneLevel>li>a {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	background-color: #023058;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 19.1px 28px;
	border-bottom: 1px solid #0c4d85;
}



.listCon .oneLevel>li.active>a {
	background-color: #ffffff;
	box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	color: #023058;
}


.listCon .oneLevel>li.active>a>i {
	opacity: 1;
}


.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: 310px;
	box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.05);
	display: none;
	transition: none;
}

.moreList ul {
	left: 100%;
	top: 0;
}


.moreList {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}



.moreList li {
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 13px 31px;
	font-size: 18px;
	color: #333333;
	display: block;
}


.moreList li:hover>a {
	color: #ffffff;
	background-color: #023058;
	font-family: Tahoma-Bold;
	padding: 18px 40px;
}



@media screen and (max-width:1600px) {
	nav .logo {
		width: 160px;
	}

	nav .navList>ul>li {
		margin-right: 35px;
	}

	nav .btns,
	nav .btns .language {
		margin-left: 35px;
	}

	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	html {
		scroll-padding-top: 132px;
	}

	nav .btns .language,
	nav .btns .search,
	.bannerRange {
		height: 80px;
	}

	.listCon .oneLevel {
		width: 35%;
	}

	.listCon .levelBox {
		width: 65%;
	}

	.listCon .twoLevel {
		width: 40%;
	}

	.listCon .threeLevel {
		width: 60%;
	}

	.listCon .oneLevel>li>a {
		padding: 15px 20px;
	}

	.listCon .oneLevel,
	.listCon .twoLevel,
	.listCon .threeLevel {
		height: 285px;
	}

	.listCon .twoLevel,
	.listCon .threeLevel {
		padding: 20px 30px;
	}

	.listCon .oneLevel {
		border-radius: 0 0 0 10px;
	}

	.listCon .twoLevel {
		border-radius: 0 0 10px 0;
	}

	.listCon {
		border-radius: 0 0 10px 10px;
	}

	.moreList a {
		padding: 10px 20px;
	}

	.moreList li:hover>a {
		padding: 16px 30px;
	}
}

@media screen and (max-width:1333px) {
	nav .logo {
		width: 140px;
	}

	nav .navList>ul>li {
		margin-right: 32px;
	}

	nav .btns,
	nav .btns .language {
		margin-left: 32px;
	}

	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .btns .lanBtn {
		height: 35px;
	}

	nav .btns .lanBtn i.icon-yuyan {
		font-size: 20px;
	}

	nav .btns .language ul a {
		font-size: 16px;
		line-height: 24px;
	}

	nav .btns .search form .subBtn i {
		font-size: 16px;
	}

	.listCon .oneLevel>li>a {
		font-size: 16px;
	}

	.listCon .twoLevel,
	.listCon .threeLevel {
		padding: 20px 20px;
	}

	.listCon .twoLevel>ul>li>a {
		font-size: 14px;
		line-height: 24px;
	}

	.listCon .threeLevel ul>li>a {
		font-size: 14px;
		line-height: 24px;
	}

	.listCon .oneLevel {
		width: 40%;
	}

	.listCon .levelBox {
		width: 60%;
	}

	.listCon .twoLevel {
		width: 52%;
	}

	.listCon .threeLevel {
		width: 48%;
	}

	.moreList a {
		font-size: 16px;
		line-height: 24px;
	}

	.moreList,
	.moreList ul {
		width: 280px;
	}
}

@media screen and (max-width:1200px) {
	nav .btns {
		position: absolute;
		top: 3px;
		right: 0;
	}

	nav .btns .language,
	nav .btns .search {
		height: auto;
	}

	nav .navList>ul>li>a {
		line-height: 110px;
	}

	nav .btns .lanBtn {
		height: 30px;
		font-size: 14px;
	}

	nav .btns .lanBtn i.icon-yuyan {
		font-size: 18px;
	}

	nav .btns .search .searchBtn i {
		font-size: 16px;
	}

	nav .btns .language ul,
	nav .btns .search form {
		top: calc(100% + 5px);
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .btns .search {
		display: none;
	}

	nav .btns {
		position: static;
		margin-left: 0;
		margin-right: 60px;
	}

	nav .con,
	nav .btns .language,
	.bannerRange {
		height: 60px;
	}

	html {
		scroll-padding-top: 128px;
	}

	nav .btns .language {
		margin-left: 0;
	}

	nav .logo {
		width: 110px;
	}

	nav .btns .language ul,
	nav .btns .search form {
		top: 100%;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .btns .language ul {
		padding: 10px 0;
	}
	html {
		scroll-padding-top: 108px;
	}
}

@media screen and (max-width:768px) {
	nav .con,
	nav .btns .language,
	.bannerRange {
		height: 50px;
	}

	html {
		scroll-padding-top: 98px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .logo {
		width: 100px;
	}
}

@media screen and (max-width:538px) {
	
	header .xnav .nav {
		right: 15px;
	}

	nav .btns {
		margin-right: 50px;
	}
	html {
		scroll-padding-top: 128px;
	}
}






/* indexbanner */


.indexBanner {
	transition: none;
}

.indexBanner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.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;
	top: 46.7%;
	width: 60px;
	height: 60px;
	border: solid 2px #cccccc;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #cccccc;
	cursor: pointer;
	font-weight: bold;
	border-radius: 50%;
}


.banner .slick-prev {
	left: 67px;
}

.banner .slick-next {
	right: 67px;
}

.banner .slick-arrow:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 38px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .slick-dots li {
	margin: 0 7px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	cursor: pointer;
	background-color: #ffffff;
}

.banner .slick-dots a {
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border-radius: 50%;
	border: 2px solid #ffffff;
}


.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: 1600px) {
	.banner .slick-arrow {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	.banner .slick-dots a {
		width: 14px;
		height: 14px;
	}

}


@media screen and (max-width: 1333px) {
	.banner .slick-arrow {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.banner .slick-prev {
		left: 55px;
	}

	.banner .slick-next {
		right: 55px;
	}

	.banner .slick-dots {
		bottom: 30px;
	}
}


@media screen and (max-width: 999px) {
	.slick-slide video {
		object-position: inherit;
		object-fit: inherit;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
		left: 0;
		top: 0;
	}

	.banner {
		display: block;
	}

	.banner.hide {
		display: block;
	}

	.banner .slick-arrow {
		display: none !important;
	}

	.banner .slick-dots {
		display: block !important;
	}

	.banner .slick-dots {
		bottom: 20px;
	}

	.banner .slick-dots li {
		margin: 0 8px;
	}
}


@media screen and (max-width: 768px) {
	.banner .slick-dots a {
		width: 12px;
		height: 12px;
	}

	.banner .slick-dots {
		bottom: 20px;
	}
}


@media screen and (max-width: 538px) {
	.banner .slick-dots {
		bottom: 15px;
	}

	.banner .slick-dots li {
		margin: 0 6px;
	}
}


/* indexM1-1 */

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	width: 47px;
	height: 47px;
	border: 1px solid #023058;
	background-color: #ffffff;
	color: #023058;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}


.sBtns>div:hover {
	background-color: #023058;
	color: #ffffff;
}


.sBtns>div.prev {
	margin-right: 7px;
}

.iProducts {
	position: relative;
	padding: 72px 0 82px 0;
}


.title1 {
	font-family: Tahoma-Bold;
	font-size: 48px;
	line-height: 60px;
	color: #b6411a;
}


a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #023058;
}


.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}


.iTit .title1 {
	text-align: center;
}

.iProducts .iTit {
	margin-bottom: 14px;
}


.iProducts .txts {
	text-align: center;
	margin-bottom: 45px;
	width: 90%;
	margin: 0 auto 45px;
}


.iProducts .swiper-slide {
	width: 28.75%;
}


.iProducts .swiper-slide:nth-child(1) {
	width: 42.5%;
}



.iProducts .show {
	position: relative;
	overflow: hidden;
}


.iProducts .image {
	height: 100%;
}

.iProducts .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iProducts a:hover img {
	transform: scale(1);
}

.iProducts .show:hover .title {
	opacity: 0;
}



.iProducts .item {
	position: relative;
	overflow: hidden;
}

.iProducts .item:hover .msg {
	opacity: 1;
}

.iProducts .item:hover .title {
	opacity: 0;
}

.iProducts .title,
.iProducts .tit {
	font-family: Tahoma-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
}


.iProducts .title {
	text-align: center;
	position: absolute;
	width: 100%;
	padding: 0 20px;
	top: 39px;
	z-index: 1;
}


.iProducts .tit {
	position: relative;
}

.iProducts .tit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -23px;
	width: 48px;
	height: 5px;
	background-color: #ffffff;
}

.iProducts .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: rgba(2, 48, 88, 0.8);
	opacity: 0;
	overflow: auto;
}

.iProducts .show:hover .msg {
	opacity: 1;
}

.iProducts .msg::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #023058;
	border-radius: 0px;
}

.iProducts .msg::-webkit-scrollbar-thumb {
	background-color: #b6411a;
	border-radius: 0px;
}

.iProducts .msg::-webkit-scrollbar-track {
	background-color: transparent;
}



.iProducts .show .msg {
	padding: 117px 52px 117px 83px;
	opacity: 0;
}


.iProducts .item .msg {
	padding: 30px 30px;
	opacity: 0;
}

.iProducts .msg .tit {
	display: inline-block;
	margin-bottom: 70px;
}


.iProducts .msg .tit:hover {
	color: #b6411a;
}


.iProducts .msg ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.iProducts .msg ul li {
	width: 48%;
	margin-top: 8px;
}

.iProducts .msg ul li:nth-child(-n+2) {
	margin-top: 0;
}


.iProducts .msg ul li a {
	color: #ffffff;
}


.iProducts .msg ul li a:hover {
	color: #b6411a;
}



.iProducts .imgBg {
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}


.iProducts .imgBg img {
	display: block;
}

.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}



.swiperBox .sBtns>div.prev {
	margin-right: 0;
	left: -60px;
}


.swiperBox .sBtns>div.next {
	right: -60px;
}



@media screen and (max-width:1760px) {

	.iProducts .title,
	.iProducts .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.iProducts .show .msg {
		padding: 80px 40px;
	}

	.iProducts .item .msg ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.iProducts .item .msg ul li:nth-child(1) {
		margin-top: 0;
	}

	.iProducts .msg .tit {
		margin-bottom: 50px;
	}

	.iProducts .title {
		top: 25px;
	}

	.iProducts .iTit {
		margin-bottom: 30px;
	}

	.iProducts .txts {
		margin-bottom: 50px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

}

@media screen and (max-width:1333px) {
	.iProducts .iTit {
		margin-bottom: 20px;
	}

	.iProducts .txts {
		margin-bottom: 40px;
	}

	.iProducts .show .msg {
		padding: 40px;
	}

	.iProducts .msg ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.iProducts .msg ul li:nth-child(1) {
		margin-top: 0;
	}

	.iProducts .title,
	.iProducts .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.iProducts .tit::after {
		height: 4px;
		bottom: -20px;
	}

	.iProducts .item .msg {
		padding: 40px;
	}

	.iProducts .swiper-slide:nth-child(n) {
		width: 50%;
	}

	.iProducts .show {
		height: 600px;
	}

	.iProducts .item {
		height: 300px;
	}
}


@media screen and (max-width:999px) {
	.iProducts .msg {
		display: none;
	}

	.iProducts .show:hover .title {
		opacity: 1;
	}

	.iProducts .item:hover .title {
		opacity: 1;
	}

	.iProducts .show {
		height: 500px;
	}

	.iProducts .item {
		height: 250px;
	}

	.iProducts .title,
	.iProducts .tit {
		font-size: 20px;
	}

	.iProducts .txts {
		width: 100%;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

}

@media screen and (max-width:768px) {
	.swiperBox .sBtns>div {
		position: static;
		margin-top: 20px;
		transform: translateY(0);
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}

	.swiperBox .sBtns {
		justify-content: center;
	}

	.iProducts .title,
	.iProducts .tit {
		font-size: 18px;
	}

	.iProducts .txts {
		margin-bottom: 30px;
	}

	.iProducts .show {
		height: 400px;
	}

	.iProducts .item {
		height: 200px;
	}

	.sBtns>div {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.iProducts .swiper-slide:nth-child(n) {
		width: 100%;
	}
}





/* indexM2-1 */

.iProfile .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 43px;
}


.iProfile .title1 {
	flex-shrink: 0;
	margin-right: 13.3%;
	margin-top: -5px;
}

.iProfile .title .box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.iProfile .title .txts {
	margin-bottom: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.iProfile .title .btn {
	display: flex;
	align-items: center;
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 28px;
	color: #b6411a;
}



.iProfile .title .btn i {
	color: #b6411a;
	transform: rotate(-35deg);
	flex-shrink: 0;
	margin-left: 10px;
	font-weight: bold;
	font-size: 18px;
}


.iProfile .title .btn:hover {
	color: #023058;
}

.iProfile .title .btn:hover i {
	color: #023058;
}



.companyVideo {
	position: relative;
}

.companyVideo .image {
	height: 100%;
}

.companyVideo .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.companyVideo .video {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
}


.companyVideo .video .playBtn {
	width: 72px;
}

.companyVideo .video:hover .playBtn img {
	transform: scale(1.1);
}

.iProfile .companyVideo {
	margin-bottom: 57px;
}

@media screen and (max-width:1760px) {
	.iProfile .title1 {
		margin-right: 10%;
		margin-top: 0;
	}

	.iProfile .title .txts {
		margin-bottom: 30px;
	}

	.iProfile .title {
		margin-bottom: 30px;
	}

	.companyVideo .video .playBtn {
		width: 65px;
	}
}

@media screen and (max-width:1333px) {
	.iProfile .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProfile .title1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.iProfile .title .txts {
		margin-bottom: 20px;
	}

	.iProfile .companyVideo {
		margin-bottom: 60px;
	}

	.companyVideo {
		height: 400px;
	}
}

@media screen and (max-width:999px) {
	.iProfile .title .txts {
		-webkit-line-clamp: 3;
	}

	.iProfile .title1 {
		margin-bottom: 20px;
	}

	.companyVideo {
		height: 320px;
	}

	.companyVideo .video .playBtn {
		width: 60px;
	}

	.iProfile .companyVideo {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.companyVideo {
		height: 300px;
	}

	.companyVideo .video .playBtn {
		width: 50px;
	}

	.iProfile .companyVideo {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.companyVideo {
		height: 260px;
	}

	.companyVideo .video .playBtn {
		width: 45px;
	}
}





/* indexM3-1 */

.iProfile .advantageList {
	margin-bottom: 75px;
}


.advantageList {
	display: flex;
	justify-content: space-between;
}


.advantageList .item {
	width: 12.5%;
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 58px 5px 52px 5px;
	position: relative;
	height: 350px;
}



.advantageList .item .image {
	width: 82px;
}


.advantageList .item .tit {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #023058;
}

.advantageList .item>.tit {
	text-align: center;
}


.advantageList .msg {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	padding: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.advantageList .msg .image {
	margin-bottom: 9px;
}


.advantageList .msg .tit {
	/*color: #ffffff;*/
		color: #333;
	margin-bottom: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.advantageList .msg .tit:hover {
	color: #b6411a;
}


.advantageList .msg .txts {
	/*color: #ffffff;*/
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 112px;
}

.advantageList .item.active {
	width: 44.375%;
}

.advantageList .item.active >.tit,.advantageList .item.active>.image{opacity: 0; }
.advantageList .item.active .msg {
	opacity: 1;
	/*background-color: #023058;*/
}



@media screen and (max-width:1760px) {
	.advantageList .item .image {
		width: 60px;
	}

	.advantageList .item {
		padding: 50px 5px;
	}

	.advantageList .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.advantageList .msg .image {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:1333px) {
	.iProfile .advantageList {
		margin-bottom: 60px;
	}

	.advantageList .item .image {
		width: 55px;
	}
}

@media screen and (max-width:999px) {
	.iProfile .advantageList {
		margin-bottom: 50px;
		flex-wrap: wrap;
	}

	.advantageList .item>.image {
		margin-bottom: 20px;
	}

	.advantageList .item>.tit {
		display: none;
	}

	.advantageList .msg .txts {
		height: 104px;
	}

	.advantageList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		height: auto;
		padding: 0;
		padding: 40px 30px;
		align-items: flex-start;
	}

	.advantageList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.advantageList .msg {
		opacity: 1;
		position: static;
		background-color: #f5f5f5;
		padding: 0;
	}

	.advantageList .item.active .msg {
		background-color: #f5f5f5;
	}

	.advantageList .item .image {
		width: 50px;
	}

	.advantageList .item .tit {
		color: #023058;
	}

	.advantageList .msg .txts {
		color: #666666;
	}

	.advantageList .item .msg .image {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.advantageList .item .image {
		width: 45px;
	}

	.iProfile .advantageList {
		margin-bottom: 40px;
	}

	.advantageList .item:nth-child(n) {
		padding: 30px 20px;
	}

	.advantageList .item .image {
		width: 45px;
	}
}


@media screen and (max-width:538px) {
	.advantageList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.advantageList .item:nth-child(1) {
		margin-top: 0;
	}

	.advantageList .item .image {
		width: 40px;
	}
}





/* indexM4-1 */

.speakToUs {
	padding: 73px 0 80px 0;
	background-image: url("../images/indexM4-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #4c89ac;
}

.speakToUs .iTit {
	margin-bottom: 29px;
}


.speakToUs .iTit .title1 {
	color: #ffffff;
	font-size: 46px;
}

.speakToUs .iTit .title1:hover {
	color: #b6411a;
}


.speakToUs .txts {
	width: 55%;
	margin: 0 auto 47px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
}


.speakToUs .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background-color: #ffffff;
	font-size: 18px;
	color: #000033;
	width: 260px;
	height: 55px;
}

.speakToUs .btn:hover {
	background-color: #b6411a;
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.speakToUs .txts {
		width: 70%;
	}

	.speakToUs .btn {
		height: 45px;
		width: 180px;
	}
}

@media screen and (max-width:1333px) {
	.speakToUs .txts {
		margin-bottom: 30px;
	}

	.speakToUs .btn {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.speakToUs .txts {
		width: 80%;
	}

	.speakToUs .iTit {
		margin-bottom: 20px;
	}

	.speakToUs .txts {
		margin-bottom: 24px;
	}

	.speakToUs .btn {
		height: 35px;
		width: 160px;
	}

}

@media screen and (max-width:768px) {
	.speakToUs .txts {
		width: 100%;
	}
}

@media screen and (max-width:538px) {}

/* indexM5-1 */

.iSolution {
	padding: 81px 0 101px 0;
}


.iSolution .iTit {
	margin-bottom: 29px;
}

.iSolution .isTxts {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 44px;
}

.swiperBox {
	position: relative;
}

.iSolution .swiperBox::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
}


.iSolution .thumbs {
	overflow: hidden;
}

.iSolution .swiperBox {
	margin-bottom: 64px;
}


.iSolution .swiperBox .sBtns>div {
	border: none;
}

.iSolution .swiperBox .sBtns>div:hover {
	background-color: #ffffff;
	color: #b6411a;
}


.iSolution .thumbs .swiper-slide {
	width: auto;
	padding: 16px 26.5px 20px;
	cursor: pointer;
	transition: .4s ease background-color, .4s ease color;
	font-family: Tahoma-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #023058;
}

.iSolution .thumbs .swiper-slide:hover{
	color: #b6411a;
}

.iSolution .thumbs .swiper-slide.swiper-slide-thumb-active {
	background-color: #023058;
	color: #ffffff;
}


.iSolution .gallery {
	overflow: hidden;
}


.iSolution .gallery .swiper-slide {
	background-image: url("../images/indexM5-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 40px 30px 40px 39px;
	display: flex;
	justify-content: space-between;
}


.iSolution .gallery .image {
	width: 44.45%;
	overflow: hidden;
}

.iSolution .gallery .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iSolution .gallery .msg {
	width: 50.6%;
	padding: 35px 0;
}


.iSolution .gallery .title {
	font-family: Tahoma-Bold;
	font-size: 36px;
	line-height: 50px;
	color: #b6411a;
	margin-bottom: 27px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.iSolution .gallery .title:hover {
	color: #023058;
}

.iSolution .gallery .item {
	margin-bottom: 20px;
}

.iSolution .gallery .item .tit {
	font-family: Tahoma-Bold;
	font-size: 20px;
	margin-bottom: 2px;
}



.iSolution .gallery .item:last-child {
	margin-bottom: 0;
}

.iSolution .gallery .list {
	margin-bottom: 28px;
}


.cBtn {
	width: 177px;
	height: 60px;
	background-color: #023058;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Tahoma-Bold;
	color: #ffffff;
}


.cBtn i {
	transform: rotate(-35deg);
	color: #ffffff;
	margin-left: 11px;
	font-weight: bold;
	font-size: 17px;
}

.cBtn:hover {
	background-color: #b6411a;
}

@media screen and (max-width:1760px) {
	.iSolution .thumbs .swiper-slide {
		font-size: 18px;
		padding: 10px 20px;
	}

	.iSolution .gallery .title {
		font-size: 28px;
		line-height: 36px;
	}

	.iSolution .gallery .item .tit {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.iSolution .gallery .msg {
		padding: 30px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.cBtn {
		height: 46px;
		width: 160px;
	}

	.iSolution .isTxts {
		margin-bottom: 50px;
	}

	.iSolution .gallery .swiper-slide {
		padding: 30px;
	}

	.iSolution .swiperBox {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.iSolution .iTit {
		margin-bottom: 20px;
	}

	.iSolution .isTxts {
		margin-bottom: 40px;
	}

	.iSolution .thumbs .swiper-slide {
		font-size: 16px;
		line-height: 28px;
	}

	.iSolution .gallery .swiper-slide {
		padding: 20px;
	}

	.iSolution .gallery .title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.cBtn {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.iSolution .isTxts {
		width: 100%;
	}

	.iSolution .gallery .msg {
		padding: 20px 0;
	}

	.iSolution .gallery .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.iSolution .gallery .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.cBtn {
		font-size: 14px;
	}

	.cBtn i {
		font-size: 16px;
	}

	.iSolution .gallery .list {
		margin-bottom: 20px;
	}

	.iSolution .gallery .title {
		font-size: 22px;
		line-height: 30px;
	}

	.iSolution .gallery .msg {
		width: 45%;
	}

	.iSolution .gallery .image {
		width: 50%;
	}

	.iSolution .swiperBox {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.iSolution .thumbs .swiper-slide {
		font-size: 14px;
		line-height: 26px;
	}

	.iSolution .swiperBox .sBtns {
		justify-content: flex-end;
	}

	.iSolution .swiperBox .sBtns>div {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.iSolution .isTxts {
		margin-bottom: 30px;
	}

	.iSolution .swiperBox {
		margin-bottom: 30px;
	}

	.iSolution .gallery .title {
		font-size: 20px;
	}

	.iSolution .gallery .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 30px;
	}

	.iSolution .gallery .msg {
		width: 100%;
		padding: 0;
	}

	.cBtn {
		height: 35px;
		width: 140px;
	}

	.iSolution .gallery .image {
		width: 100%;
		margin-bottom: 20px;
		max-width: 360px;
	}


}

@media screen and (max-width:538px) {
	.iSolution .gallery .swiper-slide {
		padding: 20px;
	}
}












/* indexM6-1 */


.sellingProducts {
	margin-bottom: 111px;
}

.sellingProducts h2{
	font-weight: normal;
}

.sellingProducts .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.sellingProducts .des {
	width: 20%;
	padding: 40px 0;
}

.sellingProducts .swiper {
	width: 75.7%;
	overflow: visible;
	clip-path: polygon(-5% -1000%, 1000% -1000%, 1000% 1000%, -5% 1000%);
	margin: 0;
}


.sellingProducts .title1 {
	margin-bottom: 41px;
	line-height: 50px;
}

.sellingProducts .txts {
	margin-bottom: 83px;
/*	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;*/
}



.sellingProducts .swiper-slide .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sellingProducts .swiper-slide .msg {
	padding: 18px 16px 34px 16px;
}


.sellingProducts .swiper-slide .tit {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #023058;
	margin-bottom: 11px;

}

.sellingProducts .swiper-slide .tit:hover {
	color: #b6411a;
}

.sellingProducts .swiper-slide .txts {
	
	margin-bottom: 5px;
}


.sellingProducts .swiper-slide .btn {
	display: flex;
	align-items: center;
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 28px;
	color: #023058;

}

.sellingProducts .swiper-slide .btn:hover {
	color: #b6411a;
}


.sellingProducts .swiper-slide .btn i {
	transform: rotate(-35deg);
	margin-left: 10px;
	font-weight: bold;
	font-size: 17px;
}


.sellingProducts .swiper-slide .btn:hover i {
	color: #b6411a;
}


.sellingProducts .swiper-slide {
	background-color: #ffffff;
	transition: .4s ease box-shadow, .4s ease opacity;
	width: 33%;
	margin-right: 1.8%;
	opacity: 1;
	pointer-events: all;
}

.sellingProducts .swiper-slide-prev {
	opacity: 0;
	pointer-events: none;
}

.sellingProducts .swiper-slide:hover {
	box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1);
}


@media screen and (max-width:1760px) {
	.sellingProducts .swiper-slide {
		width: 38%;
	}

	.sellingProducts .swiper-slide .txts {
		margin-bottom: 10px;
	}

	.sellingProducts {
		margin-bottom: 80px;
	}

	.sellingProducts .swiper-slide .msg {
		padding: 20px 15px;
	}

}

@media screen and (max-width:1333px) {
	.sellingProducts {
		margin-bottom: 60px;
	}

	.sellingProducts .des {
		padding: 30px 0;
	}

	.sellingProducts .title1 {
		margin-bottom: 30px;
	}

	.sellingProducts .txts {
		margin-bottom: 60px;
	}

	.sellingProducts .swiper-slide {
		width: 42%;
		margin-right: 4%;
	}

}

@media screen and (max-width:999px) {
	.sellingProducts .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.sellingProducts .des {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.sellingProducts .txts {
		margin-bottom: 20px;
	}

	.sellingProducts .title1 {
		margin-bottom: 20px;
	}

	.sellingProducts .txts {
		-webkit-line-clamp: 2;
	}

	.sellingProducts .swiper-slide .txts {
		
	}

	.sellingProducts .swiper-slide .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.sellingProducts .swiper-slide .btn i {
		font-size: 14px;
	}

	.sellingProducts .swiper-slide .msg {
		padding: 15px;
	}

	.sellingProducts .swiper-slide {
		width: 48%;
		margin-right: 5%;
	}

	.sellingProducts {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.sellingProducts .swiper-slide {
		width: 54%;
		margin-right: 5%;
	}
}

@media screen and (max-width:538px) {
	.sellingProducts .swiper-slide {
		width: 65%;
		margin-right: 5%;
	}
}

@media screen and (max-width:450px) {
	.sellingProducts .swiper-slide {
		width: 90%;
		margin-right: 5%;
	}
}




/* indexM7-1 */


.latestNews {
	padding: 54px 0 56px 0;
	background-color: #f5f5f5;
}

.latestNews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 66px;
}


.latestNews .cBtn {
	background-color: #023058;
	transform: translateY(14px);
}

.latestNews .cBtn:hover {
	background-color: #b6411a;
}


.latestNews .image {
	overflow: hidden;
}

.latestNews .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.latestNews .msg {
	padding: 28px 14px 28px;
}

.latestNews .msg .tit {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 30px;
	min-height: 60px;
	color: #023058;
	margin-bottom: 17px;
}


.latestNews .msg .tit:hover {
	color: #b6411a;
}


.latestNews .msg .time {
	display: flex;
	align-items: center;
	color: #023058;
}


.latestNews .msg .time i {
	color: #023058;
	margin-right: 11px;
	font-size: 24px;
	transform: translateY(1px);
}


@media screen and (max-width:1760px) {
	.latestNews .cBtn {
		transform: translateY(0);
	}

	.latestNews .title {
		margin-bottom: 60px;
	}

	.latestNews .msg {
		padding: 20px 10px;
	}
}

@media screen and (max-width:1333px) {
	.latestNews .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.latestNews .msg {
		padding: 15px 5px;
	}

	.latestNews .title {
		margin-bottom: 50px;
	}

	.latestNews .msg .tit {
		min-height: 56px;
	}

}

@media screen and (max-width:999px) {

	.latestNews .msg {
		padding: 10px 0;
	}

	.latestNews .msg .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.latestNews .msg .tit {
		min-height: 52px;
	}
}

@media screen and (max-width:768px) {
	.latestNews .title {
		margin-bottom: 30px;
	}

	.latestNews .msg .time i {
		font-size: 22px;
	}

	.latestNews .msg .tit {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:450px) {
	.latestNews .image {
		height: 240px;
	}

}



/* indexM8-1 */

.iTouch {
	padding: 81px 0 90px 0;
}

.touch {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.touch .selectProduct {
	width: 43.46%;
}

.touch .selectProduct .title1 {
	margin-bottom: 22px;
	color: #023058;
	font-size: 36px;
	line-height: 40px;
}

.touch .selectProduct .txts {
	margin-bottom: 30px;
}


.cForm {
	padding-left: 8px;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.cForm li {
	height: 54px;
	background-color: #f5f5f5;
	padding: 0 11px;
	width: 48.4%;
	margin-top: 23px;
}

.cForm li:nth-child(-n+2) {
	margin-top: 0;
}


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}


.cForm li.must {
	position: relative;
}

.cForm li.must::after {
	content: "*";
	position: absolute;
	left: -13px;
	top: 19px;
	font-family: Tahoma;
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
}



.cForm li.message {
	width: 100%;
	height: 118px;
	padding: 7px 11px;
}

.cForm li.message::after {
	top: 8px;
}

.cForm li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	background-color: transparent;
	width: 59.4%;
}



.cForm li.codeCon input {
	flex: 1;
	padding: 0 10px;
	background-color: #f5f5f5;
}


.cForm li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	max-width: 165px;
	background-color: #f3fbfe;
	margin-left: 20px;
}


.cForm li.codeCon .codeImg img {
	height: 100%;
}

.cForm li.subBtn {
	width: 38.5%;
	padding: 0;
}

.cForm li.subBtn input {
	background-color: #023058;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer; text-transform:uppercase;
}


.cForm li.subBtn input:hover {
	background-color: #b6411a;
}



.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-family: Tahoma;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}


.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-family: Tahoma;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-family: Tahoma;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-family: Tahoma;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}


.touch .say {
	width: 49.7%;
}

.touch .say .sBtns {
	transform: translateY(15px);
}

.touch .say .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.touch .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 57px;
}



.touch .title .tip {
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #023058;
	margin-bottom: -5px;
}

.touch .title1 {
	font-size: 46px;
}

.touch .swiper-slide .item {
	margin-bottom: 61px;
	display: flex;
	align-items: flex-start;
	position: relative;
}


.touch .swiper-slide .item:last-child {
	margin-bottom: 0;
}

.touch .swiper-slide .item .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 132px;
	flex-shrink: 0;
	margin-right: 30px;
}






.touch .swiper-slide .item .image {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 6px;
}

.touch .swiper-slide .item .name {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}


.touch .swiper-slide .item .txts {
	padding: 7px 0;
	line-height: 30px;
	hyphens: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}


.touch .swiper-slide .item .sign {
	width: 123px;
	position: absolute;
	z-index: -1;
	right: 14px;
	top: 10px;
}


.cForm 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 11px;
}


.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #023058;
}


.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: #b6411a rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	padding: 0;
}

.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: #333;
}

.m-formcountry .drop-list li {
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	height: auto;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #023058;
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.touch .selectProduct br {
		display: none;
	}
}

@media screen and (max-width:1333px) {
	.cForm li {
		height: 45px;
	}

	.cForm li.codeCon {
		width: 100%;
	}

	.cForm li.subBtn {
		width: 100%;
	}

	.cForm li.must::after {
		top: 13px;
		font-size: 16px;
		left: -10px;
	}

	.cForm li.message {
		padding: 12px 11px;
	}

	.touch .swiper-slide .item .image {
		width: 100px;
		height: 100px;
	}

	.touch .swiper-slide .item .name {
		font-size: 16px;
		line-height: 28px;
	}

	.touch .swiper-slide .item .sign {
		width: 80px;
		top: -10px;
	}

	.touch .title {
		margin-bottom: 90px;
	}
}

@media screen and (max-width:999px) {
	.touch {
		flex-direction: column-reverse;
	}

	.touch .say {
		width: 100%;
		margin-bottom: 50px;
	}

	.touch .title {
		margin-bottom: 50px;
	}

	.touch .title .tip {
		margin-bottom: 10px;
	}

	.touch .swiper-slide .item {
		margin-bottom: 40px;
	}

	.touch .swiper-slide .item .sign {
		width: 70px;
		top: 0;
	}

	.touch .selectProduct {
		width: 100%;
	}

	.cForm li.codeCon {
		width: 60%;
	}

	.cForm li.subBtn {
		width: 36%;
	}
}



@media screen and (max-width:768px) {
	.touch .swiper-slide .item .txts {
		padding: 0;
	}

	.touch .title {
		margin-bottom: 40px;
	}

	.cForm li {
		height: 40px;
	}

	.cForm li.must::after {
		top: 10px;
	}

	.touch .title .tip {
		margin-bottom: 5px;
	}

	.touch .say {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.touch .swiper-slide .item {
		margin-bottom: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .swiper-slide .item .image {
		width: 80px;
		height: 80px;
	}

	.touch .swiper-slide .item .sign {
		width: 60px;
		top: 20px;
	}

	.touch .swiper-slide .item .box {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.touch .title {
		margin-bottom: 30px;
	}

	.cForm li.codeCon {
		width: 100%;
	}

	.cForm li.subBtn {
		width: 100%;
	}
}


@media screen and (max-width:450px) {
	.cForm li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.cForm li:nth-child(1) {
		margin-top: 0;
	}

	.m-formcountry .drop-list li {
		margin-top: 0;
	}
}




/* 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-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 5px 4.5px;
	background-color: #ffffff;
	border: solid 1px #a7a7a7;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #023058;
	border-color: #023058;
	color: #ffffff;
}

.pager .pageList a.prev ,.pager .pageList a.big{
	width: 79px;
}

.pager .pageList a.next {
	width: 61px;
}


.pager .pageList a.no:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #666;
}

.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 5px;
	position: relative;
}

.pager .addTo p {
	font-family: Tahoma-Bold;
	font-size: 14px !important;
	line-height: 26px;
	color: #ffffff;
	background-color: #023058;
	padding: 2px 12px;
	margin-right: 7px;
}




.pager .addTo input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-family: Tahoma, Arial, sans-serif;
	background-color: transparent;
	cursor: pointer;
}


.pager .addTo p img {
	width: 15px;
	flex-shrink: 0;
}

.pager .addTo:hover p {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.banner2 {
	height: 400px;
	position: relative;
}


.banner2 .image {
	height: 100%;
}

.banner2 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.banner2 .msg {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 8px;
}


.banner2 .title {
	font-family: Tahoma-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #ffffff;
	margin-bottom: 4px; text-transform:uppercase;
}




/* crumb */


.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #ffffff;
}

.crumb img {
	width: 16px;
	flex-shrink: 0;
	margin-right: 5px;
}

.crumb a,
.crumb i {
	font-family: Tahoma, Arial, sans-serif;
	font-style: normal;
	letter-spacing: 0px;
	color: #666666;
}

.crumb a.active,
.crumb a:hover {
	color: #ffffff;
}

.crumb i {
	font-style: normal;
}


@media screen and (max-width:1600px) {
	.banner2 {
		height: 360px;
	}

	.banner2 .title {
		font-size: 40px;
		margin-bottom: 20px;
	}

	.banner2 .msg {
		padding-bottom: 0;
	}

}


@media screen and (max-width:1333px) {
	.banner2 {
		height: 300px;
	}

	.banner2 .title {
		font-size: 32px;
		line-height: 46px;
	}
}

@media screen and (max-width:999px) {
	.banner2 {
		height: 260px;
	}

	.banner2 .title {
		font-size: 28px;
		line-height: 36px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.banner2 {
		height: 240px;
	}

	.banner2 .title {
		font-size: 24px;
		margin-bottom: 10px;
	}
}


/* 1-1-Products */


.products {
	padding: 47px 0 96px 0;
}

.products .title1 {
	margin-bottom: 9px;
}

.products .mbox p {
	color: #666666;
}

.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 50px;
}



.innerSlides {
	width: 21.85%;
}


.innerSlides .tit {
	display: flex;
	align-items: center;
	font-family: Tahoma-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #b6411a;
	justify-content: space-between;
}



.innerSlides .tit i {
	display: none;
}

.innerSlides .tit i.active {
	transform: rotate(45deg);
}

.innerSlides>div {
	margin-bottom: 43px;
}


.innerSlides>div:last-child {
	margin-bottom: 0;
}


.productSlides .tit {
	padding-top: 13px;
	margin-bottom: 2px;
}

.productSlides {
	padding-right: 10px;
	border-top: 1px solid #cccdce;
}

.productSlides a {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
}


.productSlides a i {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 13px;
	opacity: 0;
}

.productSlides .list>li {
	border-bottom: 1px solid #cccdce;
}


.productSlides .list ul {
	display: none;
}

.productSlides .list>li>a {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #023058;
	padding: 13px 10px 11px 10px;
	padding-right: 30px;
}


.productSlides .list li.active>a {
	color: #023058;
}

.productSlides .list li.active>a>i {
	transform: rotate(90deg);
	opacity: 1;
}

.productSlides .list li:hover>a,
.productSlides .list li:hover>a>i {
	color: #b6411a;
}




.productSlides .list li.active>ul {
	display: block;
}

.productSlides .list>li>ul>li {
	border-top: 1px solid #cccdce;
}


.productSlides .list>li>ul>li>a {
	padding: 15px 20px;
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding-right: 30px;
}

.productSlides .list>li>ul>li>ul>li {
	border-top: 1px solid #cccdce;
}

.productSlides .list>li>ul>li>ul>li>a {
	padding: 12.5px 30px;
}


.tags .tit {
	margin-bottom: 17px;
}


.tags .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tags .list a {
	padding: 8px 13.5px;
	margin-bottom: 10px;
	margin-right: 10px;
	color: #023058;
	border: solid 1px #023058;
	flex: auto;
	text-align: center;
}

.tags .list a:hover {
	background-color: #023058;
	color: #ffffff;
}




.products form ,.products .form{
	width:100%;
}

.productList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 44px;
}


.productList .item {
	width: 24%;
	margin-right: 1.333%;
	margin-top: 12px;
	position: relative;
    display: flex;
	flex-direction: column;
	align-items: flex-start;
}



.productList .item::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(2, 48, 88, 0.5);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	pointer-events: none;
	transition: .4s ease all;
	opacity: 0;
}

.productList .item:hover::after {
	opacity: 1;
}


.productList .item:hover a {
	color: #ffffff;
}

.productList .item:hover .checkBtn {
	background-color: #ffffff;
}

.productList .item:nth-child(4n) {
	margin-right: 0;
}

.productList .item:nth-child(-n+4) {
	margin-top: 0;
}

.productList .item .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	position: relative;
	flex:1;
	width:100%;
}


.productList .item .image img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}




.productList .item .image:hover img {
	transform: none;
}


.productList .item .msg {
	padding: 19px 16px 24px 16px;
	position: relative;
	z-index: 99;
	width:100%;
	flex-shrink: 0;
}


.productList .item .name {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #023058;
	margin-bottom: 10px;
}

.productList .item .name:hover {
	color: #b6411a;
}


.productList .btns {
	display: flex;
	align-items: center;
}


.productList .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 13px;
	height: 13px;
	background-color: #d6d6d6;
	border-radius: 2px;
	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: #b6411a;
	font-size: 14px;
	font-weight: bold;
}


.productList .btns a {
	font-size: 16px;
	color: #023058;
}


.productList .btns a:hover {
	color: #b6411a;
}


.innerPiece {
	padding: 93px 0 90px 0;
}



@media screen and (max-width:1760px) {
	.products .title1 {
		margin-bottom: 30px;
	}

	/*.products form,.products .form {*/
	/*	width: 70%;*/
	/*}*/

	.innerSlides {
		width: 25%;
	}

	.productList .item .msg {
		padding: 10px 20px;
	}

	.productList .item .name {
		font-size: 16px;
		line-height: 28px;
	}

	.productSlides .list>li>a {
		padding: 15px 10px;
		padding-right: 30px;
	}

	.productSlides .list>li>ul>li>a {
		padding: 15px 20px;
		padding-right: 30px;
	}

	.productSlides .list>li>ul>li>ul>li>a {
		padding: 10px 30px;
	}

	.tags .list a {
		padding: 5px 10px;
	}

	.productList {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:1333px) {
	.products .title1 {
		margin-bottom: 20px;
	}

	.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 form,.products .form {*/
	/*	width: 65%;*/
	/*}*/

	/*.innerSlides {*/
	/*	width: 32%;*/
	/*}*/

	.productSlides .tit {
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.productSlides .list>li>a {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 5px;
		padding-right: 30px;
	}

	.productSlides .list>li>ul>li>a {
		padding: 10px 15px;
		padding-right: 30px;
	}

	.productSlides .list>li>ul>li>ul>li>a {
		font-size: 14px;
		line-height: 26px;
		padding: 10px 25px;
	}

	.innerSlides>div {
		margin-bottom: 35px;
	}

	.productList .item .image img {
		width: 260px;
	}
}

@media screen and (max-width:999px) {
	.products .con {
		flex-direction: column-reverse;
	}

	.innerSlides {
		width: 100%;
	}

	.products form,.products .form {
		width: 100%;
	}

	.productList .item .image img {
		width: auto;
	}

	.productList .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.productList .item:nth-child(3n) {
		margin-right: 0;
	}

	.productList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.productList .item .name {
		font-size: 14px;
		line-height: 26px;
	}

	.productList .btns a {
		font-size: 14px;
	}

	.products .con {
		margin-top: 40px;
	}

	.productList {
		margin-bottom: 40px;
	}

	.innerSlides {
		margin-top: 50px;
	}

	.innerSlides>div {
		margin-bottom: 30px;
	}

	.innerSlides .tit i {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 18px;
		font-weight: bold;
	}

	.productList .item .msg {
		padding: 10px 0;
	}

	.productList .item::after {
		display: none;
	}

	.productList .item:hover a {
		color: #023058;
	}

	.productSlides .tit {
		margin-bottom: 0;
		padding: 10px 0;
	}

	.productSlides .list>li>ul>li>a {
		font-size: 14px;
		line-height: 24px;
	}

	.tags .list a {
		font-size: 14px;
		line-height: 24px;
	}

	.productSlides .list {
		display: none;
		transition: none;
	}

	.productSlides {
		border-top: 1px solid #cccdce;
		border-bottom: 1px solid #cccdce;
	}

	.productSlides .list>li:last-child {
		border-bottom: none;
	}
}


@media screen and (max-width:768px) {
	.productList {
		justify-content: space-between;
	}

	.productList .item:nth-child(n) {
		width: 46%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.innerSlides {
		margin-top: 40px;
	}

	.productList .item .image img {
		width: 220px;
	}
}

@media screen and (max-width:538px) {
	.productList .item .image img {
		width: auto;
	}
}


@media screen and (max-width:450px) {
	.productList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.productList .item:nth-child(1) {
		margin-top: 0;
	}

	.productList .item .image img {
		max-width: 280px;
	}
}



/* 2-1-About Us */

.companyInfo {
	padding-top: 47px;
}


.companyInfo .title1 {
	margin-bottom: 32px;
}

.companyInfo .des {
	margin-bottom: 37px;
}

.companyInfo .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 56px;
}


.companyInfo .list .item {
	position: relative;
	width: 21%;
	background-color: #f5f5f5;
	height: 164px;
	padding: 27px 21px 27px 21px;
}



.companyInfo .list .item.active {
	width: 31.25%;
}

.companyInfo .list .sign {
	margin-bottom: -7px;
}



.companyInfo .list .tit {
	font-family: Tahoma-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #023058;
	margin-bottom: 7px;
}


.companyInfo .list .btn {
	display: flex;
	align-items: center;
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 28px;
	color: #b6411a;
}


.companyInfo .list .btn i {
	flex-shrink: 0;
	font-weight: bold;
	margin-left: 10px;
}


.companyInfo .list .msg {
	position: absolute;
	min-width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 29px 20px 20px 20px;
	display: flex;
	align-items: flex-start;
	opacity: 0;
	background-color: #023058;
	z-index: 99;
	overflow: auto;
}

.companyInfo .list .msg::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #023058;
}

.companyInfo .list .msg::-webkit-scrollbar-thumb {
	background-color: #b6411a;
}

.companyInfo .list .msg::-webkit-scrollbar-track {
	background-color: transparent;
}

.companyInfo .list .msg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #023058;
	z-index: -3;

}


.companyInfo .list .msg .bigTit {
	position: absolute;
	right: 0;
	bottom: 19px;
	font-family: Tahoma-Bold;
	font-size: 80px;
	line-height: 80px;
	color: white;
	-webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.1);
	-webkit-text-fill-color: transparent;
}


.companyInfo .list .item.active .msg {
	opacity: 1;
}


.companyInfo .list .image {
	margin-right: 21px;
	flex-shrink: 0;
}

.companyInfo .list .title {
	font-family: Tahoma-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 15px;
}



.companyInfo .list .txts {
	color: #ffffff;
}



.companyInfo .show {
	position: relative;
}

.companyInfo .show .image {
	width: 100%;
	height: 100%;
}

.companyInfo .show .image img {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



.companyInfo .show .video {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
}

.companyInfo .show .video .playBtn {
	width: 64px;
}

.companyInfo .show .video:hover .playBtn img {
	transform: scale(1.1);
}


.factoryShow {
	padding: 79px 0 74px 0;
}


.factoryShow .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 49px;
}

.factoryShow .swiper-slide {
	position: relative;
}

.factoryShow a:hover img {
	transform: none;
}



.factoryShow .swiper-slide .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 36px 20px 16px 20px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	pointer-events: none;
	transform: translateY(100%);
	opacity: 0;
}

.factoryShow .swiper-slide:hover .msg {
	transform: translateY(0%);
	opacity: 1;
}



.certificate {
	position: relative;
	padding: 37px 0 50px 0;
}


.certificate::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fafafa;
	z-index: -1;
	top: 0;
	left: 50%;
}




.certificate .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}



.certificate .title1 {
	margin-right: 30px;
}


.certificate .btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	transform: translateY(16px);
}

.certificate .btns div {
	padding: 17px 40.5px;
	border: 1px solid #023058;
	font-family: Tahoma-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #023058;
	margin: 5px 0;
	margin-left: 20px;
	cursor: pointer;
}

.certificate .btns div.active,
.certificate .btns div:hover {
	background-color: #023058;
	color: #ffffff;
}


.certificate .sBtns {
	justify-content: center;
}

.certificate .sBtns>div {
	margin-top: 43px;
}



.certificate .swiper-slide .image:hover img {
	transform: translateY(-10px);
}

.certificate .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}


.certificate .name {
	text-align: center;
	color: #023058;
}


.certificate .checks .item {
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.aboutUs .touch {
	padding: 93px 0 90px 0;
}

@media screen and (max-width:1760px) {

	.companyInfo .list .msg,
	.companyInfo .list .item {
		padding: 20px;
	}

	.companyInfo .list .item {
		height: 175px;
	}

	.companyInfo .des {
		margin-bottom: 40px;
	}

	.companyInfo .list {
		margin-bottom: 50px;
	}

	.certificate .btns {
		transform: translateY(0);
	}

	.certificate .btns div {
		font-size: 18px;
		padding: 10px 30px;
	}

	.certificate .sBtns>div {
		margin-top: 20px;
	}

	.aboutUs .touch {
		padding: 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.companyInfo .list .item:nth-child(n) {
		width: 48%;
		margin-top: 20px;
		height: auto;
		padding: 0;
	}

	.companyInfo .list .sign,
	.companyInfo .list .tit,
	.companyInfo .list .btn {
		display: none;
	}

	.companyInfo .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.companyInfo .list .item .msg {
		opacity: 1;
		position: static;
	}

	.companyInfo .title1 {
		margin-bottom: 30px;
	}

	.companyInfo .list .msg .bigTit {
		font-size: 60px;
		bottom: 0;
	}

	.companyInfo .list .title {
		font-size: 18px;
		line-height: 28px;
	}

	.companyInfo .list .image {
		width: 34px;
	}

	.companyInfo .list {
		margin-bottom: 40px;
	}

	.companyInfo .show .video .playBtn {
		width: 55px;
	}

	.certificate .btns div {
		font-size: 16px;
		line-height: 28px;
		padding: 5px 20px;
	}

	.certificate .title {
		margin-bottom: 50px;
	}

	.aboutUs .touch {
		padding: 60px 0;
	}
}

@media screen and (max-width:999px) {
	.companyInfo .show {
		height: 300px;
	}

	.companyInfo .show .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.companyInfo .list .msg .bigTit {
		font-size: 50px;
		line-height: 50px;
	}

	.companyInfo .list .item .msg {
		flex-direction: column;
		align-items: flex-start;
	}

	.companyInfo .list .image {
		margin-right: 0;
		margin-bottom: 6px;
	}

	.factoryShow .title {
		margin-bottom: 40px;
	}

	.factoryShow .swiper-slide .msg {
		font-size: 16px;
		line-height: 26px;
	}

	.certificate .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.certificate .btns div {
		margin-left: 0;
		margin-right: 10px;
	}

	.certificate .title1 {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.certificate .name {
		font-size: 14px;
		line-height: 24px;
	}

	.certificate .btns div {
		font-size: 14px;
		line-height: 26px;
	}

	.aboutUs .touch {
		padding: 50px 0;
	}

	.factoryShow .swiper-slide .msg {
		transform: translateY(0);
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.companyInfo .list .msg .bigTit {
		font-size: 40px;
		line-height: 40px;
	}

	.companyInfo .list .title {
		font-size: 16px;
		line-height: 26px;
	}

	.companyInfo .des {
		margin-bottom: 30px;
	}

	.companyInfo .show {
		height: 260px;
	}

	.companyInfo .show .video .playBtn {
		width: 50px;
	}

	.companyInfo .list .image {
		width: 30px;
		margin-bottom: 10px;
	}

	.factoryShow .title {
		margin-bottom: 30px;
	}

	.factoryShow .swiper-slide .msg {
		font-size: 14px;
	}

	.certificate .title {
		margin-bottom: 30px;
	}

	.aboutUs .touch {
		padding: 40px 0;
	}

	.companyInfo {
		padding-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.companyInfo .title1 {
		margin-bottom: 20px;
	}

	.companyInfo .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.companyInfo .list .item:nth-child(1) {
		margin-top: 0;
	}

	.companyInfo .show {
		height: 240px;
	}

	.factoryShow .swiper-slide {
		height: 240px;
	}

	.factoryShow .swiper-slide .image {
		height: 100%;
	}

	.factoryShow .swiper-slide .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.certificate .image img {
		max-width: 200px;
	}

	.certificate .btns div {
		padding: 4px 15px;
	}
}

@media screen and (max-width:450px) {
	.certificate .image img {
		max-width: 160px;
	}
}

@media screen and (max-width:400px) {
	.certificate .image img {
		max-width: 200px;
	}
}




/* 1-2-Products */


.productDetCon {
	position: relative;
}

.productShow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 54px 0 45px 0;
	position: relative;
}

.productShow .box {
	display: flex;
	justify-content: space-between;
	margin-right: 57px;
}



.productShow .box .showSipwer {
	width: 635px;
	margin-left: 20px;
	overflow: hidden;
	background-color: #ffffff;
}

.showSipwerBox {
	position: relative;
}


.showSipwer .swiper-slide img {
	display: block;
}

.productShow .box .checkSwiper {
	width: 100px;
	overflow: hidden;
	height: 100%;
}


.productShow .box .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 635px;
	padding: 54px 0 33px 0;
}


.productShow .box .swiperBox .prev,
.productShow .box .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #666666;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 2px 5px;
	height: auto;
}



.productShow .box .swiperBox .prev i,
.productShow .box .swiperBox .next i {
	font-weight: bold;
	font-size: 17px;
}


.productShow .box .swiperBox .prev:hover,
.productShow .box .swiperBox .next:hover {
	color: #b6411a;
}


.productShow .box .swiperBox .prev {
	top: 24px;
}

.productShow .box .swiperBox .prev i {
	transform: rotate(-90deg);
}

.productShow .box .swiperBox .next {
	bottom: 5px;
}

.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;
}


.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 #e0e0e0;
}

.productShow .box .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #b6411a;
}



.productShow .jianjie {
	flex: 1;
}




.productShow .jianjie h1 {
	font-family: Tahoma-Bold;
	font-size: 28px;
	line-height: 36px;
	color: #b6411a;
	margin-bottom: 21px;
	font-weight: normal;
}


.productShow .jianjie .txts {
	margin-bottom: 13px;
}




.productShow .jianjie .detail {
	margin-bottom: 24px;
}


.productShow .jianjie .detail .tit {
	font-family: Tahoma-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #b6411a;
	margin-bottom: 10px;
}



.productShow .jianjie .detail .standardEdit p {
	margin-bottom: 8px;
}

.productShow .jianjie .detail .standardEdit p strong {
	font-family: Tahoma-Bold;
}


.productShow .jianjie .share {
	margin-bottom: 21px;
}

.productShow .jianjie .share span {
	color: #666666;
}

.productShow .jianjie .btns {
	display: flex;
	flex-wrap: wrap;
}


.productShow .jianjie .btns a {
	border: 1px solid #023058;
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #023058;
	padding: 9px 24.5px;
	margin-right: 16px;
	margin-bottom: 5px;
}


.productShow .jianjie .btns a:hover {
	background-color: #023058;
	color: #ffffff;
}

.innerNav::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background-color: #d2d2d2;
	z-index: 999;
}



.pdTit {
	font-family: Tahoma-Bold;
	font-size: 36px;
	line-height: 46px;
	color: #b6411a;
}

.applicationScope {
	padding: 44px 0 70px 0;
}

.applicationScope .pdTit {
	margin-bottom: 23px;
	text-align: center;
}

.applicationScope .tip {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 22px;
	color: #ff0000;
	text-align: center;
	margin-bottom: 28px;
}


.applicationScope .list {
	flex-wrap: wrap;
	display: flex;
}


.applicationScope .list .item {
	width: 24.375%;
	margin-right: 0.83%;
	margin-top: 20px;
	position: relative;
}

.applicationScope .list .item:nth-child(4n) {
	margin-right: 0;
}


.applicationScope .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.applicationScope .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.applicationScope .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
	z-index: 2;
	height: 100%;
}


.applicationScope .list .msg {
	position: absolute;
	width: 100%;
	max-height: 100%;
	padding: 10px 21px;
	color: #ffffff;
	overflow: auto;
	bottom: 0;
	left: 0;
	line-height: 22px;
	z-index: 99;
}


.applicationScope .list .msg::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #023058;
	border-radius: 0;
}

.applicationScope .list .msg::-webkit-scrollbar-thumb {
	background-color: #b6411a;
	border-radius: 0;
}

.applicationScope .list .msg::-webkit-scrollbar-track {
	background-color: transparent;
}


.lightBlue {
	position: relative;
	padding: 34px 0 60px 0;
}


.lightBlue::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f8f8f8;
	z-index: -2;
	top: 0;
}


/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}



@media screen and (max-width:1750px) {
	.productShow .box .showSipwer {
		width: 500px;
		height: 500px;
	}

	.productShow .box .swiperBox {
		height: 500px;
	}

	.productShow .box .checkSwiper {
		width: 75px;
	}

	.productShow .box {
		margin-right: 40px;
	}

	.productShow .jianjie h1 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.productShow .jianjie .txts {
		margin-bottom: 30px;
	}

	.productShow .jianjie .detail .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productShow .jianjie .share {
		margin-bottom: 30px;
	}

	.productShow .jianjie .btns a {
		padding: 6px 20px;
		font-size: 16px;
	}

	.productShow .box .swiperBox {
		padding: 40px 0;
	}

	.productShow .box .swiperBox .prev {
		top: 0;
	}

	.productShow .box .swiperBox .next {
		bottom: 0;
	}
}

@media screen and (max-width:1333px) {
	.productShow .box .showSipwer {
		width: 450px;
		height: 450px;
	}

	.productShow .box .swiperBox {
		height: 450px;
	}



	.productShow .box .checkSwiper {
		width: 65px;
	}

	.productShow .box {
		margin-right: 0;
		margin-bottom: 40px;
	}

	.productShow .jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.productShow .jianjie .share {
		margin-bottom: 40px;
	}
}


@media screen and (max-width:999px) {
    	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow .box .showSipwer {
		width: 400px;
		height: 400px;
	}

	.productShow .box .swiperBox {
		height: 400px;
	}

	.productShow .box .checkSwiper {
		width: 72px;
	}

	.productShow .box {
		width: 100%;
		justify-content: center;
	}

	.productShow .jianjie h1,
	.productShow .jianjie .detail .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.productShow .jianjie .btns a {
		font-size: 14px;
		padding: 5px 20px;
	}
}


@media screen and (max-width:768px) {
	.productShow .box .showSipwer {
		width: 350px;
		height: 350px;
	}

	.productShow .box .swiperBox {
		height: 350px;
	}

	.productShow .box .checkSwiper {
		width: 60px;
	}
}

@media screen and (max-width:450px) {
	.productShow .box .showSipwer {
		width: 230px;
		height: 230px;
	}

	.productShow .box .swiperBox {
		height: 230px;
	}

	.productShow .box .checkSwiper {
		width: 45px;
	}

	.productShow .jianjie .share {
		margin-bottom: 30px;
	}

	.productShow .jianjie .btns a {
		padding: 5px 10px;
	}
}


.productFeatures {
	margin-bottom: 78px;
}


.productFeatures .pdTit {
	text-align: center;
	margin-bottom: 33px;
}

.productFeatures .list {
	display: flex;
	flex-wrap: wrap;
}

.productFeatures .list .item {
	width: 23.75%;
	margin-right: 1.66%;
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
	min-height: 100px;
}



.productFeatures .list .item:nth-child(4n) {
	margin-right: 0;
}

.productFeatures .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.productFeatures .list .item .image {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	margin-right: 27px;
	position: relative;
	z-index: 99;
	transform: translateY(10px);
}

.productFeatures .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.productFeatures .list .item .image::after {
	content: "";
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #e9f2f9;
	right: 0;
	bottom: 0;
	transform: translateX(34%) translateY(35%);
}

.productFeatures .list .num {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 5px;
	position: relative;
	z-index: 100;
}



.productFeatures .list .txts {
	color: #666666;
	position: relative;
	z-index: 100;
}

.productFeatures .list .item .btn {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #023058;
}


.productFeatures .list .item .btn a {
	display: flex;
	align-items: center;
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 28px;
	color: #023058;
}


.productFeatures .list .item .btn a i {
	flex-shrink: 0;
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}

.productFeatures .list .item .btn a:hover,
.productFeatures .list .item .btn a:hover i {
	color: #b6411a;
}


.productFeatures .btns {
	position: absolute;
	width: 23.75%;
	border-bottom: 1px solid #023058;
	right: 0;
	bottom: 9px;
	z-index: 9;
}



.productFeatures .btns>div {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 10px;
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 28px;
	color: #023058;
	cursor: pointer;
}



.productFeatures .btns>div i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: bold;
}





.productFeatures .btns>div.prev {
	position: relative;
}

.productFeatures .btns>div.prev i {
	right: 245px;
}


.productFeatures .btns>div.next {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
}

.productFeatures .btns>div.next i {
	left: 245px;
}

.productFeatures .btns>div.swiper-button-disabled {
	opacity: 0;
	pointer-events: none;
}


.technicalIndicators .pdTit {
	text-align: center;
	margin-bottom: 21px;
}



.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #f0f0f0;
}

.table table tr td {
	padding: 10px 20px;
	font-family: Tahoma;
	font-size: 16px;
	line-height: 28px;
	color: #023058;
	text-align: center;
	border: 1px solid #d9d9d9;
}



.table table tr td:nth-child(1) {
	text-align: left;
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #023058;
}




.table table tr:nth-child(1) td {
	background-color: #023058;
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	padding: 10px 20px;
}



.white {
	padding: 44px 0 41px 0;
}

.output .pdTit {
	text-align: center;
	margin-bottom: 26px;
}


.output {
	margin-bottom: 36px;
}


.cooling .pdTit {
	text-align: center;
	margin-bottom: 27px;
}


.blue {
	position: relative;
	padding: 42px 0 60px 0;
}


.blue::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #f2f9ff;
	z-index: -1;
}


.external {
	margin-bottom: 11px;
}


.external .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 21px;
}

.external .image {
	margin-bottom: 7px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.external .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.external .tit {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 28px;
	color: #023058;
	text-align: center;
}


.mainComponents {
	margin-bottom: 44px;
}

.mainComponents .pdTit {
	text-align: center;
	margin-bottom: 37px;
}


.mainComponents .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mainComponents .list .item {
	width: 47.5%;
	position: relative;
}


.mainComponents .list .image img {
	overflow: hidden;
}


.mainComponents .list .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(2, 48, 88, 0.5);
	top: 0;
	left: 0;
	opacity: 0;
	transition: .4s ease all;
}

.mainComponents .list .item .msg {
	text-align: center;
	position: absolute;
	width: 100%;
	max-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	font-family: Tahoma-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	padding: 30px;
	z-index: 99;
	overflow: auto;
	opacity: 0;
}

.mainComponents .list .item:hover::after,
.mainComponents .list .item:hover .msg{
	opacity: 1;
}



.mainComponents .list .item .msg::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #023058;
	border-radius: 10px;
}

.mainComponents .list .item .msg::-webkit-scrollbar-thumb {
	background-color: #b6411a;
	border-radius: 10px;
}

.mainComponents .list .item .msg::-webkit-scrollbar-track {
	background-color: transparent;
}



.installation .pdTit {
	text-align: center;
	margin-bottom: 27px;
}


.installation .list {
	display: flex;
	flex-wrap: wrap;
}

.installation .list .item {
	width: 24.375%;
	margin-right: 0.83%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}


.installation .list .item:nth-child(4n) {
	margin-right: 0;
}

.installation .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.installation .list .msg {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 4px 20px;
	font-family: Tahoma;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	background-color: #023058;
	flex: 1;
}



.optional .pdTit {
	text-align: center;
	margin-bottom: 30px;
}


.white2 {
	padding: 44px 0 100px 0;
}


.optional .pdTit {
	text-align: center;
	margin-bottom: 26px;
}

.optional .txts {
	margin-bottom: 50px;
}


.white2 .table table tr td:nth-child(n) {
	text-align: center;
	font-size: 16px;
	color: #023058;
	font-family: Tahoma;
	background-color: #ffffff;

}

.white2 .table table tr:nth-child(1) td {
	background-color: #023058;
	color: #ffffff;
	font-family: Tahoma-Bold;
}

.optional {
	margin-bottom: 38px;
}



.optional .list {
	display: flex;
	flex-wrap: wrap;
}

.optional .list .item {
	width: 32.8125%;
	margin-right: 0.78125%;
	margin-top: 30px;
}

.optional .list .item:nth-child(3n) {
	margin-right: 0;
}

.optional .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.optional .list .image {
	margin-bottom: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}



.optional .list .name {
	color: #023058;
}


.commponent .pdTit {
	text-align: center;
	margin-bottom: 26px;
}

.commponent .table table tr td:nth-child(n) {
	font-size: 18px;
}

.productPiece {
	padding: 87px 0 99px 0;
}


@media screen and (max-width:1760px) {
	.pdTit {
		font-size: 28px;
		line-height: 36px;
	}

	.applicationScope .list .msg {
		padding: 10px;
	}

	.productFeatures .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.productFeatures .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.productFeatures .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.productFeatures .pdTit {
		margin-bottom: 50px;
	}

	.productFeatures .btns {
		bottom: 0;
	}

	.technicalIndicators .pdTit {
		margin-bottom: 30px;
	}

	.output .pdTit,
	.cooling .pdTit {
		margin-bottom: 40px;
	}

	.output {
		margin-bottom: 80px;
	}

	.external .title {
		margin-bottom: 40px;
	}

	.external {
		margin-bottom: 60px;
	}

	.mainComponents {
		margin-bottom: 60px;
	}

	.installation .pdTit {
		margin-bottom: 40px;
	}

	.installation .list .msg {
		padding: 10px 20px;
	}

	.optional .pdTit {
		margin-bottom: 40px;
	}

	.optional .txts {
		margin-bottom: 60px;
	}

	.optional {
		margin-bottom: 60px;
	}

	.commponent .pdTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.pdTit {
		font-size: 26px;
	}

	.applicationScope .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.applicationScope .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.applicationScope .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.productFeatures .btns>div.prev i {
		right: auto;
		left: 20px;
	}

	.productFeatures .btns>div.next i {
		left: auto;
		right: 20px;
	}

	.productFeatures,
	.output {
		margin-bottom: 60px;
	}

	.mainComponents .list .item .msg {
		font-size: 18px;
		line-height: 28px;
	}

	.installation .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.installation .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.installation .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.commponent .table table tr td:nth-child(n) {
		font-size: 16px;
	}

	.productFeatures .btns {
		width: 32%;
	}
	.optional{
		margin-bottom: 50px;
	}
	.table table tr:nth-child(1) td,
	.table table tr td:nth-child(1) {
		font-size: 16px;
	}
}

@media screen and (max-width:999px) {
	.pdTit {
		font-size: 24px;
	}

	.applicationScope .list {
		justify-content: space-between;
	}

	.applicationScope .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.applicationScope .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productFeatures .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.productFeatures .list {
		justify-content: space-between;
	}

	.productFeatures .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productFeatures .btns {
		width: 48%;
	}

	.productFeatures .list .item .image {
		width: 45px;
		height: 45px;
	}

	.productFeatures .pdTit {
		margin-bottom: 40px;
	}

	.table table tr:nth-child(1) td,
	.table table tr td:nth-child(1) {
		font-size: 14px;
		line-height: 26px;
	}

	.table table tr td {
		font-size: 14px;
	}

	.productFeatures,
	.output,
	.external {
		margin-bottom: 50px;
	}

	

	.mainComponents .list .item .msg {
		font-size: 16px;
		line-height: 26px;
	}
	
	.installation .list {
		justify-content: space-between;
	}

	.installation .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.installation .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
	.installation .list .msg{
		font-size: 14px;
		line-height: 22px;
	}
	.white2 .table table tr td:nth-child(n){
		font-size: 14px;
		line-height: 24px;
	}
	.optional .pdTit{
		margin-bottom: 30px;
	}
	
	.optional .list .item:nth-child(n){
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}
	.optional .list .item:nth-child(-n+2){
		margin-top: 0;
	}
	.optional{
		margin-bottom: 40px;
	}
	.external .tit{
		font-size: 14px;
		line-height: 24px;
	}
	.mainComponents .list .image::after{
		display: none;
	}
	.mainComponents .list .item .msg{
		position: static;
		padding: 10px 0;
		color: #333333;
		transform: translateY(0);
		font-size: 14px;
	}
	.applicationScope .list .msg{
		font-size: 14px;
		line-height: 24px;
	}
	
	.mainComponents .list .item .msg {
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.applicationScope .list .msg{
		position: static;
		padding: 10px 0;
		color: #666666;
	}
	.applicationScope .list .item::after{
		display: none;
	}
	.productFeatures .list .item{
		flex-direction: column;
		align-items: flex-start;
	}
	.productFeatures .list .item .image{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.productFeatures .list .num{
		font-size: 16px;
		line-height: 26px;
	}
	.pdTit{
		font-size: 22px;
		line-height: 30px;
	}
	.commponent .pdTit{
		margin-bottom: 30px;
	}
	.pdTit{
		font-size: 20px;
	}
	.productFeatures, .output, .external{
		margin-bottom: 40px;
	}
}

@media screen and (max-width:450px) {
	.productFeatures .list .item:nth-child(n){
		width: 100%;
		margin-top: 20px;
	}
	.productFeatures .list .item:nth-child(1){
		margin-top: 0;
	}
	.productFeatures .pdTit{
		margin-bottom: 30px;
	}
	.productFeatures .list .item .image{
		width: 40px;
		height: 40px;
	}
	.productFeatures .list .item{
		min-height: 60px;
	}
	.productFeatures .btns{
		width: 100%;
	}
	.external .title{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.external .title .pdTit{
		margin-bottom: 20px;
	}
	.mainComponents .list .item:nth-child(n){
		width: 100%;
		margin-top: 20px;
	}
	.mainComponents .list .item:nth-child(1){
		margin-top: 0;
	}
	.mainComponents .pdTit{
		margin-bottom: 30px;
	}
	.installation .list .item:nth-child(n){
		width: 100%;
		margin-top: 20px;
	}
	.installation .list .item:nth-child(1){
		margin-top: 0;
	}
	.installation .pdTit{
		margin-bottom: 30px;
	}
	.optional .list .item:nth-child(n){
		width: 100%;
		margin-top: 20px;
	}
	.optional .list .item:nth-child(1){
		margin-top: 0;
	}
	.applicationScope .list .item:nth-child(n){
		width: 100%;
		margin-top: 20px;
	}
	.applicationScope .list .item:nth-child(1){
		margin-top: 0;
	}
}


















/* 3-1-Service */

.customized {
	padding: 65px 0 134px 0;
}



.customized .cusTit {
	margin-bottom: 9px;
}

.customized .mbox p {
	color: #000000;
}

.customized .raTit {
	margin-top: 71px;
	text-align: center;
	margin-bottom: 56px;
}

.customized .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 51px;
	align-items: center;
}


.customized .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.customized .item:last-child {
	margin-bottom: 0;
}


.customized .item .image {
	width: 50%;
}

.customized .item .msg {
	width: 46.3%;
}

.customized .item .num {
	font-family: Tahoma-Bold;
	font-size: 56px;
	line-height: 56px;
	color: white;
	-webkit-text-stroke: 1px #023058;
	-webkit-text-fill-color: transparent;
	margin-bottom: 37px;
}


.customized .item .tit {
	font-family: Tahoma-Bold;
	font-size: 28px;
	line-height: 36px;
	color: #023058;
	margin-bottom: 15px;
}

.customized .item .txts {
	color: #666666;
	margin-bottom: 46px;
}

.customized .item .cBtn {
	width: 220px;
}

@media screen and (max-width:1760px) {
	.customized .cusTit {
		margin-bottom: 30px;
	}

	.customized .raTit {
		margin: 70px 0 50px 0;
	}

	.customized .item .num {
		font-size: 46px;
		line-height: 46px;
		margin-bottom: 20px;
	}

	.customized .item .tit {
		font-size: 24px;
		line-height: 36px;
	}

	.customized .item .txts {
		margin-bottom: 30px;
	}

	.customized .item {
		margin-bottom: 40px;
	}
}


@media screen and (max-width:1333px) {
	.customized .raTit {
		margin: 60px 0 50px 0;
	}

	.customized .item .num {
		font-size: 32px;
		line-height: 32px;
	}

	.customized .item .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.customized .item .txts {
		margin-bottom: 20px;
	}

	.customized .item .cBtn {
		width: 200px;
	}

}

@media screen and (max-width:999px) {
	.customized .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		width: 48%;
		justify-content: flex-start;
		margin-bottom: 0;
		margin-top: 30px;
	}

	.customized .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.customized .raTit {
		margin: 50px 0 40px 0;
	}

	.customized .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.customized .item .msg {
		width: 100%;
	}

	.customized .item .image {
		width: 100%;
		margin-bottom: 20px;
	}

	.customized .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.customized .item .num {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.customized .item .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.customized .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.customized .item:nth-child(1) {
		margin-top: 0;
	}

	.customized .item .image {
		height: 280px;
	}

	.customized .cusTit {
		margin-bottom: 20px;
	}

	.customized .raTit {
		margin: 40px 0 30px 0;
	}
}

@media screen and (max-width:538px) {
	.customized .item .image {
		height: 240px;
	}
}



.process {
	background-color: #f5f5f5;
	padding: 48px 0 59px 0;
}

.process .title1 {
	text-align: center;
	margin-bottom: 37px;
}

.process .list {
	display: flex;
	flex-wrap: wrap;
}

.process .list .item {
	width: 20%;
	margin-right: 6.66%;
	margin-top: 60px;
	background-color: #ededed;
	padding: 34px 10px 28px 10px;
	position: relative;
}



.process .list .item:hover {
	background-color: #023058;
}


.process .list .item:hover .image img {
	filter: grayscale(100%) brightness(500%);
}

.process .list .item:hover .txts {
	color: #ffffff;
}


.process .list .item:hover .image::after {
	background-color: rgba(255, 255, 255, .1);
}


.process .list .item:nth-child(-n+4) {
	margin-top: 0;
}



.process .list .image {
	position: relative;
	width: 52px;
	margin: 0 auto 25px;
	z-index: 99;
}


.process .list .image::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #d4dee7;
	z-index: -1;
	bottom: 0;
	right: -3px;
	border-radius: 50%;
	transition: .4s ease all;
}



.process .list .txts {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #023058;
	text-align: center
}


.process .list .item .arrs {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 109%;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
}

.process .list .item .arrs img {
	transform: rotate(-180deg);
}

.process .list .item:nth-child(-n+4) .arrs {
	right: auto;
	left: 109%;
}

.process .list .item:nth-child(-n+4) .arrs img {
	transform: rotate(0);
}

.process .list .item .arrs img {
	display: block;
}

.process .list .item .arrs img:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}


.process .list .item:hover .arrs img:nth-child(1) {
	opacity: 1;
}

.process .list .item:hover .arrs img:nth-child(2) {
	opacity: 0;
}





.process .list .item:last-child .arrs {
	display: none;
}


.process .list .item:nth-child(4) {
	margin-right: 0;
}

.process .list .item:nth-child(4) .arrs {
	top: 96%;
	left: 50%;
	transform: rotate(90deg) translateY(50%) translateX(50%);
}


.process .list .item:nth-child(5) {
	order: 4;
	margin-right: 0;
}

.process .list .item:nth-child(6) {
	order: 3;
}

.process .list .item:nth-child(7) {
	order: 2;
}

.process .list .item:nth-child(8) {
	order: 1;
}


@media screen and (max-width:1600px) {
	.process .title1 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.process .list .item:nth-child(n) {
		width: 28%;
		margin-right: 8%;
		margin-top: 60px;
		padding: 25px 10px;
	}

	.process .list .image {
		width: 45px;
		margin-bottom: 15px;
	}

	.process .list .image::after {
		width: 35px;
		height: 35px;
	}

	.process .list .txts {
		font-size: 16px;
		line-height: 26px;
	}

	.process .list .item .arrs {
		width: 40px;
		right: 107%;
	}


	.process .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.process .list .item:nth-child(-n+3) .arrs {
		left: 106%;
	}

	.process .list .item:nth-child(3) {
		margin-right: 0;
	}

	.process .list .item:nth-child(3) .arrs {
		transform: rotate(90deg) translateX(50%) translateY(50%);
		top: 100%;
		left: 50%;
	}


	.process .list .item:nth-child(4) .arrs {
		top: 96%;
		left: 50%;
		transform: rotate(90deg) translateY(50%) translateX(50%);
	}

	.process .list .item:nth-child(4) {
		margin-right: 0;
		order: 3;
	}

	.process .list .item:nth-child(4) .arrs {
		right: 107%;
		top: 50%;
		left: auto;
		transform: translateY(-50%) rotate(-180deg);
	}

	.process .list .item:nth-child(5) {
		order: 2;
	}

	.process .list .item:nth-child(6) {
		order: 1;
	}

	.process .list .item:nth-child(6) .arrs {
		top: 100%;
		left: 50%;
		transform: rotate(-90deg) translateY(-50%) translateX(-50%);
	}


	.process .list .item:nth-child(7) {
		order: 4;
	}

	.process .list .item:nth-child(7) .arrs {
		left: 107%;
		right: auto;
		transform: rotate(-180deg) translateY(-50%);
	}

	.process .list .item:nth-child(8) {
		order: 5;
	}

}

@media screen and (max-width:999px) {
	.process .title1 {
		margin-bottom: 40px;
	}

	.process .list .item .arrs {
		width: 34px;
	}

	.process .list .txts {
		font-size: 14px;
		line-height: 24px;
	}

	.process .list .image {
		width: 40px;
	}

	.process .list .item:nth-child(n) {
		margin-top: 48px;
	}

	.process .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

}

@media screen and (max-width:768px) {
	.process .list .item .arrs {
		width: 30px;
	}

	.process .list .item:nth-child(n) {
		width: 45%;
		margin-right: 10%;
		padding: 25px 10px;
		margin-top: 45px;
	}

	.process .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.process .list .item:nth-child(2) {
		margin-right: 0;
	}

	.process .list .item:nth-child(3) {
		margin-right: 0;
		order: 2;
	}

	.process .list .item:nth-child(3) .arrs {
		right: 100%;
		left: auto;
		top: 50%;
		transform: rotate(-180deg) translateX(50%);
	}

	.process .list .item:nth-child(4) {
		order: 1;
	}

	.process .list .item:nth-child(4) .arrs {
		top: 105%;
		right: auto;
		left: 50%;
		transform: translateX(-50%) translateY(50%) rotate(90deg);
	}

	.process .list .item:nth-child(5) {
		order: 3;
	}

	.process .list .item:nth-child(5) .arrs {
		left: 107%;
		right: auto;
		transform: rotate(-180deg);
	}

	.process .list .item:nth-child(6) {
		order: 4;
		margin-right: 0;
	}

	.process .list .item:nth-child(7) {
		order: 6;
		margin-right: 0;
	}

	.process .list .item:nth-child(7) .arrs {
		left: auto;
		right: 107%;
		transform: rotate(0);
	}

	.process .list .item:nth-child(8) {
		order: 5;
	}

	.process .list .item:nth-child(2) .arrs {
		top: 100%;
		left: 50%;
		transform: rotate(90deg) translateX(50%) translateY(50%);
	}

}

@media screen and (max-width:450px) {
	.process .list .item:nth-child(n) {
		width: 100%;
		margin-top: 0;
		margin-bottom: 30px;
		margin-right: 0;
		order: inherit;
	}

	.process .list .item:nth-child(n) .arrs {
		left: 50%;
		right: auto;
		transform: translateX(-50%) rotate(-90deg);
		top: 105%;
	}

	.process .list .item:last-child {
		margin-bottom: 0;
	}

	.process .list .item:nth-child(-n+4) .arrs {
		transform: translateX(-50%) rotate(90deg);
	}
}






.capability {
	padding: 77px 0 90px 0;
}

.capability .caTit {
	text-align: center;
	margin-bottom: 19px;
}

.capability .caTxts {
	margin-bottom: 45px;
	text-align: center;
}



.capability .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}


.capability .list .item {
	width: 16%;
	margin-right: 0.6666%;
	margin-top: 20px;
	background-color: #023058;
}

.capability .list .item .image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.capability .list .item:nth-child(-n+6) {
	margin-top: 0;
}

.capability .list .item:nth-child(6n) {
	margin-right: 0;
}

.capability .list .item .tit {
	padding: 5.5px 10px;
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
}


.capability .list2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 86px;
}


.capability .list2 .item {
	width: 31.875%;
	margin-right: 2.1875%;
	margin-top: 30px;
	padding: 24px 40px 33px 20px;
	display: flex;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
}

.capability .list2 .item:hover .num {
	color: #ffffff;
}


.capability .list2 .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #023058;
	z-index: -5;
}

.capability .list2 .item::before {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	background-color: #043662;
	border-radius: 50%;
	right: -90px;
	bottom: -90px;
	z-index: -2;
}






.capability .list2 .item:nth-child(-n+3) {
	margin-top: 0;
}

.capability .list2 .item:nth-child(3n) {
	margin-right: 0;
}


.capability .list2 .image {
	flex-shrink: 0;
	margin-right: 20px;
	transform: translateY(3px);
}


.capability .list2 .tit {
	font-family: Tahoma-Bold;
	font-size: 20px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 10px;
}

.capability .list2 .txts {
	color: #ffffff;
}


.capability .list2 .num {
	position: absolute;
	font-family: Tahoma-Bold;
	font-size: 28px;
	line-height: 28px;
	color: #12426d;
	right: 20px;
	bottom: 20px;
}

@media screen and (max-width:1760px) {
	.capability .caTit {
		margin-bottom: 30px;
	}

	.capability .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.capability .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.capability .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.capability .list2 .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.capability .list2 {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.capability .list2 {
		justify-content: space-between;
	}

	.capability .list2 .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.capability .list2 .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.capability .list {
		justify-content: space-between;
	}

	.capability .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.capability .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.capability .list .item .tit {
		font-size: 14px;
		line-height: 24px;
	}

	.capability .caTxts {
		margin-bottom: 40px;
	}

	.capability .list2 .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.capability .list2 .item {
		flex-direction: column;
	}

	.capability .list2 .image {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.capability .list2 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.capability .list {
		margin-bottom: 40px;
	}

	.capability .list2 {
		margin-bottom: 40px;
	}

	.capability .list2 .num {
		font-size: 24px;
	}
}

@media screen and (max-width:538px) {
	.capability .list2 .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.capability .list2 .item:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	.capability .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.capability .list .item:nth-child(1) {
		margin-top: 0;
	}
}





/* 3-2-Service */



.service {
	overflow: hidden;
}

.videPiece {
	padding: 72px 0 91px 0;
}

.videPiece .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 55px;
}

.videPiece .swiper-slide .image {
	position: relative;
	margin-bottom: 15px;
}

.videPiece .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.videPiece .swiper-slide .video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .4);
}

.videPiece .swiper-slide .video .playBtn {
	width: 52px;
}


.videPiece .swiper-slide .video:hover .playBtn img {
	transform: scale(1.1);
}

.videPiece .name {
	text-align: center;
	font-family: Tahoma-Bold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
}


.technical {
	padding: 102px 0 106px 0;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.technical::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f2f2f2;
}

.technical .msg {
	width: 28%;
}

.technical .technicalSwiper {
	width: 66.2%;
}


.technical .msg .title1 {
	color: #023058;
	margin-bottom: 17px;
}


.technical .msg .txts {
	margin-bottom: 36px;
}



.onlineService {
	display: flex;
	justify-content: space-between;
	position: relative;
	background-color: #f5f5f5;
}


.onlineService::after {
	content: "";
	width: 167px;
	position: absolute;
	right: 100%;
	background-color: #f5f5f5;
	top: 0;
	height: 100%;
	z-index: -1;
}


.onlineService .title1 {
	margin-bottom: 55px;
}

.onlineService .msg {
	width: 38.8%;
	padding: 81px 0;
}

.onlineService .show {
	width: 54.4%;
}

.onlineService .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.onlineService .des {
	padding: 58px 30px 66px 30px;
	position: relative;
	background-color: #023058;
	margin-left: 8px;
}


.onlineService .des .image {
	width: 88px;
	background-color: #b6411a;
	position: absolute;
	left: 30px;
	top: 8px;
	transform: translateY(-50%);
}



.onlineService .des .image::after {
	content: "";
	position: absolute;
	right: 99%;
	top: 0;
	width: 10px;
	height: 26px;
	background-color: #912e0d;
	clip-path: polygon(10px 0%, 100% 100%, 0 100%);
}


.onlineService .des .tit {
	font-family: Tahoma-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #fffefe;
	margin-bottom: 3px;
}


.onlineService .des .tip {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #023058;
	-webkit-text-stroke: 0.5px #ffffff;
	-webkit-text-fill-color: transparent;
	margin-bottom: 19px;
}



.onlineService ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 4px;
}

.onlineService ul li:last-child {
	margin-bottom: 0;
}

.onlineService ul li p,
.onlineService ul li a {
	display: inline;
}


.onlineService ul li i {
	color: #ffffff;
	font-size: 16px;
	margin-right: 10px;
}

.onlineService ul li .num {
	color: #ffffff;
}

.onlineService ul li .name {
	font-family: Tahoma-Bold;
	color: #ffffff;
}

.onlineService ul li.email a {
	word-break: break-all;
}

.onlineService ul li a:hover {
	color: #b6411a;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.moreService {
	padding: 79px 0 67px 0;
}

.moreService .title1 {
	text-align: center;
	margin-bottom: 9px;
}


.moreService .txts {
	text-align: center;

	line-height: 30px;
	hyphens: auto;
}



.service .touch {
	margin-bottom: 90px;
}

@media screen and (max-width:1600px) {
	.videPiece .title {
		margin-bottom: 50px;
	}

	.videPiece .name {
		font-size: 20px;
	}

	.technical .msg .title1 {
		margin-bottom: 30px;
	}

	.technical {
		align-items: center;
	}

	.technical .msg .txts br {
		display: none;
		margin-bottom: 20px;
	}

	.onlineService .des .tit {
		margin-bottom: 10px;
	}

	.moreService .title1 {
		margin-bottom: 20px;
	}

	.service .touch {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.videPiece .name {
		font-size: 18px;
		line-height: 28px;
	}

	.videPiece .title {
		margin-bottom: 40px;
	}

	.service .touch {
		margin-bottom: 60px;
	}

	.onlineService .msg {
		width: 40%;
	}

}

@media screen and (max-width:999px) {
	.videPiece .title {
		margin-bottom: 30px;
	}

	.technical {
		flex-direction: column;
		align-items: flex-start;
	}

	.technical .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.technical .msg .title1 {
		margin-bottom: 20px;
	}

	.videPiece .name {
		font-size: 16px;
	}

	.technical .msg .txts {
		-webkit-line-clamp: 2;
		margin-bottom: 20px;
	}

	.technical .technicalSwiper {
		width: 100%;
	}

	.onlineService {
		flex-direction: column;
		align-items: flex-start;
		background-color: transparent;
	}

	.onlineService .msg {
		width: 100%;
	}

	.onlineService::after {
		width: 100vw;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	.onlineService .show {
		width: 100%;
		height: 300px;
	}

	.onlineService .des .image {
		width: 80px;
	}

	.onlineService .des {
		padding: 60px 30px 50px;
	}

	.onlineService .des .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.moreService .image {
		height: 300px;
	}

	.moreService .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.onlineService ul li .num {
		font-size: 14px;
	}

	.service .touch {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.onlineService .des .image {
		width: 70px;
		top: 2px;
	}

	.onlineService .des {
		padding: 50px 20px 40px;
	}

	.onlineService .des .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.onlineService .show,
	.moreService .image {
		height: 260px;
	}

	.service .touch {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {

	.onlineService .show,
	.moreService .image {
		height: 240px;
	}

	.videPiece .swiper-slide .image {
		height: 240px;
	}
}










/* 3-3-Service */

.serviceDet {
	padding: 46px 0 92px 0;
}


.serviceDet h1 {
	font-family: Tahoma-Bold;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 17px;
	color: #b6411a;
}

.serviceDet .share {
	margin-bottom: 17px;
}

.serviceDet .share span {
	color: #666666;
}


.serviceDet .con {
	padding: 47px 0 18px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 22px;
}


.serviceDet .characteristic {
	margin-bottom: 37px;
}

.serviceDet .characteristic .image {
	width: 543px;
	float: right;
	margin-left: 3%;
}


.serviceDet .sdTit {
	font-family: Tahoma-Bold;
	font-size: 36px;
	line-height: 46px;
	color: #023058;
}




.serviceDet .characteristic .sdTit {
	margin-bottom: 8px;
}


.serviceDet .characteristic .image {
	margin-top: 13px;
}

.serviceDet .characteristic .txts p em {
	font-family: Tahoma-Bold;
	font-size: 18px;
	color: #b6411a;
	font-style: normal;
	margin-right: 4px;
}

.serviceDet .characteristic .txts p {
	margin-bottom: 7px;
}

.serviceDet .characteristic .txts p:last-child {
	margin-bottom: 0;
}

.serviceDet .specification .sdTit {
	margin-bottom: 15px;
}


.serviceDet .specification {
	margin-bottom: 40px;
}

.specification .table {
	width: 100%;
	overflow: auto;
}

.specification .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.specification .table table tr:nth-child(2n) td {
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}

.specification .table table tr td {
	padding: 16.5px 20px;
	background-color: #f5f5f5;
	border: none;
	text-align: left;
}

.specification .table table tr:nth-child(2n-1) td {
	border-right: 1px solid #ffffff;
}

.specification .table table tr:nth-child(2n-1) td:last-child {
	border-right: none;
}

.specification .table table tr td:nth-child(2n-1) {
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 28px;
	color: #023058;
}

.specification .table table tr td:nth-child(2n) {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

.serviceDet .design {
	margin-bottom: 31px;
}


.serviceDet .design .sdTit {
	margin-bottom: 8px;
}


.serviceDet .perspective {
	margin-bottom: 31px;
}


.serviceDet .perspective .image {
	float: left;
	width: 551px;
	margin-right: 4.24%;
	margin-top: 20px;
}



.serviceDet .perspective .sdTit {
	margin-bottom: 18px;
}




.serviceDet .perspective .txts p em {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #b6411a;
	margin-bottom: 10px;
	font-style: normal;
	display: block;
}


.serviceDet .comparison .sdTit {
	margin-bottom: 25px;
	text-align: center;
}



.otherArticles {
	padding: 46px 0 80px 0;
	background-color: #f2f2f2;
}


.otherArticles .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.otherArticles .title1 {
	color: #023058;
}

.technicalSwiper {
	overflow: hidden;
}

.technicalSwiper .swiper-slide {
	padding: 33px 20px 40px 20px;
	transition: .4s ease background-color;
	background-color: #ffffff;
	height: auto;
}

.technicalSwiper .swiper-slide:hover {
	background-color: #023058;
}

.technicalSwiper .swiper-slide .tit {
	font-family: Tahoma-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #023058;
	margin-bottom: 16px;
}


.technicalSwiper .swiper-slide .txts {
	margin-bottom: 25px;
}



.technicalSwiper .swiper-slide:hover .txts {
	color: #ffffff;
}


.technicalSwiper .swiper-slide:hover .tit {
	color: #ffffff;
}

.technicalSwiper .swiper-slide .tit:hover {
	color: #b6411a;
}


.technicalSwiper .swiper-slide .cBtn {
	background-color: transparent;
	border: 1px solid #023058;
	color: #023058;
	width: 150px;
	height: 50px;
}

.technicalSwiper .swiper-slide .cBtn i {
	color: #023058;
}


.technicalSwiper .swiper-slide:hover .cBtn {
	background-color: #ffffff;
	color: #023058;
	border-color: #ffffff;
}


.technicalSwiper .swiper-slide:hover .cBtn:hover {
	background-color: #b6411a;
	border-color: #b6411a;
	color: #ffffff;
}

.technicalSwiper .swiper-slide:hover .cBtn:hover i {
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.serviceDet h1 {
		font-size: 32px;
		margin-bottom: 30px;
	}

	.serviceDet .share {
		margin-bottom: 20px;
	}

	.serviceDet .con {
		padding: 40px 0;
		margin-bottom: 50px;
	}

	.serviceDet .sdTit {
		font-size: 28px;
		line-height: 36px;
	}

	.serviceDet .con>div {
		margin-bottom: 60px;
	}

	.serviceDet .con>div:last-child {
		margin-bottom: 0;
	}

	.serviceDet .con>div .sdTit {
		margin-bottom: 30px;
	}

	.technicalSwiper .swiper-slide {
		padding: 30px 20px;
	}

	.technicalSwiper .swiper-slide .tit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.serviceDet h1 {
		font-size: 28px;
		line-height: 36px;
	}

	.serviceDet .sdTit {
		font-size: 24px;
	}

	.serviceDet .characteristic .image,
	.serviceDet .perspective .image {
		width: 400px;
	}

	.specification .table table tr td {
		padding: 10px 20px;
	}

	.technicalSwiper .swiper-slide .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.technicalSwiper .swiper-slide .cBtn {
		height: 45px;
	}
}

@media screen and (max-width:999px) {
	.serviceDet h1 {
		font-size: 24px;
	}

	.serviceDet .sdTit {
		font-size: 22px;
		line-height: 30px;
	}

	.serviceDet .characteristic .image,
	.serviceDet .perspective .image {
		width: 300px;
	}

	.specification .table table tr td:nth-child(2n-1) {
		font-size: 14px;
		line-height: 26px;
	}

	.specification .table table tr td:nth-child(2n) {
		font-size: 14px;
		line-height: 26px;
	}

	.technicalSwiper .swiper-slide .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.technicalSwiper .swiper-slide .cBtn {
		height: 40px;
		width: 140px;
	}

	.otherArticles .title {
		margin-bottom: 30px;
	}

	.serviceDet .con>div {
		margin-bottom: 50px;
	}

	.serviceDet .perspective .txts p em,
	.serviceDet .characteristic .txts p em {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.serviceDet h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.serviceDet .con {
		padding: 30px 0;
		margin-bottom: 40px;
	}

	.serviceDet .characteristic .image,
	.serviceDet .perspective .image {
		width: 100%;
		float: none;
		max-width: 340px;
		margin: 0 auto 30px;
	}

	.serviceDet .sdTit {
		font-size: 20px;
	}

	.serviceDet .con>div .sdTit {
		margin-bottom: 20px;
	}

	.serviceDet .con>div {
		margin-bottom: 40px;
	}
}








/* 4-1-Solutions */
.innerNavBox{
	position: relative;
	height: 60px;
}


.innerNav {
	top: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	transition: none;
	width: 100%;
	
}


.innerNav .innerNavCon{
	padding: 0 18px;
	position: relative;
}


.innerNav.fixed{
	position: fixed;
	z-index: 99;
	top: 100px;
}


.innerNav::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: #d2d2d2;
}

.innerNav .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	color: #023058;
}



.innerNav .btns>div:hover {
	color: #b6411a;
}

.innerNav .btns>div.swiper-button-disabled{
	pointer-events: none;
}

.innerNav .btns>div.prev {
	left: -30px;
}

.innerNav .btns>div.next {
	right: -30px;
}


.innerNav .swiper-slide {
	width: auto;
	margin-right: 36px;
	transition: .4s ease background-color;
}


.innerNav .swiper-slide:hover {
	background-color: #023058;
}

.innerNav .swiper-slide:hover a {
	color: #fff;
}

.innerNav .swiper-slide:last-child {
	margin-right: 0;
}

.innerNav .swiper-slide a {
	padding: 16px 66px;
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #023058;
	display: block;
}

.innerNav .swiper-slide.active {
	background-color: #023058;
}

.innerNav .swiper-slide.active a {
	color: #ffffff;
}



.solutions .con {
	padding: 47px 0 95px 0;
}

.solutions .title1 {
	margin-bottom: 9px;
}


.solutions .list {
	margin-top: 50px;
	margin-bottom: 55px;
}



.solutions .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	align-items: center;
}

.solutions .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.solutions .item:last-child {
	margin-bottom: 0;
}


.solutions .item .image {
	overflow: hidden;
	width: 50%;
}

.solutions .item .msg {
	width: 46.2%;
	padding-bottom: 14px;
}

.solutions .item .title {
	font-family: Tahoma-Bold;
	font-size: 36px;
	line-height: 50px;
	color: #023058;
	margin-bottom: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.solutions .item .title:hover {
	color: #b6411a;
}

.solutions .item ul {
	margin-bottom: 28px;
}


.solutions .item li {
	margin-bottom: 19px;
}


.solutions .item li:last-child {
	margin-bottom: 0;
}


.solutions .item .tit {
	font-family: Tahoma-Bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 1px;
	color: #333333;
}


@media screen and (max-width:1760px) {
	.solutions .title1 {
		margin-bottom: 20px;
	}

	.solutions .item .title {
		font-size: 30px;
		line-height: 46px;
	}

	.solutions .item .tit {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.solutions .list {
		margin: 50px 0;
	}

	.solutions .item .msg {
		padding-bottom: 0;
	}

	.innerNav .innerNavCon {
		padding: 0 50px;
	}
	
	.innerNav.fixed{
		top: 80px;
	}

	.innerNav .btns>div.prev {
		left: 0;
	}

	.innerNav .btns>div.next {
		right: 0;
	}

	.innerNav .swiper-slide a {
		padding: 12px 40px;
	}
	
	.innerNavBox{
		height: 52px;
	}
}

@media screen and (max-width:1333px) {
	.innerNavBox{
		height: 48px;
	}
	.solutions .item .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.solutions .item li {
		margin-bottom: 10px;
	}

	.solutions .item .msg {
		width: 40%;
	}

	.solutions .item .image {
		width: 56%;
	}

	.solutions .item ul {
		margin-bottom: 20px;
	}

	.innerNav .swiper-slide a {
		padding: 10px 30px;
		font-size: 18px;
	}
	
}

@media screen and (max-width:999px) {
	.solutions .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 40px 0;
	}

	.solutions .list .item:nth-child(n) {
		width: 48%;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 0;
		margin-top: 30px;
	}

	.solutions .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.solutions .item .msg {
		width: 100%;
	}

	.solutions .item .image {
		width: 100%;
		margin-bottom: 20px;
	}

	.solutions .item .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.solutions .item .tit {
		font-size: 16px;
	}

	.solutions .item .txts {
		font-size: 14px;
	}

	.solutions .list .item:nth-child(n) {
		width: 100%;
		margin-top: 40px;
	}

	.solutions .list .item:nth-child(1) {
		margin-top: 0;
	}

	.solutions .item .image {
		max-width: 450px;
	}

	.innerNav .swiper-slide a {
		font-size: 16px;
	}

	.innerNav .btns>div {
		font-size: 16px;
	}
	
	.innerNav.fixed{
		top: 60px;
	}

}


@media screen and (max-width:768px) {
	.solutions .item .title {
		font-size: 20px;
	}

	.solutions .item .image {
		max-width: 400px;
	}

	.solutions .list .item:nth-child(n) {
		margin-top: 30px;
	}

	.solutions .list .item:nth-child(1) {
		margin-top: 0;
	}

	.innerNav .swiper-slide a {
		font-size: 14px;
	}

	.innerNav .swiper-slide {
		margin-right: 20px;
	}
	.innerNav.fixed{
		top: 50px;
	}
	
}

@media screen and (max-width:538px) {
	.innerNav {
		padding: 0;
	}

	.innerNav .btns>div {
		position: static;
		transform: translateY(0);
		width: 30px;
		height: 30px;
	}

	.innerNav .btns {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.innerNav .btns>div.prev {
		margin-right: 20px;
	}

	.innerNav .swiper-slide {
		margin-right: 0;
	}
	
	.innerNav .innerNavCon{
		padding: 0;
	}
	.innerNavBox{
		height: 78px;
	}
}




/* 4-2-Solutions */

.solutionDet {
	padding: 46px 0 99px 0;
}

.solutionDet h1 {
	font-family: Tahoma-Bold;
	font-size: 36px;
	line-height: 46px;
	color: #b6411a;
	margin-bottom: 12px;
}

.solutionDet .tip {
	margin-bottom: 17px;
}

.solutionDet .tip span {
	color: #666666;
}

.solutionDet .describe {
	padding: 23px 0 22px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 22px;
}


.solutionDet .prevOrNext {
	margin-bottom: 82px;
}

@media screen and (max-width:1760px) {
	.solutionDet h1 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.solutionDet .tip {
		margin-bottom: 30px;
	}

	.solutionDet .describe {
		padding: 30px 0;
		margin-bottom: 40px;
	}

	.solutionDet .prevOrNext {
		margin-bottom: 80px;
	}

}

@media screen and (max-width:1333px) {
	.solutionDet h1 {
		font-size: 26px;
	}

	.solutionDet .prevOrNext {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.solutionDet h1 {
		font-size: 24px;
	}

	.solutionDet .prevOrNext {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.solutionDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.solutionDet .describe {
		padding: 26px 0;
		margin-bottom: 30px;
	}

	.solutionDet .prevOrNext {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.solutionDet h1 {
		margin-bottom: 20px;
	}
}




/* 5-1-News */

.news {
	padding: 47px 0 95px 0;
}


.news .title1 {
	margin-bottom: 9px;
}


.mbox {
	height: 56px;
	overflow: hidden;
}

.mbox p {
	color: #666666;
}



.mBtn {
	margin-top: 25px;
	cursor: pointer;
	background-color: #023058;
}

.mBtn:hover {
	background-color: #b6411a;
}




.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	margin-bottom: 53px;
}


.news .list .item {
	width: 31.85%;
	margin-right: 2.225%;
	margin-top: 27px;
}

.news .list .item:nth-child(3n) {
	margin-right: 0;
}

.news .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.news .list .image {
	overflow: hidden;
	margin-bottom: 11px;
}



.news .list .tit {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #023058;
	margin-bottom: 17px;
	height: 60px;
}

.news .list .tit:hover {
	color: #b6411a;
}


.news .list .time {
	display: flex;
	align-items: center;
	color: #023058;
}


.news .list .time i {
	flex-shrink: 0;
	margin-right: 10px;
	font-size: 24px;
	color: #023058;
	transform: translateY(2px);
}

@media screen and (max-width:1760px) {
	.news .list {
		margin: 50px 0;
	}

	.news .list .tit {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
		margin-bottom: 10px;
	}

	.news .list .image {
		margin-bottom: 15px;
	}

	.news .list .time i {
		transform: translateY(0);
	}

	.news .title1 {
		margin-bottom: 20px;
	}
}


@media screen and (max-width:999px) {
	.news .list .tit {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
	}

	.news .list {
		justify-content: space-between;
	}

	.news .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.news .list .item:nth-child(-n+2) {
		margin-top: 0px;
	}

	.mbox {
		height: 52px;
	}

	.news .list {
		margin: 40px 0;
	}
}


@media screen and (max-width:450px) {
	.news .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .item:nth-child(1) {
		margin-top: 0;
	}

	.news .list .item .image {
		height: 240px;
	}

	.news .list .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}


/* 5-2-News */

.newDet {
	padding: 44px 0 92px 0;
}

.newDet h1 {
	font-family: Tahoma-Bold;
	font-size: 36px;
	line-height: 50px;
	color: #b6411a;
	margin-bottom: 17px;
}

.newDet .tip {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}



.newDet .time {
	display: flex;
	align-items: center;
	color: #023058;
	margin-right: 20px;
}

.newDet .time i {
	font-size: 23px;
	margin-right: 13px;
	color: #023058;
	transform: translateY(2px);
}

.share {
	display: flex;
	align-items: center;
}


.share span {
	color: #023058;
	margin-right: 7px;
}

.newDet .describe {
	padding: 23px 0 32px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 22px;
}



.prevOrNext>div {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.prevOrNext>div:last-child {
	margin-bottom: 0;
}



.prevOrNext .name {
	font-family: Tahoma-Bold;
	color: #b6411a;
	flex-shrink: 0;
	margin-right: 5px;
}

.prevOrNext .tit {
	color: #333333;
}

.prevOrNext a.tit:hover {
	color: #023058;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.innerRelatedProducts {
	padding: 87px 0 100px 0;
}

.relatedProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 21px;
}


.relatedProducts .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}



.relatedProducts .msg {
	padding: 14px 20px 33px 15px;
}


.relatedProducts .msg .tit {
	font-family: Tahoma-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #023058;
	margin-bottom: 11px;
}

.relatedProducts .msg .tit:hover {
	color: #b6411a;
}


.relatedProducts .msg .txts {
	height: 52px;
	margin-bottom: 5px;
	line-height: 26px;
}


.relatedProducts .msg .btn {
	display: flex;
	align-items: center;
	font-family: Tahoma-Bold;
	color: #023058;
}

.relatedProducts .msg .btn i {
	font-size: 17px;
	font-weight: bold;
	transform: rotate(-35deg);
	flex-shrink: 0;
	margin-left: 10px;
}

.relatedProducts .msg .btn:hover {
	color: #b6411a;
}

.relatedProducts .msg .btn:hover i {
	color: #b6411a;
}

.relatedProducts .swiper {
	overflow: visible;
}

.relatedProducts .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity, .4s ease box-shadow;
}


.relatedProducts .swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}

.relatedProducts .swiper-slide:hover {
	box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:1760px) {
	.newDet h1 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.newDet .time i {
		transform: translateY(0);
	}

	.newDet .tip {
		margin-bottom: 40px;
	}

	.newDet .describe {
		padding: 30px 0;
		margin-bottom: 40px;
	}

	.relatedProducts .msg {
		padding: 15px;
	}

	.relatedProducts .msg .txts {
		margin-bottom: 10px;
	}

	.relatedProducts .title {
		margin-bottom: 40px;
	}

	.newDet .time {
		margin-right: 30px;
	}
}

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 24px;
	}

}

@media screen and (max-width:999px) {
	.newDet h1 {
		font-size: 22px;
	}

	.newDet .tip {
		margin-bottom: 30px;
	}

	.share span {
		font-size: 14px;
	}

	.newDet .describe {
		margin-bottom: 30px;
	}

	.prevOrNext .name {
		font-size: 14px;
	}

	.prevOrNext .tit {
		font-size: 14px;
	}

	.relatedProducts .msg .tit {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.newDet h1 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tip {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.newDet .describe {
		padding: 26px 0;
	}
}


@media screen and (max-width:450px) {
	.relatedProducts .image img {
		width: 240px;
	}
}





/* 6-1-Contact Us */

.contactUs {
	padding: 47px 0 100px 0;
}


.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 99px;
}

.contactUs .des {
	width: 51.8%;
}



.contactUs .des .title1 {
	margin-bottom: 9px;
}

.contactUs .des .txts {
	margin-bottom: 34px;
	color: #666666;
}

.contactUs .msg {
	width: 45.05%;
	background-image: url("../images/contactUs-Bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 33px 52px 35px 52px;
	margin-top: 13px;
}


.contactUs .msg .list {
	margin-bottom: 37px;
}


.contactUs .msg .list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.contactUs .msg .list li.email a {
	word-break: break-all;
}


.contactUs .msg .list li:last-child {
	margin-bottom: 0;
}



.contactUs .msg .list i {
	flex-shrink: 0;
	margin-right: 14px;
	font-size: 16px;
	color: #ffffff;
}

.contactUs .msg .list span {
	color: #ffffff;
}

.contactUs .msg .list p,
.contactUs .msg .list a {
	display: inline;
	color: #ffffff;
}

.contactUs .msg .list .name {
	font-family: Tahoma-Bold;
}


.contactUs .msg .list a:hover {
	color: #b6411a;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}



.customerService .tit {
	font-family: Tahoma-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 9px;
}


.customerService .piece {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



.customerService li {
	margin-bottom: 21px;
}

.customerService li:last-child {
	margin-bottom: 0;
}


.customerService li .name {
	display: flex;
	align-items: center;
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
}

.customerService li .name i {
	color: #ffffff;
	flex-shrink: 0;
	font-size: 20px;
	margin-right: 12px;
}

.customerService li .num {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}

.customerService li.email .num {
	word-break: break-all;
}



.customerService li a:hover {
	color: #b6411a;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.customerService .wechatCode {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 38px;
	transform: translateY(-11px);
	flex-shrink: 0;
}

.customerService .wechatCode .image {
	margin-bottom: 13px;
	width:150px;
}

.customerService .wechatCode .txt {
	color: #ffffff;
}



.contactUs .map img {
	display: block;
}

@media screen and (max-width:1760px) {
	.contactUs .msg {
		margin-top: 0;
	}

	.contactUs .con {
		align-items: stretch;
	}

	.contactUs .des {
		padding: 10px 0;
	}

	.contactUs .des .title1 {
		margin-bottom: 20px;
	}

	.contactUs .msg {
		padding: 40px 50px;
	}

	.contactUs .msg .list {
		margin-bottom: 30px;
	}

	.customerService .wechatCode {
		margin-right: 0;
		transform: translateY(0);
	}

	.customerService .tit {
		margin-bottom: 10px;
	}

	.contactUs .con {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .msg {
		padding: 30px 30px;
	}

	.contactUs .con {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column;
		margin-bottom: 50px;
	}

	.contactUs .des {
		padding: 0;
		width: 100%;
		margin-bottom: 50px;
	}

	.contactUs .msg {
		width: 100%;
	}

	.contactUs .msg .list p,
	.contactUs .msg .list a {
		font-size: 14px;
		line-height: 26px;
	}

	.customerService .tit {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.customerService li .num {
		font-size: 14px;
		line-height: 26px;
	}

	.customerService li .name {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .des {
		margin-bottom: 40px;
	}

	.contactUs .con {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:450px) {
	.customerService .piece {
		flex-direction: column;
		align-items: flex-start;
	}

	.customerService li {
		margin-bottom: 10px;
	}

	.customerService ul {
		margin-bottom: 30px;
	}
}















/* footer */

footer {
	background-color: #023058;
	padding: 74px 0 55px 0;
}


footer a:hover {
	color: #b6411a;
}

footer .footerList {
	display: flex;
	align-items: flex-start;
}

footer .footerList ul li {
	margin-bottom: 6px;
}


footer .footerList ul li:last-child {
	margin-bottom: 0;
}

footer .footerList .fMsg {
	width: 25%;
	margin-right: 9.2%;
}

footer .footerList .fProduct {
	width: 16%;
	margin-right: 3.9%;
}

footer .footerList .fNav {
	width: 16%;
	margin-right: 3.1%;
}


footer .footerList .fContact {
	width: 26.8%;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact .name {
	margin-right: 2px;
}

footer .footerList .address {
	margin-top: -3px;
}

footer .footerList .address .num,
footer .footerList .address .name {
	line-height: 34px;
}

footer .fLogo {
	display: inline-block;
	width: 310px;
	margin-bottom: 22px;
	margin-top: 15px;
}


footer .fLogo:hover img {
	transform: none;
}



footer .footerList .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .footerList .menuBtn {
	display: none;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	color: #ffffff;
}


footer .title {
	font-family: Tahoma-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	display: block;
	position: relative;
}

footer .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 23px;
	height: 2px;
	background-color: #ffffff;
}



footer .footerList>li .box {
	margin-top: 32px;
}


footer .copyright {
	margin-bottom: 23px;
}


footer .copyright a,
footer .copyright p,
footer .copyright div {
	line-height: 30px;
}


footer .copyright .sitemaps span {
	color: #ffffff;
	margin: 0 3px;
}

footer .copyright a {
	display: inline;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 6px;
}

footer .powerBy {
	margin-left: 10px;
}


footer .links a {
	margin-right: 10px;
}

footer .links span {
	margin-right: 10px;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .blogrolls a {
	width: 32px;
	height: 32px;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
}


footer .blogrolls a:hover {
	background-color: #ffffff;
	color: #b6411a;
}

footer .email a {
	word-break: break-all;
}


footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .55);
	margin: 76px 0 28px 0;
}






@media screen and (max-width:1600px) {
	footer {
		padding: 60px 0 50px;
	}

	footer .fLogo {
		width: 200px;
		margin-top: 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .footerList .fProduct {
		width: 19%;
	}

	footer .title {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	footer .fLogo {
		width: 160px;
		margin-bottom: 20px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .title {
		font-size: 18px;
	}

	footer .blogrolls a {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	footer .footerList .fContact {
		width: 29%;
	}

	footer .footerList .fProduct {
		width: 23%;
	}

	footer .footerList .fNav {
		width: 14%;
	}

	footer .footerList .address .num,
	footer .footerList .address .name {
		line-height: 28px;
	}

	footer .copyright {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding: 30px 0 60px 0;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .title::after {
		bottom: -7px;
	}

	footer .footerList>li .box {
		margin-top: 14px;
	}

	footer .footerList>li ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList>li ul li:nth-child(n) {
		width: 48%;
		margin-top: 5px;
	}

	footer .footerList>li ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList>li ul li.address {
		width: 100%;
	}

	footer .line {
		margin: 20px 0;
	}

	footer .fLogo {
		width: 130px;
		margin-bottom: 10px;
	}

	footer .footerList .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		font-size: 14px;
		font-weight: bold;
	}

	footer .footerList .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList>li:nth-child(n) .box {
		display: none;
		transition: none;
	}

	footer .title {
		font-size: 16px;
	}


}


@media screen and (max-width:538px) {
	footer .footerList .box li:nth-child(n) {
		width: 100%;
		margin-top: 5px;
	}

	footer .footerList .box li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList>li:nth-child(n) .box {
		margin-top: 10px;
	}
}

/* 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: Tahoma, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.lianxi>div {
	margin-bottom: 6px;
	margin-right: 3px;
}


.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	background-color: #565353;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
}


.lianxi .top a {
	width: 37px;
	height: 37px;
	background-color: #565353;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.lianxi .top i {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	transform: rotate(-90deg);
}

.lianxi .top:hover i {
	color: #ffffff;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #023058;
	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;
	pointer-events: none;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}

.lianxi .phone {
	display: flex;
	align-items: center;
	background-color: #565353;
	border-radius: 5px;
	overflow: hidden;
}

.lianxi .phone div {
	background-color: transparent;
	border-radius: 0;
}

.lianxi .phone div:hover {
	background-color: transparent;
}

.lianxi .phone:hover {
	background-color: #023058;
}



.lianxi .phone .num {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: auto;
	line-height: 37px;
	text-align: center;
	width: max-content;
	max-width: 0;
	padding: 0;
	border-radius: 0;
	margin: 0;
}



.lianxi .phone:hover .num {
	max-width: 160px;
	padding: 0 26px 0 2px;
}



@media screen and (max-width: 999px) {
	.lianxi {
		flex-direction: row;
	}

	.lianxi .top a {
		width: 100%;
		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 {
		flex: 1;
		float: left;
		margin-right: 0;
		margin-bottom: 0;
	}


	.lianxi div a,
	.lianxi div div {
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img {
		width: 140px;
		height: 140px;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 0%;
		transform: translateX(0%);
		top: 0;
		opacity: 0;
		pointer-events: all;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(0%) translateY(-100%);
	}

	.lianxi div.phone {
		border-radius: 0;
		background-color: transparent;
		position: relative;
	}


	.lianxi div.phone div {
		background-color: #dfdfdf;
	}

	.lianxi .phone {
		overflow: visible;
	}

	.lianxi .phone .num {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: auto;
		bottom: 0%;
		z-index: -1;
		padding: 0 20px;
		max-width: 200px;
		flex: none;
	}

	.lianxi .phone.active .num {
		bottom: calc(100% + 10px);
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
		color: #fff;
	}

	.lianxi div.active div {
		background-color: #0d3386;
		color: #fff;
	}

	.lianxi div.active div.num {
		background-color: #ffffff;
		color: #0d3386 !important;
	}

}


@font-face {
	font-family: 'Tahoma';
	font-display: swap;
	src: url('../fonts/tahoma.eot');
	src: url('../fonts/tahoma.eot') format('embedded-opentype'),
		url('../fonts/tahoma.woff2') format('woff2'),
		url('../fonts/tahoma.woff') format('woff'),
		url('../fonts/tahoma.ttf') format('truetype'),
		url('../fonts/tahoma.svg#segoeui') format('svg');
}

@font-face {
	font-family: 'Tahoma-Bold';
	font-display: swap;
	src: url('../fonts/tahomabd.eot');
	src: url('../fonts/tahomabd.eot') format('embedded-opentype'),
		url('../fonts/tahomabd.woff2') format('woff2'),
		url('../fonts/tahomabd.woff') format('woff'),
		url('../fonts/tahomabd.ttf') format('truetype'),
		url('../fonts/tahomabd.svg#tahomabd') 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=1739860252274') format('woff'),
		url('../fonts/iconfont.ttf?t=1739860252274') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.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:#b6411a}	
.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: #023058;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #b6411a;
	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
}
}

.newProductList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 62px;
}



.newProductList .item {
	width: 31.25%;
	margin-right: 3.125%;
	margin-top: 49px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	padding: 39px 21px 35px;
}



.newProductList .item:nth-child(3n) {
	margin-right: 0;
}

.newProductList .item:nth-child(-n+3) {
	margin-top: 0;
}


.newProductList .item:hover {
	box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1);
}


.newProductList .image {
	width: 100%;
	max-width: 420px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 29px;
}


.newProductList .tit {
	font-family: Tahoma-Bold;
	font-size: 24px;
	line-height: 28px;
	color: #023058;
	text-align: center;
	margin-bottom: 19px;
}



.newProductList .tit:hover {
	color: #b6411a;
}


.newProductList .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newProductList .list a {
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding-left: 19px;
	width: 48%;
	font-family: Tahoma;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-top: 10px;
}


.newProductList .list a:nth-child(-n+2) {
	margin-top: 0;
}


.newProductList .list a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #999999;
	border-radius: 50%;
	transition: .4s ease all;
	width: 7px;
	height: 7px;
}




.newProductList .list a:hover {
	color: #023058;
}



.newProductList .list a:hover::after {
	background-color: #023058;
}

@media screen and (max-width:1600px) {
	.newProductList {
		margin-top: 60px;
	}

	.newProductList .item {
		padding: 30px 20px;
	}

	.newProductList .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.newProductList {
		justify-content: space-between;
	}

	.newProductList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.newProductList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.newProductList .image {
		margin-bottom: 20px;
		max-width: 320px;
	}
}

@media screen and (max-width:1333px) {
	.newProductList .image {
		max-width: 260px;
	}

	.newProductList .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.newProductList .image {
		max-width: 220px;
	}

	.newProductList .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.newProductList .list a {
		font-size: 14px;
		line-height: 24px;
		padding-left: 16px;
	}

	.newProductList .list a::after {
		top: 8px;
	}

	.newProductList {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.newProductList .list a:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.newProductList .list a:nth-child(1) {
		margin-top: 0;
	}

	.newProductList {
		margin-top: 40px;
	}

	.newProductList .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.newProductList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.newProductList .item:nth-child(1) {
		margin-top: 0;
	}

	.newProductList .list a:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	.newProductList .list a:nth-child(-n+2) {
		margin-top: 0;
	}
}


.newProducts {
	padding: 63px 0 88px 0;
}


.newProducts .swiperBox {
	margin-bottom: 70px;
}


.newProducts .swiper {
	flex: 1;
	width: 100%;
	margin: 0;
	padding-right: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}





.newProducts .swiperBox .btns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}


.newProducts .swiperBox .btns>div {
	font-weight: bold;
	width: 50px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	cursor: pointer;
}


.newProducts .swiperBox .btns>div.prev {
	border-right: 1px solid #dddddd;
}



.newProducts .swiperBox .btns>div:hover{
	color: #023058;
}


.newProducts .swiper-slide {
	width:auto;
	margin-right: 52px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	box-sizing: border-box;
}


.newProducts .swiper-slide a {
	display: block;
	font-family: Tahoma-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	position: relative;
	padding-bottom: 26px;
}



.newProducts .swiper-slide a::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	transition: .4s ease all;
	width: 0%;
	height: 3px;
	background-color: #023058;
}



.newProducts .swiper-slide.active a,
.newProducts .swiper-slide a:hover {
	color: #023058;
}

.newProducts .swiper-slide.active a::after,
.newProducts .swiper-slide a:hover::after {
	width: 100%;
}



.newProducts .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 78px;
}


.newProducts .list .item {
	width: 31.25%;
	margin-right: 3.125%;
	border: solid 1px #dddddd;
	padding: 38px 0 43px;
	margin-top: 43px;
}

.newProducts .list .item:hover {
	box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.1);
}

.newProducts .list .item:nth-child(3n) {
	margin-right: 0;
}

.newProducts .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.newProducts .list .image {
	max-width: 420px;
	margin: 0 auto 23px;
	overflow: hidden;
}



.newProducts .list .msg {
	padding: 0 54px;
}

.newProducts .list .tit {
	margin-bottom: 14px;
	font-family: Tahoma-Bold;
	font-size: 24px;
	line-height: 28px;
	color: #023058;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.newProducts .list .tit:hover {
	color: #b6411a;
}


.newProducts .list .txts {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 20px;
	hyphens: auto;
}

.newProducts .list .btns {
	display: flex;
	align-items: center;
}


.newProducts .list .checkBtn {
	width: 13.5px;
	height: 13.5px;
	border-radius: 2px;
	outline: 1px solid #cccccc;
	flex-shrink: 0;
	margin-right: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}


.newProducts .list .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
}


.newProducts .list .checkBtn i {
	color: #023058;
}

.newProducts .list .btns a {
	font-family: Tahoma;
	font-size: 16px;
	line-height: 26px;
	color: #023058;
}


.newProducts .list .btns a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

@media screen and (max-width:1600px) {
	.newProducts .list .item {
		padding: 30px 0;
	}

	.newProducts .list .msg {
		padding: 0 20px;
	}

	.newProducts .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.newProducts .list .image {
		margin-bottom: 20px;
	}

	.newProducts .list .image {
		max-width: 300px;
	}

	.newProducts .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.newProducts .swiper-slide a {
		padding-bottom: 20px;
	}

	.newProducts .swiperBox {
		margin-bottom: 60px;
	}

	.newProducts .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.newProducts .list .image {
		max-width: 240px;
	}

	.newProducts .list .item {
		padding: 20px 0;
		margin-top: 30px;
	}

	.newProducts .list {
		margin-bottom: 50px;
	}

	.newProducts .swiperBox {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.newProducts .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.newProducts .list {
		justify-content: space-between;
	}

	.newProducts .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}
	.newProducts .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
	.newProducts .swiperBox{
		margin-bottom: 40px;
	}
	.newProducts .list{
		margin-bottom: 40px;
	}
	
}

@media screen and (max-width:768px) {
	.newProducts .list .image{
		max-width: 200px;
	}
}

@media screen and (max-width:538px) {
	.newProducts .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	.newProducts .list .item:nth-child(-n+1) {
		margin-top: 0;
	}
}