@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: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	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: #002d72 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #002d72;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1560px;
	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: absolute;
		width: 35px;
		height: 24px;
		background: #002d72;
		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(0, 45, 98, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100vh;
	}

	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,
	header .xnav ul.topnav li p{
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Poppins-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -3px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


.bannerRange {
	height: 100px;
	background-color: #ffffff;
}

html {
	scroll-padding-top: 100px;
}

nav {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background-color: #ffffff;
	transition: none;
}


nav.active2 {
	position: fixed;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
}


nav.active {
	transform: translateY(-100%) translateX(-50%);
}

nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}


nav .logo {
	width: 175px;
	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: 68.5px;
	position: relative;
}

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: #333333;
	position: relative;
	font-family: Poppins-Medium;
}


nav .navList>ul>li>a>i {
	transform: rotate(90deg);
	flex-shrink: 0;
	margin-left: 5px;
	font-weight: bold;
	display: inline-block;
	font-size: 10px;
}


nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #2a62b7;
}

nav .navList>ul>li.active>a>i,
nav .navList>ul>li:hover>a>i {
	color: #2a62b7;
}


nav .btns {
	display: flex;
	align-items: center;
	margin-left: 70px;
}


nav .btns .search {
	height: 100px;
	display: flex;
	align-items: center;
	position: relative;
}



nav .btns .search .searchBtn {
	cursor: pointer;
}

nav .btns .search .searchBtn:hover i {
	color: #000000;
}

nav .btns .search .searchBtn i {
	font-size: 23px;
	color: #002d72;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: calc(100% - 10px);
	background-color: rgba(255, 255, 255, 0.96);
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	background-color: transparent;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn i {
	font-size: 18px;
}

nav .btns .search form .subBtn:hover i {
	color: #002d72;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}

nav .btns .line {
	width: 1px;
	height: 24px;
	background-color: #e5e5e5;
	margin: 0 29px;
}

nav .btns .user:hover i {
	color: #000000;
}

.logOut {
	flex-shrink: 0;
	margin-left: 20px;
	font-size: 18px;
	color: #002d72;
	cursor: pointer;
}

.logOut:hover{
	text-decoration: underline;
	text-decoration-skip-ink:none;
	text-underline-offset:5px;
}


nav .btns .user i {
	font-size: 26px;
	color: #002d72;
}


nav .btns .language {
	height: 100px;
	display: flex;
	align-items: center;
	margin-right: 32px;
	position: relative;
}

nav .btns .lanBtn {
	cursor: pointer;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 18px;
	color: #002d72;
	position: relative;
	display: flex;
	align-items: center;
}

nav .btns .lanBtn:hover>i,
nav .btns .lanBtn:hover {
	color: #000000;
}

nav .btns .lanBtn .icon-yuyan {
	font-size: 26px;
	color: #002d72;
	flex-shrink: 0;
	margin-right: 9px;
}

nav .btns .lanBtn .icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	color: #002d72;
	flex-shrink: 0;
	margin-left: 4px;
}

nav .btns .lanBtn.active .icon-right7 {
	transform: rotate(-90deg);
}



nav .btns .language ul {
	position: absolute;
	top: calc(100% - 10px);
	background-color: rgba(255, 255, 255, .96);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
	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: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	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: #002d72;
}


nav .btns .quoteBtn {
	width: 179px;
	height: 54px;
	background-color: #002d62;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #ffffff;
	border: 1px solid #002d62;
}


nav .btns .quoteBtn:hover {
	background-color: #ffffff;
	color: #002d62;
}







/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: rgba(255, 255, 255, .96);
	padding: 19px 0;
	width: 209px;
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
	display: none;
	transition: none;
}



.moreList ul {
	left: calc(100% - 10px);
	top: -19px;
}


.moreList {
	top: calc(100% - 10px);
	left: -29px;
}


.moreList li {
	margin-bottom: 8px;
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0 10px;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}


.moreList li:hover>a {
	color: #2a62b7;
}


.lanSlides{
	display: none;
}


@media screen and (max-width:1720px) {
	nav .navList>ul>li {
		margin-right: 50px;
	}

	nav .btns {
		margin-left: 50px;
	}

	nav .btns .quoteBtn {
		height: 45px;
		border-radius: 5px;
		width: 160px;
	}

	nav .logo {
		width: 160px;
	}

	nav .btns .user i {
		font-size: 22px;
	}

	nav .btns .search .searchBtn i {
		font-size: 20px;
	}

	nav .btns .lanBtn .icon-yuyan {
		font-size: 24px;
	}
}

@media screen and (max-width:1600px) {
	nav .navList>ul>li {
		margin-right: 25px;
	}

	nav .btns {
		margin-left: 30px;
	}

	nav .btns .line {
		margin: 0 15px;
	}

	nav .btns .language {
		margin-right: 25px;
	}
	nav .btns .quoteBtn{
		height: 40px;
		font-size: 16px;
		width: 140px;
	}
	nav .logo{
		width: 140px;
	}
}

@media screen and (max-width:1333px) {
	nav .btns {
		position: absolute;
		right: 0;
		top: 5px;
		margin-left: 0;
	}

	nav .btns .search,
	nav .btns .language {
		height: auto;
	}

	nav .navList>ul>li>a {
		font-size: 16px;
	}

	nav .btns .quoteBtn {
		height: 35px;
		font-size: 16px;
		width: 150px;
	}

	nav .btns .lanBtn {
		font-size: 16px;
	}

	nav .logo {
		width: 140px;
	}

	nav .navList>ul>li>a {
		line-height: 140px;
	}

	nav .navList>ul>li {
		margin-right: 90px;
	}

	nav .btns .line {
		margin: 0 30px;
	}

	nav .btns .language {
		margin-right: 30px;
	}

	nav .btns .language ul,
	nav .btns .search form {
		top: calc(100% + 5px);
	}
	
	.logOut{
		font-size: 16px;
	}
}

@media screen and (max-width:1200px) {
	nav .navList>ul>li {
		margin-right: 60px;
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	.bannerRange {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .btns .search,
	nav .btns .quoteBtn {
		display: none;
	}

	nav .btns {
		height: 100%;
		position: static;
		margin-right: 80px;
	}

	nav .btns .language {
		height: 100%;
	}

	nav .con {
		height: 60px;
	}

	header .xnav .nav {
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
	}

	nav .logo {
		width: 120px;
	}

	nav .btns .language {
		margin-right: 0;
	}
	.logOut{
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.bannerRange {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	nav .con {
		height: 50px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .logo {
		width: 100px;
	}

	nav .btns {
		margin-right: 60px;
	}

	nav .btns .line {
		margin: 0 20px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}

	nav .btns .line {
		margin: 0 10px;
	}

	nav .btns {
		margin-right: 50px;
	}
	.logOut{
		margin-left: 10px;
	}
	nav .btns .language{
		display: none;
	}
	.lanSlides{
		display: block;
	}
}




/* indexbanner */

.indexBanner {
	position: relative;
	transition: none;
}



.indexBanner a:hover img {
	transform: scale(1);
}


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}


.indexBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.indexBanner a.image:hover img {
	transform: scale(1, 1);
}

.swiper-pagination {
	bottom: 19px !important;
	pointer-events: none;
}


.swiper-pagination span {
	width: 20px;
	height: 20px;
	background-color: transparent;
	opacity: 1;
	margin: 0 7.5px !important;
	position: relative;
	border-radius: 50%;
	pointer-events: all;
}


.swiper-pagination span::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 10px;
	height: 10px;
	background-color: rgba(160, 160, 160, 0.6);
	border-radius: 50%;
	transition: .4s ease all;
}

.swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #ffffff;
	box-shadow: 1px 2px 12px 0px rgba(0, 45, 98, 0.61);
}

.swiper-pagination span.swiper-pagination-bullet-active::after {
	background-color: #002d62;
}


.indexBanner .banner1 .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: flex-end;
	padding: 0 48px;
	pointer-events: none;
}


.indexBanner .banner1 .box {
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.indexBanner .banner1 .title {
	font-family: Poppins-SemiBold;
	font-size: 46px;
	line-height: 56px;
	color: #ffffff;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-top: 44px;
	pointer-events: all;
}



.indexBanner .banner1 .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: rgba(255, 255, 255, .8);
	width: 68%;
	margin-bottom: 27px;
	pointer-events: all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.indexBanner .banner1 .img {
	pointer-events: all;
}


.indexBanner .banner2 .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.indexBanner .banner2 .box {
	width: 35%;
}

.indexBanner .banner2 .img {
	width: 44.9%;
	pointer-events: all;
	padding-top: 45px;
}


.indexBanner .banner2 .title {
	font-family: Poppins-SemiBold;
	font-size: 56px;
	line-height: 62px;
	color: #002d72;
	margin-bottom: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	pointer-events: all;
	margin-top: -25px;
}



.indexBanner .banner2 .txts {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 30px;
	color: rgba(0, 45, 98, 0.8);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 44px;
	pointer-events: all;
}

.indexBanner .banner2 .btn {
	width: 230px;
	height: 54px;
	background-color: #002d62;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Medium;
	font-size: 18px;
	color: #ffffff;
	pointer-events: all;
}


.indexBanner .banner2 .btn:hover {
	background-color: #ffffff;
	color: #002d62;
}









@media screen and (max-width:1720px) {
	.indexBanner .banner1 .title {
		margin-top: 0;
	}

	.indexBanner .banner1 .txts {
		width: 100%;
	}

	.indexBanner .banner1 .title {
		font-size: 40px;
	}

	.indexBanner .banner2 .img {
		padding-top: 0;
	}

	.indexBanner .banner2 .title {
		margin-top: 0;
	}

	.indexBanner .banner2 .title {
		font-size: 40px;
		line-height: 60px;
	}
}

@media screen and (max-width:1600px) {
	.indexBanner .banner1 .title {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 20px;
	}

	.indexBanner .banner2 .title {
		font-size: 32px;
		line-height: 42px;
	}

	.indexBanner .banner1 .txts {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.indexBanner .banner2 .txts {
		font-size: 16px;
		line-height: 26px;
	}

	.indexBanner .banner2 .btn {
		height: 45px;
		border-radius: 5px;
		font-size: 16px;
	}

	.indexBanner .banner2 .box {
		width: 40%;
	}

	.swiper-pagination {
		bottom: 10px !important;
	}

	.indexBanner .banner1 .box {
		width: 58%;
	}

	.indexBanner .banner1 .img {
		width: 60%;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .banner1 .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 16px;
	}

	.indexBanner .banner2 .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 16px;
	}

	.indexBanner .banner2 .txts {
		font-size: 14px;
		margin-bottom: 24px;
	}

	.indexBanner .banner2 .btn {
		height: 40px;
		width: 200px;
	}

	.indexBanner .banner2 .box {
		width: 45%;
	}

	.indexBanner .banner1 .txts {
		font-size: 14px;
	}

	.swiper-pagination span {
		width: 16px;
		height: 16px;
	}

	.swiper-pagination span::after {
		width: 9px;
		height: 9px;
	}
}

@media screen and (max-width:999px) {

	.indexBanner .banner1 .title,
	.indexBanner .banner2 .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.indexBanner .banner2 .btn {
		font-size: 14px;
		line-height: 24px;
		height: 36px;
		width: 180px;
	}

	.indexBanner .banner2 .txts {
		margin-bottom: 16px;
	}
}

@media screen and (max-width:768px) {

	.indexBanner .banner1 .msg,
	.indexBanner .banner2 .msg {
		display: none;
	}
}



/* indexM1-1 */


.iProducts {
	background-color: rgba(238, 239, 243, 0.6);
	padding: 81px 0 86px 0;
}

.iProducts h2 {
	font-weight: normal;
}

.iProducts .con {
	display: flex;
	flex-wrap: wrap;
}


.iProducts .item:nth-child(n) {
	width: 31.92%;
	margin-right: 2.12%;
	margin-top: 29px;
	background-color: #ffffff;
}

.iProducts .item:nth-child(3n) {
	margin-right: 0;
}

.iProducts .item:nth-child(-n+3) {
	margin-top: 0;
}

.iProducts .image {
	overflow: hidden;
	display:flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iProducts .tit {
	height: 87px;
	line-height: 87px;
	width: 100%;
	font-family: Poppins-Medium;
	font-size: 22px;
	color: #333333;
	padding: 0 33px;
	border-top: 1px solid #f5f5f8;
}

.iProducts .tit:hover {
	background-color: #002d62;
	color: #ffffff;
}

@media screen and (max-width:1720px) {
	.iProducts .tit {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}

}

@media screen and (max-width:1333px) {
	.iProducts .tit {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .tit {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		padding: 0 20px;
	}

	.iProducts .con {
		justify-content: space-between;
	}


	.iProducts .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.iProducts .item:nth-child(-n+2) {
		margin-top: 0px;
	}
}

@media screen and (max-width:768px) {
	.iProducts .tit {
		font-size: 14px;
	}
}

/*@media screen and (max-width:450px) {*/
/*	.iProducts .item:nth-child(n) {*/
/*		width: 100%;*/
/*		margin-right: 0;*/
/*		margin-top: 30px;*/
/*	}*/

/*	.iProducts .item:nth-child(-n+1) {*/
/*		margin-top: 0px;*/
/*	}*/
/*}*/



/* indexM2-1 */


.iAbout {
	padding: 75px 0 38px 0;
	background-image: url("../images/indexM2-bg.jpg");
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.iAbout .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.iAbout .title {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 8px;
}

.iAbout a.title {
	display: inline-block;
}

.iAbout a.title:hover {
	color: #002d62;
}

.iAbout .tip {
	font-family: Poppins-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #002d72;
}

.iAbout .iCompany {
	width: 47.24%;
}


.iAbout .iNews {
	width: 47.17%;
}


.iCompany .tip {
	margin-bottom: 30px;
}

.iCompany .swiper {
	margin-bottom: 28px;
	height: 415px;
}

.iCompany .swiper-slide {
	position: relative;
}

.iCompany .swiper-slide .image {
	height: 100%;
}

.iCompany .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iCompany .swiper-slide .video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.playBtn {
	width: 86px;
	height: 86px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #002d62;
	position: relative;
	overflow: hidden;
}


.playBtn::after,
.playBtn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
	transition: .4s ease all;
}


.playBtn::after {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: -2;
}

.playBtn::before {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	z-index: -1;
	background-color: #002d62;
	border-radius: 50%;
}

.video {
	cursor: pointer;
}

.video:hover .playBtn::after {
	background-color: #002d62;
}

.iCompany .txts {
	margin-bottom: 48px;
}


.iCompany .list {
	display: flex;
	padding-right: 37px;
	align-items: center;
}


.iCompany .list .line {
	width: 2px;
	height: 63px;
	background-color: #01183c;
	opacity: 0.2;
	margin: 0 42px 0 27px;
}


.iCompany .list .item {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.iCompany .list .image {
	flex-shrink: 0;
	width: 58px;
}


.iCompany .list .num {
	font-family: Poppins-SemiBold;
	font-size: 36px;
	line-height: 36px;
	color: #002d72;
	margin-bottom: 5px;
}

.iCompany .list .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	color: #666666;
}



.iNews .tip {
	margin-bottom: 44px;
}


.iNews .item {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 17px;
	margin-bottom: 31px;
}

.iNews .item .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #0c2854;
	padding: 0px 5px;
	background-color: rgba(0, 45, 114, .1);
	display: inline-block;
	margin-bottom: 18px;
}

.iNews .item:hover .time {
	background-color: #002d72;
	color: #ffffff;
}


.iNews .item .tit {
	font-family: Poppins-Medium;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 6px;
}


.iNews .item .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


.iNews .item .tit:hover {
	color: #002d72;
}


@media screen and (max-width:1720px) {
	.iAbout .title {
		margin-bottom: 16px;
	}

	.iCompany .list {
		padding-right: 0;
	}

	.iNews .item .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .iCompany {
		width: 100%;
		margin-bottom: 60px;
	}

	.iAbout .iNews {
		width: 100%;
	}

	.iCompany .msg {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.iCompany .msg .swiper {
		margin: 0;
		width: 50%;
		height: auto;
	}

	.iCompany .msg .txts {
		width: 46%;
		margin-bottom: 0;
	}

	.iCompany .list {
		justify-content: space-between;
	}

	.iCompany .list .item {
		flex: none;
		width: 40%;
	}

	.iAbout .title {
		font-size: 28px;
		margin-bottom: 10px;
	}

	.playBtn {
		width: 76px;
		height: 76px;
	}

	.iNews .tip {
		margin-bottom: 40px;
	}

	.iNews .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.iNews .list .item {
		width: 48%;
		margin-bottom: 0;
		margin-top: 30px;
	}

	.iNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.iAbout .tip {
		font-size: 14px;
	}

	.iAbout .title {
		font-size: 24px;
		line-height: 34px;
	}

	.iNews .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.iNews .list .item:nth-child(1) {
		margin-top: 0;
	}

	.iCompany .msg {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.iCompany .msg .swiper {
		width: 100%;
		margin-bottom: 30px;
	}

	.iCompany .msg .txts {
		width: 100%;
	}

	.iCompany .list .num {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.iCompany .list .line {
		height: 60px;
	}

	.iNews .item .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.iAbout .iCompany {
		margin-bottom: 50px;
	}
}


@media screen and (max-width:768px) {

	.iNews .tip {
		margin-bottom: 30px;
	}

	.playBtn {
		width: 70px;
		height: 70px;
	}

	.playBtn img {
		width: 16px;
	}

	.iCompany .list .item {
		width: auto;
		flex: 1;
	}

	.iCompany .list .image {
		width: 50px;
	}

	.iAbout .iCompany {
		margin-bottom: 40px;
	}

	.iCompany .msg {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:538px) {
	.iAbout .title {
		font-size: 22px;
		line-height: 30px;
	}

	.playBtn {
		width: 56px;
		height: 56px;
	}

	.iCompany .list {
		flex-direction: column;
		align-items: flex-start;
	}

	.iCompany .list .item {
		width: 100%;
		margin-top: 30px;
	}

	.iCompany .list .item:nth-child(1) {
		margin-top: 0;
	}

	.iCompany .list .line {
		display: none;
	}

	.playBtn img {
		width: 12px;
	}
}



/* 2-1 Products */


.products {
	padding: 80px 0 71px 0;
}


.products .con {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}



.products .productSlides {
	width: 266px;
	margin-right: 59px;
}


.productSlides .slideSearch {
	display: flex;
	align-items: center;
	height: 50px;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #e3e7f2;
	margin-bottom: 20px;
}




.productSlides .slideSearch>input {
	width: 100%;
	height: 100%;
	background-color: transparent;
	padding: 0 17.5px;
}


.productSlides .slideSearch input::-webkit-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}

.productSlides .slideSearch input:-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}

.productSlides .slideSearch input::-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}

.productSlides .slideSearch input:-ms-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
}

.productSlides .slideSearch .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: relative;
	flex-shrink: 0;
	width: 58px;
}


.productSlides .slideSearch .subBtn input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9;
	background-color: transparent;
}

.productSlides .slideSearch .subBtn i {
	font-weight: bold;
	font-size: 22px;
	color: #002d72;
}


.productSlides .slideSearch .subBtn:hover i {
	transform: rotate(10deg);
}


.pfTit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color: rgba(0, 45, 114, 0.1);
	border-radius: 6px;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	padding: 12px 18px 10px 18px;
}



.pfTit .btn {
	width: 18px;
	height: 18px;
	background-color: #002d72;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
	transform: translateY(3px);
}


.pfTit .btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-45%) translateY(-45%);
	font-size: 12px;
	color: #ffffff;
}

.pfTit .btn:hover {
	background-color: #ffffff;
}

.pfTit .btn:hover i {
	color: #002d72;
}

.pfTit .btn i:nth-child(1) {
	display: none;
}




.productFilter>li {
	margin-bottom: 7px;
}


.productFilter>li.active>.pfTit {
	background-color: #002d72;
	color: #ffffff;
}

.productFilter>li.active>.pfTit .btn {
	background-color: #ffffff;
}

.productFilter>li.active>.pfTit .btn:hover {
	background-color: #002d72;
}


.productFilter>li.active>.pfTit .btn i {
	color: #002d72;
}

.productFilter>li.active>.pfTit .btn i:nth-child(2) {
	display: none;
}

.productFilter>li.active>.pfTit .btn i:nth-child(1) {
	display: block;
}

.productFilter>li.active>.pfTit .btn:hover i {
	color: #ffffff;
}


.productFilter>li:last-child {
	margin-bottom: 0;
}

.productFilter>li>ul {
	background-color: rgba(255, 255, 255, .6);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding: 12px 18px 15px 20px;
	transition: none;
}

.productFilter ul .tit {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.productFilter ul .box {
	display: flex;
	align-items: flex-start;
}

.productFilter ul .name {
	color: #333333;
}

.productFilter ul .checkBtn {
	flex-shrink: 0;
	margin-right: 10px;
	width: 14px;
	height: 14px;
	outline: 1px solid #002d72;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	transform: translateY(7px);
}

.productFilter ul .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
}

.productFilter ul .checkBtn i {
	font-size: 14px;
	color: #002d72;
	font-weight: bold;
	opacity: 0;
}

.productFilter ul .checkBtn.active i {
	opacity: 1;
}


.productFilter ul .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	position: relative;
	border-radius: 50%;
	cursor: pointer;
	transform: translateY(6px);
	overflow: hidden;
}

.productFilter ul .btn:hover {
	background-color: #002d72;
}

.productFilter ul .btn:hover i {
	color: #ffffff;
}


.productFilter ul .btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-size: 12px;
	color: #002d72;
}


.productFilter ul li.active .name {
	color: #002d72;
}

.productFilter ul li.active>.tit .btn i:nth-child(1) {
	display: block;
}

.productFilter ul li.active>.tit .btn i:nth-child(2) {
	display: none;
}

.productFilter ul>li {
	margin-bottom: 12px;
}

.productFilter ul>li:last-child {
	margin-bottom: 0;
}

.productFilter ul ul {
	padding-left: 16px;
	padding-top: 12px;
	display: none;
	transition: none;
	position: relative;
}

.productFilter ul ul::after,
.productFilter ul ul::before {
	content: "";
	position: absolute;
	background-color: #d2d4d9;
	transition: .4s ease all;
}

.productFilter ul ul::after {
	width: 9px;
	height: 1px;
	left: 6px;
	top: 25px;
}


.productFilter ul ul::before {
	width: 1px;
	height: 32px;
	left: 6px;
	top: -6px;
}

.productFilter ul ul>li {
	margin-bottom: 12px;
}

.productFilter ul ul>li:last-child {
	margin-bottom: 0;
}


.clearFilter {
	height: 50px;
	background-color: #a5a5a5;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-top: 16px;
}


.clearFilter:hover {
	background-color: #002d72;
	color: #ffffff;
}

.tagsSlides {
	margin-top: 46px;
}

.tagsSlides .pfTit {
	background-color: #002d72;
	margin-bottom: 9px;
	color: #ffffff;
}

.tagsSlides .list {
	display: flex;
	flex-wrap: wrap;
}

.tagsSlides .list a {
	padding: 7px 10.5px;
	margin-right: 6px;
	margin-bottom: 8px;
	background-color: #ffffff;
	border: solid 1px #edeff0;
	font-family: Montserrat-Light;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
	min-width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tagsSlides .list a:hover {
	background-color: #002d72;
	border-color: #002d72;
	color: #ffffff;
}



.products .productsCon {
	flex: 1;
}

.productsCon .title1 {
	margin-top: -5px;
}


.productsCon .txts {
	margin-bottom: 46px;
}

.productsCon .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 44px;
}



.productsCon .list .productItem {
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}


.productsCon .list .productItem:nth-child(3n) {
	margin-right: 0;
}

.productsCon .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}


.productsCon .list .productItem .image .sign {
	top: 10px;
	line-height: 26px;
	right: 11px;
	min-width: 58px;
}

.productItem .btns {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 45, 114, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.productItem:hover .image .btns,
.productItem.active .image .btns {
	opacity: 1;
}


.productItem .inqBtns {
	width: 166px;
	height: 50px;
	background-color: #002d62;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productItem .inqBtns .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

.productItem .inqBtns .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.productItem .inqBtns .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 11px;
	height: 11px;
	outline: solid 1px #ffffff;
	position: relative;
	flex-shrink: 0;
	margin-right: 10px;
	overflow: hidden;
}

.productItem .inqBtns .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}

.productItem .inqBtns .checkBtn i {
	color: #ffffff;
	font-size: 12px;
	opacity: 0;
}

.productItem.active .inqBtns .checkBtn i {
	opacity: 1;
}


.filterMenu {
	display: none;
}



@media screen and (max-width:1720px) {
	.productsCon .title1 {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.productItem .inqBtns {
		height: 40px;
		width: 160px;
	}
}

@media screen and (max-width:1333px) {

	.productsCon .list {
		justify-content: space-between;
	}

	.productsCon .list .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productsCon .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.products .productSlides {
		margin-right: 40px;
	}

	.productsCon .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.productFilter ul .btn {
		transform: translateY(2px);
	}

	.productSlides .slideSearch .subBtn i {
		font-size: 18px;
	}

	.products .con {
		flex-direction: column-reverse;
	}

	.products .productSlides {
		width: 100%;
	}

	.products .productsCon {
		flex: none;
		margin-bottom: 50px;
	}

	.productFilter ul ul::before {
		top: -4px;
		height: 29px;
	}

	.clearFilter {
		font-size: 16px;
		line-height: 26px;
	}

	.pfTit .name {
		font-size: 16px !important;
	}

	.pfTit {
		border-radius: 5px;
		padding: 10px 18px;
	}

	.productItem .btns {
		background-color: transparent;
		pointer-events: none;
		opacity: 1;
	}

	.productItem .inqBtns {
		pointer-events: all;
		position: absolute;
		bottom: 10px;
		left: 10px;
		height: 35px;
		width: 140px;
	}

	.clearFilter,
	.productSlides .slideSearch {
		height: 46px;
		border-radius: 5px;
	}

	.productSlides .slideSearch .subBtn {
		width: 45px;
	}

	.filterMenu {
		display: flex;
	}

	.filterMenu.active {
		background-color: #002d72;
		color: #ffffff;
	}

	.filterMenu.active .btn {
		background-color: #ffffff;
	}

	.filterMenu.active .btn i {
		color: #002d72;
	}

	.filterMenu.active .btn i:nth-child(2) {
		display: none;
	}

	.filterMenu.active .btn i:nth-child(1) {
		display: block;
	}

	.filterBox {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	.tagsSlides {
		margin-top: 30px;
	}

}

@media screen and (max-width:768px) {
	.productsCon .txts {
		margin-bottom: 40px;
	}

	.tagsSlides {
		margin-top: 30px;
	}

}

@media screen and (max-width:450px) {
	.productsCon .list .productItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productsCon .list .productItem:nth-child(1) {
		margin-top: 0;
	}
}



/* 2-2 Products */


.productDet {
	padding: 81px 0 50px 0;
}


.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 67px;
}

.productShow .showSipwerBox {
	width: 48.8%;
	position: relative;
	box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.06);
	border: solid 1px #d7dde6;
	background-color: #ffffff;
}


.productShow .showSipwer {
	overflow: hidden;
}

.productShow .showSipwer img {
	display: block;
}

.productShow .checkSwiper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 19px;
	z-index: 9;
}


.productShow .checkSwiper .swiper {
	width: 302px;
	height: 42px;
	background-color: #e1e5eb;
	border-radius: 20px;
	overflow: hidden;
}

.productShow .checkSwiper .swiper-slide {
	cursor: pointer;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial;
	font-size: 14px !important;
	color: #002d72;
	transition: .4s ease background-Color, .4s ease color;
}


.productShow .checkSwiper .swiper-slide.active {
	background-color: #002d62;
	color: #ffffff;
}

.productShow .checkSwiper .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}


.productShow .checkSwiper .btns>div.prev {
	left: -50px;
}

.productShow .checkSwiper .btns>div.next {
	right: -50px;
}


.productShow .checkSwiper .btns>div:hover {
	color: #002d62;
}






/*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;
}


.productShow .jianjie {
	width: 46.9%;
	padding-top: 16px;
}


.productShow .jianjie .sign {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #002d72;
	margin-bottom: 13px;
}

.productShow .jianjie h1 {
	font-weight: normal;
	font-family: Poppins-SemiBold;
	font-size: 38px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 47px;
}

.productShow .jianjie .des .tit {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #002d72;
	margin-bottom: 19px;
}

.productShow .jianjie .des .standardEdit p {
	font-size: 18px;
	line-height: 32px;
}


.productShow .jianjie .mbox {
	height: 160px;
	overflow: hidden;
}

.productShow .mBtn {
	margin-top: 33px;
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	color: #002d72;
	cursor: pointer;
	display: inline-block;
	position: relative;
}


.productShow .mBtn::after {
	content: ">>";
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -4px;
	color: #002d72;
	font-style: normal;
	flex-shrink: 0;
	margin-left: 10px;
	position: absolute;
	left: 98%;
	top: -4px;
	transform: rotate(90deg);
	transition: .4s ease all;
}


.productShow .mBtn.active::after {
	transform: rotate(-90deg);
	top: 1px;
}


.productShow .pdBtns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 31px;
}

.productShow .pdBtns .btns {
	display: flex;
	align-items: center;
	margin-right: 23px;
}



.productShow .pdBtns .btns a {
	width: 189px;
	height: 54px;
	background-color: rgba(0, 45, 98, 0.12);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #002d72;
}


.productShow .pdBtns .btns a:last-child {
	margin-right: 0;
}


.productShow .pdBtns .btns a:hover {
	background-color: #002d62;
	color: #ffffff;
}

.productShow .pdBtns .share span {
	font-size: 18px;
}


.productInnerNav {
	border-bottom: 1px solid #d7dbe2;
}

.productInnerNav .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.productInnerNav .swiper .swiper-slide {
	width: auto;
	padding: 9px 33.5px;
	position: relative;
	margin-right: 26px;
	cursor: pointer;
	font-family: Poppins-Medium;
	font-size: 18px;
}

.productInnerNav .swiper .swiper-slide:last-child {
	margin-right: 0;
}

.productInnerNav .swiper .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	height: 3px;
	width: 0%;
	background-color: #002d72;
	transition: .4s ease all;
}

.productInnerNav .swiper .swiper-slide.active,
.productInnerNav .swiper .swiper-slide:hover {
	color: #002d72;
}

.productInnerNav .swiper .swiper-slide.active::after,
.productInnerNav .swiper .swiper-slide:hover::after {
	width: 100%;
}


.productDet .checkCon .pCheckItem {
	display: none;
}

.productDet .checkCon .pCheckItem:nth-child(1) {
	display: block;
}

.productDet .models {
	padding: 31px 0 72px 0;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 16px 41px;
	font-size: 14px;
	background-color: #fafafa;
	font-family: Poppins-Regular, Arial, sans-serif;
	color: #333333;
	border: 1px solid #d7dbe2;
}

.table table tr td:nth-child(1) {
	border-left: none;
}

.table table tr td:last-child {
	border-right: none;
}

.table table tr:last-child td {
	/*border-bottom: none;*/
}

.table table tr:nth-child(1) td {
	border-top: none;
	background-color: #002d72;
	color: #ffffff;
	border-color: #ffffff;
	white-space: nowrap;
    font-size: 16px;	
	
}


.datasheet {
	padding: 31px 0 70px 0;
}

.pDownloadItem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #e6e9f0;
	padding: 16px 17px 16px 21px;
}

.datasheet .pDownloadItem {
	margin-bottom: 20px;
}

.datasheet .pDownloadItem:last-child {
	margin-bottom: 0;
}

.pDownloadItem .box {
	display: flex;
	align-items: center;
}


.pDownloadItem .image {
	flex-shrink: 0;
	width: 29px;
	margin-right: 18px;
}



.pDownloadItem .tit {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}

.pDownloadItem .tit:hover {
	color: #002d62;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


.pDownloadItem .btn {
	width: 30px;
	flex-shrink: 0;
	margin-left: 20px;
}

.pDownloadItem .btn:hover img {
	transform: none;
	filter: grayscale(100%) brightness(1000%);
}


.productCertificate {
	padding: 42px 0 80px 0;
}

.productCertificate .list {
	display: flex;
	flex-wrap: wrap;
}

.productCertificate .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12%;
	background-color: #f3f5f7;
	margin-right: 2.66%;
	margin-top: 30px;
}



.productCertificate .image:nth-child(7n) {
	margin-right: 0;
}

.productCertificate .image:nth-child(-n+7) {
	margin-top: 0;
}


.productApplication {
	padding: 32px 0 66px 0;
}

.productApplication .list {
	display: flex;
	flex-wrap: wrap;
}

.productApplication .item {
	width: 31.98%;
	margin-right: 2.03%;
	margin-top: 30px;
}


.productApplication .item:nth-child(3n) {
	margin-right: 0;
}

.productApplication .item:nth-child(-n+3) {
	margin-top: 0;
}

.productApplication .image {
	margin-bottom: 17px;
	overflow: hidden;
}


.productApplication .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.productApplication .name:hover {
	color: #002d72;
}


.tdOutline {
	padding: 32px 0 80px 0;
}

.tdOutline .pDownloadItem {
	margin-bottom: 20px;
}

.tdOutline .pDownloadItem:last-child {
	margin-bottom: 0;
}

.tdOutline .pDownloadItem .image {
	width: 38px;
}


.productDescription {
	padding: 27px 0 70px 0;
}


.productDescription .tips {
	margin-bottom: 66px;
}


.productDescription .list {
	margin-bottom: 50px;
}

.productDescription .list .image {
	width: 47.94%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productDescription .list .msg {
	width: 48%;
}



.productDescription .list .item {
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.productDescription .list .item:last-child {
	margin-bottom: 0;
}


.productDescription .list .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}


.productDescription .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 30px;
	line-height: 40px;
	color: #002d72;
	margin-bottom: 39px;
}


.standardEdit p em {
	position: relative;
	padding-left: 46px;
	display: block;
	font-style: normal;
}



.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 29px;
	height: 30px;

	background-image: url("../images/standardSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}





.pdTit {
	font-family: Poppins-SemiBold;
	font-size: 32px;
	line-height: 45px;
	color: #333333;
}





.productDescription .pModels {
	margin-bottom: 41px;
}

.pModels .pdTit {
	margin-bottom: 25px;
}

.pModels .table table tr:nth-child(1) td {
	background-color: #002d72;
}

.pModels .table table tr td {
	border: none;
	background-color: rgba(0, 45, 114, .1);
	border-bottom: 1px solid #ffffff;
}


.pDatasheet .pdTit {
	margin-bottom: 21px;
}


.pDatasheet .pdsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.pDatasheet .pdsList .pDownloadItem {
	margin-top: 20px;
	width: 49.1%;
}

.pDatasheet .pdsList .pDownloadItem:nth-child(-n+2) {
	margin-top: 0;
}




.productDet .tags {
	margin-bottom: 64px;
}


.tags {
	display: flex;
	align-items: flex-start;
	border-top: 1px solid #dcdcdc;
	padding-top: 25px;
}

.tags .tit {
	font-family: Poppins-Regular;
	font-size: 22px;
	line-height: 30px;
	color: #012169;
	margin-right: 26px;
	transform: translateY(10px);
}



.tags a {
	padding: 5px 11px;
	background-color: rgba(225, 229, 235, 0.4);
	font-family: Poppins-Regular;
	font-size: 16px;
	letter-spacing: 0px;
	color: #666666;
	margin: 5px 0;
	margin-right: 5.5px;
	display: block;
}

.tags a:hover {
	background-color: #002d62;
	color: #ffffff;
}


.tags .list {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width:1720px) {
	.productShow .jianjie {
		padding-top: 0;
	}

	.productShow .jianjie .sign {
		font-size: 16px;
		line-height: 26px;
	}

	.productShow .jianjie h1 {
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 30px;
	}

	.productShow .jianjie .des .standardEdit p {
		font-size: 16px;
		line-height: 30px;
	}

	.productShow .jianjie .mbox {
		height: 150px;
	}

	.productShow .mBtn {
		margin-top: 25px;
	}

	.productShow .pdBtns .btns a {
		height: 40px;
		width: 140px;
		font-size: 16px;
		border-radius: 5px;
	}

	.productShow .pdBtns .share span {
		font-size: 16px;
	}

	.table table tr td {
		padding: 15px 20px;
	}

	.productDet .models {
		padding: 50px 0;
	}

	.datasheet {
		padding: 50px 0;
	}

	.pDownloadItem {
		padding: 15px 20px;
	}

	.productCertificate {
		padding: 50px 0;
	}

	.productApplication {
		padding: 50px 0;
	}

	.productApplication .name {
		font-size: 16px;
		line-height: 26px;
	}

	.tdOutline {
		padding: 50px 0;
	}

	.tdOutline .pDownloadItem .image {
		width: 35px;
	}


	.productDescription {
		padding: 50px 0;
	}

	.productDescription .tips {
		margin-bottom: 50px;
	}

	.productDescription .list .tit {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.productDescription .list .item {
		margin-bottom: 40px;
	}

	.pdTit {
		font-size: 28px;
		line-height: 36px;
	}

	.productDescription .pModels {
		margin-bottom: 50px;
	}

	.pModels .pdTit {
		margin-bottom: 30px;
	}

	.pDatasheet .pdTit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .jianjie .sign {
		font-size: 14px;
		line-height: 24px;
	}

	.productShow .jianjie h1 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productShow .jianjie .des .tit {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.productShow .jianjie .des .standardEdit p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.productShow .jianjie .mbox {
		height: 104px;
	}

	.productShow .mBtn {
		font-size: 16px;
		margin-top: 16px;
	}

	.productShow .pdBtns {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .pdBtns .btns a {
		height: 36px;
		width: 140px;
		border-radius: 5px;
		font-size: 14px !important;
	}

	.productShow .pdBtns .share {
		margin-top: 15px;
	}

	.productShow .pdBtns .share span {
		font-size: 14px;
	}

	.productShow .checkSwiper .swiper {
		height: 35px;
	}

	.productShow .checkSwiper .btns>div.prev {
		left: -40px;
	}

	.productShow .checkSwiper .btns>div.next {
		right: -40px;
	}

	.productShow {
		margin-bottom: 50px;
	}

	.productInnerNav .btns {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		margin-bottom: 10px;
	}


	.productInnerNav .btns>div {
		width: 30px;
		behavior: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
	}


	.productInnerNav .btns>div.prev {
		margin-right: 20px;
	}

	.productInnerNav .btns>div:hover {
		color: #002d62;
	}

	.productDet .tags {
		margin-bottom: 60px;
	}

	.pDownloadItem .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.pDownloadItem .btn,
	.pDownloadItem .image {
		width: 26px;
	}

	.tdOutline .pDownloadItem .image {
		width: 30px;
	}

	.productDescription .list .tit,
	.pdTit {
		font-size: 24px;
		line-height: 34px;
	}

	.productApplication .name {
		font-size: 14px;
	}
}


@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 .jianjie {
		width: 100%;
	}

	.productShow .showSipwerBox {
		width: 100%;
		max-width: 610px;
		margin: 0 auto 50px;
	}

	.productShow {
		margin-bottom: 40px;
	}

	.productInnerNav .swiper .swiper-slide {
		font-size: 16px;
		padding: 5px 10px;
	}

	.productDet .models {
		padding: 40px 0;
	}

	.table table tr td {
		font-size: 14px;
		padding: 10px 20px;
	}

	.tags a {
		font-size: 14px;
		line-height: 24px;
	}

	.productDet .tags {
		flex-direction: column;
		align-items: flex-start;
	}

	.tags .tit {
		margin-right: 0;
		transform: translateY(0);
		margin-bottom: 15px;
	}

	.pDownloadItem .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.pDownloadItem .btn,
	.pDownloadItem .image {
		width: 24px;
	}

	.datasheet {
		padding: 40px 0;
	}

	.productCertificate {
		padding: 40px 0;
	}

	.productCertificate .image:nth-child(n) {
		width: 17.6%;
		margin-right: 3%;
		margin-top: 30px;
	}

	.productCertificate .image:nth-child(5n) {
		margin-right: 0;
	}

	.productCertificate .image:nth-child(-n+5) {
		margin-top: 0;
	}

	.productApplication .image {
		margin-bottom: 10px;
	}

	.productApplication {
		padding: 40px 0;
	}

	.productApplication .item:nth-child(n) {
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}

	.productApplication .item:nth-child(2n) {
		margin-right: 0;
	}

	.productApplication .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.tdOutline {
		padding: 40px 0;
	}

	.productDescription .list .tit,
	.pdTit {
		font-size: 22px;
		line-height: 30px;
	}

	.standardEdit p em::after {
		width: 24px;
		height: 25px;
	}

	.standardEdit p em {
		padding-left: 40px;
	}

	.productDescription .list .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.productDescription .list .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.productDescription .list .image {
		width: 100%;
	}

	.pDatasheet .pdsList .pDownloadItem:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.pDatasheet .pdsList .pDownloadItem:nth-child(1) {
		margin-top: 0;
	}

	.productDescription {
		padding: 40px 0;
	}

	.productDescription .tips,
	.productDescription .list {
		margin-bottom: 40px;
	}
}


@media screen and (max-width:768px) {
	.productShow .showSipwerBox {
		margin-bottom: 40px;
	}

	.productShow {
		margin-bottom: 30px;
	}

	.productDet .tags {
		margin-bottom: 50px;
	}

	.tags .tit {
		font-size: 20px;
	}

	.productDescription .list .tit,
	.pdTit {
		font-size: 20px;
	}

	.productDescription .pModels {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.pDownloadItem {
		flex-direction: column;
		align-items: flex-start;
	}

	.pDownloadItem .btn {
		margin-left: 0;
		margin-top: 10px;
	}

	.pDownloadItem .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.pDownloadItem .image {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.productCertificate .image:nth-child(n) {
		width: 22%;
		margin-right: 4%;
		margin-top: 20px;
	}

	.productCertificate .image:nth-child(4n) {
		margin-right: 0;
	}

	.productCertificate .image:nth-child(-n+4) {
		margin-top: 0;
	}

	.productDescription .tips,
	.productDescription .list {
		margin-bottom: 30px;
	}

}

@media screen and (max-width:450px) {
	.productShow .checkSwiper .swiper {
		width: 180px;
		height: 30px;
	}

	.productDet .tags {
		margin-bottom: 40px;
	}

	.productCertificate .image:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 20px;
	}

	.productCertificate .image:nth-child(3n) {
		margin-right: 0;
	}

	.productCertificate .image:nth-child(-n+3) {
		margin-top: 0;
	}

	.productApplication .item:nth-child(n) {
		width: 100%;
		margin-top: 25px;
	}

	.productApplication .item:nth-child(1) {
		margin-top: 0;
	}

}

/* 3-1 News */


.news {
	padding: 68px 0 50px 0;
}

.news .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 26px;
}

.title1 {
	font-family: Poppins-SemiBold;
	font-size: 40px;
	line-height: 60px;
	color: #002d72;
}


.innerSearch {
	width: 778px;
	height: 56px;
	background-color: #ffffff;
	border: solid 1px #e3e7f2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.innerSearch>input {
	flex: 1;
	height: 100%;
	padding: 0 20px;
}

.innerSearch .subBtn {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	background-color: #002d72;
	border-left: 1px solid #e3e7f2;
	position: relative;
}


.innerSearch .subBtn:hover {
	background-color: #e3e7f2;
}


.innerSearch .subBtn input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
}


.innerSearch input::-webkit-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.innerSearch input:-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.innerSearch input::-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.innerSearch input:-ms-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #999999;
	opacity: 1;
}


.innerSearch .subBtn i {
	color: #ffffff;
	font-size: 22px;
	font-weight: bold;
}

.innerSearch .subBtn:hover i {
	color: #002d72;
}

.news .innerCategory {
	margin-bottom: 40px;
}


.innerCategory {
	display: flex;
	flex-wrap: wrap;
}


.innerCategory a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9px 18.5px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #e8eaeb;
	font-size: 18px;
	color: #333333;
	margin-right: 10px;
	margin-bottom: 10px;
}

.innerCategory a.active,
.innerCategory a:hover {
	background-color: #002d72;
	color: #ffffff;
	border-color: #002d72;
}




.news .list {
	margin-bottom: 45px;
}



.news .item {
	padding-bottom: 23px;
	margin-bottom: 26px;
	display: flex;
	border-bottom: 1px solid #e3e7f2;
}

.news .item .msg {
	flex: 1;
	padding: 38px 52px 30px 40px;
}


.news .item:last-child {
	margin-bottom: 0;
}



.news .item .image {
	width: 424px;
	flex-shrink: 0;
	overflow: hidden;
}

.news .item .msg .tit {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 19px;
}


.news .item .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #002d72;
	margin-bottom: 31px;
}




.news .item .msg .tit:hover {
	color: #002d72;
}


.news .msg .txts {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	hyphens: auto;
}

.news .pager {
	margin-bottom: 64px;
}




/* latest Products */

.latestProducts .title1 {
	text-align: center;
	margin-bottom: 3px;
}


.latestProducts .txts {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	margin-bottom: 45px;
}

.latestProducts .swiper {
	overflow: visible;
}

.latestProducts .swiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
}

.latestProducts .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

.latestProducts .swiper-pagination {
	position: static;
	margin-top: 40px;
}

.productItem .image {
	overflow: hidden;
	background-color: #ffffff;
	position: relative;
}

.productItem .image>a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productItem .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 1px solid #edeff0;
	transition: .4s ease all;
	box-sizing: border-box;
	pointer-events: none;
	border-bottom: none;
}


.productItem .image .sign {
	position: absolute;
	top: 13px;
	right: 13px;
	font-family: Poppins-Regular;
	font-size: 14px;
	letter-spacing: 0px;
	color: #ffffff;
	padding: 0px 9.5px;
	min-width: 67px;
	text-align: center;
	z-index: 9;
}



.productItem .image:hover img {
	transform: none;
}


.productItem .image .sNew {
	background-color: #002d72;
}

.productItem .image .sHot {
	background-color: #f2420c;
}

.productItem .image .sRemove {
	background-color: #a5a5a5;
}


.productItem .msg {
	border: 1px solid #edeff0;
	padding: 17px 25.5px 16px 25.5px;
	position: relative;
}

.productItem .msg:hover {
	background-color: #002d72;
	border-color: #edeff0;
}

.productItem .msg .info {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 7px;
}

.productItem .msg:hover .info {
	color: #ffffff;
}


.productItem .msg .tit {
	font-family: Poppins-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.productItem .msg .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.productItem .msg:hover .tit {
	color: #ffffff;
}

.latestProducts .image {
	clip-path: polygon(-1000% -1000%, 1000% -1000%, 1000% 100%, -1000% 100%);
}

.latestProducts .image:hover {
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
}

.latestProducts .image:hover::after {
	border-color: rgba(237, 239, 240, 0.6);
}


/* touch */

.touch {
	padding: 106px 0 119px 0;
	background-image: url("../images/touchM1-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.touch .msg {
	width: 46%;
}


.touch .title1 {
	margin-bottom: 14px;
}

.touch .txts {
	line-height: 28px;
	margin-bottom: 61px;
}

.touch .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 229px;
	height: 54px;
	background-color: #002d72;
	border-radius: 6px;
	font-family: Poppins-Medium;
	font-size: 18px;
	color: #ffffff;
}

.touch .btn:hover {
	background-color: #ffffff;
	color: #002d72;
}

@media screen and (max-width:1720px) {
	.news .title {
		margin-bottom: 50px;
	}

	.innerSearch {
		height: 50px;
		width: 700px;
	}

	.innerSearch .subBtn i {
		font-weight: normal;
		font-size: 20px;
	}

	.innerCategory a {
		border-radius: 5px;
		padding: 6px 16px;
	}

	.news .item .msg {
		padding: 30px;
	}

	.news .item {
		align-items: center;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.news .item .image {
		width: 380px;
	}

	.latestProducts .title1 {
		margin-bottom: 20px;
	}

	.productItem .msg {
		padding: 20px;
	}

	.touch .msg {
		width: 60%;
	}

	.touch .title1 {
		margin-bottom: 30px;
	}

	.touch .txts {
		margin-bottom: 40px;
	}

	.touch .btn {
		height: 45px;
		width: 220px;
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.innerSearch {
		width: 600px;
		height: 45px;
	}

	.innerSearch .subBtn i {
		font-size: 18px;
	}

	.innerCategory a {
		font-size: 16px;
		line-height: 26px;
	}

	.news .item .msg .tit {
		font-size: 18px;
	}

	.news .item .msg {
		padding: 20px;
	}

	.news .item .image {
		width: 345px;
	}

	.news .list {
		margin-bottom: 40px;
	}

	.latestProducts .swiper-pagination {
		margin-top: 30px;
	}

	.productItem .msg {
		padding: 20px 10px;
	}

	.productItem .msg .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.productItem .msg .info {
		font-size: 14px;
	}

	.touch .msg {
		width: 70%;
	}
}

@media screen and (max-width:999px) {
	.news .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}


	.news .title1 {
		margin-bottom: 20px;
	}

	.innerSearch {
		width: 100%;
		height: 40px;
	}

	.innerCategory a {
		font-size: 14px;
		line-height: 24px;
	}

	.news .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.news .item {
		flex-direction: column;
		align-items: flex-start;
		width: 48%;
	}

	.news .item .msg {
		padding: 0;
	}

	.news .item .msg .tit {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.news .item .time {
		margin-bottom: 10px;
	}

	.news .item .image {
		width: 100%;
		margin-bottom: 20px;
	}

	.news .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.news .pager {
		margin-bottom: 50px;
	}

	.productItem .msg .tit {
		font-size: 14px;
	}

	.touch .msg {
		width: 80%;
	}

	.touch .btn {
		height: 40px;
		width: 200px;
	}
}

@media screen and (max-width:768px) {
	.touch .title1 {
		margin-bottom: 20px;
	}

	.touch .txts {
		margin-bottom: 30px;
	}

	.touch .msg {
		width: 100%;
	}

	.latestProducts .txts {
		margin-bottom: 40px;
	}

	.news .list {
		margin-bottom: 30px;
	}

	.news .innerCategory {
		margin-bottom: 30px;
	}

	.innerSearch {
		height: 35px;
	}

	.innerCategory a {
		padding: 4px 10px;
	}
}

@media screen and (max-width:450px) {
	.news .item:nth-child(n) {
		width: 100%;
	}

	.latestProducts .swiper-pagination {
		margin-top: 20px;
	}
}



/* 3-2 News */

.newsDet {
	padding: 84px 0 50px 0;
}

.newsDet .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 46px;
}

.newsDet .title .innerSearch {
	margin-bottom: 10px;
}

.newDescribe h1 {
	font-family: Poppins-Medium;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 14px;
}

.newDescribe .tip {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.newDescribe .tip span {
	margin-right: 10px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	margin-right: 10px;
}

.newDescribe .time {
	margin-right: 19px;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}



.newDescribe .con {
	padding: 15px 0 40px 0;
	border-top: 1px solid #e3e7f2;
	border-bottom: 1px solid #e3e7f2;
	margin-bottom: 20px;
}


.newDescribe .prevOrNext {
	margin-bottom: 50px;
}


.prevOrNext {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}


.prevOrNext>div.next {
	justify-content: flex-end;

}

.prevOrNext .next .tit {
	text-align: right;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	background-color: #ffffff;
	border: solid 1px #1e1e1e;
	border-radius: 50%;
}

.prevOrNext .prev .btn {
	margin-right: 19px;
}

.prevOrNext .next .btn {
	margin-left: 19px;
}

.prevOrNext .btn i {
	font-size: 28px;
	color: #1e1e1e;
	font-weight: bold;
}


.prevOrNext a.btn:hover {
	background-color: #002d72;
	border-color: #002d72;
}


.prevOrNext a.btn:hover i {
	color: #ffffff;
}


.prevOrNext .tit {
	font-family: Poppins-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 23px;
	color: #666666;
}

.prevOrNext a.name:hover {
	color: #002d72;
}

@media screen and (max-width:1720px) {
	.newsDet .title .innerSearch {
		margin-bottom: 0px;
	}

	.newsDet .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.newsDet .title .innerCategory {
		margin-bottom: 30px;
	}

	.newDescribe h1 {
		margin-bottom: 30px;
	}

	.newDescribe .tip {
		margin-bottom: 30px;
	}

	.newDescribe .con {
		padding: 30px 0;
		margin-bottom: 40px;
	}

	.newDescribe .prevOrNext {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.newsDet .title .innerCategory {
		margin-bottom: 20px;
	}

	.newDescribe h1 {
		font-size: 24px;
	}

	.prevOrNext .btn {
		width: 45px;
		height: 45px;
	}

	.prevOrNext .btn i {
		font-size: 24px;
	}
}

@media screen and (max-width:999px) {
	.prevOrNext .tit {
		font-size: 16px;
	}

	.prevOrNext .name {
		font-size: 14px;
	}

	.newDescribe h1 {
		font-size: 22px;
	}

	.newDescribe .tip span {
		font-size: 14px;
	}

	.newsDet .title {
		margin-bottom: 30px;
	}

	.newDescribe .con {
		margin-bottom: 30px;
	}

	.newDescribe .prevOrNext {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 19px;
	}

	.prevOrNext .next .tit {
		text-align: left;
	}

	.newDescribe h1 {
		font-size: 20px;
	}
}

@media screen and (max-width:538px) {
	.newDescribe .tip {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDescribe .tip .time {
		margin-bottom: 10px;
	}
}


/* 4-1 Download */

.downloadPiece {
	padding: 76px 0 64px 0;
}

.downloadPiece .innerCategory a {
	background-color: #e3e7f2;
}

.downloadPiece .innerCategory a.active,
.downloadPiece .innerCategory a:hover {
	background-color: #002d72;
}

.downloadPiece .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 37px;
}

.downloadPiece .title .innerSearch {
	width: 362px;
	margin-bottom: 10px;
}

.downloadPiece .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 45px;
}

.downloadPiece .list .item {
	display: flex;
	margin-top: 20px;
	width: 49.1%;
}

.downloadPiece .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.downloadPiece .list .msg {
	flex: 1;
	display: flex;
	align-items: flex-start;
	padding: 19px 10px 16px 21px;
	background-color: #f0f2f6;
}


.downloadPiece .list .msg .image {
	flex-shrink: 0;
	margin-right: 18px;
	transform: translateY(-3px);
}

.downloadPiece .list .msg .box {
	flex: 1;
}



.downloadPiece .list .btns {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	width: 66px;
	background-color: rgba(0, 45, 114, 0.1);
}

.downloadPiece .list .btns .line {
	width: 49px;
	height: 1px;
	background-color: #999;
	opacity: 0.3;
	margin: 0 auto;
}


.downloadPiece .list .btns a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	cursor: pointer;
	
}

.downloadPiece .list .btns a:hover {
	background-color: #002d72;
}

.downloadPiece .list .btns a:hover img {
	transform: none;
	filter: grayscale(100%) brightness(1000%);
}

.downloadPiece .list .tit {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.downloadPiece .list .tit:hover {
	color: #002d72;
}

.downloadPiece .list .line {
	width: 100%;
	height: 1px;
	background-color: #999999;
	opacity: .3;
	margin: 16px 0 16px 0;
}

@media screen and (max-width:1720px) {
	.downloadPiece .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadPiece .title .innerSearch {
		margin-bottom: 0;
		margin-top: 20px;
		width: 600px;
	}

	.downloadPiece .title {
		margin-bottom: 50px;
	}

	.downloadPiece .list .msg {
		padding: 20px;
	}

	.downloadPiece .list .btns {
		width: 50px;
	}

	.downloadPiece .list .btns .line {
		width: 90%;
	}

	.downloadPiece .list .btns a {
		padding: 12px;
	}
}

@media screen and (max-width:1333px) {
	.downloadPiece .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:999px) {
	.downloadPiece .title .innerSearch {
		width: 100%;
	}

	.downloadPiece .list .item:nth-child(n) {
		width: 100%;
		margin-top: 25px;
	}

	.downloadPiece .list .item:nth-child(1) {
		margin-top: 0;
	}

	.downloadPiece .title {
		margin-bottom: 40px;
	}

	.downloadPiece .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.downloadPiece .list .btns {
		width: 45px;
	}

	.downloadPiece .list .msg .image {
		width: 24px;
		transform: translateY(0);
	}

	.downloadPiece .list {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.downloadPiece .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.downloadPiece .list .msg {
		width: 100%;
		flex: none;
		padding: 15px;
		flex-direction: column;
	}

	.downloadPiece .list .btns {
		width: 100%;
		flex-direction: row;
		align-items: center;
		height: 35px;
		overflow: hidden;
	}

	.downloadPiece .list .btns a {
		flex: auto;
		padding: 0;
		height: 100%;
	}

	.downloadPiece .list .btns a img {
		width: 24px;
	}


	.downloadPiece .list .btns .line {
		width: 1px;
		height: 90%;
	}

	.downloadPiece .list .line {
		margin: 10px 0;
	}

	.downloadPiece .list .msg .box {
		flex: none;
		width: 100%;
	}

	.downloadPiece .list .msg .image {
		margin-right: 0;
		margin-bottom: 15px;
	}
}



/* 5-1 About */



.aboutUs {
	padding: 79px 0 84px 0;
}


.aboutUs .con {
	display: flex;
	justify-content: space-between;
}


.aboutUs .image {
	width: 50%;
	position: relative;
}

.aboutUs .image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.aboutUs .image .video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}




.aboutUs .msg {
	width: 44%;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.aboutUs .tip {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #002d72;
	margin-bottom: 3px;
}

.aboutUs .title1 {
	margin-bottom: 30px;
	color: #333333;
}

.aboutUs  .numList{
	margin-top: 66px;
}

.numList {
	display: flex;
	flex-wrap: wrap;
}

.numList .num {
	font-family: Poppins-SemiBold;
	font-size: 38px;
	line-height: 38px;
	color: #002d72;
	margin-bottom: 6px;
}


.numList .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}


.numList .line {
	width: 2px;
	height: 62px;
	background-color: rgba(1, 24, 60, 0.1);
	margin: 3px 52px;
}

@media screen and (max-width:1720px) {
	.numList .line {
		margin: 3px 30px;
	}

	.numList .name {
		font-size: 16px;
		line-height: 26px;
	}

	.aboutUs .msg {
		width: 46%;
	}

	.aboutUs .numList {
		justify-content: space-between;
		margin-top: 50px;
	}

	.numList .num {
		font-size: 32px;
		line-height: 32px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .msg {
		padding: 0;
		width: 100%;
	}

	.aboutUs .tip {
		margin-bottom: 10px;
	}

	
	.aboutUs .numList {
		margin-top: 40px;
	}

	.aboutUs .image {
		width: 100%;
		margin-top: 50px;
		height: 420px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .image {
		margin-top: 40px;
		height: 360px;
	}

	.numList .num {
		font-size: 28px;
		line-height: 38px;
	}

	.aboutUs .numList {
		margin-top: 40px;
	}

	.aboutUs .image {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .image {
		height: 320px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .numList {
		justify-content: space-between;
	}

	.aboutUs .numList .item {
		width: 48%;
		margin-top: 20px;
	}

	.aboutUs .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.aboutUs .numList .line {
		display: none;
	}

	.aboutUs .image {
		height: 280px;
	}
}






.history {
	background-image: url("../images/aboutM2-bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 66px 0 120px 0;
}


.history .title1 {
	color: #ffffff;
	margin-bottom: 97px;
}

.history .gallery {
	margin-bottom: 145px;
	overflow: hidden;
}


.history .gallery .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}




.history .gallery .time {
	display: flex;
	align-items: flex-end;
	flex-shrink: 0;
	margin-right: 58px;
}



.history .gallery .year {
	font-family: Poppins-Medium;
	font-size: 70px;
	line-height: 70px;
	color: #ffffff;
	margin-top: 12px;
}

.history .gallery .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-left: 26px;
	transform: translateY(-5px);
}

.history .msg {
	width: 50.32%;
	border-left: 2px solid rgba(255, 255, 255, .9);
	padding: 52px 42px 58px 42px;
	background-color: rgba(10, 35, 70, 0.5);
	line-height: 28px;
	color: #ffffff;
}


.history .thumbs {
	position: relative;
}


.history .thumbs::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	height: 1px;
	background-color: #ffffff;
}

.history .thumbs .swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .4s ease opacity;
	pointer-events: none;
	cursor: pointer;
}

.history .thumbs .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.history .thumbs .circle {
	width: 24px;
	height: 24px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.history .thumbs .circle div {
	width: 12px;
	height: 12px;
	background-color: #ffffff;
	border-radius: 50%;
}


.history .thumbs .swiper-slide .time {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% + 10px);
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}


.history .thumbs .swiper-slide.swiper-slide-thumb-active .time {
	font-family: Poppins-SemiBold;
	font-size: 22px;
}

.history .thumbs .swiper-slide.swiper-slide-thumb-active .circle {
	background-color: #002d72;
	transform: scale(1.38);
}

@media screen and (max-width:1720px) {
	.history .title1 {
		margin-bottom: 80px;
	}

	.history .gallery .year {
		margin-top: 0;
		font-size: 50px;
		line-height: 50px;
	}

	.history .gallery .name {
		font-size: 16px;
		line-height: 26px;
		transform: translateY(0);
	}

	.history .msg {
		width: 60%;
		padding: 40px 30px;
	}

	.history .thumbs .swiper-slide.swiper-slide-thumb-active .circle {
		transform: scale(1.1);
	}
}

@media screen and (max-width:1333px) {
	.history .msg {
		width: 70%;
		padding: 40px 30px;
	}

	.history .gallery .year {
		font-size: 45px;
		line-height: 45px;
	}

	.history .gallery .name {
		margin-left: 20px;
	}

	.history .title1 {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.history .gallery .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.history .msg {
		width: 100%;
		padding: 30px;
		font-size: 14px;
		line-height: 24px;
	}

	.history .title1 {
		margin-bottom: 50px;
	}

	.history .gallery .year {
		font-size: 36px;
		line-height: 36px;
	}

	.history .gallery .time {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.history .gallery {
		margin-bottom: 100px;
	}

	.history .thumbs .swiper-slide .time {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.history .gallery .year {
		font-size: 30px;
		line-height: 30px;
	}

	.history .thumbs .circle {
		width: 22px;
		height: 22px;
	}
}

@media screen and (max-width:538px) {
	.history .gallery .year {
		font-size: 26px;
		line-height: 26px;
	}

	.history .title1 {
		margin-bottom: 40px;
	}
}



.salesNetwork {
	padding: 65px 0 71px 0;
}

.salesNetwork .title1 {
	color: #333333;
	margin-bottom: 29px;
}

.salesNetwork .box {
	display: flex;
	align-items: center;
	margin-bottom: 55px;
}

.salesNetwork .box .numList {
	flex-shrink: 0;
	margin-right: 11.3%;
}


.salesNetwork .box .txts {
	flex: 1;
}

.development {
	margin-bottom: 90px;
}

.development .con {
	display: flex;
	justify-content: space-between;
}

.development .con .showImg {
	width: 50%;
}

.development .con .showImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


.development .con .msg {
	width: 45.56%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 14px;
}


.development .msg .title1 {
	margin-bottom: 16px;
	color: #333333;
}

.development .msg .numList {
	margin-bottom: 45px;
}


.development .msg .txts {
	margin-bottom: 48px;
}


.development .msg .brandList {
	display: flex;
	flex-wrap: wrap;
	margin-left: -23px;
	width: 100%;
}


.development .msg .brandList .image {
	width: 21.11%;
	margin-right: 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.development .msg .brandList .image:nth-child(4n) {
	margin-right: 0;
}

.development .msg .brandList .image:nth-child(-n+4) {
	margin-top: 0;
}

@media screen and (max-width:1720px) {
	.development .msg .brandList {
		margin-left: 0;
	}

	.development .msg .title1 {
		margin-bottom: 30px;
	}

	.development .msg .txts {
		margin-bottom: 40px;
	}

	.development .msg .numList {
		margin-bottom: 40px;
	}

	.development .con .msg {
		padding-top: 0;
	}

	.development {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.salesNetwork .box {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.salesNetwork .box .numList {
		width: 100%;
		margin-right: 0;
		justify-content: space-around;
		margin-top: 40px;
	}

	.salesNetwork .box {
		margin-bottom: 40px;
	}

	.development .con {
		flex-direction: column-reverse;
	}

	.development .con .msg {
		width: 100%;
	}

	.development .msg .numList {
		width: 100%;
		justify-content: space-around;
		margin-bottom: 30px;
	}

	.development .msg .brandList .image {
		width: 22%;
		margin-right: 4%;
	}

	.development .msg .txts {
		margin-bottom: 30px;
	}

	.development .msg .brandList {
		margin-bottom: 30px;
	}

	.development .con .showImg {
		width: 100%;
		height: 420px;
	}

	.development {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.development .con .showImg {
		height: 360px;
	}

	.development {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.development .con .showImg {
		height: 320px;
	}

	.development .msg .brandList .image {
		width: 30%;
		margin-right: 5%;
		margin-top: 20px;
	}

	.development .msg .brandList .image:nth-child(3n) {
		margin-right: 0;
	}

	.development .msg .brandList .image:nth-child(-n+3) {
		margin-top: 0;
	}

}

@media screen and (max-width:538px) {
	.development .con .showImg {
		height: 280px;
	}
}

@media screen and (max-width:450px) {
	.development .msg .brandList .image:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.development .msg .brandList .image:nth-child(-n+2) {
		margin-top: 0;
	}

	.development .msg .brandList {
		justify-content: space-between;
	}
}



.company {
	height: 760px;
	position: relative;

}

.company .con {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	padding: 25px 0;
	z-index: 99;
}



.company .item {
	display: flex;
	align-items: flex-start;
}


.company .item .image {
	flex-shrink: 0;
	width: 85px;
	margin-right: 25px;
	transform: translateY(-10px);
}

.company .imgBg {
	width: 100%;
	height: 100%;
}

.company .imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.company .num {
	font-family: Poppins-SemiBold;
	font-size: 44px;
	line-height: 44px;
	color: #ffffff;
}

.company .name {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
}


.company .line {
	width: 2px;
	height: 67px;
	background-color: rgba(255, 255, 255, .6);
	margin: 0px 30px;
}



.laboratories {
	padding: 70px 0 60px 0;
}


.laboratories .title1 {
	text-align: center;
	margin-bottom: 42px;
	color: #333333;
}



.laboratories .swiper-pagination {
	position: static;
	margin-top: 25px;
}


.laboratories .image {
	margin-bottom: 15px;
}

.laboratories .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.laboratories .name {
	font-family: Poppins-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

@media screen and (max-width:1720px) {
	.company {
		height: 600px
	}

	.company .item .image {
		width: 70px;
	}

	.company .con {
		padding: 40px 0;
	}
}

@media screen and (max-width:1333px) {
	.company {
		height: 550px
	}

	.company .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.company .line {
		margin: auto 30px;
	}

	.company .item .image {
		width: 60px;
		margin-right: 0;
		margin-bottom: 5px;
	}

	.company .num {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 5px;
	}

	.company .name {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.company {
		height: 450px
	}

	.company .item .image {
		width: 50px;
	}

	.company .num {
		font-size: 30px;
		line-height: 32px;
	}

	.company .name {
		font-size: 14px;
		line-height: 24px;
	}

	.laboratories .title1 {
		margin-bottom: 40px;
	}

	.laboratories .swiper-pagination {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.company .con {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 30px 0;
	}

	.company .con .line {
		display: none;
	}

	.company .item {
		width: 48%;
		margin-top: 20px;
	}

	.company .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.company .item .image {
		width: 40px;
	}

	.company .num {
		font-size: 28px;
		line-height: 28px;
	}

	.laboratories .title1 {
		margin-bottom: 30px;
	}

	.laboratories .swiper-pagination {
		margin-top: 20px;
	}
}




.quality {
	padding: 60px 0 51px 0;
	position: relative;
	background-image: url("../images/aboutM7-bg2.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.quality::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/aboutM7-bg.png");
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: -1;
}





.quality .title1 {
	color: #ffffff;
	margin-bottom: 1px;
	text-align: center;
}


.quality .tit {
	text-align: center;
	margin-bottom: 74px;
	color: #ffffff;
}



.quality .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 87px;
	justify-content: space-between;
	position: relative;
	z-index: 9;
}



.quality .list p {
	width: 47%;
	margin-top: 30px;
	color: #ffffff;
}

.quality .list p:nth-child(-n+2) {
	margin-top: 0;
}


.quality .list p em:after {
	filter: grayscale(100%) brightness(5000%);
}


.swiperBox {
	position: relative;
}

.quality .swiperBox {
	z-index: 9;
	padding: 47px 0 72px 0;
}


.quality .swiperBox::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100vw;
	height: 100%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	background-image: url("../images/qualityBg.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.quality .swiper-pagination {
	margin-top: 20px;
	position: static;
}

@media screen and (max-width:1720px) {
	.quality .swiperBox {
		padding: 40px 0;
	}

	.quality .title1 {
		margin-bottom: 20px;
	}

	.quality .list {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {
	.quality .tit {
		margin-bottom: 60px;
	}

	.quality .swiperBox {
		padding: 30px 0;
	}
}

@media screen and (max-width:999px) {
	.quality .tit {
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 24px;
	}

	.quality .list p:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.quality .list p:nth-child(1) {
		margin-top: 0;
	}

	.quality .list {
		margin-bottom: 40px;
	}
}


.application {
	padding: 105px 0 50px 0;
}

.application .title1 {
	color: #333333;
	margin-bottom: 43px;
}


.application .image {
	overflow: hidden;
	margin-bottom: 15px;
}

.application .tit {
	font-family: Poppins-Medium;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.application .tit:hover {
	color: #002d72;
}

.application .txts {
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.application .swiper-pagination {
	position: static;
	margin-top: 30px;
}

@media screen and (max-width:1333px) {
	.application .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.application .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.application .txts {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.application .title1 {
		margin-bottom: 30px;
	}

	.application .swiper-pagination {
		margin-top: 20px;
	}
}


/* 5-2 Application */

.aboutApplication {
	padding: 79px 0 49px 0;
}


.aboutApplication .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 69px;
}



.aboutApplication .productSlides {
	width: 266px;
	margin-right: 61px;
}

.aboutApplication .productSlides .pfTit:hover {
	background-color: #002d72;
	color: #ffffff;
}


.aboutApplication .aboutAppCon {
	flex: 1;
}

.aboutAppCon h1 {
	font-family: Poppins-Medium;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 16px;
	margin-top: -5px;
}

.aboutAppCon .time {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #002d72;
	margin-bottom: 14px;
}

.aboutAppCon .describe {
	padding: 15px 0 30px 0;
	border-top: 1px solid #e3e7f2;
	border-bottom: 1px solid #e3e7f2;
	margin-bottom: 20px;
}

@media screen and (max-width:1720px) {
	.aboutAppCon h1 {
		margin-top: 0;
	}

	.aboutAppCon .describe {
		padding: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	.aboutAppCon h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.aboutApplication .productSlides {
		width: 240px;
		margin-right: 40px;
	}

	.aboutApplication .pfTit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.aboutApplication .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.aboutApplication .productSlides {
		width: 100%;
		margin-top: 40px;
	}

	.aboutApplication .con {
		margin-bottom: 50px;
	}

	.aboutApplication .pfTit {
		font-size: 14px;
		line-height: 24px;
		padding: 10px 20px;
	}
}

@media screen and (max-width:768px) {
	.aboutApplication .con {
		margin-bottom: 40px;
	}

	.aboutAppCon h1 {
		font-size: 22px;
		line-height: 30px;
	}
}





/* 6-1 Contact */



.contactUs {
	padding: 80px 0 90px 0;
}



.contactUs .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


.contactUs .msg {
	width: 37.75%;
	padding: 20px 0;
}

.contactUs .msg .title1 {
	margin-bottom: 1px;
	color: #333333;
}


.contactUs .msg .tip {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #002d72;
	margin-bottom: 79px;
}


.contactUs .msg .list .item {
	margin-top: 18px;
}

.contactUs .msg .list .item:nth-child(1) {
	margin-top: 0;
}



.contactUs .msg .item {
	display: flex;
	background-color: rgba(240, 240, 244, 0.6);
	border-radius: 8px;
	overflow: hidden;
}

.contactUs .msg .item i {
	width: 80px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	background-color: #eceef3;
	color: #002d72;
	border-radius: 8px;
}



.contactUs .msg .item .box {
	flex: 1;
	padding: 13px 24px 14px 24px;
}


.contactUs .msg .tit {
	font-family: Poppins-SemiBold;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 3px;
}

.contactUs .msg .num {
	line-height: 24px;
}

.contactUs .msg .email a.num {
	word-break: break-all;
}


.contactUs .msg a {
	color: #666666;
}

.contactUs .msg a:hover {
	color: #002d72;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}




.contactUs .cForm {
	width: 50.25%;
	background-color: #ffffff;
	box-shadow: 0px 6px 32px 0px #ebebeb;
	border-radius: 16px;
	padding: 31px 55px 59px 52px;
}




.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 64px;
	width: 47.1%;
	margin-top: 18px;
	padding: 0 21px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}

.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}


.cForm ul li.message {
	width: 100%;
	height: 163px;
	padding: 21px 22px;
	margin-bottom: 15px;
}


.cForm ul li.message.must::after {
	top: 23px;
}


.cForm ul li.must {
	position: relative;
}


.cForm ul li.must::after {
	content: "*";
	position: absolute;
	font-family: Poppins-Regular;
	top: 23px;
	left: 4px;
	font-size: 18px;
	line-height: 26px;
	color: #ff000b;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cForm ul li.code input {
	flex: 1;
	padding: 0 21px;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	width: 82px;
	height: 39px;
}

.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
}


.cForm ul li.subBtn input {
	background-color: #002d72;
	font-family: Poppins-Medium;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #002d72;
	border-radius: 6px;
}


.cForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #002d72;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #333333;
	opacity: 1;
}


.dealerInfo {
	position: relative;
	padding: 67px 0 100px 0;
}

.dealerInfo::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -4;
	background-image: url("../images/dealerInfoImgBg.jpg");
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;

}

.dealerInfo .title1 {
	margin-bottom: 69px;
	text-align: center;
	color: #333333;
}

.dealerInfo .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.dealerInfo .list .item {
	width: 48.9%;
	margin-top: 33px;
	border: 2px solid #eceef3;
	padding: 31px 38px 51px 38px;
	position: relative;
}

.dealerInfo .list .item::after,
.dealerInfo .list .item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .4s ease all;
}

.dealerInfo .list .item::after {
	background-color: #f5f5f8;
	z-index: -2;
}

.dealerInfo .list .item::before {
	background-image: url("../images/dealerInfoBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	width: 100%;
	z-index: -1;
}

.dealerInfo .list .item:hover::after {
	opacity: 0;
}

.dealerInfo .list .item:hover::before {
	opacity: 1;
}


.dealerInfo .list .item:hover .line {

	background-color: #003d99;
}



.dealerInfo .list .item .line {
	height: calc(100% + 4px);
	width: 5px;
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	background-color: rgba(12, 40, 84, 0.5);
}



.dealerInfo .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.dealerInfo .list .tit {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 42px;
}

.dealerInfo .list .item:hover .tit {
	color: #002d72;
}

.dealerInfo .list .box {
	display: flex;
	align-items: flex-start;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 17px;
}

.dealerInfo .list .box:last-child {
	margin-bottom: 0;
}


.dealerInfo .list .box img {
	flex-shrink: 0;
	margin-right: 16px;
	opacity: 0.5;
}


.dealerInfo .list a.box:hover img {
	transform: none;
	opacity: 1;
}


.dealerInfo .list a.box:hover {
	color: #002d72;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


@media screen and (max-width:1600px) {
	.contactUs .msg .title1 {
		margin-bottom: 20px;
	}

	.contactUs .msg .tip {
		margin-bottom: 40px;
	}

	.contactUs .msg .item .box {
		padding: 15px 25px;
	}

	.contactUs .msg {
		width: 40%;
	}

	.contactUs .cForm {
		padding: 40px 50px;
	}

	.cForm ul li {
		height: 50px;
	}

	.contactUs .con {
		align-items: center;
	}

	.cForm ul li.subBtn input {
		font-size: 16px;
	}

	.dealerInfo .title1 {
		margin-bottom: 50px;
	}

	.dealerInfo .list .item {
		padding: 30px 40px;
	}

	.dealerInfo .list .tit {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.dealerInfo .title1 {
		margin-bottom: 40px;
	}

	.dealerInfo .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.contactUs .msg .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .msg .tip {
		margin-bottom: 30px;
	}

	.cForm ul li.code {
		width: 100%;
	}

	.cForm ul li.subBtn {
		width: 100%;
	}

	.contactUs .msg {
		padding: 0;
	}

	.contactUs .cForm {
		padding: 40px 30px;
		width: 55%;
	}

	.contactUs .cForm {
		border-radius: 6px;
	}

	.cForm ul li.must::after {
		top: 14px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.contactUs .msg .tip {
		font-size: 14px;
	}

	.contactUs .msg .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .msg .item:nth-child(n) {
		width: 48%;
		border-radius: 5px;
	}

	.contactUs .msg .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.contactUs .msg .item:last-child {
		width: 100%;
	}

	.contactUs .cForm {
		width: 100%;
	}

	.cForm ul li.code {
		width: 47.1%;
	}

	.cForm ul li.subBtn {
		width: 47.1%;
	}

	.contactUs .msg .num {
		font-size: 14px;
		line-height: 26px;
	}

	.dealerInfo .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.dealerInfo .list .item:nth-child(1) {
		margin-top: 0;
	}

	.dealerInfo .list .box {
		font-size: 14px;
	}

	.dealerInfo .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.dealerInfo .list .box img {
		width: 22px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .msg .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.contactUs .msg .list .item:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .msg .item i {
		font-size: 26px;
	}

	.cForm ul li.message {
		padding: 0 22px;
	}

	.cForm ul li.message.must::after {
		top: 3px;
	}

	.cForm ul li.message {
		height: 120px;
	}

	.dealerInfo .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.cForm ul li.code {
		width: 100%;
	}

	.cForm ul li.subBtn {
		width: 100%;
	}

	.cForm ul li {
		height: 45px;
	}

	.contactUs .msg .item i {
		width: 50px;
		font-size: 22px;
	}

	.dealerInfo .list .item {
		padding: 30px 30px;
	}
}

@media screen and (max-width:450px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactUs .cForm {
		padding: 30px 20px;
	}
}





/* 7-1 Login */

.loginPiece {
	padding: 60px 0 59px 0;
	background-color: rgba(238, 239, 243, 0.6);
}


.signPiece {
	max-width: 679px;
	margin: 0 auto;
}


.signPiece .title1 {
	text-align: center;
	color: #333333;
	margin-bottom: 4px;
}

.signPiece .txts {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	margin-bottom: 59px;
	color: #333333;
}


.signPiece form ul li {
	width: 100%;
	height: 62px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #e0e0e0;
	overflow: hidden;
	margin-top: 20px;
	padding: 0 21px;
}

.signPiece form ul li:nth-child(1) {
	margin-top: 0;
}


.signPiece form input,
.signPiece form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 16px;
	font-family: Poppins-Regular, Arial, sans-serif;
}

.signPiece form input::-webkit-input-placeholder,
.signPiece form textarea::-webkit-input-placeholder {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.signPiece form input:-moz-placeholder,
.signPiece form textarea:-moz-placeholder {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.signPiece form input::-moz-placeholder,
.signPiece form textarea::-moz-placeholder {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.signPiece form input:-ms-input-placeholder,
.signPiece form textarea:-ms-input-placeholder {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	opacity: 1;
}

.signPiece form ul li.must {
	position: relative;
	padding: 0 35px;
}

.signPiece form ul li.must::after {
	content: "*";
	position: absolute;
	top: 17px;
	left: 19px;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 18px;
	color: #ff0000;
}

.signPiece form ul li.subBtn {
	padding: 0;
	border: none;
	margin-top: 29px;
}


.signPiece form ul li.subBtn input {
	background-color: #002d72;
	font-size: 18px;
	font-family: Poppins-Medium;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #002d72;
	border-radius: 4px;
}

.signPiece form ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #002d72;
}

.signPiece .btn {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
	margin-top: 25px;
	display: block;
}


.signPiece .btn:hover {
	color: #002d72;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


/* 7-2 Forgot password */



.forgotPassword {
	padding: 60px 0 55px 0;
	background-color: rgba(238, 239, 243, 0.6);
}

.forgotPassword .signPiece .title1 {
	margin-bottom: 7px;
}

.forgotPassword .signPiece .txts {
	color: #666666;
	margin-bottom: 40px;
}


.signPiece form ul li.code {
	background-color: transparent;
	padding: 0;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 0;
}



.signPiece form ul li.code>input {
	flex: 1;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 0 21px;
}

.signPiece form ul .getCode {
	flex-shrink: 0;
	width: 207px;
	height: 100%;
	background-color: #d3d3d3;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 12px;
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #333333;
}

.signPiece form ul .getCode:hover {
	background-color: #002d72;
	color: #ffffff;
}



@media screen and (max-width:1720px) {
	.signPiece .title1 {
		margin-bottom: 10px;
	}

	.signPiece .txts {
		margin-bottom: 40px;
	}

	.signPiece form ul li {
		height: 50px;
	}

	.signPiece form ul li.must::after {
		top: 11px;
	}

	.signPiece form ul .getCode {
		font-size: 14px;
	}

	.forgotPassword .signPiece .title1 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:999px) {
	.signPiece form ul li {
		height: 45px;
	}

	.signPiece form ul li.must::after {
		top: 10px;
	}

	.signPiece .txts {
		margin-bottom: 30px;
	}

	.signPiece form ul li.subBtn {
		margin-top: 20px;
	}

	.signPiece .btn {
		margin-top: 20px;
	}

	.signPiece form ul .getCode {
		width: 150px;
	}

	.forgotPassword .signPiece .txts {
		margin-bottom: 30px;
	}


}


@media screen and (max-width:538px) {
	.signPiece form ul li {
		height: 40px;
	}

	.signPiece form ul li.must::after {
		top: 6px;
	}

	.signPiece form ul .getCode {
		width: 100px;
	}
}



/* innerBanner */

.innerBanner {
	height: 190px;
	position: relative;
}


.innerBanner .image {
	width: 100%;
	height: 100%;
}


.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.innerBanner .con {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.innerBanner .title1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 1px;
}



/* crumb */

.crumb {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.crumb a,
.crumb i {
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.crumb a.active,
.crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.crumb i {
	font-style: normal;
}



/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 35px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular, Arial, sans-serif;
	font-size: 14px !important;
	color: #333333;
	margin: 5px 4.5px;
	border: solid 1px #e5e5e5;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #002d72;
	border-color: #002d72;
}
.pager .pageList a.no:hover {
	color: #333333 !important;
	background-color: #fff !important;
	border: solid 1px #e5e5e5 !important;
}

.pager .pageList a.prev,.pager .pageList a.big {
	width: 79px;
}

.pager .pageList a.next {
	width: 61px;
}



.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 17px;
	position: relative;
}

.pager .addTo p {
	width: 148px;
	height: 22px;
	background-color: #002d72;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 14px !important;
	color: #ffffff;
	border: 1px solid #002d72;
}

.pager .addTo img {
	margin-top: -2px;
}



.pager .addTo:hover p {
	background-color: #ffffff;
	color: #002d72;
}


.pager .addTo input {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-color: transparent;
	cursor: pointer;
}


@media screen and (max-width:1720px) {
	.innerBanner .title1 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}
}



/* footer */


footer {
	background-color: #0c2754;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
	padding: 104px 0 66px 0;
	position: relative;
}



footer .footerList .box li {
	margin-bottom: 10px;
}



footer .footerList .box li:last-child {
	margin-bottom: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fNav {
	width: 15%;
	margin-right: 5%;
}



footer .footerList .fContact {
	width: 30%;
	margin-right: 5%;
}

footer .footerList .fXintu {
	width:18%;
	margin-right: 2%;

}
footer .footerList .fXintuk{
  margin-top: 46px;
  
  justify-content: space-between; 
}
footer .footerList .fXintuk >a{ margin-top: 20px;display: block;}

footer .footerList .fXintuk a img{max-width: 100%;
display: block;}
footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact .address {
	margin-top: -5px;
}

footer .footerList .fContact .address p {
	line-height: 36px;
}

footer .footerList .fSubscribe {
	width: 40%;
}


footer .footerList .fSubscribe form {
	margin-top: 39px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}



.fSubscribe form input,
.fSubscribe form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-family: Poppins-Medium;
	background-color: transparent;
	font-size: 16px;
}


.fSubscribe form li.info {
	width: 80.5%;
	height: 48px;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
}


.fSubscribe form li.info>input {
	flex: 1;
	padding: 0 18px;
}


.fSubscribe form li.info .line {
	width: 2px;
	height: 31px;
	background-color: rgba(255, 255, 255, .3);
}

.fSubscribe form li .code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	flex-shrink: 0;
	width: 210px;
	height: 100%;
}


.fSubscribe form li .code input {
	flex: 1;
	padding: 0 14px;
}


.fSubscribe form li .code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 98px;
	height: 100%;
	background-color: #f3fbfe;
}

.fSubscribe form li .code .codeImg img {
	height: 100%;
}

.fSubscribe form li.subBtn {
	padding: 0;
	width: 17.6%;
	height: 49px;
}


.fSubscribe form li.subBtn input {
	background-color: #ffffff;
	cursor: pointer;
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #002d62;
	border: 1px solid #ffffff;
}


.fSubscribe form li.subBtn input:hover {
	background-color: transparent;
	color: #ffffff;
}


.fSubscribe form input::-webkit-input-placeholder,
.fSubscribe form textarea::-webkit-input-placeholder {
	font-family: Poppins-Medium;
	font-size: 16px;
	color: rgba(255, 255, 255, .3);
}

.fSubscribe form input:-moz-placeholder,
.fSubscribe form textarea:-moz-placeholder {
	font-family: Poppins-Medium;
	font-size: 16px;
	color: rgba(255, 255, 255, .3);
}

.fSubscribe form input::-moz-placeholder,
.fSubscribe form textarea::-moz-placeholder {
	font-family: Poppins-Medium;
	font-size: 16px;
	color: rgba(255, 255, 255, .3);
}

.fSubscribe form input:-ms-input-placeholder,
.fSubscribe form textarea:-ms-input-placeholder {
	font-family: Poppins-Medium;
	font-size: 16px;
	color: rgba(255, 255, 255, .3);
}

.fSubscribe form li.blogrolls {
	padding: 0;
	background-color: transparent;
	width: 100%;
	margin-top: 58px;
	height: auto;
}

footer .blogrolls {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .blogrolls .list {
	display: flex;
	flex-wrap: wrap;
}

footer .blogrolls a {
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 28.5px;
	margin-bottom: 10px;
}


footer .blogrolls a i {
	font-size: 26px;
	color: #ffffff;
}


footer .blogrolls a:hover i {
	transform: translateY(-10px);
}


footer .blogrolls a:last-child {
	margin-right: 0;
}


footer .blogrolls a:hover {
	border-color: #ffffff;
	color: #ffffff;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}




footer .title {
	font-family: Poppins-SemiBold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}


footer a.title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


footer .footerList .box {
	margin-top: 46px;
}


footer .footerList .box a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

footer .fBottom {
	background-color: #031f4c;
	border-top: 2px solid rgba(132, 151, 180, 0.36);
	padding: 25px 0 25px 0;
}


footer .copyright {
	font-size: 16px;
	line-height: 24px;
	color: rgba(255, 255, 255, .6);
}


footer .copyright a {
	font-size: 14px;
	display: inline;
	color: rgba(255, 255, 255, .6);
}

footer .copyright a:hover {
	color: #ffffff;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links {
	color: rgba(255, 255, 255, .6);
	font-size: 16px;
	line-height: 24px;
}

footer .links span {
	margin-right: 1px;
	font-size: 16px;
	line-height: 24px;
}

footer .links a {
	margin-right: 10px;
	color: rgba(255, 255, 255, .6);
	font-size: 16px;
	line-height: 24px;
}

footer .links a:hover {
	color: #ffffff;
}


footer .email a {
	word-break: break-all;
}


@media screen and (max-width:1720px) {
	footer .footerList {
		padding: 80px 0;
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .fContact {
		width: 30%;
	}

	footer .footerList .fSubscribe {
		width: 42%;
	}
	
	footer .footerList .fXintu {
  width: 15%;
  margin-right: 2% !important;
}

	footer .blogrolls a i {
		font-size: 24px;
	}

	footer .copyright {
		margin-bottom: 10px;
	}
	
}

@media screen and (max-width:1333px) {
	footer .footerList {
		padding: 60px 0;
	}

	footer .footerList .fNav {
		width: 20%;
	}

	.fSubscribe form li.info {
		width: 100%;
	}

	.fSubscribe form li.subBtn {
		width: 100%;
		margin-top: 20px;
		height: 40px;
	}

	.fSubscribe form li.info {
		height: 40px;
	}

	.fSubscribe form li.blogrolls {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
	}

	.fSubscribe form li.blogrolls .title {
		margin-bottom: 20px;
	}

	footer .footerList .box {
		margin-top: 30px;
	}

	footer .footerList .fSubscribe form {
		margin-top: 30px;
	}
	

}

@media screen and (max-width:999px) {
	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box {
		margin-top: 15px;
	}

	footer .title {
		font-size: 18px;
		line-height: 30px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		font-weight: bold;
	}

	footer .blogrolls a i {
		font-size: 22px;
	}

	footer .footerList {
		padding: 50px 0;
	}

	.fSubscribe form li.info {
		width: 70%;
	}

	.fSubscribe form li.subBtn {
		width: 25%;
		margin-top: 0;
	}

	footer .fBottom {
		padding-bottom: 70px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .box,
	footer .footerList .fSubscribe form,footer .footerList  .fXintuk {
		display: none;
		transition: none;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fContact .address {
		margin-top: 10px;
		width: 100%;
	}

	footer .footerList .fContact .address p {
		line-height: 26px;
	}

	footer .footerList .fSubscribe form {
		margin-top: 15px;
	}

	.fSubscribe form li.blogrolls {
		margin-top: 20px;
	}

	footer .copyright {
		font-size: 14px;
		line-height: 26px;
	}

	footer .links a,
	footer .links span {
		font-size: 14px;
		line-height: 24px;
	}
	
	footer .footerList .fXintu{
		margin-right: 0 !important;
	}
	
	footer .footerList .fXintuk{
      margin-top: 0px;
    }
}

@media screen and (max-width:768px) {
	.fSubscribe form li.info {
		width: 100%;
	}

	.fSubscribe form li.subBtn {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList {
		padding: 40px 0;
	}

	footer .blogrolls a i {
		font-size: 20px;
	}

	.fSubscribe form li.info,
	.fSubscribe form li.subBtn {
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+1) {
		margin-top: 0;
	}
}



@media screen and (max-width:450px) {
	.fSubscribe form li.info {
		flex-direction: column;
		align-items: flex-start;
		height: auto;
		border: none;
	}

	.fSubscribe form li.info>input {
		border: 1px solid #ffffff;
		height: 36px;
		flex: none;
	}

	.fSubscribe form li .line {
		display: none;
	}

	.fSubscribe form li .code {
		height: 36px;
		width: 100%;
		border: 1px solid #ffffff;
		margin-top: 15px;
	}
}














/* 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: Poppins-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.lianxi .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #002d72;
	color: #fff;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.lianxi .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}


@font-face {
	font-family: 'Poppins-SemiBold';
	font-display: swap;
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'),
		url('../fonts/PoppinsSemiBold.woff2') format('woff2'),
		url('../fonts/PoppinsSemiBold.woff') format('woff'),
		url('../fonts/PoppinsSemiBold.ttf') format('truetype'),
		url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
	font-family: 'Poppins-Regular';
	font-display: swap;
	src: url('../fonts/PoppinsRegular.eot');
	src: url('../fonts/PoppinsRegular.eot') format('embedded-opentype'),
		url('../fonts/PoppinsRegular.woff2') format('woff2'),
		url('../fonts/PoppinsRegular.woff') format('woff'),
		url('../fonts/PoppinsRegular.ttf') format('truetype'),
		url('../fonts/PoppinsRegular.svg#PoppinsRegular') format('svg');
}


@font-face {
	font-family: 'Poppins-Medium';
	font-display: swap;
	src: url('../fonts/PoppinsMedium.eot');
	src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'),
		url('../fonts/PoppinsMedium.woff2') format('woff2'),
		url('../fonts/PoppinsMedium.woff') format('woff'),
		url('../fonts/PoppinsMedium.ttf') format('truetype'),
		url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}

@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

/* 2025.3.27 */


.bannerItem1 .msg {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	top: 0;
	display: flex;
	align-items: center;
	padding-bottom: 90px;
}

.bannerItem1 .msg .box {
	width: 60%;
}


.bannerItem1 .title {
	font-family: Poppins-SemiBold;
	font-size: 46px;
	line-height: 58px;
	color: #ffffff;
	margin-bottom: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.bannerItem1 .txts {
	margin-bottom: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.bannerItem1 .txts p em {
	font-style: normal;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 36px;
	color: rgba(255, 255, 255, .8);
	display: block;
	padding-left: 40px;
	position: relative;
}


.bannerItem1 .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 26px;
	height: 26px;
	background-image: url("../images/bannerSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.bannerItem1 .btn {
	width: 209px;
	height: 50px;
	background-color: #f7f9fa;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #0c2854;
	border: 1px solid #f7f9fa;
}



.bannerItem1 .btn:hover {
	background-color: transparent;
	color: #ffffff;
}

.bannerItem1 .small {
	display: none;
}

@media screen and (max-width:1600px) {
	.bannerItem1 .title {
		font-size: 30px;
		line-height: 42px;
	}

	.bannerItem1 .txts p em {
		font-size: 16px;
		line-height: 30px;
		padding-left: 35px;
	}

	.bannerItem1 .txts p em::after {
		width: 22px;
		height: 22px;
		top: 3px;
	}

	.bannerItem1 .txts {
		margin-bottom: 35px;
	}

	.bannerItem1 .btn {
		height: 40px;
		border-radius: 5px;
		width: 180px;
	}

	.bannerItem1 .msg {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.bannerItem1 .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.bannerItem1 .txts p em {
		font-size: 14px;
		padding-left: 30px;
	}

	.bannerItem1 .txts {
		margin-bottom: 20px;
	}

	.bannerItem1 .btn {
		font-size: 14px;
		height: 32px;
		width: 140px;
	}

	.bannerItem1 .txts p em::after {
		width: 18px;
		height: 18px;
		top: 5px;
	}
}

@media screen and (max-width:999px) {
	.bannerItem1 .txts p em {
		font-size: 12px;
		line-height: 22px;
	}

	.bannerItem1 .title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.bannerItem1 .btn {
		font-size: 12px;
		height: 28px;
		width: 120px;
		border-radius: 2px;
	}

	.bannerItem1 .msg .box {
		width: 68%;
	}

	.bannerItem1 .txts p em::after {
		width: 16px;
		height: 16px;
		top: 3px;
	}

	.bannerItem1 .msg {
		padding-bottom: 40px;
	}


}

@media screen and (max-width:750px) {
	.bannerItem1 .small {
		display: block;
	}

	.bannerItem1 .big {
	/*	display: none;*/
	}

	.bannerItem1 .title {
		font-size: 40px;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.bannerItem1 .txts {
		margin-bottom: 48px;
	}

	.bannerItem1 .txts p em {
		font-size: 18px;
		line-height: 36px;
		padding-left: 39px;
	}

	.bannerItem1 .txts p em::after {
		width: 26px;
		height: 26px;
	}

	.bannerItem1 .btn {
		width: 209px;
		height: 50px;
		font-size: 16px;
		border-radius: 6px;
	}

	.bannerItem1 .msg {
		width: 100%;
		padding: 55px 30px 60px 57px;
		align-items: flex-start;
	}

	.bannerItem1 .msg .box {
		width: 100%;
	}

	.bannerItem1 .txts p em::after {
		top: 5px;
	}
}

@media screen and (max-width:700px) {
	.bannerItem1 .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.bannerItem1 .txts p em {
		font-size: 14px;
		line-height: 26px;
		padding-left: 30px;
	}

	.bannerItem1 .msg {

		padding: 40px 30px;
	}

	.bannerItem1 .txts p em::after {
		width: 20px;
		height: 20px;
		top: 3px;
	}

	.bannerItem1 .btn {
		height: 36px;
		font-size: 14px;
		width: 150px;
		border-radius: 5px;
	}
}


@media screen and (max-width:538px) {
	.bannerItem1 .title {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.bannerItem1 .txts {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:400px) {
	.bannerItem1 .title {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.bannerItem1 .msg {
		padding: 30px 20px;
	}

	.bannerItem1 .txts p em {
		font-size: 12px;
		line-height: 22px;
	}

	.bannerItem1 .txts p em::after {
		width: 16px;
		height: 16px;
	}

	.bannerItem1 .txts {
		margin-bottom: 20px;
	}

	.bannerItem1 .btn {
		font-size: 12px;
	}

	.bannerItem1 .btn {
		height: 30px;
		width: 130px;
		border-radius: 3px;
	}

}



.bannerItem2 .small {
	display: none;
}


.bannerItem2 .msg {
	position: absolute;
	left: 50%;
	height: 100%;
	top: 0;
	transform: translateX(-50%);
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bannerItem2 .tit {
	font-family: Poppins-SemiBold;
	font-size: 66px;
	line-height: 66px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 4px;
}


.bannerItem2 .title {
	font-family: Poppins-SemiBold;
	font-size: 77px;
	line-height: 77px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 14px;
}

.bannerItem2 .txts {
	font-family: Poppins-Light;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 36px;
}


.bannerItem2 .btn {
	width: 191px;
	height: 50px;
	border-radius: 6px;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Medium;
	font-size: 16px;
	color: #ffffff;
	margin: 0 auto;
}


.bannerItem2 .btn:hover {
	background-color: #ffffff;
	color: #002d72;
}

@media screen and (max-width:1600px) {
	.bannerItem2 .tit {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.bannerItem2 .title {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 20px;
	}

	.bannerItem2 .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.bannerItem2 .btn {
		height: 40px;
	}

}

@media screen and (max-width:1333px) {
	.bannerItem2 .tit {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.bannerItem2 .title {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.bannerItem2 .txts {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.bannerItem2 .btn {
		height: 36px;
		width: 160px;
	}
}

@media screen and (max-width:999px) {
	.bannerItem2 .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 0;
	}

	.bannerItem2 .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.bannerItem2 .txts {
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.bannerItem2 .btn {
		height: 32px;
		width: 140px;
		font-size: 14px;
		margin-bottom: 20px;
	}

}

@media screen and (max-width:750px) {
	.bannerItem2 .big {
	/*	display: none;*/
	}

	.bannerItem2 .small {
		display: block;
	}

	.bannerItem2 .tit {
		font-size: 58px;
		line-height: 58px;
		margin-bottom: 5px;
	}


	.bannerItem2 .title {
		font-size: 68px;
		line-height: 68px;
		margin-bottom: 7px;
	}

	.bannerItem2 .txts {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 35px;
	}

	.bannerItem2 .btn {
		width: 191px;
		height: 50px;
		border-radius: 6px;
		font-size: 16px;
	}


}

@media screen and (max-width:700px) {
	.bannerItem2 .tit{
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.bannerItem2 .title{
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 20px;
	}
	
	.bannerItem2 .txts{
		font-size: 16px;
		line-height: 26px;
	}
	
	.bannerItem2 .btn{
		height: 40px;
		width: 160px;
	}
	
}


@media screen and (max-width:538px) {
	.bannerItem2 .tit{
		font-size: 24px;
		line-height: 24px;
	}
	.bannerItem2 .title{
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	.bannerItem2 .txts{
		font-size: 14px;
		line-height: 24px;
	}
	
	.bannerItem2 .btn{
		height: 36px;
		width: 140px;
	}
}


@media screen and (max-width:400px) {
	.bannerItem2 .tit{
		font-size: 18px;
		line-height: 28px;
	}
	.bannerItem2 .title{
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	.bannerItem2 .txts{
		font-size: 12px;
		line-height: 22px;
		margin-bottom: 20px;
	}
	
	.bannerItem2 .btn{
		height: 32px;
		font-size: 12px;
	}
}

.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:#2a62b7}	
.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: #2a62b7;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}
.salesNetwork .con {
	position: relative;
}


.salesNetwork .con .locationImg img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .4;
}


.salesNetwork .con .classification {
	position: absolute;
	left: 0;
	bottom: 6.3%;
}

.salesNetwork .con .classification .item {
	display: flex;
	align-items: center;
	margin-bottom: 20.5px;
}


.salesNetwork .con .classification .item:last-child {
	margin-bottom: 0;
}


.salesNetwork .con .btn {
	border-radius: 50%;
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.16);
	border: solid 6px #ffffff;
}

.salesNetwork .con .classification .btn {
	margin-right: 14px;
}

.salesNetwork .con .classification .name {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #333333;
}


.salesNetwork .con .btn.headquarter {
	background-color: #0057dd;
}

.salesNetwork .con .btn.branch {
	background-color: #002d72;
}

.salesNetwork .con .btn.distributor {
	background-color: #12aeff;
}





.salesNetwork .con .list .item {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.salesNetwork .con .list .item .btn {
	transform: translateX(-6px) translateY(-6px);
}


.salesNetwork .con .list .item:nth-child(1) {
	left: 46.45%;
	top: 29.8%;
}

.salesNetwork .con .list .item:nth-child(2) {
	left: 48.59%;
	top: 30.8%;
}

.salesNetwork .con .list .item:nth-child(3) {
	left: 49.8%;
	top: 29.8%;
	z-index: 2;
}

.salesNetwork .con .list .item:nth-child(4) {
	left: 51.9%;
	top: 29.7%;
	z-index: 2;
}

.salesNetwork .con .list .item:nth-child(5) {
	left: 52.95%;
	top: 27.8%;
}

.salesNetwork .con .list .item:nth-child(6) {
	top: 33.1%;
	left: 49.8%;
	z-index: 3;
}

.salesNetwork .con .list .item:nth-child(7) {
	left: 47.85%;
	top: 34.2%;
}

.salesNetwork .con .list .item:nth-child(8) {
	left: 53%;
	top: 36.2%;
}

.salesNetwork .con .list .item:nth-child(9) {
	top: 37.7%;
	left: 50.1%;
}

.salesNetwork .con .list .item:nth-child(10) {
	left: 52.7%;
	top: 38.9%;
	z-index: 2;
}

.salesNetwork .con .list .item:nth-child(11) {
	left: 46.5%;
	top: 39%;
}

.salesNetwork .con .list .item:nth-child(12) {
	left: 45.29%;
	top: 40%;
	z-index: 2;
}

.salesNetwork .con .list .item:nth-child(13) {
	left: 55.8%;
	top: 40.1%;
}

.salesNetwork .con .list .item:nth-child(14) {
	top: 45.1%;
	left: 55.65%;
}

.salesNetwork .con .list .item:nth-child(15) {
	left: 59.25%;
	top: 47.2%;
}

.salesNetwork .con .list .item:nth-child(16) {
	left: 67%;
	top: 47.79%;
}

.salesNetwork .con .list .item:nth-child(17) {
	left: 72.3%;
	top: 49.87%;
}

.salesNetwork .con .list .item:nth-child(18) {
	top: 50%;
	left: 74.3%;
	z-index: 2;
}

.salesNetwork .con .list .item:nth-child(19) {
	top: 47.5%;
	left: 75.2%;
}

.salesNetwork .con .list .item:nth-child(20) {
	top: 43.6%;
	left: 77.2%;
}

.salesNetwork .con .list .item:nth-child(21) {
	top: 62.5%;
	left: 73.24%;
}

.salesNetwork .con .list .item:nth-child(22) {
	top: 63.2%;
	left: 76.1%;
}

.salesNetwork .con .list .item:nth-child(23) {
	left: 33.2%;
	top: 68.8%;
}


.salesNetwork .con .list .item:nth-child(24) {
	left: 80.8%;
	top: 77.67%;
}

.salesNetwork .con .list .item:nth-child(25) {
	top: 90.4%;
	left: 90.3%;
}


.salesNetwork .con .list .sign {
	width: 113px;
	position: absolute;
	left: -49px;
	bottom: -36px;
	opacity: 0;
	pointer-events: none;
}






.salesNetwork .con .list .msg {
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.16);
	border-radius: 8px;
	padding: 20px 30px 22px 30px;
	position: absolute;
	width: 283px;
	left: 50px;
	top: -47px;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
}


.salesNetwork .con .list .item:nth-child(24) .msg,
.salesNetwork .con .list .item:nth-child(25) .msg{
	left: auto;
	right: 50px;
}



.salesNetwork .con .list .address {
	font-family: Poppins-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #002d72;
	margin-bottom: 9px;
	white-space: nowrap;
	z-index: 9999;
}

.salesNetwork .con .list .address span {
	color: #333333;
}

.salesNetwork .con .list .name {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #002d72;
	white-space: nowrap;
}


.salesNetwork .con .list .item.active .msg,
.salesNetwork .con .list .item.active .sign{
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width:1333px){
 	.salesNetwork .con .list .item:nth-child(n) .msg{
		left: auto;
		right: 50px;
	}
	.salesNetwork .con .classification .item{
		margin-bottom: 16px;
	}	
	.salesNetwork .con .btn{
		width: 20px;
		height: 20px;
		border-width: 4px;
	}
}
@media screen and (max-width:999px){
 	.salesNetwork .con .list .item:nth-child(n) .msg,
	.salesNetwork .con .list .item:nth-child(n) .sign{
		display: none;
	}	
	.salesNetwork .con .classification .item{
		margin-bottom: 10px;
	}
}
@media screen and (max-width:768px){
	.salesNetwork .con .classification .item{
		margin-bottom: 5px;
	}	 
}



.reports .title1 {
    margin-bottom:50px;
    color: #333333;
}


.reports .list{
	display: flex;
	flex-wrap: wrap;
}



.reports .list .item{
	width: 23.5%;
	margin-right: 2%;
	background-color: #f3f4f6;
}

.reports .list .item:hover{
	background-color: #404040;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

.reports .list .item:nth-child(4n){
	margin-right: 0;
	margin-top: 30px;
}


.reports .list .item:nth-child(-n+4){
	margin-top: 0;
}

.reports .list .item:hover img{
	transform: none;
}

.reports .list .msg{
	padding: 20px;
}

.reports .list .pdTit{
	margin-bottom: 10px;
}

.reports .list .btn{
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.reports .list .btn{
	font-size: 18px;
	line-height: 30px;
	font-family: Poppins-SemiBold;
}

.reports .list .btn i{
	font-size: 18px;
}



.reports .list .item:hover .pdTit,
.reports .list .item:hover .btn,
.reports .list .item:hover .btn i{
	color: #ffffff;
}

@media screen and (max-width:1600px){
 	.reports .title1{
		margin-bottom: 40px;
	}
}
@media screen and (max-width:1333px){
 	.reports .list .item:nth-child(n){
 		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
 	}
	
	.reports .list .item:nth-child(3n){
		margin-right: 0;
	}
	.reports .list .item:nth-child(-n+3){
		margin-top: 0;
	}
	
	.reports .list{
		justify-content: space-between;
	}
}
@media screen and (max-width:999px){
	
	.reports .list {
		justify-content: space-between;
	}
 	.reports .list .item:nth-child(n){
 		width: 48%;
 		margin-right: 0%;
 		margin-top: 30px;
 	}	
	.reports .list .item:nth-child(-n+2){
		margin-top: 0;
	}
}
@media screen and (max-width:768px){
	.reports .title1{
		margin-bottom: 30px;
	}	 
	.reports .list .btn i{
		font-size: 16px;
	}
}
@media screen and (max-width:450px){
 	.reports .list .item:nth-child(n){
		width: 100%;
		margin-top: 30px;
	}	
	.reports .list .item:nth-child(1){
		margin-top: 0;
	}
}



.productFilter {
	margin-bottom: 7px;
}


.productFilter:nth-child(2) {
	margin-bottom: 0;
	display: none;
	transition: none;
}




.moreFilterBtn {
	height: 50px;
	background-color: rgba(0, 45, 114, 0.1);
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-top: 16px;
}



.moreFilterBtn:hover {
	background-color: rgba(0, 45, 114, 1);
	color: #ffffff;
}




@media screen and (max-width:999px) {
	.moreFilterBtn {
		font-size: 16px;
		height: 46px;
		border-radius: 5px;
		line-height: 26px;
	}
}

.productCertificate .btn {
    width: 240px;
    height: 54px;
    background-color: rgba(0, 45, 98, 0.12);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #002d72;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* 8-1 Our App */

.ourApp {
	background-color: rgba(238, 239, 243, 0.6);
	padding: 74px 0 91px 0;
}


.ourApp .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.ourApp .msg {
	flex: 1;
	margin-right: 11%;
}


.ourApp .image {
	flex-shrink: 0;
	width: 518px;
}

.ourApp .title {
	font-family: Poppins-SemiBold;
	font-size: 32px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 19px;
}


.ourApp .tit {
	font-family: Poppins-Regular;
	font-size: 18px;
	line-height: 26px;
	color: #999999;
	margin-bottom: 30px;
}


.ourApp .txts {
	line-height: 26px;
	margin-bottom: 16px;
}

.ourApp .txts p {
	hyphens: auto;
}

.ourApp .compatiblMsg .tit {
	font-family: Poppins-Medium;
	font-size: 16px;
	line-height: 26px;
	color: #002d62;
	margin-bottom: 9px;
}


.ourApp .compatiblMsg .msg {
	margin-bottom: 57px;
}


.ourApp .compatiblMsg .msg p {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}


.ourApp .compatiblMsg .msg p em {
	padding-left: 10px;
}

.ourApp .compatiblMsg .msg p em::after {
	content: "";
	background: none;
	width: 6px;
	height: 6px;
	background-color: #333333;
	opacity: 0.6;
	border-radius: 50%;
	left: 0;
	top: 5px;
	flex-shrink: 0;
}


.ourApp .msg .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 28px;
}



.ourApp .msg .list a {
	width: 135px;
	height: 40px;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 5px;
}


@media screen and (max-width:1560px) {
	.ourApp .image {
		width: 480px;
	}

	.ourApp .title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.ourApp .image {
		width: 400px;
	}

	.ourApp .title {
		font-size: 26px;
		line-height: 36px;
	}
}

@media screen and (max-width:1200px) {
	.ourApp .con{
		flex-direction: column;
		align-items: flex-start;
	}
	.ourApp .image{
		width: 100%;
	}
	
	.ourApp .compatiblMsg .msg{
		margin-bottom: 40px;
	}
	.ourApp .msg{
		margin: 0;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.ourApp .title{
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.ourApp .tit{
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	
	.ourApp .msg{
		margin-bottom: 40px;
	}
	
}

@media screen and (max-width:768px) {
	.ourApp .title{
		font-size: 22px;
		line-height: 32px;
	}
}


/* 2025.5.14 */

.downloadPiece.downloadPiece2 .innerCategory a {
	background-color: #f0f1f5;
}

.downloadPiece.downloadPiece2 .innerCategory a {
	background-color: #f0f1f5;
}


.downloadPiece2 .innerCategory a.active,
.downloadPiece2 .innerCategory a:hover {
	background-color: #0764ef;
	border-color: #0764ef;
}


.downloadPiece2 .innerSearch .subBtn {
	background-color: #0764ef;
}


.downloadPiece2 .innerSearch .subBtn:hover {
	background-color: #f0f1f5;
}

.downloadPiece2 .innerSearch .subBtn:hover i {
	color: #0764ef;
}


.downloadPiece.downloadPiece2 .list .tit:hover {
	color: #0764ef;
}

.downloadPiece.downloadPiece2 .list .btns {
	flex-direction: row-reverse;
	background-color: rgba(0, 45, 114, 0.1);
	width: 133px;
}


.downloadPiece.downloadPiece2 .list .btns a:hover{
	background-color: #0764ef;
}

.downloadPiece.downloadPiece2 .list .msg{
	padding: 26px 10px 20px 21px;
}


.pager .pageList.logoinhoupager a.active, .pager .pageList.logoinhoupager a:hover{
	background-color: #0764ef;
	border-color: #0764ef;
}

.downloadPiece.downloadPiece2 .line{
	display: none;
}


@media screen and (max-width:1333px){
 	.downloadPiece.downloadPiece2 .list .btns{
		width: 100px;
	}	
	.downloadPiece.downloadPiece2 .list .msg{
		padding: 20px 15px;
	}
}
@media screen and (max-width:538px){
 	.downloadPiece.downloadPiece2 .list .btns{
		width: 100%;
		height: 35px;
	}	
}


.innerBanner.innerBanner2{
	height: 270px;
}

@media screen and (max-width:1333px){
 	.innerBanner.innerBanner2{
 		height: 220px;
 	}	
}


.m-clstext{
    margin-bottom:50px;
}
.m-clstext .box-desc a{
    color:#002d72;
}
.m-clstext .box-desc.hid {
  max-height: 150px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}


.m-clstext .box-link .span {
  display: inline-block;
  min-width: 140px;
  padding: 7px 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #002d72;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.m-clstext .box-link .span2 {
  display: none;
}

.m-clstext .box-link.active .span1 {
  display: none;
}

.m-clstext .box-link.active .span2 {
  display: inline-block;
}
