@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: NunitoSans-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	height: 100%;
	background: #fff;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
}

ul {
	list-style: none;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0038a9 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #0038a9;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: NunitoSans-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;
	}
}

.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: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: NunitoSans-Regular, Arial, sans-serif;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}

	.innerRange {
		padding: 50px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.innerRange {
		padding: 50px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.innerRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.innerRange {
		padding: 40px 0 40px 0 !important;
	}
}




@media screen and (max-width:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #0038a9;
		right: 2.5%;
		top: 24px;
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(0, 56, 169, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: NunitoSans-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 */


nav {
	height: 131px;
	background-color: #ffffff;
	position: relative;
}


nav .nTop {
	height: 30px;
	background-color: #0038a9;
	position: relative;
	z-index: 9999;
}


nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .nTop .blogrolls {
	display: flex;
	align-items: center;
}


nav .blogrolls a {
	width: 22px;
	height: 22px;
	font-size: 12px;
	margin-right: 6px;
	border-radius: 5px;
	border: solid 2px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
}


nav .blogrolls a:hover {
	background-color: #ffffff;
	color: #0038a9;
}


nav .blogrolls a:last-child {
	margin-right: 0;
}



nav .msgList {
	display: flex;
	align-items: center;
	padding-right: 50px;
}

nav .msgList i {
	color: #ffffff;
	font-size: 18px;
	margin-right: 5px;
}

nav .msgList .name,
nav .msgList .num {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}


nav .msgList a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


nav .msgList .item {
	display: flex;
	align-items: center;
	margin-right: 125px;
}

nav .msgList .item:last-child {
	margin-right: 0;
}


nav .btns {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 999;
	flex-shrink: 0;
	margin-right: 38px;
}


nav .search .searchBtn {
	cursor: pointer;
	margin-right: 7px;
}


nav .search .searchBtn i {
	color: #ffffff;
	display: block;
	font-size: 16px;
}


nav .search .searchBtn:hover i {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


nav .search form {
	position: absolute;
	top: 100%;
	right: 0;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
	width: 0;
	border-bottom: 1px solid #ffffff;
	border-radius: 15px;
	overflow: hidden;
}


nav .search form.active {
	width: 260px;
}

nav .search form>input {
	padding: 0 10px;
}


nav .search form input {
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: transparent;
	font-size: 14px !important;
}

nav .search input::-webkit-input-placeholder {
	font-size: 14px !important;
}

nav .search input:-moz-placeholder {
	font-size: 14px !important;
}

nav .search input::-moz-placeholder {
	font-size: 14px !important;
}

nav .search input:-ms-input-placeholder {
	font-size: 14px !important;
}


nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}

nav .search form .subBtn i {
	color: #333333;
	font-weight: bold;
	font-size: 16px;

}

nav .search form .subBtn:hover i {
	color: #0038a9;
}



nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}


nav .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #ffffff;
}


nav .lanBtn:hover span {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


nav .lanBtn span {
	font-size: 16px;
	font-family: Arial;
	color: #ffffff;
	margin-left: 10px;
}


nav .lanBtn i {
	color: #ffffff;
}


nav .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	z-index: 99;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px 0;
}


nav .language ul li {
	margin-bottom: 10px;
}

nav .language ul li:last-child {
	margin-bottom: 0;
}


nav .language ul a {
	padding: 0 20px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}


nav .language ul a:hover {
	color: #0038a9;
}






nav.active .nBottom {
	position: fixed;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}



nav .nBottom {
	height: 101px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 999;
}

html {
	scroll-padding-top: 101px;
}


nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}


nav .logo {
	display: flex;
	align-items: center;
}

nav .logo {
	width: 141px;
	flex-shrink: 0;
}



nav .logo:hover img {
	transform: none;
}



nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}


nav .navList>ul>li {
	margin-right: 56.5px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 101px;
	line-height: 101px;
	font-family: NunitoSans-Bold;
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #0038a9;
}






/* productSlides */

.productSlides {
	padding-top: 6px;
	position: absolute;
	top: 100%;
	left: -42px;
	display: none;
	transition: none;
}

.productSlides .listCon {
	display: flex;
	align-items: flex-start;
}


.productSlides .oneLevel,
.productSlides .twoLevel {
	width: 250px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
}

.productSlides .oneLevel {
	margin-right: 6px;
}

.productSlides .oneLevel ul {
	display: none;
}

.productSlides li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 26px;
	font-family: NunitoSans-Regular, Arial, sans-serif;
	line-height: 26px;
	color: #333333;
}

.productSlides .oneLevel li a {
	font-size: 18px;
}

.productSlides .twoLevel li a {
	font-size: 16px;
}


.productSlides li a i {
	font-weight: bold;
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 5px;
	color: #333333;
	margin-right: -13px;
}


.productSlides li:hover>a,
.productSlides li.active>a {
	background-color: rgba(39, 64, 130, 0.1);
}

.productSlides .oneLevel li:hover>a,
.productSlides .oneLevel li.active>a {
	color: #274082;
}



.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	padding: 20px 0;
	max-width: 320px;
	width: max-content;
	box-shadow: 7px 7px 24px 0px rgba(0, 0, 0, 0.2);
	display: none;
	transition: none;
	border-radius: 10px;
}



.moreList ul {
	left: 100%;
	top: -20px;
}


.moreList {
	top: calc(100% + 6px);
	left: -20px;
}


.moreList li {
	margin-bottom: 10px;
	position: relative;
}

.moreList li:last-child {
	margin-bottom: 0;
}


.moreList a {
	padding: 0 20px;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.moreList a:hover {
	color: #0038a9;
}



.xnav .blogrolls,
.xnav .msgList {
	display: none;
}


.serviceSlides {
	position: absolute;
	top: calc(100% + 6px);
	left: 50%;
	transform: translateX(-33%);
	width: 700px;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 26px 16px 45px 47px;
	display: none;
	transition: none;
}




.serviceSlides .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.serviceSlides ul {
	padding: 14px 0;
}

.serviceSlides ul>li {
	margin-bottom: 35px;
}

.serviceSlides ul>li:last-child {
	margin-bottom: 0;
}

.serviceSlides ul>li>a {
	font-family: NunitoSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.serviceSlides ul>li:hover>a,
.serviceSlides ul>li.active>a {
	color: #0038a9;
}

.serviceSlides .images {
	width: 317px;
	flex-shrink: 0;
	margin-left: 30px;
	border-radius: 20px;
	overflow: hidden;
}

.serviceSlides .images .image {
	display: none;
}

.serviceSlides .images .image:nth-child(1) {
	display: block;
}




@media screen and (max-width:1560px) {
	nav .msgList {
		padding-right: 0;
	}

	nav .msgList .item {
		margin-right: 80px;
	}

	nav .navList>ul>li {
		margin-right: 40px;
	}

	nav .nBottom {
		height: 80px;
	}

	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
		font-size: 16px;
	}

	html {
		scroll-padding-top: 80px;
	}

	nav {
		height: 110px;
	}

	.moreList a {
		font-size: 16px;
		line-height: 26px;
	}

	.moreList,
	.moreList ul {
		width: 280px;
	}

	nav .logo {
		width: 120px;
	}

	.serviceSlides {
		transform: translateX(-50%);
		width: 600px;
		border-radius: 10px;
		padding: 20px;
	}

	.serviceSlides .images .image {
		border-radius: 10px;
	}

	.serviceSlides ul>li {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	nav .msgList .item {
		margin-right: 40px;
	}

	nav .search {
		margin-right: 25px;
	}

	nav .navList>ul>li {
		margin-right: 35px;
	}

	nav .logo {
		width: 100px;
	}

	.moreList,
	.moreList ul {
		width: 230px;
		border-radius: 5px;
	}

	nav .language ul {
		border-radius: 5px;
	}

	nav .lanBtn span {
		font-size: 14px;
	}

	nav .nBottom {
		height: 70px;
	}

	nav .navList>ul>li>a {
		height: 70px;
		line-height: 70px;
		font-size: 16px;
	}

	html {
		scroll-padding-top: 70px;
	}

	nav {
		height: 100px;
	}

	.serviceSlides ul>li>a {
		font-size: 16px;
		line-height: 26px;
	}

	.serviceSlides .images {
		width: 280px;
	}

	.serviceSlides {
		border-radius: 5px;
		width: 530px;
	}

}

@media screen and (max-width:1200px) {
	nav .navList>ul>li>a {
		font-size: 14px;
	}

	nav .navList>ul>li {
		margin-right: 22px;
	}

	.moreList,
	.moreList ul {
		padding: 10px 0;
	}

	.moreList ul {
		top: -10px;
	}

	.serviceSlides .images {
		width: 240px;
	}

	.serviceSlides {
		border-radius: 5px;
		width: 460px;
	}

	.serviceSlides ul>li {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:999px) {

	nav .nTop .blogrolls,
	nav .msgList,
	nav .search,
	nav .navList {
		display: none;
	}

	nav {
		height: 60px;
		position: relative;
	}

	nav .nBottom {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav .nTop {
		position: static;
		height: 0;
	}

	nav .logo {
		width: 90px;
	}

	header .xnav .nav {
		top: 30px;
		transform: translateY(-50%);
		right: 80px;
	}

	nav .language {
		position: fixed;
		right: 140px;
		height: 60px;
		top: 30px;
		transform: translateY(-50%);
		z-index: 1000;
	}

	nav .language .lanBtn i {
		color: #0038a9;
	}

	nav .language .lanBtn span {
		color: #0038a9;
		font-size: 16px;
	}

	nav .language .lanBtn i {
		font-size: 18px;
	}

	nav .language .lanBtn:hover span {
		text-decoration: none;
	}

	nav .language ul {
		padding: 10px 0;
	}

	.xnav .msgList {
		display: block;
	}

	.xnav .blogrolls {
		display: flex;
		flex-wrap: wrap;
		padding-top: 10px;
	}

	.xnav .msgList {
		padding-top: 10px;
	}

	.xnav .msgList .item {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}

	.xnav .msgList .item:last-child {
		margin-bottom: 0;
	}

	.xnav .msgList .item i,
	.xnav .msgList .item .name {
		color: #ffffff;
	}

	.xnav .msgList .item i {
		margin-right: 10px;
	}
}



@media screen and (max-width:768px) {

	nav {
		height: 50px;
		position: relative;
	}

	nav .nBottom {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	nav .logo {
		width: 80px;
	}

	header .xnav .nav {
		top: 25px;
		right: 25px;
	}

	nav .language .lanBtn span {
		font-size: 14px;
	}

	nav .language {
		height: 50px;
		right: 96px;
		top: 25px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}







/* indexbanner */


.indexBanner {
	transition: none;
}

.indexBanner * {
	transition: none;
}

.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}

#wowslider-container1 .ws_images ul {
	position: relative;
	width: 10000%;
	height: 100%;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	overflow: visible;
	/*table-layout:fixed;*/
}

#wowslider-container1 .ws_images ul li {
	position: relative;
	width: 1%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
	float: left;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
}

#wowslider-container1 .ws_images {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	max-width: 1920px;
	vertical-align: top;
	border: none;
	overflow: hidden;
}

#wowslider-container1 .ws_images ul a {
	width: 100%;
	height: 100%;
	display: block;
	color: transparent;
}

#wowslider-container1 img {
	max-width: none !important;
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images>div>img {
	width: 100%;
	border: none 0;
	max-width: none;
	padding: 0;
	margin: 0;
}


#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title>div {
	display: inline-block !important;
}

#wowslider-container1 a {
	text-decoration: none;
	outline: none;
	border: none;
}

#wowslider-container1 .ws_bullets {
	float: left;
	position: absolute;
	z-index: 70;
	display: none !important;
}

#wowslider-container1 .ws_bullets div {
	position: relative;
	float: left;
	font-size: 0px;
}

/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a {
	line-height: 0;
}

#wowslider-container1 .ws_script {
	display: none;
}

#wowslider-container1 sound,
#wowslider-container1 object {
	position: absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}

#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}

.ws-title-wrapper {
	display: none;
}

/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}

#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}

#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(./playvideo.png);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}

#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}

#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}

#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}


#wowslider-container1 .ws_bullets a {
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	float: left;
	text-indent: -4000px;
	position: relative;
	margin-left: 9.5px;
	color: transparent;
	overflow: hidden;
	border-radius: 50%;
	transition: .4s ease all;
}

#wowslider-container1 .ws_bullets a:hover {
	background-position: 0 50%;
}

#wowslider-container1 .ws_bullets a.ws_selbull {
	background-color: #224b95;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
	background-size: 200%;
	position: absolute;
	top: 50%;
	transform: translateY(-84%);
	z-index: 60;
	width: 58px;
	height: 58px;
	color: #ffffff;
	border: solid 1px #ffffff;
	font-size: 20px;
	transition: .4s ease all;
}

#wowslider-container1 a.ws_next i,
#wowslider-container1 a.ws_prev i {
	font-size: 20px;
}

#wowslider-container1 a.ws_next {
	right: 70px;
}

#wowslider-container1 a.ws_prev {
	left: 70px;
}

#wowslider-container1 a.ws_next:hover {
	background-color: #ffffff;
	color: #0038a9;
}

#wowslider-container1 a.ws_prev:hover {
	background-color: #ffffff;
	color: #0038a9;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
	width: 6.4em;
	height: 6.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -2.5em;
	margin-top: -2.5em;
	z-index: 59;
}

#wowslider-container1 .ws_pause {
	background-size: 100%;
	background-color: #cca;
}

#wowslider-container1 .ws_play {
	background-size: 100%;
	background-color: #efc;
}

#wowslider-container1 .ws_pause:hover,
#wowslider-container1 .ws_play:hover {
	background-position: 100% 100% !important;
}

/* bottom center */
#wowslider-container1 .ws_bullets {
	bottom: 23px;
	left: 50%;
	padding: 5px;
}

#wowslider-container1 .ws_bullets div {
	left: -50%;
}

#wowslider-container1 .ws-title {
	position: absolute;
	display: block;
	font: 2em 'Arimo', sans-serif;
	bottom: -0.2em;
	left: 0;
	margin: 1.8em 0.7em;
	padding: 0.6em 0.5em;
	color: #777777;
	z-index: 50;
	line-height: 1em;
	text-transform: uppercase;
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.3);
	border: 0.05em solid #ffffff;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

#wowslider-container1 .ws-title div {
	margin-top: 0.3em;
	font-size: 0.8em;
	line-height: 1.15em;
	font-weight: normal;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev,
#wowslider-container1 .ws_playpause {
	display: flex;
	align-items: center;
	justify-content: center;
}



#wowslider-container1 .ws_images>ul {
	animation: wsBasic 16s infinite;
	-moz-animation: wsBasic 16s infinite;
	-webkit-animation: wsBasic 16s infinite;
}

@keyframes wsBasic {
	0% {
		left: -0%
	}

	12.5% {
		left: -0%
	}

	25% {
		left: -100%
	}

	37.5% {
		left: -100%
	}

	50% {
		left: -200%
	}

	62.5% {
		left: -200%
	}

	75% {
		left: -300%
	}

	87.5% {
		left: -300%
	}
}

@-moz-keyframes wsBasic {
	0% {
		left: -0%
	}

	12.5% {
		left: -0%
	}

	25% {
		left: -100%
	}

	37.5% {
		left: -100%
	}

	50% {
		left: -200%
	}

	62.5% {
		left: -200%
	}

	75% {
		left: -300%
	}

	87.5% {
		left: -300%
	}
}

@-webkit-keyframes wsBasic {
	0% {
		left: -0%
	}

	12.5% {
		left: -0%
	}

	25% {
		left: -100%
	}

	37.5% {
		left: -100%
	}

	50% {
		left: -200%
	}

	62.5% {
		left: -200%
	}

	75% {
		left: -300%
	}

	87.5% {
		left: -300%
	}
}

#wowslider-container1 .ws_bullets a img {
	text-indent: 0;
	display: block;
	bottom: 25px;
	left: -74px;
	visibility: hidden;
	position: absolute;
	border: 1px solid rgba(220, 220, 220, 0.6);
	border-radius: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	max-width: none;
}

#wowslider-container1 .ws_bullets a:hover img {
	visibility: visible;
}

#wowslider-container1 .ws_bulframe div div {
	height: 48px;
	overflow: visible;
	position: relative;
}

#wowslider-container1 .ws_bulframe div {
	left: 0;
	overflow: hidden;
	position: relative;
	width: 148px;
	background-color: #FFFFFF;


}

#wowslider-container1 .ws_bullets .ws_bulframe {
	display: none;
	bottom: 29px;
	overflow: visible;
	position: absolute;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	border: 1px solid #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
}

#wowslider-container1 .ws_bulframe span {
	display: block;
	position: absolute;
	bottom: -8px;
	margin-left: 1px;
	left: 74px;
	background-color: #caf;
	width: 15px;
	height: 6px;
}

#wowslider-container1 .ws_bulframe div div {
	height: auto;
}


@media screen and (max-width:1560px) {

	#wowslider-container1 a.ws_next,
	#wowslider-container1 a.ws_prev {
		width: 45px;
		height: 45px;
		transform: translateY(-50%);
	}

	#wowslider-container1 a.ws_next i,
	#wowslider-container1 a.ws_prev i {
		font-size: 16px;
	}
}


@media screen and (max-width:1333px) {

	#wowslider-container1 a.ws_next,
	#wowslider-container1 a.ws_prev {
		width: 40px;
		height: 40px;
	}

	#wowslider-container1 a.ws_next i,
	#wowslider-container1 a.ws_prev i {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {

	#wowslider-container1 a.ws_next,
	#wowslider-container1 a.ws_prev {
		display: none;
	}

	#wowslider-container1 .ws_bullets {
		display: block !important;
		transform: translateX(-50%);
	}

	#wowslider-container1 .ws_bullets a {
		margin: 0 10px;
	}

	#wowslider-container1 .ws_bullets div {
		left: 0;
	}
}

@media all and (max-width:768px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}

	#wowslider-container1 .ws_bullets {
		bottom: 20px;
	}
}

@media all and (max-width:538px) {
	#wowslider-container1 .ws_bullets {
		bottom: 10px;
	}

	#wowslider-container1 .ws_bullets a {
		margin: 0 8px;
	}
}



/* common */

.title1 {
	font-family: NunitoSans-Black;
	font-size: 46px;
	line-height: 60px;
	color: #333333;
}


a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #0038a9;
}


.iTit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.iTit .title1 {
	text-align: center;
	margin-bottom: 20px;
}


.iTit .sign {
	width: 222px;
}

.iTit .sign img {
	display: block;
}



/* indexM1-1 */


.iProducts {
	padding: 106px 0 89px 0;
	position: relative;
}

.iProducts .iTit {
	margin-bottom: 40px;
}



.iProducts .imageBg {
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
}


.iProducts .imageBg img {
	display: block;
}



.hotProducts {
	display: flex;
	flex-wrap: wrap;
}

.hotProducts .item {
	width: 28.3%;
	margin-right: 7.55%;
	margin-top: 56px;
	border-radius: 20px;
	background-color: #ffffff;
	overflow: hidden;
	padding-top: 30px;
	position: relative;
}

.hotProducts .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid transparent;
	z-index: 2;
	left: 0;
	top: 0;
	border-radius: 20px;
	box-sizing: border-box;
	transition: .4s ease all;
	pointer-events: none;
}



.hotProducts .item:nth-child(3n) {
	margin-right: 0;
}

.hotProducts .item:nth-child(-n+3) {
	margin-top: 0;
}


.hotProducts .item:hover::after {
	border-color: #0038a9;
}

.hotProducts h2 {
	font-weight: normal;
}

.hotProducts .tit {
	font-family: NunitoSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 11px;
	padding: 0 27px;
}


.hotProducts .tit:hover {
	color: #0038a9;
}

.hotProducts .image {
	overflow: hidden;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}



.hotProducts .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 54px;
	height: 54px;
	background-color: #ededed;
	border-radius: 6px 0 0 0;
}


.hotProducts .btn:hover {
	background-color: #0038a9;
}



.icon-xiangyoujiantou.brArr {
	display: block;
	transform: rotate(60deg);
	font-weight: bold;
	font-size: 18px;
}



.hotProducts .btn:hover i {
	color: #ffffff;
}


@media screen and (max-width:1560px) {

	.hotProducts .item,
	.hotProducts .item::after {
		border-radius: 10px;
	}

	.hotProducts .tit {
		padding: 0 20px;
		margin-bottom: 20px;
	}

	.hotProducts .item {
		padding-top: 20px;
	}

	.hotProducts .btn {
		width: 45px;
		height: 45px;
	}

	.icon-xiangyoujiantou.brArr {
		font-size: 16px;
	}

	.hotProducts .item {
		width: 30%;
		margin-right: 5%;
		margin-top: 30px;
	}

}

@media screen and (max-width:1333px) {
	.hotProducts .item {
		width: 32%;
		margin-right: 2%;
		border-radius: 5px;
	}

	.hotProducts .item::after {
		border-radius: 5px;
	}

	.hotProducts .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iTit .sign {
		width: 200px;
	}

	.hotProducts .btn {
		width: 40px;
		height: 40px;
		border-radius: 5px 0 0 0;
	}
}

@media screen and (max-width:999px) {

	.hotProducts {
		justify-content: space-between;
	}

	.hotProducts .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
	}

	.hotProducts .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.hotProducts .tit {
		font-size: 16px;
	}

	.icon-xiangyoujiantou.brArr {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.iTit .title1 {
		margin-bottom: 10px;
	}

	.iTit .sign {
		width: 180px;
	}
}

@media screen and (max-width:400px) {
	.hotProducts .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.hotProducts .item:nth-child(1) {
		margin-top: 0;
	}
}



/* indexM2-1 */


.industires .iTit {
	margin-bottom: 57px;
}


.industires .list {
	display: flex;
	flex-wrap: wrap;
}

.industires .list .item {
	width: 33.21%;
	margin-right: 0.185%;
	margin-top: 5px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}


.industires .list .item:nth-child(3n) {
	margin-right: 0;
}



.industires .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.industires .list .image:hover img {
	transform: scale(1, 1);
}


.industires .list .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: rgba(51, 51, 51, .5);
	padding-top: 37px;
}


.industires .list .item:hover .msg {
	background-color: rgba(0, 56, 169, .6);
}


.industires .list .name {
	height: 72px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 0 30px;
}



.industires .list .name a {
	font-family: NunitoSans-Bold;
	font-size: 22px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
}

.industires .list .name a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.industires .list .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	background-color: #ffffff;
	border-radius: 6px;
	border: 1px solid #ffffff;
}


.industires .list .btn i {
	color: #0038a9;
}


.industires .list .btn:hover {
	background-color: transparent;
}

.industires .list .btn:hover i {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.industires .list .msg {
		padding-top: 0;
	}

	.industires .iTit {
		margin-bottom: 50px;
	}

	.industires .list .name a {
		font-size: 20px;
		line-height: 30px;
	}

	.industires .list .name {
		height: 60px;
	}

	.industires .list .btn {
		width: 42px;
		height: 42px;
	}

	.industires .list .item {
		border-radius: 10px;
		margin-top: 3px;
	}
}

@media screen and (max-width:1333px) {
	.industires .iTit {
		margin-bottom: 40px;
	}

	.industires .list .name a {
		font-size: 18px;
	}

	.industires .list .name {
		padding: 0 20px;
	}

	.industires .list .btn {
		width: 40px;
		height: 40px;
		border-radius: 5px;
	}

	.industires .list .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {

	.industires .list {
		justify-content: space-between;
	}

	.industires .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.industires .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.industires .list .name {
		height: 56px;
	}

	.industires .list .name a {
		font-size: 16px;
		line-height: 28px;
	}

}

@media screen and (max-width:400px) {
	.industires .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.industires .list .item:nth-child(1) {
		margin-top: 0;
	}
}


/* indexM3-1 */

.iAbout {
	padding: 123px 0 100px 0;
	position: relative;
}

.iAbout .imageBg1,
.iAbout .imageBg2 {
	position: absolute;
	z-index: -1;
}

.iAbout .imageBg1 img,
.iAbout .imageBg2 img {
	display: block;
}

.iAbout .imageBg1 {
	width: 559px;
	left: 0;
	top: -7.45%;
}

.iAbout .imageBg2 {
	width: 356px;
	right: 6.4%;
	top: 0.56%;
}

.iAbout .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.iAbout .msg {
	width: 48%;
}


.iAbout .images {
	width: 50%;
}



.iAbout .iTit {
	align-items: flex-start;
	margin-bottom: 27px;
}


.iAbout .iTit .title1 {
	text-align: left;
}



.iAbout .txts {
	margin-bottom: 55px;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 6;*/
}

@media screen and (max-width:640px) {
.iProducts .imageBg,.iAbout .imageBg2,.iNews .imageBg,.iAbout .imageBg1 {
        display:none
    }
}

.numList {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 89%;
}



.numList .item {
	width: 48%;
	margin-top: 27px;
}

.numList .item:nth-child(-n+2) {
	margin-top: 0;
}


.numList .num {
	font-family: NunitoSans-Black;
	font-size: 46px;
	line-height: 46px;
	color: #0038a9;
	margin-bottom: 29px;
}

.numList .num b {
	font-size: 18px;
	color: #0038a9;
	font-style: normal;
	font-weight: normal;
	flex-shrink: 0;
	margin-left: 14px;
}

.numList .num i {
	margin-left: 14px;
}

.numList .name {
	line-height: 20px;
}


.iAbout .images {
	margin-top: 7px;
}


.iAbout .images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iAbout .show {
	height: 372px;
	margin-bottom: 13px;
	border-radius: 20px;
	overflow: hidden;
}

.iAbout .show .image {
	height: 100%;
}


.iAbout .images .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.iAbout .images .list .image {
	width: 49%;
	border-radius: 20px;
	overflow: hidden;
}

@media screen and (max-width:1560px) {
	.iAbout .images {
		margin-top: 0;
	}

	.iAbout .con {
		align-items: center;
	}

	.iAbout .show,
	.iAbout .images .list .image {
		border-radius: 10px;
	}

	.numList .num {
		font-size: 40px;
		line-height: 40px;
	}

	.numList {
		width: 100%;
	}

	.numList .num {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {

	.iAbout .show,
	.iAbout .images .list .image {
		border-radius: 5px;
	}

	.iAbout .txts {
		margin-bottom: 40px;
	}

	.numList .num {
		font-size: 32px;
		line-height: 32px;
	}

	.numList .num b {
		font-size: 16px;
	}

	.iAbout .imageBg1 {
		width: 400px;
	}

	.iAbout .imageBg2 {
		width: 200px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.iAbout .iTit {
		margin-bottom: 30px;
	}

	.iAbout .txts {
		margin-bottom: 30px;
	}

	.numList .num {
		margin-bottom: 10px;
		font-size: 28px;
		line-height: 28px;
	}

	.numList .name br {
		display: none;
	}

	.iAbout .images {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.iAbout .images .show {
		width: 48%;
		height: auto;
		margin-bottom: 0;
	}

	.iAbout .images .list {
		width: 48%;
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .images .list .image {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	.iAbout .images .list .image:last-child {
		margin-bottom: 0;
	}

	.iAbout .imageBg2 {
		right: 5%;
		top: auto;
		bottom: 5%;
	}
}

@media screen and (max-width:768px) {
	.numList .num {
		font-size: 26px;
		line-height: 26px;
	}

	.iAbout .msg {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:400px) {
	.numList .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.numList .item:nth-child(1) {
		margin-top: 0;
	}

	.iAbout .images {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAbout .images .list {
		width: 100%;
		margin-top: 20px;
		flex-direction: row;
	}

	.iAbout .images .list .image {
		width: 48%;
		margin-bottom: 0;
	}

	.iAbout .images .show {
		width: 100%;
	}

	.numList .num {
		font-size: 24px;
	}
}


/* indexM4-1 */


.iAdvantage .con {
	display: flex;
	justify-content: space-between;
}


.iAdvantage .show {
	width: 49.07%;
	overflow: hidden;
	border-radius: 20px;
	position: relative;
}

.iAdvantage .show .image {
	width: 100%;
	height: 100%;
}

.iAdvantage .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iAdvantage .show .video {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	background-color: rgba(0, 56, 169, .5);
	cursor: pointer;
}


.iAdvantage .show .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 20px;
}


.iAdvantage .show .playBtn img {
	width: 30px;
}


.iAdvantage .show .video:hover .playBtn {
	background-color: #ffffff;
}


.iAdvantage .msg {
	width: 46.76%;
	padding-top: 31px;
}

.iAdvantage .msg .title1 {
	margin-bottom: 33px;
}

.iAdvantage .msg .txts {
	margin-bottom: 50px;
}


.iAdvantage .list .item {
	margin-top: 39px;
	background-color: #ffffff;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
}

.iAdvantage .list .item:nth-child(1) {
	margin-top: 0;
}

.iAdvantage .list .image {
	background-color: #0038a9;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 81px;
}


.iAdvantage .list .des {
	flex: 1;
	display: flex;
	align-items: center;
	padding: 10px 25px;
	font-family: NunitoSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}



@media screen and (max-width:1560px) {
	.iAdvantage .show {
		border-radius: 10px;
	}

	.iAdvantage .show .playBtn {
		width: 80px;
		height: 80px;
		border-radius: 10px;
	}

	.iAdvantage .show .playBtn img {
		width: 20px;
	}

	.iAdvantage .msg {
		padding: 30px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.iAdvantage .msg .title1 {
		margin-bottom: 20px;
	}

	.iAdvantage .msg .txts {
		margin-bottom: 40px;
	}

	.iAdvantage .list .des {
		font-size: 18px;
	}

	.iAdvantage .list .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.iAdvantage .list .image {
		width: 60px;
	}

	.iAdvantage .list .des {
		font-size: 16px;
		line-height: 26px;
	}

	.iAdvantage .show .playBtn {
		width: 60px;
		height: 60px;
		border-radius: 5px;
	}

	.iAdvantage .show .playBtn img {
		width: 16px;
	}

	.iAdvantage .show {
		border-radius: 5px;
	}

	.iAdvantage .msg .txts {
		margin-bottom: 30px;
	}

	.iAdvantage .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.iAdvantage .con {
		flex-direction: column-reverse;
	}

	.iAdvantage .msg {
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.iAdvantage .show {
		width: 100%;
		max-width: 610px;
		margin: 0 auto;
	}

	.iAdvantage .msg .list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.iAdvantage .msg .list .item {
		width: 48%;
		margin-top: 20px;
	}

	.iAdvantage .msg .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.iAdvantage .show .playBtn {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:538px) {
	.iAdvantage .msg .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.iAdvantage .msg .list .item:nth-child(1) {
		margin-top: 0;
	}

	.iAdvantage .list .image {
		width: 50px;
	}

	.iAdvantage .list .des {
		font-size: 14px;
	}
}



/* indexM5-1 */

.iEvaluation {
	padding: 115px 0 69px 0;
}

.evaluation .title1 {
	margin-bottom: 31px;
}

.evaluation .list .item {
	padding: 54px 0 51px 0;
	border-top: 1px solid rgba(106, 106, 106, 0.55);
	display: flex;
	align-items: flex-start;
}

.evaluation .list .item:last-child {
	padding-bottom: 0;
}

.evaluation .list .image {
	flex-shrink: 0;
	width: 126px;
	height: 126px;
	border-radius: 10px;
	margin-right: 28px;
	overflow: hidden;
}



.evaluation .list .msg {
	flex: 1;
	display: flex;
	align-items: flex-start;
	position: relative;
	padding-right: 92px;
}



.evaluation .list .sign2,
.evaluation .list .sign {
	width: 65px;
}

.evaluation .list .sign {
	flex-shrink: 0;
	margin-right: 34px;
	margin-top: -7px;
}

.evaluation .list .sign2 {
	position: absolute;
	bottom: -5px;
	right: 5px
}

.evaluation .list .sign2 img {
	transform: rotate(180deg);
}

.evaluation .list .txts {
	font-family: Arial;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 21px;
}


.evaluation .list .name {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
}

@media screen and (max-width:1560px) {
	.evaluation .title1 {
		margin-bottom: 40px;
	}

	.evaluation .list .item {
		padding: 40px 0;
	}

	.evaluation .list .sign2,
	.evaluation .list .sign {
		width: 50px;
	}

	.evaluation .list .image {
		width: 120px;
		height: 120px;
	}

	.evaluation .list .name {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.evaluation .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.evaluation .list .msg {
		padding: 0;
	}

	.evaluation .list .sign {
		position: absolute;
		bottom: 100%;
		margin-right: 0;
	}

	.evaluation .list .item {
		padding: 30px 0;
	}

	.evaluation .list .image {
		width: 100px;
		height: 100px;
		margin: 0 auto 30px;
	}

	.evaluation .list .name {
		font-size: 16px;
	}

	.evaluation .list .sign2,
	.evaluation .list .sign {
		width: 45px;
	}
}

@media screen and (max-width:768px) {
	.evaluation .list .image {
		width: 80px;
		height: 80px;
		margin-bottom: 20px;
		border-radius: 5px;
	}
}

@media screen and (max-width:538px) {
	.evaluation .title1 {
		margin-bottom: 30px;
	}

	.evaluation .list .sign2,
	.evaluation .list .sign {
		width: 40px;
	}
}



.iNews {
	position: relative;
	padding-bottom: 137px;
}

.iNews .imageBg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: -1;
	width: 100%;
}


.iNews .imageBg img {
	display: block;
}


.iNews .iTit {
	margin-bottom: 49px;
}


.newItem {
	background-color: #f4f4f4;
	border-radius: 20px;
	overflow: hidden;
	padding: 31px 21px 54px;
	position: relative;
}

.newItem::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	border-radius: 20px;
	z-index: 9;
	pointer-events: none;
	border: solid 1px #cccccc;
	transition: .4s ease border-color;
}

.newItem:hover::after {
	opacity: 1;
	border: solid 2px #0038a9;
}

.newItem:hover {
	background-color: #ffffff;
}


.newItem .image {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	overflow: hidden;
	opacity: 0;
	height: 240px;
	bottom: 20px;
	width: calc(100% - 42px);
	z-index: 9;
}


.newItem:hover .image {
	opacity: 1;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.newItem .image:hover img {
	transform: none;
}


.newItem .time {
	font-family: NunitoSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #0038a9;
	position: relative;
	margin-bottom: 36px;
}


.newItem .time::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 52px;
	height: 2px;
	background-color: #dedede;
}


.newItem .tit {
	font-family: NunitoSans-Black;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 23px;
}

.newItem .tit:hover {
	color: #0038a9;
}


.newItem .txts {
	font-size: 16px;
	line-height: 28px;
	min-height: 112px;
	margin-bottom: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.newItem:hover .txts {
	opacity: 0;
}

.newItem:hover .cBtn {
	opacity: 0;
}

.cBtn {
	width: 151px;
	height: 48px;
	background-color: #0038a9;
	border-radius: 10px;
	border: solid 1px #0038a9;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: NunitoSans-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
}

.cBtn i {
	color: #ffffff;
	flex-shrink: 0;
	font-size: 14px;
	margin-left: 5px;
}


.cBtn:hover {
	background-color: #ffffff;
	color: #0038a9;
}

.cBtn:hover i {
	color: #0038a9;
}

.iNews .sBtns{
	display: flex;
	align-items: center;
	justify-content: center;
}


.iNews .sBtns>div{
	margin-top: 30px;
}



@media screen and (max-width:1560px) {
	.iNews {
		padding-bottom: 80px;
	}

	.newItem {
		padding: 30px 20px;
	}

	.newItem,
	.newItem::after {
		border-radius: 10px;
	}

	.newItem .image {
		height: 215px;
		border-radius: 10px;
	}

	.newItem .tit {
		font-size: 18px;
	}

	.cBtn {
		border-radius: 5px;
		height: 45px;
	}

}

@media screen and (max-width:1333px) {
	.iNews {
		padding-bottom: 60px;
	}

	.iNews .iTit {
		margin-bottom: 40px;
	}

	.newItem .time {
		margin-bottom: 30px;
	}

	.cBtn {
		height: 40px;
		font-size: 16px;
	}

	.newItem,
	.newItem::after {
		border-radius: 5px;
	}

	.newItem .image {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.iNews {
		padding-bottom: 50px;
	}

	.newItem .tit {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.newItem .image {
		position: static;
		transform: translateX(0);
		width: 100%;
		opacity: 1;
		margin-bottom: 20px;
		height: auto;
	}

	.newItem {
		padding: 20px;
	}

	.newItem:hover .txts {
		opacity: 1;
	}

	.newItem:hover .cBtn {
		opacity: 1;
	}

	.newItem .txts {
		min-height: auto;
		-webkit-line-clamp: 2;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.iNews {
		padding-bottom: 40px;
	}

	.newItem {
		padding: 15px;
	}

	.newItem .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.cBtn {
		height: 36px;
		width: 140px;
		font-size: 14px;
	}

	.cBtn i {
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.iNews .iTit {
		margin-bottom: 30px;
	}
}



/* 2-1inductor */

.inductor .con {
	padding: 43px 0 137px 0;
}


.inductor .lineTit {
	margin-bottom: 49px;
}

.inductor .tips {
	margin-bottom: 42px;
}

.inductor .productBtns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 69px;
}


.inductor .productBtns a {
	min-width: 267px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 9.5px 5px;
	font-family: NunitoSans-Bold;
	background-color: #f1f1f1;
	border-radius: 10px;
	margin-right: 14px;
	margin-bottom: 10px;
}


.inductor .productBtns a:last-child {
	margin-right: 0;
}

.inductor .productBtns a:hover,
.inductor .productBtns a.active {
	background-color: #0038a9;
	color: #ffffff;
}


.productList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 74px;
}


.productList .item {
	width: 28.21%;
	margin-right: 7.685%;
	margin-top: 80px;
}

.productList .item:nth-child(3n) {
	margin-right: 0;
}

.productList .item:nth-child(-n+3) {
	margin-top: 0;
}


.productList .image {
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #999999;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}




.productList .item:hover .image {
	border-color: #0038a9;
}

.productList .tit {
	font-family: NunitoSans-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 29px;
}

.productList .tit:hover {
	color: #0038a9;
}


.productList .btns {
	display: flex;
	align-items: center;
}

.productList .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 20px;
	height: 20px;
	background-color: #e7e7e7;
	flex-shrink: 0;
	margin-right: 15px;
	overflow: hidden;
}

.productList .checkBtn.active i {
	opacity: 1;
}

.productList .checkBtn i {
	opacity: 0;
}

.productList .checkBtn:hover {
	background-color: #0038a9;
}

.productList .checkBtn:hover i {
	color: #ffffff;
}


.productList .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 9;
}


.productList .btn {
	width: 142px;
	height: 47px;
	background-color: #e7e7e7;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: NunitoSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.productList .btn:hover {
	background-color: #0038a9;
	color: #ffffff;
}


.inductor .pager {
	margin-bottom: 60px;
}

.inductor .innerTips {
	margin-bottom: 80px;
}

@media screen and (max-width:1560px) {
	.inductor .productBtns a {
		border-radius: 5px;
		padding: 5px 20px;
		min-width: auto;
	}

	.inductor .productBtns {
		margin-bottom: 40px;
	}

	.productList .image {
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.productList .tit {
		margin-bottom: 20px;
	}

	.productList .btn {
		height: 40px;
		border-radius: 5px;
	}

	.productList .item {
		margin-top: 50px;
		width: 30%;
		margin-right: 5%;
	}

	.productList {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.productList .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.productList .btn {
		height: 36px;
	}

	.productList .checkBtn {
		width: 18px;
		height: 18px;
	}

	.inductor .innerTips {
		margin-bottom: 60px;
	}

	.productList .image {
		border-radius: 5px;
	}

}

@media screen and (max-width:999px) {
	.inductor .tips {
		margin-bottom: 30px;
	}

	.inductor .productBtns {
		margin-bottom: 30px;
	}

	.productList {
		justify-content: space-between;
	}

	.productList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.productList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.productList {
		margin-bottom: 50px;
	}

	.inductor .pager,
	.inductor .innerTips {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.productList .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.productList .btn {
		height: 32px;
		width: 130px;
	}

	.inductor .productBtns a {
		font-size: 14px;
	}

	.productList,
	.inductor .pager,
	.inductor .innerTips {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:400px) {
	.productList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.productList .item:nth-child(1) {
		margin-top: 0;
	}
}


/* 2-2inductor */


.productDet {
	position: relative;
}


.productDet .imgBg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
	width: 100%;
}

.productDet .imageBg img {
	display: block;
}


.productDet .con {
	padding: 54px 0 87px 0;
}


.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 62px;
}

.productShow .box {
	width: 43%;
	position: relative;
}


.productShow .jianjie {
	width: 50%;
	margin-top: -8px;
}


.productShow .box .showSipwer {
	margin-bottom: 14px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 1px #999999;
}


.productShow .box .showSipwer .swiper-slide {
	position: relative;
}


.productShow .box .checkSwiper {
	padding: 0 29px;
	position: relative;
	overflow: hidden;
}


.productShow .box .checkSwiper .iconfont {
	position: absolute;
	top: 50%;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0038a9;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	z-index: 99;
	width: 29px;
}

.productShow img {
	display: block;
}

.productShow .box .checkSwiper .prev {
	left: -5px;
}

.productShow .box .checkSwiper .next {
	right: -5px;
}


.productShow .box .checkSwiper .iconfont:hover {
	color: #333333;
}

.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	transition: .4s ease opacity;
	background-color: #ffffff;
	overflow: hidden;
	border-radius: 20px;
	opacity: 0;
	pointer-events: none;
}

.productShow .checkSwiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}



.productShow .checkSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	border: solid 1px #999999;
	transition: .4s ease border;
	pointer-events: none;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	top: 0;
	left: 0;
	box-sizing: border-box;
}


.productShow .checkSwiper .swiper-slide.swiper-slide-thumb-active::after {
	border: solid 1px #0038a9;
}


.jianjie h1 {
	font-family: NunitoSans-Black;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 17px;
}


.jianjie .line {
	width: 100%;
	height: 1px;
	background-color: rgba(153, 153, 153, 0.2);
	margin-bottom: 20px;
}



.jianjie .txts p {
	line-height: 28px;
}

.jianjie .txts {
	margin-bottom: 22px;
}


.jianjie .btns {
	display: flex;
	align-items: center;
}

.jianjie .transfomer {
	margin-bottom: 50px;
}


.jianjie .transfomer .tit {
	font-family: NunitoSans-Black;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}



.productDet .standardEdit P em {
	display: block;
	padding-left: 26px;
	position: relative;
	font-style: normal;
}

.productDet .standardEdit P em::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: #0038a9;
	border-radius: 50%;
	left: 0;
	top: 10px;
	position: absolute;
}

.jianjie .btns {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 21px;
}


.jianjie .btns .cBtn {
	margin-right: 25px;
	margin-bottom: 10px;
}

.jianjie .btns .cBtn:last-child {
	margin-right: 0;
}



/*jQzoom*/
.jqzoom {
	float: left;
	position: relative;
	padding: 0px;

}

div.zoomdiv {
	z-index: 200;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomdiv img {
	max-width: unset !important;
}

div.jqZoomPup {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	transition: none;
}



.pdTit {
	font-family: NunitoSans-Black;
	font-size: 36px;
	line-height: 56px;
	color: #333333;
	position: relative;
}

.pdTit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -21px;
	width: 71px;
	height: 2px;
	background-color: #0038a9;
}


.parameters {
	margin-bottom: 55px;
}

.parameters .pdTit {
	margin-bottom: 69px;
}


.application {
	margin-bottom: 75px;
}


.application .pdTit {
	margin-bottom: 76px;
}

.application .list {
	display: flex;
	flex-wrap: wrap;
}

.application .list .item {
	width: 33.21%;
	margin-right: 0.185%;
	margin-top: 30px;
}

.application .list .item:nth-child(3n) {
	margin-right: 0;
}

.application .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.application .list .image {
	border-radius: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}


.application .list .name {
	font-family: NunitoSans-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
}



.custom .pdTit {
	margin-bottom: 40px;
}


.custom .image {
	width: 48.35%;
	border-radius: 20px;
	overflow: hidden;
	float: right;
	margin-left: 5%;
}

.custom .msg {
	padding-top: 21px;
}

.custom .tit {
	font-family: NunitoSans-Black;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 26px;
}


.realatedProducts {
	background-color: #f4f4f4;
	padding: 57px 0 154px 0;
}


.realatedProducts .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 72px;
}




.realatedProducts .hotProducts .item:nth-child(n) {
	width: 100%;
	margin: 0;
}




@media screen and (max-width:1560px) {
	.productShow .jianjie {
		margin-top: 0;
	}

	.productShow .box .showSipwer {
		border-radius: 10px;
	}

	.productShow .checkSwiper .swiper-slide {
		border-radius: 10px;
	}

	.productShow .checkSwiper .swiper-slide::after {
		border-radius: 10px;
	}

	.jianjie .transfomer {
		margin-bottom: 40px;
	}

	.productShow {
		margin-bottom: 50px;
	}

	.pdTit {
		font-size: 30px;
		line-height: 40px;
	}

	.parameters .pdTit {
		margin-bottom: 50px;
	}

	.parameters {
		margin-bottom: 50px;
	}

	.application .pdTit {
		margin-bottom: 60px;
	}

	.application .list .image {
		border-radius: 10px;
	}

	.application .list .item {
		width: 30%;
		margin-right: 5%;
	}

	.application .list .name {
		font-size: 20px;
	}

	.application {
		margin-bottom: 60px;
	}

	.custom .pdTit {
		margin-bottom: 50px;
	}

	.custom .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.custom .msg {
		padding-top: 0;
	}

	.custom .image {
		border-radius: 10px;
	}

	.realatedProducts .title {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {

	.productShow .checkSwiper .swiper-slide,
	.productShow .checkSwiper .swiper-slide::after {
		border-radius: 5px;
	}

	.productShow .box .showSipwer {
		border-radius: 5px;
	}

	.pdTit {
		font-size: 26px;
		line-height: 36px;
	}

	.pdTit::after {
		bottom: -20px;
		width: 50px;
	}

	.parameters .pdTit,
	.application .pdTit {
		margin-bottom: 50px;
	}

	.application .list .image {
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.parameters {
		margin-bottom: 40px;
	}

	.custom .tit {
		font-size: 24px;
		line-height: 34px;
	}
	.custom .image{
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

	.productShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.productShow .jianjie {
		width: 100%;
	}

	.productShow .box {
		width: 100%;
		margin: 0 auto 40px;
		width: 450px;
	}

	.pdTit {
		font-size: 24px;
		line-height: 34px;
	}

	.productDet .standardEdit P em::after {
		top: 8px;
	}

	.parameters .pdTit,
	.application .pdTit {
		margin-bottom: 40px;
	}


	.application {
		margin-bottom: 50px;
	}

	.custom .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.realatedProducts .title {
		margin-bottom: 50px;
	}

	.custom .image {
		width: 100%;
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		margin-top: 30px;
	}
	.custom .image  img{
		border-radius: 5px;
	}
	.custom .box{
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	
}

@media screen and (max-width:768px) {
	.productShow .box{
		width: 400px;
	}
	
	.jianjie .transfomer .tit{
		font-size: 18px;
	}
	.pdTit{
		font-size: 22px;
		line-height: 30px;
	}
	.application{
		margin-bottom: 40px;
	}
	.custom .tit{
		font-size: 20px;
		line-height: 30px;
	}
	
	.application .list{
		justify-content: space-between;
	}
	.application .list .item:nth-child(n){
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}
	.application .list .item:nth-child(-n+2){
		margin-top: 0;
	}
	.jianjie h1{
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.productShow .box{
		width: 340px;
	}
	.realatedProducts .title{
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.realatedProducts .pdTit{
		margin-bottom: 50px;
	}
}

@media screen and (max-width:400px) {
	.application .list .item:nth-child(n){
		width: 100%;
		margin-top: 30px;
	}
	.application .list .item:nth-child(1){
		margin-top: 0;
	}
	.productShow .box{
		width: 100%;
	}
}


/* 3-1industries */

.industries .con {
	padding: 40px 0 120px 0;
}

.industries .title1 {
	margin-bottom: 63px;
}

.industries .list {
	margin-bottom: 59px;
}


.industries .list .item {
	display: flex;
	background-color: #f4f4f4;
	margin-bottom: 48px;
	border-radius: 20px 20px 20px 20px;
	overflow: hidden;
	justify-content: space-between;
}



.industries .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.industries .list .item:last-child {
	margin-bottom: 0;
}


.industries .list .image {
	width: 37.64%;
	overflow: hidden;
}


.industries .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.industries .list .msg {
	padding: 62px 60px 62px 60px;
	width: 60.05%;
}


.industries .list .title {
	font-family: NunitoSans-Bold;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 33px;
}

.industries .list .txts {
	margin-bottom: 106px;
}


.industries .list .title:hover {
	color: #0038a9;
}


.industries .list .cBtn:hover {
	background-color: transparent;
}

@media screen and (max-width:1560px) {
	.industries .list .msg {
		width: auto;
		flex: 1;
		padding: 40px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.industries .list .txts {
		margin-bottom: 50px;
	}

	.industries .title1 {
		margin-bottom: 60px;
	}

	.industries .list .item {
		border-radius: 10px;
	}

	.industries .list .title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.industries .list .title {
		margin-bottom: 20px;
		font-size: 22px;
		line-height: 30px;
	}

	.industries .list .txts {
		margin-bottom: 30px;
	}

	.industries .list .item {
		margin-bottom: 30px;
	}

	.industries .list {
		margin-bottom: 50px;
	}


	.industries .list .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.industries .list .title {
		font-size: 18px;
		line-height: 28px;
	}

	.industries .list .msg {
		padding: 30px;
	}

	.industries .list .image {
		width: 45%;
	}

	.industries .title1 {
		margin-bottom: 50px;
	}

	.industries .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.industries .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.industries .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 30px;
		width: 48%;
		margin-bottom: 0;
	}

	.industries .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.industries .list .image {
		width: 100%;
	}

	.industries .list .msg {
		padding: 20px 15px;
	}

	.industries .list .title {
		-webkit-line-clamp: 2;
		margin-bottom: 10px;
	}

	.industries .list .txts {
		margin-bottom: 20px;
	}

	.industries .list .title {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:400px) {
	.industries .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.industries .list .item:nth-child(1) {
		margin-top: 0;
	}

	.industries .list {
		margin-bottom: 30px;
	}
}


/* 3-2industries */


.industriesDet .con {
	padding: 45px 0 100px 0;
}


.industriesDet .show {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}

.industriesDet .show .msg {
	width: 50%;
}


.industriesDet .show .image {
	width: 44.42%;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 8px;
}


.industriesDet .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.industriesDet .show .title {
	font-family: NunitoSans-Black;
	font-size: 28px;
	line-height: 38px;
	color: #333333;
	margin-bottom: 28px;
}


.industriesDet .show .txts {
	margin-bottom: 60px;
}



.industriesDet .show .txts p em {
	display: block;
	position: relative;
	padding-left: 33px;
	font-style: normal;
}


.industriesDet .show .txts p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	width: 5px;
	height: 5px;
	background-color: #0038a9;
	border-radius: 50%;
}

.industriesDet .des {
	margin-bottom: 60px;
}

@media screen and (max-width:1560px) {
	.industriesDet .show .image {
		margin-top: 0;
		border-radius: 10px;
	}

	.industriesDet .show .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.industriesDet .show .image {
		border-radius: 5px;
	}

	.industriesDet .show .title {
		font-size: 24px;
	}

	.industriesDet .show .txts p em {
		padding-left: 20px;
	}

	.industriesDet .show .txts p em::after {
		top: 10px;
	}
}

@media screen and (max-width:999px) {
	.industriesDet .show {
		flex-direction: column;
		align-items: flex-start;
	}

	.industriesDet .show .msg {
		width: 100%;
		margin-bottom: 50px;
	}

	.industriesDet .show .image {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.industriesDet .show .image img {
		max-width: 100%;
		width: auto;
		border-radius: 5px;
	}

	.industriesDet .show,
	.industriesDet .des {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.industriesDet .show .title {
		font-size: 22px;
		line-height: 30px;
	}

	.industriesDet .show .msg,
	.industriesDet .show,
	.industriesDet .des {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.industriesDet .show .title {
		font-size: 20px;
		line-height: 30px;
	}
}


/* 4-1service */

.service {
	position: relative;
}


.service .imgBg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
	bottom: 0;
}

.service .imgBg img {
	display: block;
}


.service .con {
	padding: 42px 0 123px 0;
}


.customService {
	margin-bottom: 82px;
}


.customService .title1 {
	margin-bottom: 63px;
}


.customService .tips {
	margin-bottom: 21px;
}


.customService .list .item {
	margin-bottom: 45px;
}

.customService .list .item:last-child {
	margin-bottom: 0;
}

.customService .list .msg {
	padding-top: 21px;
}

.customService .list .image {
	border-radius: 20px;
	width: 48.35%;
	overflow: hidden;
}


.customService .list .tit {
	font-family: NunitoSans-Black;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 26px;
}


.customService .list .item:nth-child(2n) .image {
	float: left;
	margin-right: 4.05%;
}

.customService .list .item:nth-child(2n-1) .image {
	float: right;
	margin-left: 5%;
}


.customService .list p em {
	display: flex;
	align-items: flex-start;
	font-style: normal;
	font-family: NunitoSans-Regular;
	line-height: 36px;
	color: #666666;
}

.customService .list p em::before {
	content: "";
	width: 9px;
	height: 9px;
	background-color: #0038a9;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 20px;
	transform: translateY(12px);
}



.afterService .title1 {
	margin-bottom: 69px;
}


.afterService .tips {
	margin-bottom: 56px;
}

.afterService .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 66px;
}


.afterService .list .item {
	width: 22.92%;
	margin-right: 2.77%;
	margin-top: 30px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #ffffff;
}

.afterService .list .item:nth-child(4n) {
	margin-right: 0;
}

.afterService .list .item:nth-child(-n+4) {
	margin-top: 0;
}


.afterService .list .msg {
	padding: 25px 19px 14px;
}

.afterService .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.afterService .list .tit {
	font-family: NunitoSans-Black;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 11px;
}

.afterService .list .txts {
	line-height: 26px;
}


.afterService .des {
	margin-bottom: 34px;
}


.afterService .cBtn {
	margin: 0 auto;
}


@media screen and (max-width:1560px) {
	.customService .list .msg {
		padding-top: 0;
	}

	.customService .title1 {
		margin-bottom: 50px;
	}

	.customService .tips {
		margin-bottom: 40px;
	}

	.customService .list .image {
		border-radius: 10px;
	}

	.customService {
		margin-bottom: 60px;
	}

	.afterService .title1 {
		margin-bottom: 50px;
	}

	.afterService .tips {
		margin-bottom: 40px;
	}

	.afterService .list .item {
		border-radius: 10px;
	}

	.afterService .list .tit {
		font-size: 18px;
	}

	.afterService .list .msg {
		padding: 20px 10px;
	}

	.afterService .list {
		margin-bottom: 50px;
	}

	.customService .list .tit {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width:1333px) {
	.customService .list .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.customService .list .image {
		border-radius: 5px;
	}

	.afterService .list {
		justify-content: space-between;
	}

	.afterService .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
		border-radius: 5px;
	}

	.afterService .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.customService .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.customService {
		margin-bottom: 50px;
	}

	.afterService .list {
		margin-bottom: 40px;
	}

}

@media screen and (max-width:768px) {
	.customService .list .item {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.customService .list .item:nth-child(n) .image {
		float: none;
		width: 100%;
		margin: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
	}

	.customService .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.customService .list p em {
		line-height: 30px;
	}

	.customService .list .tit {
		margin-bottom: 20px;
	}

	.afterService .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.afterService .title1,
	.customService .title1 {
		margin-bottom: 40px;
	}

	.customService .list p em::before {
		width: 6px;
		height: 6px;
	}
}

@media screen and (max-width:538px) {
	.afterService .tips {
		margin-bottom: 30px;
	}

	.afterService .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.afterService .list .item:nth-child(1) {
		margin-top: 0;
	}

	.afterService .list {
		margin-bottom: 30px;
	}
}

/* 4-2service */


.faq .con {
	padding: 40px 0 113px 0;
}

.faq .title1 {
	margin-bottom: 63px;
}

.faq .list {
	margin-bottom: 75px;
}

.faq .list .item {
	margin-bottom: 49px;
}

.faq .list .item:last-child {
	margin-bottom: 0;
}


.faq .list .question,
.faq .list .answer {
	display: flex;
	align-items: flex-start;
}

.faq .list .question {
	padding: 20px 20px;
}

.faq .list .answer {
	padding: 0 20px;
}


.faq .list .item span {
	flex-shrink: 0;
	font-family: NunitoSans-Black;
	font-size: 20px;
	line-height: 30px;
	color: #0038a9;
	margin-right: 8px;
}


.faq .list .item .question {
	margin-bottom: 34px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	font-family: NunitoSans-Black;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
}


.faq .list .answer .txts p {
	font-family: Arial;
	line-height: 28px;
}

.faq .list .item:hover .question {
	color: #0038a9;
}

@media screen and (max-width:1560px) {
	.faq .list .item .question {
		border-radius: 5px;
	}

	.faq .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.faq .list .item .question {
		font-size: 18px;
	}

	.faq .list .item span {
		font-size: 18px;
		margin-right: 10px;
	}

	.faq .list {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.faq .list .item .question {
		font-size: 16px;
	}

	.faq .list .item span {
		font-size: 16px;
	}

	.faq .title1 {
		margin-bottom: 50px;
	}

	.faq .list .item .question {
		margin-bottom: 20px;
	}

	.faq .list .item {
		margin-bottom: 30px;
	}

	.faq .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.faq .list {
		margin-bottom: 30px;
	}

	.faq .list .item .question,
	.faq .list .item .answer {
		flex-direction: column;
		align-items: flex-start;
	}

	.faq .list .item span {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

/* 4-3service */

.download .con {
	padding: 40px 0 112px 0;
}

.download .title1 {
	margin-bottom: 87px;
}

.download .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 59px;
}

.download .list .item {
	width: 31.6%;
	margin-right: 2.6%;
	margin-top: 46px;
	background-color: #f2f2f2;
	border-radius: 20px;
	padding: 31px 10px 31px 9px;
	display: flex;
	align-items: flex-start;
}

.download .list .item:nth-child(3n) {
	margin-right: 0;
}



.download .list .item:nth-child(-n+3) {
	margin-top: 0;
}


.download .list .image {
	flex-shrink: 0;
	margin-right: 27px;
	width: 63px;
}

.download .list .image:hover img {
	transform: rotate(20deg);
}


.download .list .tit {
	font-family: NunitoSans-Black;
	font-size: 20px;
	line-height: 43px;
	color: #333333;
	margin-bottom: 18px;
}


.download .list .tit:hover {
	color: #0038a9;
}


.download .list .txts {
	font-size: 18px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	font-family: NunitoSans-Bold;

}



.download .list .btn {
	font-family: NunitoSans-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #0038a9;
	position: relative;
	display: inline-block;
}

.download .list .btn::after {
	position: absolute;
	content: "";
	right: 0;
	width: 0;
	height: 1px;
	background-color: #0038a9;
	bottom: -3px;
	transition: .4s ease all;
}



.download .list .btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

@media screen and (max-width:1560px) {
	.download .list .item {
		border-radius: 10px;
	}

	.download .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.download .list .image {
		width: 50px;
	}

	.download .title1 {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {
	.download .list {
		justify-content: space-between;
		margin-bottom: 50px;
	}

	.download .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
		border-radius: 5px;
	}

	.download .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.download .list .image {
		width: 45px;
	}

	.download .list .txts {
		margin-bottom: 20px;
	}

}

@media screen and (max-width:999px) {
	.download .list .tit {
		font-size: 16px;
	}

	.download .title1 {
		margin-bottom: 50px;
	}

	.download .list .image {
		width: 40px;
	}

	.download .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.download .list .item {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 10px;
	}

	.download .list .image {
		margin-bottom: 10px;
		margin-right: 0;
	}

}

@media screen and (max-width:538px) {
	.download .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.download .list .item:nth-child(-n+1) {
		margin-top: 0;
	}

	.download .list {
		margin-bottom: 30px;
	}
}


/* 4-4service */


.lineTit {
	position: relative;
}

.lineTit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 71px;
	height: 2px;
	background-color: #0038a9;
}


.videoPiece .con {
	padding: 40px 0 106px 0;
}


.videoPiece .lineTit {
	margin-bottom: 43px;
}


.videoPiece .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 65px;
}

.videoPiece .list .video {
	width: 49.07%;
	margin-top: 30px;
}

.videoPiece .list .video:nth-child(-n+2) {
	margin-top: 0;
}



.videoPiece .box {
	position: relative;
	border-radius: 20px;
	cursor: pointer;
	overflow: hidden;
}

.videoPiece .box img {
	display: block;
}

.videoPiece .box .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 78px;
	height: 78px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.videoPiece .box .playBtn img {
	width: 21px;
}


.videoPiece .box:hover .playBtn {
	background-color: #ffffff;
}



.videoPiece .name {
	font-family: NunitoSans-Black;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	padding-top: 12px;
	cursor: pointer;
	text-align: center;
}


.videoPiece .name:hover {
	color: #0038a9;
}

@media screen and (max-width:1560px) {
	.videoPiece .lineTit {
		margin-bottom: 60px;
	}

	.lineTit::after {
		width: 60px;
	}

	.videoPiece .box .playBtn {
		width: 70px;
		height: 70px;
		border-radius: 10px;
	}

	.videoPiece .box {
		border-radius: 10px;
	}

	.videoPiece .list {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:1333px) {
	.videoPiece .box .playBtn {
		width: 60px;
		height: 60px;
	}

	.videoPiece .box .playBtn img {
		width: 15px;
	}

	.videoPiece .list {
		margin-bottom: 40px;
	}

	.lineTit::after {
		width: 50px;
	}
}

@media screen and (max-width:999px) {
	.videoPiece .box .playBtn {
		width: 50px;
		height: 50px;
		border-radius: 5px;
	}

	.videoPiece .box .playBtn img {
		width: 12px;
	}

	.videoPiece .box {
		border-radius: 5px;
	}

	.videoPiece .list .video {
		width: 48%;
	}
}

@media screen and (max-width:768px) {
	.videoPiece .box .playBtn {
		width: 45px;
		height: 45px;
	}

	.videoPiece .box .playBtn img {
		width: 10px;
	}

}

@media screen and (max-width:400px) {
	.videoPiece .list .video:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.videoPiece .list .video:nth-child(1) {
		margin-top: 0;
	}

	.videoPiece .list {
		margin-bottom: 30px;
	}
}




/* 5-1about */


.aboutUs {
	position: relative;
}

.aboutUs .imageBg {
	width: 515px;
	position: absolute;
	left: 0;
	top: 7.5%;
	z-index: -1;
}

.aboutUs .con {
	padding: 48px 0 98px 0;
}

.aboutUs .show {
	margin-bottom: 65px;
}


.aboutUs .show .image {
	border-radius: 20px;
	float: right;
	margin-left: 5%;
	overflow: hidden;
	margin-top: 5px;
	width: 49%;
}



.aboutUs .msg .tit {
	font-family: NunitoSans-Black;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 17px;
}

.aboutUs .msg .title1 {
	margin-bottom: 46px;
}


.aboutUs .list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 38px;
	flex-wrap: wrap;
}



.aboutUs .list .item {
	width: 43%;
	margin-top: 30px;
}

.aboutUs .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.aboutUs .list .image {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 46px;
}

.aboutUs .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.aboutUs .list .name {
	font-family: NunitoSans-Black;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 16px;
	display: flex;
	align-items: flex-start;
}


.aboutUs .list .name::before {
	content: "";
	width: 9px;
	height: 9px;
	background-color: #0038a9;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 12px;
	transform: translateY(10px);
	display: block;
}



.aboutUs .innerTips {
	margin-bottom: 60px;
}

.innerTips {
	padding: 48px 30px 55px 30px;
	background-color: #efefef;
	border-radius: 20px;
	overflow: hidden;
}




.innerTips .title {
	font-family: NunitoSans-Black;
	font-size: 24px;
	line-height: 45px;
	color: #333333;
	text-align: center;
	width: 76%;
	margin: 0 auto 35px;
}

.innerTips .cBtn {
	margin: 0 auto;
}

.capabilities {
	position: relative;
	padding-bottom: 129px;
}


.capabilities .imageBg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	z-index: -1;
}


.capabilities .imageBg img {
	display: block;
}


.capabilities .lineTit {
	margin-bottom: 107px;
}


.capabilitiesList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 71px;
	align-items: flex-start;
}


.capabilitiesList .item {
	width: 28.64%;
	margin-right: 7.04%;
	margin-top: 30px;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 17px 28px 40px;
	box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.15);
}


.capabilitiesList .item:nth-child(3n) {
	margin-right: 0;
}

.capabilitiesList .item:nth-child(-n+3) {
	margin-top: 0;
}


.capabilitiesList .image {
	width: 40px;
	height: 40px;
	margin-bottom: 17px;
}


.capabilitiesList .tit {
	font-family: NunitoSans-Black;
	font-size: 26px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 28px;
}

.capabilitiesList .txts p {
	padding-left: 26px;
	line-height: 26px;
	margin-bottom: 34px;
}

.capabilitiesList .txts p:last-child {
	margin-bottom: 0;
}



.capabilitiesList .txts p em {
	position: relative;
	font-family: NunitoSans-Black;
	font-size: 20px;
	color: #333333;
	font-style: normal;
	line-height: 30px;
	margin-bottom: -26.5px;
	display: block;
}

.capabilitiesList .txts p em::after {
	content: "";
	position: absolute;
	left: -25px;
	top: 5px;
	width: 12px;
	height: 12px;
	background-color: #0038a9;
	border-radius: 50%;
}



.testingList .box {
	margin-bottom: 82px;
}


.testingList .box:last-child {
	margin-bottom: 0;
}

.testingList .tit {
	font-family: NunitoSans-Black;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 52px;
}

.testingList .list {
	display: flex;
	flex-wrap: wrap;
}

.testingList .list .item {
	width: 28.21%;
	margin-right: 7.685%;
	position: relative;
	margin-top: 62px;
	background-color: #ffffff;
	border-radius: 20px;
	padding-top: 28px;
	overflow: hidden;
}



.testingList .list .item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: solid 1px #0038a9;
	border-radius: 20px;
	box-sizing: border-box;
	transition: .4s ease all;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
}


.testingList .list .item:hover::after {
	opacity: 1;
}


.testingList .list .item:nth-child(3n) {
	margin-right: 0;
}


.testingList .list .item:nth-child(-n+3) {
	margin-top: 0;
}



.testingList .name {
	font-family: NunitoSans-Bold;
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	height: 68px;
	padding: 0 27px;
	margin-bottom: 4px;
}

.testingList .name:hover {
	color: #0038a9;
}

.testingList .image {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.aboutBottom {
	padding: 112px 0 134px 0;
}


.aboutBottom .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sBtns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0038a9;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	width: 58px;
	height: 58px;
	border: 1px solid #0038a9;
	background-color: transparent;
}

.sBtns>div.prev {
	margin-right: 31px;
}


.sBtns>div:hover {
	background-color: #0038a9;
	color: #ffffff;
}

.sBtns>div.swiper-button-disabled {
	cursor: auto;
	background-color: transparent;
	color: #0038a9;
}


.certificates .title {
	margin-bottom: 70px;
}


.aboutBottom .certificates {
	margin-bottom: 92px;
}


.aboutBottom .certificates .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.certificates .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.certificates .swiper .image:hover img {
	transform: translateY(-10px);
}


.businessPartner .title {
	margin-bottom: 70px;
}

.businessPartner .swiper {
	overflow: visible;
}

.businessPartner .swiper .swiper-slide {
	pointer-events: none;
	opacity: 0;
	transition: .4s ease opacity;
}


.businessPartner .swiper .swiper-slide.swiper-slide-visible {
	pointer-events: all;
	opacity: 1;
}


.businessPartner .swiper .swiper-wrapper {
	pointer-events: none;
}


.businessPartner .image {
	background-color: #ffffff;
	box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

@media screen and (max-width:1560px) {
	.aboutUs .show .image {
		border-radius: 10px;
	}

	.aboutUs .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.aboutUs .show {
		margin-bottom: 60px;
	}

	.aboutUs .list .image {
		border-radius: 10px;
		margin-bottom: 30px;
	}

	.aboutUs .list .name {
		font-size: 22px;
		line-height: 30px;
	}

	.aboutUs .list {
		margin-bottom: 60px;
	}

	.innerTips {
		padding: 40px 30px;
		border-radius: 10px;
	}

	.aboutUs .innerTips {
		margin-bottom: 0px;
	}

	.aboutUs .list .item {
		width: 46%;
	}

	.capabilities .lineTit {
		margin-bottom: 60px;
	}

	.capabilitiesList .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.capabilitiesList .txts p em {
		font-size: 18px;
		margin-bottom: -20px;
	}

	.capabilitiesList .txts p em::after {
		width: 10px;
		height: 10px;
		top: 10px;
	}

	.capabilitiesList .item {
		border-radius: 10px;
		width: 32%;
		margin-right: 2%;
	}

	.capabilitiesList {
		margin-bottom: 60px;
	}

	.testingList .tit {
		margin-bottom: 40px;
	}

	.testingList .list .item {
		margin-top: 30px;
		width: 32%;
		margin-right: 2%;
		border-radius: 10px;
	}

	.testingList .list .item::after {
		border-radius: 10px;
	}

	.testingList .name {
		font-size: 18px;
		line-height: 30px;
		height: 60px;
		margin-bottom: 10px;
	}

	.testingList .box {
		margin-bottom: 60px;
	}

	.testingList .tit {
		font-size: 28px;
		line-height: 38px;
	}

	.capabilities {
		padding-bottom: 80px;
	}

	.businessPartner .title {
		margin-bottom: 60px;
	}

	.sBtns>div {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.sBtns>div.prev {
		margin-right: 20px;
	}

	.businessPartner .image {
		border-radius: 5px;
	}

	.aboutBottom .certificates {
		margin-bottom: 80px;
	}


}

@media screen and (max-width:1333px) {

	.aboutUs .msg .tit,
	.aboutUs .list .name,
	.capabilitiesList .tit {
		font-size: 20px;
	}

	.aboutUs .show,
	.aboutUs .list {
		margin-bottom: 50px;
	}

	.aboutUs .list .image {
		border-radius: 5px;
	}

	.aboutUs .list .item {
		width: 48%;
	}

	.innerTips .title {
		font-size: 22px;
		line-height: 30px;
		width: 80%;
	}

	.innerTips {
		padding: 30px;
		border-radius: 5px;
	}

	.capabilitiesList {
		justify-content: space-between;
		align-items: stretch;
	}


	.capabilitiesList .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	.capabilitiesList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.capabilitiesList .txts p {
		margin-bottom: 20px;
	}

	.capabilitiesList .txts p em {
		font-size: 16px;
		margin-bottom: -10px;
	}

	.capabilitiesList {
		margin-bottom: 50px;
	}

	.testingList .name {
		font-size: 16px;
		line-height: 28px;
		padding: 0 20px;
	}

	.testingList .tit {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.testingList .list .item {
		border-radius: 5px;
	}

	.capabilities {
		padding-bottom: 60px;
	}

	.certificates .title {
		margin-bottom: 60px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.aboutBottom .certificates {
		margin-bottom: 60px;
	}
}


@media screen and (max-width:999px) {

	.aboutUs .show,
	.aboutUs .list {
		margin-bottom: 40px;
	}

	.aboutUs .msg .tit,
	.aboutUs .list .name,
	.capabilitiesList .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.innerTips .title {
		font-size: 20px;
		width: 90%;
	}

	.capabilitiesList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.capabilitiesList .item:nth-child(1) {
		margin-top: 0;
	}

	.capabilitiesList .image {
		width: 36px;
	}

	.testingList .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.testingList .box {
		margin-bottom: 50px;
	}

	.testingList .list {
		justify-content: space-between;
	}

	.testingList .list .item:nth-child(n) {
		padding-top: 20px;
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.testingList .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.certificates .title {
		margin-bottom: 50px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
	}

	.aboutBottom .certificates {
		margin-bottom: 50px;
	}
}


@media screen and (max-width:768px) {
	.aboutUs .show .image {
		width: 100%;
		margin: 0;
		margin-top: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.aboutUs .show .image img {
		border-radius: 5px;
	}

	.aboutUs .show {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.aboutUs .msg .tit {
		margin-bottom: 10px;
	}

	.aboutUs .msg .tit,
	.aboutUs .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.innerTips .title {
		font-size: 18px;
		line-height: 28px;
		width: 100%;
		margin-bottom: 20px;
	}

	.capabilities .lineTit {
		margin-bottom: 50px;
	}

	.capabilitiesList .txts p {
		margin-bottom: 10px;
	}

	.capabilitiesList .image {
		margin-bottom: 10px;
	}

	.capabilitiesList .item {
		padding: 20px;
	}

	.capabilitiesList .tit {
		margin-bottom: 20px;
	}

	.testingList .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.aboutBottom .certificates {
		margin-bottom: 40px;
	}

	.sBtns>div {
		width: 34px;
		height: 34px;
		font-size: 12px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.aboutUs .list .item:nth-child(1) {
		margin-top: 0;
	}

	.aboutUs .list .image {
		margin-bottom: 20px;
	}

	.capabilitiesList {
		margin-bottom: 40px;
	}

	.certificates .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.certificates .lineTit {
		margin-bottom: 50px;
	}

	.businessPartner .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.businessPartner .title1 {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:400px) {
	.testingList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.testingList .list .item:nth-child(1) {
		margin-top: 0;
	}

	.aboutBottom .certificates .image img {
		width: 100%;
		max-width: 190px;
	}

}


/* 6-1blog */


.blog .con {
	padding: 42px 0 64px 0;
}


.blog .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 39px;
}


.blog form {
	margin-top: 9px;
	flex-shrink: 0;
	margin-left: 30px;
}

.blog form ul {
	display: flex;
	align-items: center;
}

.blog form ul li {
	width: 275px;
	margin-right: 55px;
	height: 65px;
}

.blog form ul li input {
	background-color: #f4f4f4;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 0 25px;
}


.blog form ul li:last-child {
	margin-right: 0;
}


.blog form .m-formcountry {
	position: relative;
}

.blog form .m-formcountry .drop-btn {
	position: relative;
	height: 100%;
}

.blog form .m-formcountry .drop-btn i,
.blog form .m-formcountry .drop-btn svg {
	position: absolute;
	right: 17px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	font-size: 16px;
	font-weight: bold;
	color: #909399;
}


.blog form .m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #0038a9 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.blog form .m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.blog form .m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.blog form .m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #0038a9;
}

.blog form .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 27px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	height: auto;
	width: 100%;
	margin: 0;
}

.blog form .m-formcountry .drop-list li.on {
	background-color: #0038a9;
	color: #ffffff;
}


.blog form input::-webkit-input-placeholder {
	font-size: 16px;
	color: #b1b1b1;
	font-family: Arial;
}

.blog form input:-moz-placeholder {
	font-size: 16px;
	color: #b1b1b1;
	font-family: Arial;
}

.blog form input::-moz-placeholder {
	font-size: 16px;
	color: #b1b1b1;
	font-family: Arial;
}

.blog form input:-ms-input-placeholder {
	font-size: 16px;
	color: #b1b1b1;
	font-family: Arial;
}





.blog .line {
	height: 1px;
	background-color: rgba(106, 106, 106, 0.55);
	width: 100%;
	margin-bottom: 34px;
}


.blog .tips {
	margin-bottom: 48px;
}

.blog .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 51px;
}

.blog .list .newItem {
	width: 32.15%;
	margin-right: 1.775%;
	margin-top: 48px;
	background-color: #ffffff;
}


.blog .list .newItem:nth-child(3n) {
	margin-right: 0;
}

.blog .list .newItem:nth-child(-n+3) {
	margin-top: 0;
}



.blogBottom {
	padding: 103px 0 145px 0;
	background-color: #f4f4f4;
}

.blogBottom .evaluation {
	margin-bottom: 81px;
}


.blogBottom .evaluation .title1 {
	text-align: center;
}


.blogBottom .iTit {
	margin-bottom: 40px;
}




@media screen and (max-width:1560px) {
	.blog form {
		margin-top: 0;
	}

	.blog form ul li input {
		border-radius: 10px;
	}

	.blog form .m-formcountry .drop-btn i,
	.blog form .m-formcountry .drop-btn svg {
		font-size: 14px;
	}

	.blog form ul li {
		height: 50px;
	}

	.blog .title {
		align-items: center;
	}

	.blog form ul li {
		margin-right: 40px;
	}

	.blog .title {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.blog .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.blogBottom .evaluation {
		margin-bottom: 60px;
	}

	.blog .title1 {
		margin-bottom: 30px;
	}

	.blog form {
		margin-left: 0;
	}

	.blog form ul li {
		height: 40px;
	}

	.blog form ul li input {
		border-radius: 5px;
	}

	.blog form .m-formcountry .drop-list li {
		font-size: 14px;
	}

	.blog .tips {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.blogBottom .evaluation {
		margin-bottom: 50px;
	}

	.blog form ul li {
		width: 260px;
		margin-right: 30px;
	}

	.blog .title {
		margin-bottom: 40px;
	}

	.blog .list {
		justify-content: space-between;
	}

	.blog .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.blog .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

}

@media screen and (max-width:768px) {
	.blogBottom .evaluation {
		margin-bottom: 40px;
	}

	.blog form {
		width: 100%;
	}

	.blog form ul li {
		flex: 1;
		width: 100%;
	}

	.blog form .m-formcountry .drop-list li {
		padding: 5px 23px;
	}

	.blog .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:400px) {
	.blog form ul {
		flex-direction: column;
		align-items: flex-start;
	}

	.blog form ul li {
		margin-right: 0;
		flex: auto;
		margin-top: 20px;
	}

	.blog form ul li:nth-child(1) {
		margin-top: 0;
	}

	.blog .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.blog .list .newItem:nth-child(1) {
		margin-top: 0;
	}

}



/* 6-2blog */

.newDet .con {
	padding: 48px 0 158px 0;
}


.newDet h1 {
	font-family: NunitoSans-Black;
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	text-align: center;
	margin-bottom: 12px;
}

.newDet .tips {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 22px;
}


.newDet .tips .time {
	font-family: NunitoSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #0038a9;
	margin-right: 53px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	font-family: NunitoSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-right: 19px;
}

.newDet .line {
	width: 100%;
	height: 1px;
	background-color: rgba(106, 106, 106, 0.55);
}



.newDet .des {
	padding: 48px 0;
	margin-bottom: 11px;
}


.newDet .des p {
	font-family: Arial;
	line-height: 28px;
}

.prevOrNext {
	padding: 23px 0 27px 0;
	border-top: 1px solid rgba(106, 106, 106, 0.55);
	border-bottom: 1px solid rgba(106, 106, 106, 0.55);
}


.prevOrNext>div {
	display: flex;
	align-items: center;
}

.prevOrNext .prev:nth-child(1) {
	margin-bottom: 20px;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	height: 39px;
	border: solid 1px #0038a9;
	flex-shrink: 0;
	margin-right: 19px;
}

.prevOrNext .btn i {
	font-weight: bold;
	font-size: 14px;
	color: #0038a9;
}


.prevOrNext a.btn:hover {
	background-color: #0038a9;
}

.prevOrNext a.btn:hover i {
	color: #ffffff;
}


.prevOrNext .name {
	font-family: NunitoSans-Black;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.prevOrNext a.name:hover {
	color: #0038a9;
}



.footerHotProduct {
	padding: 97px 0 134px 0;
	background-color: #f4f4f4;
}


.footerHotProduct .iTit {
	margin-bottom: 40px;
}


@media screen and (max-width:1560px) {
	.newDet h1 {
		margin-bottom: 30px;
	}

	.newDet .tips {
		margin-bottom: 40px;
	}

	.newDet .des {
		padding: 40px 0;
		margin-bottom: 0;
	}

	.prevOrNext {
		padding: 30px 0;
	}

	.footerHotProduct .iTit {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.newDet .tips .time {
		margin-right: 40px;
	}
}

@media screen and (max-width:999px) {
	.newDet .tips {
		margin-bottom: 30px;
	}

	.share span {
		font-size: 14px;
	}

	.newDet .des {
		padding: 30px 0;
	}

	.prevOrNext {
		padding: 20px 0;
	}

	.prevOrNext .name {
		font-size: 16px;
	}

	.prevOrNext .btn {
		width: 34px;
		height: 34px;
	}

	.footerHotProduct .iTit {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.newDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.prevOrNext .btn {
		margin-right: 10px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}
}



/* 7-1contact */

.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 39px 0 89px 0;
}


.contactUs .getIn {
	width: 45%;
}


.contactUs .contact {
	width: 42.85%;
	padding-top: 5px;
}


.contactUs .title1 {
	font-size: 40px;
	color: #333333;
	font-family: NunitoSans-Bold;
}

.getIn .title1 {
	margin-bottom: 39px;
}


.getIn .msgList {
	margin-bottom: 45px;
}


.getIn .msgList li {
	margin-bottom: 16px;
}

.getIn .msgList li:last-child {
	margin-bottom: 0;
}


.getIn .msgList .name {
	font-size: 18px;
	line-height: 30px;
	color: #999999;
	margin-bottom: 9px;
}


.getIn .msgList .box {
	display: flex;
	align-items: flex-start;
}


.getIn .msgList i {
	flex-shrink: 0;
	margin-right: 12.5px;
	color: #0038a9;
	font-size: 18px;
}

.getIn .msgList .num {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.getIn .msgList li.email a {
	word-break: break-all;
}

.getIn .msgList a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	color: #0038a9;
}

.getIn .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.getIn .blogrolls a {
	display: flex;
	align-content: center;
	justify-content: center;
	width: 32px;
	height: 33px;
	border: solid 1px rgba(2, 19, 22, 0.3);
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 18px;
	color: #333333;
}


.getIn .blogrolls a:hover {
	background-color: #0038a9;
	color: #ffffff;
	border-color: #0038a9;
}

.contact .title1 {
	margin-bottom: 37px;
}

.contact form {
	padding-top: 1px;
}

.contact ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}


.contact ul li {
	width: 46.9%;
	margin-top: 30px;
	border-bottom: 1px solid #dddddd;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.contact ul li:nth-child(-n+2) {
	margin-top: 0;
}

.contact ul li.must {
	position: relative;
}


.contact ul li.must::after {
	content: "*";
	position: absolute;
	top: 3px;
	right: 0;
	font-family: NunitoSans-Regular;
	font-size: 14px;
	line-height: 30px;
	color: #ff0000;
}


.contact ul .name {
	font-family: NunitoSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.contact ul input {
	height: 22px;
	width: 100%;
}

.contact ul textarea {
	height: 82px;
    width: 100%;
}

.contact ul li.message {
	width: 100%;
	margin-top: 28px;
}

.contact li.codeCon {
	margin-top: 28px;
}

.contact li.codeCon .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}


.contact li.codeCon .box input {
	flex: 1;
}

.contact li.codeCon .name {
	margin-bottom: -3px;
}

.contact li.codeCon input {
	height: 25px;
}

.contact li.codeCon.must::after {
	top: 17px;
}

.contact li.codeCon .box .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	width: 80px;
	height: 25px;
	margin-left: 20px;
	margin-right: 9px;
	transform: translateY(-7px);
}

.contact li.subBtn {
	border-bottom: none;
	height: 42px;
}


.contact li.subBtn input {
	color: #ffffff;
	cursor: pointer;
	height: 100%;
	border-radius: 21px;
	overflow: hidden;
	background-color: #0038a9;
	border: 1px solid #0038a9;
}

.contact li.subBtn:hover input {
	background-color: #ffffff;
	color: #0038a9;
}

.map img {
	display: block;
}

.map {
	margin-bottom: 108px;
}


@media screen and (max-width:1560px) {
	.contactUs .contact {
		width: 45%;
	}

	.contact ul input {
		height: 30px;
	}

	.contact li.codeCon input {
		height: 30px;
	}

	.getIn .title1 {
		margin-bottom: 30px;
	}

	.contactUs .contact {
		padding-top: 0;
	}

	.contact form {
		padding-top: 0;
	}

	.contact .title1 {
		margin-bottom: 50px;
	}

	.map {
		margin-bottom: 80px;
	}

	.contact li.codeCon .box .codeImg {
		transform: translateY(0);
		margin-right: 0;
		margin-left: 10px;
	}
}

@media screen and (max-width:1333px) {
	.getIn .msgList .name {
		font-size: 16px;
	}

	.map {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.contact ul li.codeCon {
		width: 100%;
	}

	.contact li.subBtn {
		width: 100%;
	}

	.getIn .msgList .name {
		font-size: 16px;
		line-height: 26px;
	}

	.getIn .msgList i {
		transform: translateY(-2px);
	}

	.getIn .msgList {
		margin-bottom: 30px;
	}

	.map {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .getIn {
		width: 100%;
		margin-bottom: 60px;
	}

	.contactUs .contact {
		width: 100%;
	}

	.getIn .title1 {
		margin-bottom: 30px;
	}

	.contact .title1 {
		margin-bottom: 30px;
	}

	.getIn .msgList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.getIn .msgList li {
		width: 48%;
		margin-top: 20px;
		margin-bottom: 0;
	}

	.getIn .msgList li:nth-child(-n+2) {
		margin-top: 0;
	}

	.getIn .msgList li:last-child {
		width: 100%;
	}

	.getIn .blogrolls a {
		width: 30px;
		height: 30px;
	}

	.contact ul li.codeCon,
	.contact li.subBtn {
		width: 46.9%;
	}

	.map {
		margin-bottom: 40px;
	}

	.getIn .msgList .name {
		font-size: 14px;
	}

	.contact li.subBtn {
		height: 36px;
	}
}

@media screen and (max-width:538px) {

	.contact ul li.codeCon,
	.contact li.subBtn {
		width: 100%;
	}

	.contact ul input {
		height: 25px;
	}

	.getIn .msgList li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.getIn .msgList li:nth-child(-n+1) {
		margin-top: 0;
	}

	.contactUs .getIn {
		margin-bottom: 40px;
	}

	.contact ul textarea {
		height: 65px;
	}
}


/* innerBanner */

.innerBanner {
	height: 334px;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 36px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: NunitoSans-Regular, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 5px 6px;
	border: solid 1px #a7a7a7;
	background-color: #ffffff;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #0038a9;
	border-color: #0038a9;
}


.pager .pageList a.prev,.pager .pageList .big {
	width: 79px;
}

.pager .pageList a.next,.pager .pageList .big {
	width: 61px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 8px;
	position: relative;
}

.pager .addTo p {
	font-family: NunitoSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-right: 13px;
}



.pager .addTo input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}

.pager .addTo img {
	flex-shrink: 0;
	filter: grayscale(100%) brightness(0%);
}

.pager .addTo:hover p ,.pager .addTo .sc1:hover{
	color: #0038a9;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}
.pager .addTo .sc1{
	margin-left: 10px;
	width: 200px;
	height: 47px;
	background-color: #e7e7e7;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: NunitoSans-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}
.pager .addTo .sc1:hover {
	background-color: #0038a9;
	color: #ffffff;
}
.pager .addTo:hover img {
	filter: grayscale(0%) brightness(100%);
}


/* crumb */
.crumb {
	padding-top: 23px;
}

.crumb img {
	width: 19px;
	flex-shrink: 0;
	margin-right: 6px;
	transform: translateY(3px);
}

.crumb a,
.crumb i {
	font-size: 18px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999999;
}

.crumb a.active,
.crumb a:hover {
	color: #0038a9;
}

.crumb i {
	font-style: normal;
	margin: 0 5px;
}


@media screen and (max-width:1560px) {
	.innerBanner {
		height: 300px;
	}
}

@media screen and (max-width:1333px) {

	.crumb a,
	.crumb i {
		font-size: 16px;
	}

	.innerBanner {
		height: 280px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 260px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 240px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}
}


/* footer */


footer {
	background-color: #252525;
	padding: 75px 0 50px 0;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	position: relative;
}


footer .footerList .box li {
	margin-top: 10px;
}


footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fNav {
	width: 20%;
	margin-right: 4%;
}



footer .footerList .fProduct {
	width: 16%;
	margin-right: 3.7%;
}



footer .footerList .fContact {
	width: 24%;
	margin-right: 2.6%;
}



footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact .address {
	margin-top: -5px;
}

footer .footerList .fContact .address p {
	line-height: 36px;
}

footer .footerList .fInquiry {
	width: 29.7%;
}


footer .footerList .fInquiry form {
	margin-top: 73px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

footer .footerList form ul li {
	height: 41px;
	margin-top: 14.5px;
	padding: 0 25px;
	border-radius: 6px;
	border: solid 1px #d0d0d0;
	width: 48.4%;
}

footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}


.fInquiry form li.blogrolls {
	padding: 0;
	background-color: transparent;
	width: 100%;
	margin-top: 40px;
	height: auto;
}

footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 36px;
}


footer .blogrolls a {
	width: 34px;
	height: 34px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #ffffff;
	flex-shrink: 0;
	border: 2px solid #ffffff;
	margin-right: 13px;
	margin-bottom: 5px;
}


footer .blogrolls a:hover {
	background-color: #ffffff;
	color: #0038a9;
}



.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
	font-size: 14px !important;
}

.fInquiry form li.must {
	position: relative;
}

.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	font-family: NunitoSans-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #ff0000;
	top: 8px;
	left: 18px;
}



.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.fInquiry form li.message {
	width: 100%;
	height: 84px;
	padding: 10px 25px;
}


.fInquiry form li.code {
	width: 75.4%;
	overflow: hidden;
}



.fInquiry form li.code input {
	flex: 1;
	padding: 0 25px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 83px;
	height: 100%;
	background-color: #f3fbfe;
}


.fInquiry form li.code .codeImg img {
	height: 100%;
}

.fInquiry form li.subBtn {
	padding: 0;
	width: 21%;
	border: none;
	overflow: hidden;
}



.fInquiry form li.subBtn input {
	background-color: #0038a9;
	cursor: pointer;
	color: #ffffff;
	font-size: 16px !important;
	color: #ffffff;
}




.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
	color: #0038a9;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #767676;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #767676;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #767676;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #767676;
}


footer .line {
	position: relative;
	height: 1px;
	margin: 19px 0 9px 0;
}


footer .line::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 2px;
	background-color: rgba(208, 208, 208, 0.1);
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #d0d0d0;
}




footer .title {
	font-family: NunitoSans-Black;
	font-size: 26px;
	line-height: 36px;
	color: #ffffff;
	display: block;
	position: relative;
}


footer .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -19px;
	width: 71px;
	height: 2px;
	background-color: rgba(216, 216, 216, 0.5);
	transition: .4s ease all;
}



footer a.title:hover {
	color: #0038a9;
}

footer a.title:hover::after {
	background-color: #0038a9;
}

footer .footerList .box {
	margin-top: 53px;
}


footer .footerList .box a:hover {
	color: #0038a9;
}


footer .copyright {
	margin-bottom: 3px;
	color: #ffffff;
}


footer .copyright a {
	display: inline;
	color: #ffffff;
}

footer .copyright a:hover {
	color: #0038a9;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links {
	color: #ffffff;
}

footer .links span {
	margin-right: 5px;
}

footer .links a {
	margin-right: 10px;
	color: #ffffff;
}

footer .links a:hover {
	color: #0038a9;
}

footer .email a {
	word-break: break-all;
}

@media screen and (max-width:1560px) {
	footer {
		padding: 60px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .title {
		font-size: 22px;
		line-height: 30px;
	}

	footer .title::after {
		bottom: -16px;
		width: 50px;
	}

	footer .blogrolls {
		padding-top: 0;
	}

	footer .footerList .box {
		margin-top: 50px;
	}

	footer .footerList .fInquiry form {
		margin-top: 50px;
	}

	footer .footerList .fNav {
		width: 18%;
	}

	footer .footerList .fContact {
		width: 26%;
	}

	.fInquiry form li.must::after {
		top: 5px;
		left: 15px;
	}

	footer .footerList form ul li {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fProduct {
		width: 19%;
	}

	footer .footerList form ul li {
		height: 36px;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fInquiry {
		width: 24%;
	}

	footer .footerList .fContact {
		width: 28%;
	}

	footer .title::after {
		width: 40px;
	}

	footer .blogrolls a {
		border-width: 1px;
		font-size: 14px;
		width: 32px;
		height: 32px;
	}

	footer .copyright {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		margin-top: 10px;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul>li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fContact .address {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fContact .blogrolls {
		width: 100%;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList form ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form li.message {
		width: 100%;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList form ul li {
		height: 35px;
	}

	footer .footerList .box,
	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}

	footer .title::after {
		display: none;
	}

	footer {
		padding: 50px 0 80px 0;
	}
}


@media screen and (max-width:768px) {
	footer {
		padding: 40px 0 80px 0;
	}
}

@media screen and (max-width:538px) {
	footer .footerList .box ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fInquiry form li.blogrolls {
		margin-top: 15px;
	}

	footer .footerList .fInquiry form li.code,
	footer .footerList .fInquiry form li.subBtn {
		width: 100%;
	}
}


/* 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: NunitoSans-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: 60px;
	height: 60px;
	background-color: #c1c1c1;
	color: #ffffff;
	margin-bottom: 3px;
	margin-right: 4px;
	font-size: 25px;
	border-radius: 5px;
}

.lianxi .top a {
	width: 60px;
	height: 60px;
	background-color: #c1c1c1;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 3px;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.lianxi .top i {
	font-size: 24px;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #0038a9;
	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: 1560px) {

	.lianxi div a,
	.lianxi div div {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.lianxi .top a {
		width: 50px;
		height: 50px;
	}

	.lianxi .top a i {
		font-size: 22px;
	}
}

@media screen and (max-width: 1333px) {

	.lianxi div a,
	.lianxi div div {
		width: 46px;
		height: 46px;
		font-size: 18px;
	}

	.lianxi .top a {
		width: 46px;
		height: 46px;
	}

	.lianxi .top a i {
		font-size: 18px;
	}
}

@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;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}


	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #c1c1c1;
		color: #fff;
	}

	.lianxi div.active a,
	.lianxi div.active div {
		background-color: #0038a9;
	}
}



@font-face {
	font-family: 'NunitoSans-Regular';
	font-display: swap;
	src: url('../fonts/NunitoSansRegular.eot');
	src: url('../fonts/NunitoSansRegular.eot') format('embedded-opentype'),
		url('../fonts/NunitoSansRegular.woff2') format('woff2'),
		url('../fonts/NunitoSansRegular.woff') format('woff'),
		url('../fonts/NunitoSansRegular.ttf') format('truetype'),
		url('../fonts/NunitoSansRegular.svg#NunitoSansRegular') format('svg');
}

@font-face {
	font-family: 'NunitoSans-Bold';
	font-display: swap;
	src: url('../fonts/NunitoSansBold.eot');
	src: url('../fonts/NunitoSansBold.eot') format('embedded-opentype'),
		url('../fonts/NunitoSansBold.woff2') format('woff2'),
		url('../fonts/NunitoSansBold.woff') format('woff'),
		url('../fonts/NunitoSansBold.ttf') format('truetype'),
		url('../fonts/NunitoSansBold.svg#NunitoSansBold') format('svg');
}

@font-face {
	font-family: 'NunitoSans-Black';
	src: url('../fonts/NunitoSansBlack.eot');
	src: url('../fonts/NunitoSansBlack.eot') format('embedded-opentype'),
		url('../fonts/NunitoSansBlack.woff2') format('woff2'),
		url('../fonts/NunitoSansBlack.woff') format('woff'),
		url('../fonts/NunitoSansBlack.ttf') format('truetype'),
		url('../fonts/NunitoSansBlack.svg#NunitoSansBlack') 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";
}



/* 2-2inductor-new */


.includeSeries {
	margin-bottom: 86px;
}

.includeSeries .pdTit {
	margin-bottom: 81px;
}

.includeSeries .table {
	width: 100%;
	overflow: auto;
}

.includeSeries .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.includeSeries .table table tr:nth-child(2n-1) td {
	background-color: #ebebeb;
}

.includeSeries .table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: transparent;
	font-family: NunitoSans-Regular, Arial, sans-serif;
	color: #333333;
	text-align: center;
	white-space: nowrap;
}



.includeSeries .table table tr:nth-child(1) td {
	background-color: #0038a9;
	color: #ffffff;
	font-family: NunitoSans-Bold;
	font-size: 18px;
	padding: 19px 20px;
}


.includeSeries .table table tr td a {
	/*color: #333333;*/
	display: block;
}


.includeSeries .table table tr td a:hover {
	color: #0038a9;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.includeSeries .table table tr td .btn {
	width: 130px;
	height: 40px;
	border-radius: 10px;
	border: solid 1px #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
}

.includeSeries .table table tr td .btn:hover {
	border-color: #0038a9;
	color: #0038a9;
	text-decoration: none;
}



@media screen and (max-width:1560px) {
	.includeSeries .pdTit {
		margin-bottom: 60px;
	}

	.includeSeries {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.includeSeries {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.includeSeries .table table tr td {
		font-size: 14px;
		padding: 10px 20px;
	}

	.includeSeries .table table tr:nth-child(1) td {
		font-size: 16px;
		padding: 10px 20px;
	}

	.includeSeries .table table tr td .btn {
		height: 36px;
		width: 130px;
		border-radius: 4px;
	}

	.includeSeries .pdTit {
		margin-bottom: 50px;
	}

	.includeSeries {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.includeSeries {
		margin-bottom: 40px;
	}
}



/* 2-3inductor */

.productSize {
	margin-bottom: 13px;
}


.productSize .pdTit {
	margin-bottom: 70px;
}



.productSize .show {
	overflow: auto;
	margin-bottom: 78px;
}


.productSize .show img {
	max-width: none;
	display: block;
}

.productSize .table {
	width: 100%;
	overflow: auto;
}

.productSize .table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}


.productSize .table table tr:nth-child(2n) td {
	background-color: #ebebeb;
}


.productSize .table table tr td {
	padding: 15.5px 10px;
	font-size: 16px;
	background-color: transparent;
	font-family: NunitoSans-Regular, Arial, sans-serif;
	color: #333333;
	white-space: nowrap;
	text-align: center;
}



.productSize .table table tr:hover td {
	background-color: rgba(0, 56, 169, 0.2);
}


.productSize .table table thead tr th {
	background-color: #0038a9;
	font-family: NunitoSans-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	line-height: 20px;
	padding: 12px 10px 8px;
	white-space: nowrap;
}

.productSize .table table thead tr th p {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	height: 10px;
}

.productSize .table table thead tr th p em {
	font-size: 12px;
	position: static;
	padding: 0;
	margin: 0;
}

.productSize .table table thead tr th p em::after {
	display: none;
}

.productSize .table table thead tr th p .up {
	transform: rotate(-90deg);
	margin-left: 4px;
}

.productSize .table table thead tr th p .down {
	transform: rotate(90deg);
}


.productSize .table a:hover img {
	transform: none;
}


@media screen and (max-width:1560px) {
	.productSize .pdTit {
		margin-bottom: 60px;
	}

	.productSize .show {
		margin-bottom: 60px;
	}

	.productSize {
		margin-bottom: 0;
	}
}

@media screen and (max-width:1333px) {
	.productSize .show {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.productSize .pdTit {
		margin-bottom: 50px;
	}

	.productSize .show {
		margin-bottom: 40px;
	}

	.productSize .table table tr td {
		font-size: 14px;
		line-height: 26px;
		padding: 8px 20px;
	}

	.productSize .table table thead tr th {
		font-size: 16px;
		padding: 8px 20px;
	}
}


.productSize .table::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #00000040;
	border-radius: 10px;
}

.productSize .table::-webkit-scrollbar-thumb {
	background-color: #0038a9;
	border-radius: 10px;
}

.productSize .table::-webkit-scrollbar-track {
	background-color: transparent;
}



.m-clstext .box-desc.hid {
  max-height: 210px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.m-clstext .box-link {
  margin-top: 23px;
  display: none;
}
.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: #0038a9;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.m-clstext .box-link.active .span1 {
  display: none;
}
.m-clstext .box-link.active .span2 {
  display: inline-block;
}
.m-clstext .box-link .span2 {
  display: none;
}



.inductor .tips a,.newDet .des a{
    color:#0038a9;
}