@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Raleway-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	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: #045bbb !important;
}

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


.standardEdit a {
	color: #045bbb;
}

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



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

input,
textarea,
select {
	font-family: Raleway-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

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

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

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

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


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

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

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



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


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

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

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





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

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 30px !important;
		line-height: 40px !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: 26px !important;
		line-height: 36px !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: 24px !important;
		line-height: 34px !important;
	}

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

}

@media screen and (max-width:538px) {
	.standardTxt .title1 {
		font-size: 22px !important;
		line-height: 30px !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: #045bbb;
		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(4, 91, 187, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

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

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

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

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: Raleway-Regular, Arial, sans-serif;
	}

	header .xnav ul.topnav ul {
		display: none;
		transition: none;
	}

	header .xnav ul.topnav ul li {
		clear: both;
	}

	header .xnav ul.topnav ul li a {
		padding-left: 20px;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: normal;
		outline: 0;
	}


	header .xnav ul.topnav ul ul li a {
		padding-left: 40px;
	}

	header .xnav ul.topnav ul ul ul li a {
		padding-left: 60px;
	}

	header .xnav ul.topnav span {
		display: block;
		position: absolute;
		right: 0px;
		top: 7px;
		width: 20px;
		height: 20px;
		background: #fff;
		background: rgba(255, 255, 255, 0.6);
		cursor: pointer;
		border-radius: 50%;
		transition: 0.5s;
	}

	header .xnav ul.topnav span:before {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: 0px;
		transform: rotate(45deg);
		transform-origin: right center
	}

	header .xnav ul.topnav span:after {
		content: "";
		width: 6px;
		height: 2px;
		background: #333;
		position: absolute;
		left: 50%;
		margin-left: -3px;
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg);
		transform-origin: right center;
		transition: 0.5s;
	}

	header .xnav ul.topnav span.yizi {
		transform: rotate(90deg)
	}

	header .xnav .smdaohang form {
		margin-top: 15px;
		margin-bottom: 15px;
		width: 240px;
		height: 26px;
		border: 1px solid #fff;
		position: relative;
		background: #fff;
		border-radius: 13px;
	}

	header .xnav .smdaohang form input {
		color: #333333;
	}

	header .xnav .smdaohang form .iptc {
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 15px;
		background-color: #fff;
		width: 80%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: left;
		border-radius: 10px;
	}

	header .xnav .smdaohang form .ipsc {
		width: 20%;
		height: 24px;
		line-height: 24px;
		display: block;
		float: right;
		background: transparent;
		position: relative;
		z-index: 99;
	}

	header .xnav .smdaohang form i {
		position: absolute;
		right: 10px;
		top: -3px;
	}
}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999999;
	background-color: #ffffff;
}

nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav.active {
	box-shadow: 0px 0px 10px rgba(4, 91, 187, 0.2);
}

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


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

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

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

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

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

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 86px;
	line-height: 82px;
	font-family: Raleway-Medium;
	font-size: 18px;
	color: #333333;
	position: relative;
	text-transform: uppercase;
}

.bannerRange {
	height: 86px;
}

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


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	height: 2px;
	border-radius: 1px;
	left: 0%;
	bottom: 24px;
	background-color: #045bbb;
	width: 0;
	transition: .4s ease all;
}


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

nav .navList>ul>li:hover>a::after,
nav .navList>ul>li.active>a::after {
	width: 100%;
}


nav .btns {
	display: flex;
	align-items: center;
	margin-left: 113px;
}

nav .btns .language {
	height: 86px;
	display: flex;
	align-items: center;
	margin-left: 23px;
	position: relative;
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	padding: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
}

nav .btns .language ul a {
	padding: 0 20px;
	font-family: Raleway-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	display: flex;
	align-items: flex-start;
}

nav .btns .language ul a img {
	flex-shrink: 0;
	transform: translateY(4px);
	margin-right: 10px;
	width: 22px;
}



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

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

nav .btns .language ul a:hover {
	color: #045bbb;
}


nav .btns .lanBtn {
	cursor: pointer;
	font-family: Raleway-Regular, Arial, sans-serif;
	position: relative;
	display: flex;
	align-items: center;
}

nav .btns .lanBtn span {
	margin: 0 4px 0 7px;
	font-size: 16px;
	color: #333333;
}


nav .btns .lanBtn:hover span,
nav .btns .lanBtn:hover i {
	color: #045bbb;
}


nav .btns .lanBtn img {
	flex-shrink: 0;
	width: 22px;
}

nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
}

nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}


nav .btns .search {
	height: 86px;
	display: flex;
	align-items: center;
	position: relative;
}


nav .btns .search .searchBtn {
	display: none;
}

nav .btns .search form {
	background-color: #f6f6f6;
	border-radius: 10px;
	height: 40px;
	width: 258px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


nav .btns .search form input {
	width: 100%;
	height: 100%;
	font-family: Raleway-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	background-color: transparent;
	padding: 0 14px;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 40px;
	width: 45px;
}


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


nav .btns .search form .subBtn:hover i {
	color: #045bbb;
}

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

nav .btns .search form input::-webkit-input-placeholder {
	color: #999999;
}

nav .btns .search form input:-moz-placeholder {
	color: #999999;
}

nav .btns .search form input::-moz-placeholder {
	color: #999999;
}

nav .btns .search form input:-ms-input-placeholder {
	color: #999999;
}

/* moreList */

.moreList {
	position: absolute;
	transition: none;
	left: -112px;
	top: 100%;
	display: none;
}

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

.moreList a {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10.5px 17px 10.5px 20px;
}

.moreList a i {
	font-size: 12px;
	color: #666666;
	flex-shrink: 0;
	margin-left: 20px;
}

.moreList .oneLevel {
	width: 358px;
	padding: 23px 10px;
	background-color: #ffffff;
}

.moreList .oneLevel li:hover>a,
.moreList .oneLevel li.active>a {
	background-color: #045bbb;
	color: #ffffff;
	font-family: Raleway-Bold;
}

.moreList .oneLevel li:hover>a i,
.moreList .oneLevel li.active>a i {
	color: #ffffff;
}


.moreList .twoLevel {
	width: 409px;
	background-color: #ffffff;
	margin-left: -1px;
}

.moreList .twoLevel a {
	color: #666666;
}

.moreList .twoLevel a:hover {
	font-family: Raleway-Bold;
	color: #045bbb;
}

.moreList .twoLevel ul {
	display: none;
	transition: none;
	padding: 23px 10px;
}


.moreList .oneLevel li ul {
	display: none;
}

.moreList .oneLevel,
.moreList .twoLevel ul {
	max-height: 610px;
	overflow: auto;
}


.moreList .oneLevel::-webkit-scrollbar,
.moreList .twoLevel ul::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #ffffff;
}

.moreList .oneLevel::-webkit-scrollbar-thumb,
.moreList .twoLevel ul::-webkit-scrollbar-thumb {
	background-color: #045bbb;
}

.moreList .oneLevel::-webkit-scrollbar-track,
.moreList .twoLevel ul::-webkit-scrollbar-track {
	background-color: transparent;
}





@media screen and (max-width:1760px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
		font-size: 16px;
	}

	nav .btns .search,
	nav .btns .language,
	.bannerRange {
		height: 80px;
	}

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

	nav .logo {
		width: 130px;
	}

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

	nav .btns .search form {
		border-radius: 5px;
		height: 32px;
		width: 200px;
	}

	nav .btns {
		margin-left: 38px;
	}

	nav .navList>ul>li>a::after {
		bottom: 20px;
	}

	.moreList .oneLevel,
	.moreList .twoLevel ul {
		padding: 20px 10px;
	}

	.moreList a {
		padding: 8px 10px;
	}

	.moreList .oneLevel,
	.moreList .twoLevel ul {
		max-height: 210px;
	}
}

@media screen and (max-width:1333px) {
	nav .btns .search form {
		position: absolute;
		top: 100%;
		right: 0;
		width: 0;
	}

	nav .btns .search form.active {
		width: 240px;
	}

	nav .btns .search .searchBtn {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	nav .btns .search .searchBtn i {
		font-size: 18px;
		font-weight: bold;
		color: #333333;
	}

	nav .btns .search .searchBtn:hover i {
		color: #045bbb;
	}

	nav .btns .language {
		margin-left: 30px;
	}

	nav .btns .lanBtn span {
		margin: 0 10px;
	}
}

@media screen and (max-width:1200px) {
	nav .logo {
		width: 115px;
	}

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

	nav .btns {
		margin-left: 30px;
	}

	nav .btns .language {
		margin-left: 25px;
	}

	nav .btns .lanBtn span {
		margin: 0 5px;
	}
}


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

	nav .navList>ul,
	nav .btns .search {
		display: none;
	}

	nav .btns .language {
		margin-left: 0;
	}

	nav .btns {
		margin-left: 0;
		margin-right: 60px;
	}

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

	nav .btns .language,
	.bannerRange {
		height: 60px;
	}

	nav .logo {
		width: 110px;
	}

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

	nav .btns .lanBtn span {
		font-size: 14px;
		margin: 0 10px;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns .language,
	.bannerRange {
		height: 50px;
	}

	nav .logo {
		width: 95px;
	}

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

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


/* indexBanner */


.indexBanner * {
	transition: none;
}


.ban_dan {
	display: block;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.ws_cover a {
	display: block !important
}


#wowslider-container1 {
	display: table;
	zoom: 1;
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0px auto 0px;
	z-index: 90;
	text-align: left;
	font-size: 10px;
	text-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

* html #wowslider-container1 {
	width: 1920px
}

#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;
}

#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>div>img {}

#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;
}

/* compatibility with Joomla styles */
#wowslider-container1 .ws_script {
	display: none;
}

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

#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;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor:
}

#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

#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;
}

#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-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_images {
	box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	-webkit-transition: box-shadow .5s cubic-bezier(.4, 0, .2, 1);
	transition: box-shadow .5s cubic-bezier(.4, 0, .2, 1);
}

#wowslider-container1 .ws_images:hover {
	box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19);
}

#wowslider-container1 .ws_bullets {
	margin-left: -62px;
}

#wowslider-container1 a.ws_prev span {
	font-size: 0px;
}

#wowslider-container1 .ws_bullets a {
	position: relative;
	text-shadow: none;
	color: transparent;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 1px 7px;
	border-radius: 50%;
	border: 2px solid transparent;
	cursor: pointer;
	transition: .4s ease all;
}


#wowslider-container1 .ws_bullets a::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #045bbb;
	transition: .4s ease all;
}


#wowslider-container1 .ws_bullets a span {
	font-size: 0px;
}

#wowslider-container1 .ws_bullets a.ws_selbull {
	border-color: #ffffff;
}

#wowslider-container1 .ws_bullets a.ws_selbull::after {
	background-color: #ffffff;
}

#wowslider-container1 a.ws_next {
	right: 12%;
}

#wowslider-container1 a.ws_prev {
	left: 12%;
}

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

#wowslider-container1 a.ws_next {
	position: absolute;
	top: 50%;
	z-index: 60;
	overflow: hidden;
	width: 62px;
	height: 62px;
	margin-top: -31px;
	display: none !important;
}

#wowslider-container1 a.ws_prev {
	position: absolute;
	top: 50%;
	z-index: 60;
	overflow: hidden;
	width: 62px;
	height: 62px;
	margin-top: -31px;
	display: none !important;
}

#wowslider-container1 a.ws_prev:hover {
	width: 62px;
	height: 62px;
}

#wowslider-container1 a.ws_next:hover {
	width: 62px;
	height: 62px;
}

/* IE10+ hacks */
/* IE10+ hacks */
_:-ms-input-placeholder,
:root #wowslider-container1 .ws_playpause:after {
	line-height: 2.8em;
}

#wowslider-container1 .ws_pause:after {}

#wowslider-container1 .ws_play:after {}

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

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

#wowslider-container1 .ws-title {
	position: absolute;
	margin-right: 10em;
	z-index: 50;
	left: 0.3em;
	padding: 1em;
	bottom: 30px;
	top: auto;
	opacity: 1;
}

#wowslider-container1 .ws-title div,
#wowslider-container1 .ws-title span {
	display: inline-block;
	padding: 0.5em;
}

#wowslider-container1 .ws-title div {
	display: block;
	margin-top: 0.5em;
	font-size: 1.1em;
	padding: 1em;
	line-height: 1.15em;
	color: #000000;
	border: 3px solid;
	border-color: #ffffff;
	border-radius: 7px;
	background-color: rgba(255, 255, 255, 1);
}

#wowslider-container1 .ws-title span {
	font-size: 1.8em;
	border: 3px solid;
	border-color: #ffffff;
	border-radius: 7px;
	background-color: rgba(0, 0, 0, 0.2);
}

#wowslider-container1 .ws_logo {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 9;
}

#wowslider-container1 img.loading {
	width: 96px;
	height: 48px;
}

#wowslider-container1 .ws_bullets a img {
	text-indent: 0;
	display: block;
	bottom: 7px;
	left: -48px;
	visibility: hidden;
	position: absolute;
	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: 96px;
	background-color: #FFFFFF;
}

#wowslider-container1 .ws_bullets .ws_bulframe {
	display: none;
	bottom: 25px;
	margin-left: 5px;
	overflow: visible;
	position: absolute;
	cursor: pointer;
	border: 3px solid;
	border-color: #ffffff;
	border-radius: 5px;
}

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

@media screen and (max-width:1760px) {
	#wowslider-container1 .ws_bullets a {
		width: 22px;
		height: 22px;
	}

	#wowslider-container1 .ws_bullets a::after {
		width: 12px;
		height: 12px;
	}
}

@media screen and (max-width:1333px) {
	#wowslider-container1 .ws_bullets a {
		width: 20px;
		height: 20px;
	}

	#wowslider-container1 .ws_bullets a::after {
		width: 10px;
		height: 10px;
	}

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



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

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

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

@media screen and (max-width:538px) {
	#wowslider-container1 .ws_bullets a {
		width: 18px;
		height: 18px;
	}

	#wowslider-container1 .ws_bullets a::after {
		width: 8px;
		height: 8px;
	}

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


/* indexM1-1 */

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

.quickLink a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 39.5px 0;
	border: solid 2px rgba(208, 208, 208, 0.5);
	border-right: none;
	font-family: Raleway-Bold;
	font-size: 24px;
	color: #045bbb;
	text-transform: uppercase;
}


.quickLink a:last-child {
	border-right: solid 2px rgba(208, 208, 208, 0.5);
}

.quickLink a i {
	flex-shrink: 0;
	font-size: 20px 20px;
	font-weight: bold;
	margin-left: 16px;
	transform: rotate(90deg);
	margin-top: -4px;
}


.quickLink a:hover {
	background-color: #045bbb;
	border-color: #045bbb;
	color: #ffffff;
}

.quickLink a:hover i {
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.quickLink a {
		padding: 30px 20px;
		font-size: 20px;
		line-height: 30px;
	}

	.quickLink a i {
		font-size: 18px;
		margin-top: -2px;
	}

}

@media screen and (max-width:1333px) {
	.quickLink a {
		padding: 20px 20px;
		font-size: 18px;
		line-height: 28px;
		border-width: 1px;
	}

	.quickLink a:last-child {
		border-width: 1px;
	}

	.quickLink a i {
		font-size: 16px;
		margin-top: -3px;
	}
}

@media screen and (max-width:999px) {
	.quickLink a {
		padding: 15px 20px;
		font-size: 16px;
		line-height: 26px;
	}

	.quickLink a i {
		font-size: 14px;
		margin-top: -5px;
	}
}

@media screen and (max-width:768px) {
	.quickLink a {
		padding: 12px 20px;
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	.quickLink a {
		padding: 8px 20px;
		flex: auto;
		width: 50%;
	}

	.quickLink a:last-child {
		border-top: none;
		width: 100%;
	}

	.quickLink a:nth-child(2) {
		border-right: 1px solid rgba(208, 208, 208, 0.5);
	}
}





/* indexM2-1 */


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

.iTit .title1 {
	text-align: center;
}


.title1 {
	font-family: Raleway-Bold;
	font-size: 46px;
	line-height: 56px;
	color: #333333;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #045bbb;
}



.productClassfication {
	padding: 77px 0 95px 0;
}

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



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


.productClassfication .con .item {
	width: 22.3%;
	position: relative;
	height: 659px;
	border-radius: 20px;
	overflow: hidden;
}



.productClassfication .con .item.active {
	width: 53.9%;
}

.productClassfication .con .image {
	width: 100%;
	height: 100%;
}

.productClassfication .con a.image:hover img {
	transform: none;
}

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

.productClassfication .msg {
	display: flex;
	align-items: flex-end;
	padding: 15.5px 10px 23.5px 28px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	pointer-events: none;
	justify-content: space-between;
	background-color: rgba(4, 91, 187, .5);
	opacity: 0;
}


.productClassfication .msg .name {
	pointer-events: all;
	position: relative;
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}

.productClassfication .msg .name::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	transition: .4s ease all;
	height: 2px;
	background-color: #ffffff;
}


.productClassfication .msg .name:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.productClassfication .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all;
	width: 35px;
	height: 35px;
}

.productClassfication .msg .btn i {
	color: #ffffff;
	font-size: 18px;
}


.productClassfication .msg .btn:hover i {
	transform: translateX(10px);
}

.productClassfication .item.active .msg {
	opacity: 1;
}

@media screen and (max-width:1760px) {
	.productClassfication .con .item {
		border-radius: 10px;
		height: 500px;
	}

	.productClassfication .msg {
		padding: 14px 20px;
	}

	.productClassfication .msg .name {
		font-size: 18px;
		line-height: 28px;
	}
}


@media screen and (max-width:1333px) {
	.productClassfication .con .item {
		height: 400px;
		border-radius: 5px;
	}

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

	.productClassfication .msg {
		padding: 6px 20px;
	}

	.productClassfication .msg .name {
		font-size: 16px;
		line-height: 28px;
	}
}

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

	.productClassfication .msg .name {
		font-size: 14px;
		pointer-events: none;
	}

	.productClassfication .msg .btn i {
		font-size: 16px;
		pointer-events: none;
	}

	.productClassfication .con {
		flex-wrap: wrap;
		justify-content: space-between;
	}

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

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

	.productClassfication .con .item .msg {
		opacity: 1;
	}

	.productClassfication .con .item:last-child {
		width: 100%;
	}

}

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

	.productClassfication .con .item:nth-child(n) {
		margin-top: 20px;
		height: 240px;
	}

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

@media screen and (max-width:450px) {
	.productClassfication .con .item:nth-child(n) {
		width: 100%;
		height: 220px;
		margin-top: 20px;
	}

	.productClassfication .con .item:nth-child(-n+1) {
		margin-top: 0;
	}
}

/* indexM3-1 */


.iAbout {
	padding-left: calc((100% - 1600px)/ 2);
	background-color: #f2f2f2;
	display: flex;
	justify-content: space-between;
}

.iAbout .image {
	width: 54.56%;
}

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

.iAbout .con {
	width: 44%;
	padding: 66px 0 75px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}


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


.iAbout .title {
	display: inline-block;
	font-family: Raleway-Bold;
	font-size: 34px;
	line-height: 51px;
	color: #333333;
	margin-bottom: 43px;
}


.iAbout .title:hover {
	color: #045bbb;
}

.iAbout .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}



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

.iAbout .btns .cBtn {
	margin-right: 44px;
}

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


.cBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 146px;
	height: 48px;
	background-color: #27bef6;
	border-radius: 4px;
	border: 1px solid #27bef6;
	font-size: 18px;
	color: #ffffff;
}

.cBtn i {
	flex-shrink: 0;
	margin-left: 8px;
	font-size: 16px;
	font-weight: bold;
}


.cBtn:hover {
	background-color: transparent;
	color: #27bef6;
}

.cBtn:hover i {
	color: #27bef6;
}

@media screen and (max-width:1760px) {
	.iAbout {
		padding-left: 80px;
	}

	.iAbout .title {
		font-size: 28px;
		line-height: 40px;
	}

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

	.cBtn {
		height: 45px;
	}

	.iAbout .con {
		width: 42%;
	}
}


@media screen and (max-width:1333px) {
	.iAbout .title {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 30px;
	}

	.iAbout .btns .cBtn {
		margin-right: 30px;
	}

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

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

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

	.iAbout .con {
		width: 100%;
		padding: 50px 80px !important;
	}

	.iAbout .image {
		width: 100%;
		height: 340px;
	}

	.iAbout .txts {
		-webkit-line-clamp: 5;
	}

	.iAbout .title {
		font-size: 22px;
		line-height: 30px;
	}

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

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

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

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

	.iAbout .title {
		font-size: 20px;
	}

	.iAbout .image {
		height: 300px;
	}

	.cBtn {
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .con {
		padding: 40px 15px !important;
	}

	.iAbout .image {
		height: 260px;
	}

	.iAbout .btns .cBtn {
		margin-right: 10px;
	}

	.cBtn {
		width: 130px;
	}
}

/* indexM4-1 */


.iAdvantage {
	padding: 113px 0 90px 0;
}


.iAdvantage .iTit {
	margin-bottom: 36px;
}


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


.iAdvantage .list .item {
	width: 22.68%;
	margin-right: 3.09%;
	margin-top: 30px;
	padding: 22px 28px 28px 28px;
	box-shadow: 0px 4px 18px 0px rgba(162, 162, 162, 0.33);
	border-radius: 20px;
}


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


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

.iAdvantage .list .image {
	width: 45px;
	margin-bottom: 16px;
}

.iAdvantage .list .tit {
	font-family: Raleway-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 17px;
	display: inline-block;
}

.iAdvantage .list .tit:hover {
	color: #045bbb;
}


.iAdvantage .list .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}


@media screen and (max-width:1760px) {
	.iAdvantage .iTit {
		margin-bottom: 50px;
	}

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

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

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

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

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

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

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

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

	.iAdvantage .list .item:nth-child(n) {
		margin-top: 20px;
	}

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

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

@media screen and (max-width:768px) {
	.iAdvantage .list .txts {
		-webkit-line-clamp: 5;
	}
}

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

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

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



/* indexM5-1 */


.application {
	height: 760px;
	position: relative;
}

.application .imgSwiper {
	overflow: hidden;
	height: 100%;
}

.application .imgSwiper .image {
	height: 100%;
}

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



.application .con {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	z-index: 9;
	padding-top: 74px;
}


.application .title1 {
	color: #ffffff;
	position: relative;
}

.application .title1:hover {
	color: #ffffff;
}

.application .title1::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	bottom: -2px;
	height: 2px;
	background-color: #ffffff;
	transition: .4s ease all;
}


.application .title1:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}


.swiperBox {
	position: relative;
}


.application .swiperBox {
	background-color: rgba(4, 91, 187, 0.5);
	border-radius: 20px 20px 0 0;
	padding: 23px 87px 16px 80px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.application .swiperBox .msgSwiper {
	overflow: hidden;
	flex: 1;
}

.application .swiperBox .btns {
	flex-shrink: 0;
	margin-left: 21%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 20px;
}


.application .swiperBox .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background-color: rgba(255, 255, 255, 0.52);
	border-radius: 50%;
	margin-bottom: 7px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}


.application .swiperBox .btns>div.swiper-button-disabled {
	cursor: auto;
}

.application .swiperBox .btns>div.swiper-button-disabled:hover {
	cursor: auto;
	background-color: rgba(255, 255, 255, 0.52);
	color: #ffffff;
}


.application .swiperBox .btns>div:hover {
	background-color: #ffffff;
	color: #045bbb;
}

.application .swiperBox .btns>div:last-child {
	margin-bottom: 0;
}

.application .msgSwiper .tit {
	margin-bottom: 16px;

}

.application .msgSwiper .tit a {
	font-family: Raleway-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	display: inline-block;
	position: relative;
}


.application .msgSwiper .tit a::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #ffffff;
	bottom: 0;
	transition: .4s ease all;
}



.application .msgSwiper .tit a:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}


.application .msgSwiper .txts {
	margin-bottom: 10px;
	color: #ffffff;
}

.application .msgSwiper .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
}


@media screen and (max-width:1760px) {
	.application .swiperBox {
		padding: 30px 60px;
		border-radius: 10px 10px 0 0;
	}

	.application .swiperBox .btns {
		padding-top: 0;
		margin-left: 10%;
	}

	.application .msgSwiper .txts {
		margin-bottom: 20px;
	}

	.application .con {
		padding-top: 60px;
	}

	.application {
		height: 600px;
	}
}

@media screen and (max-width:1333px) {
	.application {
		height: 500px;
	}

	.application .swiperBox {
		padding: 30px 40px;
	}

	.application .swiperBox {
		border-radius: 5px 5px 0 0;
	}
}

@media screen and (max-width:999px) {
	.application .swiperBox {
		padding: 20px 30px;
	}

	.application .msgSwiper .tit a {
		font-size: 20px;
	}

	.application .con {
		padding-top: 50px;
	}

	.application {
		height: 480px;
	}

}

@media screen and (max-width:768px) {
	.application {
		height: 460px;
	}

	.application .con {
		padding-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.application .swiperBox {
		padding: 20px;
		flex-direction: column;
		align-items: flex-start;
	}

	.application .swiperBox .msgSwiper {
		flex: none;
		width: 100%;
	}

	.application .swiperBox .btns {
		flex-direction: row;
		margin-left: 0;
		margin-top: 30px;
	}

	.application .swiperBox .btns>div.prev {
		margin-bottom: 0;
		margin-right: 20px;
	}
}


/* indexM6-1 */


.iProducts {
	padding: 98px 0 134px 0;
}

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

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


.iProducts .list .hproductItem {
	width: 23.81%;
	margin-right: 1.58%;
	margin-top: 30px;
}

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

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


.hproductItem {
	border: 2px solid #e8e8e8;
	background-color: #ffffff;
}

.hproductItem .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}



.hproductItem .msg {
	padding: 12px 25px 37px;
}


.hproductItem .sign {
	font-family: Raleway-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #045bbb;
	margin-bottom: 3px;
}

.hproductItem h2 {
	font-weight: normal;
}

.hproductItem .tit {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
}


.hproductItem .tit:hover {
	color: #045bbb;
}


.hproductItem .txts {
	margin-bottom: 16px;
}


.hproductItem .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	border: solid 1px rgba(39, 190, 246, 0.2);
	color: #27bef6;
	font-weight: bold;
}


.hproductItem .btn:hover {
	background-color: #27bef6;
	border-color: #27bef6;
	color: #ffffff;
}



@media screen and (max-width:1760px) {
	.hproductItem .msg {
		padding: 20px;
	}

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

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

	.iProducts .list .hproductItem:nth-child(n) {
		width: 31.5%;
		margin-right: 2.75%;
		margin-top: 30px;
	}

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

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

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

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

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

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

	.hproductItem .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.hproductItem .image img {
		max-width: 280px;
	}
}

@media screen and (max-width:768px) {
	.hproductItem .image img {
		max-width: 230px;
	}
}

@media screen and (max-width:538px) {
	.hproductItem .image img {
		max-width: 200px;
	}

	.hproductItem .msg {
		padding: 20px 15px;
	}
}


@media screen and (max-width:450px) {
	.iProducts .list .hproductItem:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.iProducts .list .hproductItem:nth-child(-n+1) {
		margin-top: 0;
	}

	.hproductItem .image img {
		max-width: 260px;
	}
}


/* indexM7-1 */


.tag {
	padding: 92px 0 194px 0;
	position: relative;
}


.tag::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
	background-image: url("../images/indexM6-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.tag .txts {
	font-family: Raleway-Medium;
	font-size: 20px;
	line-height: 34px;
	width: 80%;
	margin: 0 auto 62px;
	color: #ffffff;
	text-align: center;
	hyphens: auto;
}


.tag .video {
	width: 67px;
	height: 67px;
	margin: 0 auto;
}

.tag .video .playBtn {
	width: 100%;
	height: 100%;
}




.video .playBtn {
	position: relative;
	width: 67px;
	height: 67px;
	cursor: pointer;
}

.video .playBtn:hover div {
	background-color: #27bef6;
}

.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	background-color: rgba(255, 255, 255, .2);
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
	z-index: -1;
}



.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}


@media screen and (max-width:1760px) {
	.tag .txts {
		width: 100%;
		margin-bottom: 50px;
	}

	.tag .txts {
		font-size: 18px;
	}

	.tag {
		padding: 80px 0;
	}
}

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

	.tag .video {
		width: 60px;
		height: 60px;
	}

	.playBtn {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:999px) {
	.tag .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.tag .video {
		width: 55px;
		height: 55px;
	}

	.playBtn {
		width: 55px;
		height: 55px;
	}

	.tag {
		padding: 60px 0;
	}
}

@media screen and (max-width:538px) {
	.tag {
		padding: 50px 0;
	}
}



/* indexM8-1 */


.iNews {
	background-color: #f2f2f2;
	padding: 88px 0 134px 0;
}

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


.iNews .iNewTxts {
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 82px;
}


.newItem {
	position: relative;
	z-index: 9;
	background-color: #ffffff;
	padding: 43px 60px 1px 32px;
}

.newItem:hover {
	background-color: transparent;
}



.newItem .tip {
	font-family: Raleway-Medium;
	font-size: 20px;
	line-height: 30px;
	color: #27bef6;
	margin-bottom: 13px;
}

.newItem:hover .tip {
	color: #ffffff;
}

.newItem .name {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 14px;
	min-height: 68px;
}



.newItem:hover .name {
	color: #ffffff;
}


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

.newItem:hover .txts {
	color: #ffffff;
}

.newItem .txts {
	font-family: Raleway-Medium;
	line-height: 34px;
	min-height: 102px;
	margin-bottom: 64px;
}


.newItem .btns {
	display: flex;
	justify-content: space-between;
	padding: 8px 0;
	border-top: 1px solid #e8e8e8;
	align-items: center;
}

.newItem .time {
	font-family: Raleway-Medium;
	font-size: 20px;
	line-height: 34px;
	color: #666666;
}

.newItem:hover .time {
	color: #ffffff;
}


.newItem .btn {
	font-family: Raleway-Regular;
	font-size: 18px;
	line-height: 23px;
	color: #666666;
}

.newItem:hover .btn {
	color: #ffffff;
}

.newItem .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}



.newItem .image {
	position: absolute;
	z-index: -1;
	background-color: #27bef6;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

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

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


.newSwiper {
	position: relative;
}




.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(51, 51, 51, .52);
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.sBtns>div:hover {
	background-color: #27bef6;
}


.sBtns>div.prev {
	left: -57px;
}

.sBtns>div.next {
	right: -57px;
}


@media screen and (max-width:1760px) {
	.iNews .iNewTxts {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 50px;
	}

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

	.newItem {
		padding: 30px 40px 1px;
	}

	.newItem .name {
		font-size: 18px;
		line-height: 28px;
		min-height: 56px;
	}

	.newItem .tip,
	.newItem .time {
		font-size: 18px;
	}

}

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

	.newItem {
		padding: 20px 20px 1px;
	}

	.newItem .txts {
		margin-bottom: 40px;
		min-height: 84px;
	}

}

@media screen and (max-width:999px) {
	.newItem .name {
		font-size: 16px;
	}

}

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

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


	.sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}


	.sBtns>div.prev {
		margin-right: 20px;
	}

}


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

.innerTitle .title1 {
	flex-shrink: 0;
}

.innerTitle .txts {
	line-height: 28px;
}








/* 1-1-Products */

.products {
	padding: 72px 0 101px 0;
}

.products .innerTitle {
	margin-bottom: 55px;
}


.products .innerTitle .title1 {
	margin-right: 9.4%;
}

.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 85px;
}

.products .innerSlides {
	width: 25.85%;
}


.products .innerSlides a {
	display: block;
}


.innerSlides>div {
	border: solid 1px #e1e1e1;
	margin-bottom: 40px;
}

.innerSlides>div:last-child {
	margin-bottom: 0;
}



.innerSlides .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 21px;
	background-color: #f5f5f5;
	font-family: Raleway-Regular;
	font-size: 22px;
	line-height: 28px;
	color: #333333;
}


.innerSlides .title i {
	display: none;
}

.innerSlides .list {
	padding-top: 8px;
}


.innerSlides .list>li {
	margin-bottom: 4px;
}

.innerSlides .list>li:last-child {
	margin-bottom: 0;
}


.innerSlides .list>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f5f5f5;
	padding: 15px 20px 15px 21px;
	color: #333333;
}



.innerSlides .list>li>a i {
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 10px;
	color: #333333;
}



.innerSlides .list>li.active>a,
.innerSlides .list>li:hover>a {
	background-color: #045bbb;
	color: #ffffff;
}

.innerSlides .list>li.active>a i,
.innerSlides .list>li:hover>a i {
	color: #ffffff;
}

.innerSlides .list>li.active>a i {
	transform: rotate(90deg);
}


.innerSlides .list>li ul {
	padding: 18px 21px;
	display: none;
}

.innerSlides .list li.active>ul {
	display: block;
}

.innerSlides .list>li ul li a {
	font-family: Raleway-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.innerSlides .list>li ul .active a{
	color: #045bbb;
}
.innerSlides .list>li ul li {
	margin-bottom: 13px;
}

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


.innerSlides .list>li ul li:hover>a {
	color: #045bbb;
}


.innerSlides .tages .list>li>a {
	background-color: #ffffff;
}

.innerSlides .tages .list>li:hover>a {
	background-color: #045bbb;
}


.products form {
	width: 68.6%;
}

.products form .title {
	display: flex;
	font-family: Raleway-Bold;
	align-items: center;
	font-size: 26px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 27px;
	margin-top: -2px;
}

.products form .title img {
	flex-shrink: 0;
	width: 25px;
	margin-right: 9px;
}

.products form .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 55px;
}

.products form .list .item {
	background-color: #ffffff;
	border: solid 2px #e8e8e8;
	padding: 20px 22px 33px;
	width: 32.35%;
	margin-right: 1.475%;
	margin-top: 20px;
}

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

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

.products form .list .image {
	overflow: hidden;
	margin: 0 auto 14px;
	width: 100%;
	max-width: 290px;
}

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



.products form .list .tit {
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 16px;
}

.products form .list .tit:hover {
	color: #045bbb;
}

.products form .list .txts {
	line-height: 26px;
	margin-bottom: 10px;
}


.products form .list .btns {
	display: flex;
	align-items: center;
}

.products form .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 15px;
	height: 15px;
	outline: solid 1px #27bef6;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 5px;
	position: relative;
}


.products form .checkBtn input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index:999;
}



.products form .checkBtn::after {
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	background-color: #27bef6;
	border-radius: 50%;
	opacity: 0;
	transition: .4s ease all;
}

.products form .checkBtn.active::after {
	opacity: 1;
}


.products form .btns .btn {
	line-height: 28px;
	color: #2fc1f6;
	position: relative;
}

.products form .btns .btn::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #2fc1f6;
	bottom: 0;
	transition: .4s ease all;
}


.products form .btns .btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

.products .relatedApplication {
	margin-bottom: 90px;
}

.products .relatedApplication .title1 {
	text-align: center;
	margin-bottom: 48px;
}

.products .relatedApplication .sBtns>div {
	top: 36%;
}

.products .relatedApplication .swiper {
	overflow: visible;
	clip-path: polygon(-10px -1000%, calc(100% + 10px) -1000%, calc(100% + 10px) 1000%, -10px 1000%);
}


.interesting .title1 {
	text-align: center;
	margin-bottom: 47px;
}

.interesting .newItem {
	background-color: #fafafa;
}


@media screen and (max-width:1760px) {
	.innerSlides .title {
		font-size: 18px;
	}

	.products form .title {
		margin-top: 0;
	}

	.products form .list .item {
		padding: 15px;
	}

	.products form .list {
		margin-bottom: 50px;
	}

	.innerSlides .list>li>a {
		padding: 10px 10px;
	}

	.innerSlides .list>li>a i {
		font-size: 12px;
	}

	.products form {
		width: 70%;
	}
}

@media screen and (max-width:1333px) {
	.products .innerTitle .title1 {
		margin-right: 0;
	}

	.products form .title {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.products form .list {
		justify-content: space-between;
	}

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

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

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

	.products form .list .item {
		padding: 15px 10px;
	}

	.products form {
		width: 65%;
	}

	.products .innerSlides {
		width: 30%;
	}

	.innerSlides .title {
		font-size: 16px;
		padding: 10px;
	}

	.products .con,
	.products .relatedApplication {
		margin-bottom: 60px;
	}
}

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

	.products form {
		width: 100%;
	}

	.products .innerSlides {
		width: 100%;
		margin-bottom: 40px;
	}

	.products .innerTitle {
		margin-bottom: 40px;
	}

	.innerSlides .list>li>a {
		padding: 5px 10px;
	}

	.innerSlides>div {
		margin-bottom: 20px;
	}

	.products form .list {
		margin-bottom: 40px;
	}

	.products .relatedApplication .title1,
	.interesting .title1 {
		margin-bottom: 40px;
	}

	.products .con,
	.products .relatedApplication {
		margin-bottom: 50px;
	}

	.products form .list .item {
		border-width: 1px;
	}

	.innerSlides .list>li ul li a {
		font-size: 14px;
	}

	.innerSlides .list {
		display: none;
		transition: none;
	}

	.innerSlides .title i {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.innerSlides .title.active i {
		transform: rotate(45deg);
	}
}

@media screen and (max-width:768px) {
	.innerSlides .list>li ul {
		padding: 10px 20px;
	}

	.products form .title {
		font-size: 22px;
		line-height: 30px;
	}

	.products .relatedApplication .title1,
	.interesting .title1 {
		margin-bottom: 30px;
	}
}

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

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



/* 1-2-Products */


.productDet {
	padding: 80px 0 100px 0;
}


.productDet .productShow {
	margin-bottom: 60px;
}


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


.productShow .shows {
	flex-shrink: 0;
	margin-right: 6.05%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



.productShow .swiperBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 680px;
	width: 113px;
	margin-left: 30px;
	padding: 34px 0;
}



.productShow .checkSwiper {
	overflow: hidden;
	height: 100%;
}



.showSipwerBox {
	position: relative;
}


.productShow .showSipwer {
	width: 680px;
	overflow: hidden;
	background-color: #ffffff;
}


.showSipwer .swiper-slide img {
	display: block;
}


.productShow .swiperBox .prev,
.productShow .swiperBox .next {
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 100%;
	height: 30px;
	overflow: hidden;
}



.productShow .swiperBox .prev i,
.productShow .swiperBox .next i {
	font-size: 20px;
	font-weight: bold;
	color: #666666;
}

.productShow .swiperBox .prev.swiper-button-disabled:hover i,
.productShow .swiperBox .next.swiper-button-disabled:hover i {
	color: #666666;
}



.productShow .swiperBox .prev:hover i,
.productShow .swiperBox .next:hover i {
	color: #045bbb;
}



.productShow .swiperBox .prev {
	top: -9px;
}

.productShow .swiperBox .prev i {
	transform: rotate(-90deg);
}


.productShow .swiperBox .next {
	bottom: -9px;
}

.productShow .swiperBox .next i {
	transform: rotate(90deg);
}



.productShow .checkSwiper .swiper-slide {
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


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


.productShow .checkSwiper .swiper-slide-thumb-active::after {
	border-color: #045bbb;
}



.productShow .jianjie {
	flex: 1;
	padding: 24px 0;
}


.productShow .jianjie h1 {
	font-family: Raleway-Bold;
	font-size: 36px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 23px;
}


.productShow .jianjie .txts {
	margin-bottom: 25px;
}


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


.productShow .parameter {
	margin-bottom: 40px;
}

.productShow .parameter p {
	line-height: 36px;
}

.productShow .parameter p:last-child {
	margin-bottom: 0;
}

.productShow .parameter p em {
	font-style: normal;
	color: #333333;
}




.productShow .jianjie .share {
	margin-bottom: 9px;
}



.productShow .btns {
	display: flex;
	flex-wrap: wrap;
	cursor: pointer;
}

.productShow .btns .cBtn {
	margin-right: 29px;
	width: 149px;
	font-size: 16px;
	border-radius: 6px;
	height: 45px;
	border-color: #999999;
	color: #666666;
	background-color: #ffffff;
}

.productShow .btns .cBtn:nth-child(1) {
	width: 160px;
}


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

.productShow .btns .cBtn:hover {
	background-color: #045bbb;
	border-color: #045bbb;
	color: #ffffff;
}




/*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;
}



.productDet .describe .title1 {
	margin-bottom: 19px;
}

.productDet .describe .line {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	margin-bottom: 52px;
}

.pdTit {
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
}

.productDet .attributes {
	margin-bottom: 39px;
}


.productDet .attributes .pdTit {
	margin-bottom: 13px;
}


.productDet .attributes .txts {
	display: flex;
	flex-wrap: wrap;
}

.productDet .attributes .txts p {
	margin-right: 69px;
	padding-left: 18px;
	position: relative;
}



.productDet .attributes .txts p em {
	font-style: normal;
	color: #333333;
}


.productDet .attributes .txts p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	background-color: #045bbb;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 10px;
}

.productDet .ability {
	margin-bottom: 72px;
}


.productDet .ability .pdTit {
	text-align: center;
	margin-bottom: 37px;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	font-family: none;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 13px 20px;
	font-size: 16px;
	background-color: #fafafa;
	font-family: Raleway-Regular, Arial, sans-serif;
	color: #333333;
	border: 1px solid #e1e1e1;
	font-family: none;
}



.productDet .ability table tr td:nth-child(2n-1) {
	font-family: Raleway-Bold;
}

.productDet .ability table tr:nth-child(2n) td {
	background-color: #fafafa;
}

.productDet .ability table tr:nth-child(2n-1) td {
	background-color: #ffffff;
}

.productDet .packaging {
	margin-bottom: 62px;
}


.productDet .packaging .pdTit {
	margin-bottom: 19px;
}

.productDet .packaging .tip {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 24px;
}


.productDet .packaging .tip p {
	margin-right: 30px;
}

.productDet .packaging .tip p em {
	font-style: normal;
	color: #333333;
}


.productDet .introduction {
	margin-bottom: 72px;
}

.productDet .introduction .pdTit {
	margin-bottom: 13px;
}

.productDet .pdTit {
	color: #045bbb;
}
.productDet .introduction table tr td {
	text-align: center;
}

.productDet table tr:nth-child(1) td,
.productDet .ability table tr:nth-child(1) td{
	background-color: #045bbb;
	color: #ffffff;
}

.productDet .features {
	margin-bottom: 33px;
}


.productDet .features .pdTit {
	margin-bottom: 13px;
}

.productDet .features .txts {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.productDet .features .txts p {
	margin-right: 161px;
	margin-bottom: 10px;
}

.productDet .features .txts p em {
	font-style: normal;
	position: relative;
	padding-left: 18px;
}

.productDet .features .txts p em::after {
	content: "";
	position: absolute;
	background-image: url("../images/triangle.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 8px;
	height: 10px;
	left: 0;
	top: 4px;
}

.productDet .featuresList {
	display: flex;
	flex-wrap: wrap;
}

.productDet .featuresList .item {
	background-color: #f7f7f7;
	border-radius: 10px;
	padding: 31px 26px 24px 26px;
	width: 23.75%;
	margin-right: 1.66%;
	margin-top: 30px;
}


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

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



.productDet .featuresList .tit {
	font-family: Raleway-Bold;
	font-size: 22px;
	line-height: 26px;
	color: #333333;
	margin-bottom: 16px;
	color: #045bbb;
}

.productDet .featuresList p {
	margin-bottom: 6px;
}

.productDet .featuresList p:last-child {
	margin-bottom: 0;
}

.productDet .featuresList p em {
	position: relative;
	display: block;
	padding-left: 30px;
	font-style: normal;
}



.productDet .featuresList p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	background-image: url("../images/start.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 9px;
	height: 9px;
}



@media screen and (max-width:1760px) {
	.productShow .showSipwer {
		width: 500px;
	}

	.productShow .swiperBox {
		height: 500px;
		width: 78px;
	}

	.productShow .swiperBox .prev i,
	.productShow .swiperBox .next i {
		font-size: 18px;
	}

	.productShow .jianjie {
		padding: 0;
	}

	.productShow .jianjie h1 {
		font-size: 30px;
		line-height: 40px;
	}

	.productShow .jianjie .txts {
		margin-bottom: 20px;
	}

	.productShow .parameter {
		margin-bottom: 30px;
	}

	.productShow .jianjie .share {
		margin-bottom: 20px;
	}

	.productShow .btns .cBtn {
		border-radius: 5px;
	}

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

	.productDet .describe>div .pdTit,
	.productDet .describe>div .pdTit {
		margin-bottom: 30px;
	}

	.productDet .describe>div:nth-child(n) {
		margin-bottom: 50px;
	}

	.productDet .describe>div:last-child {
		margin-bottom: 0;
	}

	.productDet .describe>div.title1 {
		margin-bottom: 30px;
	}

	.productDet .featuresList .item {
		border-radius: 5px;
		padding: 20px;
	}

	.productDet .featuresList .tit {
		font-size: 20px;
	}

}

@media screen and (max-width:1333px) {
	.productShow .shows {
		flex-direction: column;
		width: 400px;
		margin-right: 5%;
	}

	.productShow .checkSwiper,
	.productShow .swiperBox,
	.showSipwerBox {
		height: auto;
		width: 100%;
	}

	.productShow .swiperBox {
		margin-left: 0;
		margin-top: 20px;
		padding: 0 30px;
	}

	.productShow .showSipwer {
		width: 100%;
	}

	.productShow .swiperBox .next,
	.productShow .swiperBox .prev {
		width: 24px;
		height: 100%;
		top: 0;
		bottom: auto;
	}

	.productShow .swiperBox .next i,
	.productShow .swiperBox .prev i {
		font-weight: normal;
		font-size: 14px;
	}

	.productShow .swiperBox .prev {
		left: 0;
	}

	.productShow .swiperBox .prev i {
		transform: rotate(-180deg);
	}

	.productShow .swiperBox .next {
		right: 0;
	}

	.productShow .swiperBox .next i {
		transform: rotate(0);
	}

	.productShow .jianjie h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.productShow .btns .cBtn {
		height: 40px;
	}

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

	.productDet .featuresList .tit {
		font-size: 18px;
	}

	.productDet .featuresList .item:nth-child(n) {
		width: 48%;
		margin-top: 20px;
	}

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

@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;
	}

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

	.productShow .jianjie {
		flex: auto;
		width: 100%;
		margin-top: 40px;
	}

	.productShow .shows {
		margin: 0 auto;
	}

	.productShow .jianjie h1 {
		font-size: 24px;
		line-height: 34px;
	}

	.productDet .productShow {
		margin-bottom: 50px;
	}

	.productDet .describe>div:nth-child(n) {
		margin-bottom: 40px;
	}

	.productDet .describe>div:last-child {
		margin-bottom: 0;
	}

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

	.table table tr td {
		font-size: 14px;
		padding: 10px 10px;
	}

	.productDet .featuresList .tit {
		font-size: 16px;
	}

	.productDet .describe>div.title1 {
		margin-bottom: 20px;
	}

	.productDet .features .txts p {
		margin-bottom: 5px;
		margin-right: 50px;
	}

	.productDet .attributes .txts p {
		margin-right: 50px;
	}

	.productShow .btns .cBtn:nth-child(n) {
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

}

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

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

	.pdTit {
		font-size: 20px;
	}

	.productDet .describe>div .pdTit,
	.productDet .describe>div .pdTit {
		margin-bottom: 20px;
	}

	.productShow .shows {
		width: 360px;
	}

	.productShow .jianjie h1 {
		font-size: 22px;
		line-height: 30px;
	}

}

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

	.productShow .btns .cBtn:nth-child(n) {
		width: 130px;
		margin-right: 20px;
	}

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

	.productDet .features .txts p {
		margin-right: 30px;
	}

	.productDet .attributes .txts p {
		margin-right: 30px;
	}
}

@media screen and (max-width:450px) {
	.productShow .shows {
		width: 280px;
	}
}



/* 2-1-industry */

.industry {
	padding: 73px 0 95px 0;
}


.industry .innerTitle {
	margin-bottom: 54px;
}

.industry .innerTitle .title1 {
	margin-right: 9.3%;
}

.industry .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 75px;
}

.industry .list .industryItem {
	margin-top: 30px;
	width: 48.75%;
}


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


.industryItem .image {
	margin-bottom: 23px;
	position: relative;
	z-index: 9;
}

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

.industryItem .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #045bbb;
	transition: .4s ease all;
	z-index: -1;
}


.industryItem .image:hover::after {
	transform: translateX(-10px) translateY(-10px);
}

.industryItem .tit {
	font-family: Raleway-Bold;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 7px;
}

.industryItem .tit:hover {
	color: #045bbb;
}


.industryItem .txts {
	margin-bottom: 25px;
	line-height: 26px;
}

@media screen and (max-width:1760px) {
	.industry .list {
		margin-bottom: 60px;
	}

	.industryItem .tit {
		font-size: 20px;
		margin-bottom: 10px;
	}
}

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

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

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

@media screen and (max-width:999px) {
	.industry .list {
		margin-bottom: 40px;
	}

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

@media screen and (max-width:768px) {
	.industryItem .image {
		margin-bottom: 20px;
	}
}

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

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

	.industry .list .industryItem:nth-child(-n+1) {
		margin-top: 0;
	}
}

/* 3-1-About Us */

.aboutUs {
	background-image: url("../images/aboutUsM1-bg.jpg");
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}


.company {
	padding-left: calc((100% - 1600px)/ 2);
	display: flex;
	justify-content: space-between;
}

.company .image {
	width: 55%;
}

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


.company .msg {
	width: 42%;
	padding: 114px 0;
}

.company .msg .title1 {
	margin-bottom: 36px;
}

.company .msg .txts {
	margin-bottom: 53px;
}


.leading {
	padding: 100px 0 100px 0;
	display: flex;
	justify-content: space-between;
}

.leading .image {
	width: 44.875%;
}



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


.leading .msg {
	width: 50.65%;
	padding: 25px 0;
}

.leading .msg .title1 {
	padding-left: 29px;
	margin-bottom: 29px;
	position: relative;
}

.leading .msg .title1::after {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 80%;
	width: 10px;
	background-color: #045bbb;
}


.control {
	padding: 89px 0 128px 0;
	background-color: #f7f7f7;
}


.control .title1 {
	text-align: center;
	margin-bottom: 21px;
}

.control .controlTxt {
	text-align: center;
	margin-bottom: 34px;
}

.control .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 92px;
}

.control .list .item {
	width: 18.75%;
	margin-right: 1.5625%;
	margin-top: 30px;
	background-color: #ffffff;
	padding: 18px 20px 22px;
	border-radius: 10px;
}



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

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



.control .list .tit {
	display: flex;
	align-items: flex-start;
	margin-bottom: -2px;
	font-family: Raleway-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.control .list img {
	flex-shrink: 0;
	width: 32px;
	margin-right: 10px;
	transform: translateY(-7px);
}


.control .list .txts {
	line-height: 24px;
	hyphens: auto;
}

.control .stability {
	display: flex;
	flex-wrap: wrap;
}


.control .stability .item {
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 30px;
	padding: 0 26px;
	margin-top: 65px;
}


.control .stability .item:nth-child(-n+3) {
	margin-top: 0;
	width: 24%;
	margin-right: 7.3%;
	padding: 0;
	padding-top: 32px;
	margin-top: 0;
}

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



.control .stability .item:nth-child(1) {
	width: 40%;
	margin-right: 3.3%;
	padding: 0;
}


.control .stability .title {
	font-family: Raleway-Bold;
	font-size: 43px;
	line-height: 56px;
	color: #045bbb;
	margin-bottom: 8px;
}


.control .stability .item .num {
	font-family: Raleway-Bold;
	font-size: 36px;
	line-height: 36px;
	color: #045bbb;
	text-align: center;
	margin-bottom: 2px;
}

.control .stability .item .tit {
	font-family: Raleway-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	text-align: center;
	margin-bottom: 7px;
}

.control .stability .item .txts {
	text-align: center;
	line-height: 24px;
	hyphens: auto;
}

.ensuring {
	padding: 53px 0 90px 0;
}

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

.ensuring .msg {
	width: 51%;
	padding: 37px 0;
}

.ensuring .image {
	width: 44.81%;
}

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


.innerTit {
	font-family: Raleway-Bold;
	font-size: 36px;
	line-height: 56px;
	color: #000000;
}


.ensuring .innerTit {
	margin-bottom: 10px;
}


.ensuring .standardEdit {
	margin-bottom: 29px;
}


.ensuring .standardEdit p {
	line-height: 40px;
}

.ensuring .standardEdit p:last-child {
	margin-bottom: 0;
}

.ensuring .standardEdit p em {
	display: block;
	padding-left: 20px;
	position: relative;
	font-style: normal;
}

.ensuring .standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 11px;
	width: 12px;
	height: 12px;
	background-image: url("../images/start.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.ensuring .standardEdit p strong {
	font-family: Raleway-Bold;
	color: #333333;
}

.process .title1 {
	text-align: center;
	margin-bottom: 38px;
}

.process .image {
	overflow: hidden;
	margin-bottom: 24px;
}

.process .image:last-child {
	margin-bottom: 0;
}

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



.process .sBtns>div {
	position: static;
	transform: none;
	margin-top: 59px;
	background-color: rgba(4, 91, 187, 0.52);
}

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


.process .sBtns>div.prev {
	margin-right: 10px;
}


.process .sBtns>div:hover {
	background-color: rgba(4, 91, 187, 1);
}

.process .sBtns>div.swiper-button-disabled:hover {
	background-color: rgba(4, 91, 187, 0.52);
	cursor: auto;
}



.companies {
	padding: 100px 0 101px 0;
}


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


.companies .image {
	width: 45.25%;
}

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

.companies .msg {
	width: 50.1%;
	padding: 10px 0;
}


.companies .msg .innerTit {
	margin-bottom: 15px;
}

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


.companies .swiper {
	clip-path: polygon(-1% -1000%, 100% -1000%, 100% 1000%, -1% 1000%);
	overflow: visible;
}

.companies .swiper .swiper-slide {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: hidden;
	width: 27.7%;
	margin-right: 2.7%;
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
	display: flex;
	align-items: center;
	justify-content: center;
}

.companies .swiper .swiper-wrapper {
	pointer-events: none;
}

.companies .swiper .swiper-slide img {
	display: block;
}

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

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


.companies .btns div {
	font-weight: bold;
	height: 35px;
	cursor: pointer;
	color: #999999;
	margin-top: 40px;
}

.companies .btns div:hover {
	color: #333333;
}

.companies .btns div.prev {
	padding-right: 10px;
	position: relative;
}


.companies .btns div.prev::after {
	content: "";
	position: absolute;
	right: 0;
	top: 43%;
	transform: translateY(-50%);
	width: 1px;
	height: 11px;
	background-color: #e1e1e1;
}


.companies .btns div.next {
	padding-left: 10px;
}

.companies .btns>div.swiper-button-disabled:hover {
	color: #999999;
	cursor: auto;
}


@media screen and (max-width:1760px) {
	.company {
		padding-left: 80px;
	}

	.control .controlTxt {
		margin-bottom: 40px;
	}

	.control .list .item:nth-child(n) {
		padding: 30px;
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
		border-radius: 5px;
	}

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

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

	.control .list .tit {
		margin-bottom: 10px;
	}

	.control .list {
		margin-bottom: 80px;
	}

	.control .stability .title {
		font-size: 32px;
		line-height: 42px;
		margin-bottom: 20px;
	}

	.control .stability .item:nth-child(n) {
		width: 30%;
		padding: 0;
		margin-right: 5%;
		margin-top: 30px;
	}

	.control .stability .item:nth-child(4) {
		margin-right: 0;
	}

	.control .stability .item:nth-child(1) {
		width: 100%;
		margin-top: 0;
	}

	.control .stability .item .num {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.ensuring .innerTit {
		margin-bottom: 20px;
	}

	.process .sBtns>div {
		margin-top: 40px;
	}

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

@media screen and (max-width:1333px) {
	.company .msg .txts {
		margin-bottom: 40px;
	}

	.leading .msg .title1::after {
		height: 100%;
		width: 5px;
	}


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

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

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

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

	.control .stability .title {
		font-size: 26px;
		line-height: 36px;
	}

	.control .stability {
		justify-content: space-between;
	}

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

	.control .stability .item:nth-child(1) {
		width: 100%;
		margin-top: 0;
	}
}

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

	.company .msg {
		width: 100%;
		padding: 50px 80px !important;
	}

	.company .image {
		width: 100%;
		height: 400px;
	}

	.leading {
		flex-direction: column-reverse;
	}

	.leading .msg {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.leading .msg .title1 br {
		display: none;
	}

	.leading .image {
		width: 100%;
		height: 400px;
	}

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

	.control .stability .item .num {
		font-size: 28px;
		line-height: 28px;
	}

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

	.ensuring .msg {
		padding: 0;
		width: 100%;
	}

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

	.ensuring .standardEdit p em::after {
		top: 5px;
	}

	.ensuring .msg {
		margin-bottom: 40px;
	}

	.ensuring .image {
		width: 100%;
		height: 400px;
	}

	.companies .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.companies .msg {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.companies .msg .innerTit {
		margin-bottom: 30px;
	}

	.companies .image {
		width: 100%;
		height: 400px;
	}

	.companies .swiper .swiper-slide {
		width: 24%;
		margin-right: 5%;
	}
}

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

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

	.company .image,
	.leading .image,
	.ensuring .image,
	.companies .image {
		height: 300px;
	}


	.control .stability .title {
		font-size: 24px;
		line-height: 34px;
	}


	.control .stability .item .num {
		font-size: 24px;
	}
}

@media screen and (max-width:538px) {
	.company .msg {
		padding: 40px 15px !important;
	}

	.company .image,
	.leading .image,
	.ensuring .image,
	.companies .image {
		height: 260px;
	}

	.companies .swiper .swiper-slide {
		width: 32%;
		margin-right: 5%;
	}

	.companies .btns div {
		margin-top: 20px;
	}

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

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

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

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

@media screen and (max-width:450px) {
	.companies .swiper .swiper-slide {
		width: 48%;
	}
}




/* 4-1-News */

.news {
	padding: 73px 0 95px 0;
}

.news .innerTitle {
	margin-bottom: 46px;
}


.news .innerTitle .title1 {
	margin-right: 10%;
}

.innerTitle .title1 {
	flex-shrink: 0;
	margin-top: -3px;
}

.news .newNavBtns {
	margin-bottom: 50px;
}

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

.newNavBtns a {
	width: 33.333%;
	padding: 39px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Raleway-Bold;
	font-size: 24px;
	color: #045bbb;
	border: 2px solid rgba(208, 208, 208, .5);
	border-right: none;
}

.newNavBtns a:last-child {
	border-right: 2px solid rgba(208, 208, 208, .5);
}


.newNavBtns a i {
	flex-shrink: 0;
	margin-left: 8px;
	font-weight: bold;
	font-size: 16px;
}

.newNavBtns a:hover,
.newNavBtns a.active {
	background-color: #045bbb;
	border-color: #045bbb;
	color: #ffffff;
}

.newNavBtns a:hover i,
.newNavBtns a.active i {
	color: #045bbb;
}



.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 65px;
}

.news .list .newItem {
	width: 31.75%;
	margin-right: 2.375%;
	border: 1px solid #e1e1e1;
	margin-top: 30px;
}


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

.news .list .newItem:hover {
	border-color: transparent;
}


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

@media screen and (max-width:1760px) {
	.news .innerTitle {
		margin-bottom: 50px;
	}

	.newNavBtns a {
		padding: 20px 20px;
		font-size: 20px;
	}

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

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

	.innerTitle .title1 {
		margin-top: 0;
		margin-bottom: 20px;

	}

	.newNavBtns a {
		font-size: 18px;
		line-height: 28px;
		padding: 14px 20px;
		border-width: 1px;
	}

	.newNavBtns a:last-child {
		border-width: 1px;
	}

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

@media screen and (max-width:999px) {
	.news .innerTitle {
		margin-bottom: 40px;
	}

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

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

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

	.newNavBtns a {
		font-size: 16px;
		padding: 10px 20px;
	}

	.newNavBtns a i {
		font-size: 14px;
	}

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

@media screen and (max-width:768px) {
	.newNavBtns a {
		width: 50%;
		font-size: 14px;
		padding: 5px 10px;
	}

	.newNavBtns a i {
		font-size: 12px;
	}


	.newNavBtns a:nth-child(2) {
		border-right: 1px solid rgba(208, 208, 208, 0.5);
	}

	.newNavBtns a:last-child {
		width: 100%;
		border-top: none;
	}

	.news .newNavBtns {
		margin-bottom: 40px;
	}

	.news .innerTitle {
		margin-bottom: 30px;
	}
}

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

	.news .list .newItem:nth-child(-n+1) {
		margin-top: 0;
	}

	.newNavBtns a:nth-child(n) {
		width: 100%;
		border: 1px solid rgba(208, 208, 208, 0.5);
		border-bottom: none;
	}

	.newNavBtns a:last-child {
		border-bottom: 1px solid rgba(208, 208, 208, 0.5);
	}

}

/* 4-2-News */

.innerDes {
	padding: 72px 0 100px 0;
}

.innerDes h1 {
	font-weight: normal;
	font-family: Raleway-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 17px;
}

.innerDes .tips {
	display: flex;
	align-items: center;
	margin-bottom: 27px;
}



.innerDes .tips .time {
	margin-right: 11px;
}

.share {
	display: flex;
	align-items: center;
}


.share span {
	margin-right: 18px;
}


.innerDes .con {
	padding: 22px 0 34px 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 30px;
}


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

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 48%;
}

.prevOrNext>div.next {
	justify-content: flex-end;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 41px;
	height: 41px;
	border-radius: 20px;
	border: solid 1px #bababa;
}

.prevOrNext .prev .btn {
	margin-right: 9px;
}

.prevOrNext .next .btn {
	margin-left: 9px;
}



.prevOrNext a.btn:hover {
	background-color: #045bbb;
	border-color: #045bbb;
	color: #fff;
}


.prevOrNext a {
	color: #666666;
}

.prevOrNext a.tit:hover {
	color: #045bbb;
}



.hotProduct {
	padding: 90px 0 100px 0;
	background-color: #f7f7f7;
}



.hotProduct .title1 {
	text-align: center;
	margin-bottom: 48px;
}

@media screen and (max-width:1760px) {
	.innerDes h1 {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.innerDes .con {
		padding: 30px 0;
	}

	.prevOrNext .btn {
		width: 36px;
		height: 36px;
		font-size: 14px !important;
	}

}

@media screen and (max-width:1333px) {
	.innerDes h1 {
		font-size: 26px;
	}
}

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

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

	.prevOrNext .btn {
		width: 32px;
		height: 32px;
		font-size: 12px !important;
	}

	.innerDes h1 {
		font-size: 24px;
	}

	.share span {
		font-size: 14px;
		margin-right: 10px;
	}

	.prevOrNext {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.prevOrNext>div:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	.prevOrNext>div:last-child {
		margin-bottom: 0;
	}


	.prevOrNext>div.next {
		flex-direction: row-reverse;
	}

	.prevOrNext>div.next .btn {
		margin-left: 0;
		margin-right: 9px;
	}

}

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

	.innerDes h1 {
		font-size: 22px;
	}
}

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

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

	.innerDes .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

}


/* 4-3-News */



.exhibition {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 65px;
}



.exhibition .item {
	width: 31.75%;
	margin-right: 2.375%;
	margin-top: 40px;
	overflow: hidden;
}

.exhibition .item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



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

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

@media screen and (max-width:1333px) {
	.exhibition {
		margin-bottom: 50px;
	}

	.exhibition .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.exhibition {
		justify-content: space-between;
		margin-bottom: 40px;
	}

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

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


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

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



/* 5-1-contact us */


.contactUs {
	padding: 69px 0 100px 0;
}


.contactUs .des {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 75px;
}

.contactUs .msg {
	width: 48%;
}

.contactUs .cForm {
	width: 48.125%;
	padding: 39px 41px 38px 41px;
	background-color: #f7f7f7;
	margin-top: 65px;
}

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}


.cForm li {
	height: 64px;
	padding: 0 9.5px;
	width: 48.6%;
	margin-top: 23px;
	background-color: #ffffff;
}



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


.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
}



.cForm li.message {
	width: 100%;
	height: 178px;
	padding: 17px 9.5px;
	margin-bottom: -4px;
}



.cForm li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}



.cForm li.codeCon input {
	flex: 1;
	padding: 0 9.5px;
}



.cForm li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 78px;
	background-color: #f3fbfe;
	height: 100%;
}


.cForm li.codeCon .codeImg img {
	height: 100%;
}

.cForm li.subBtn {
	padding: 0;
	border-bottom: none;
}

.cForm li.subBtn input {
	background-color: #045bbb;
	font-size: 18px;
	font-family: Raleway-Bold;
	color: #ffffff;
	cursor: pointer;
}


.cForm li.subBtn input:hover {
	background-color: #ffffff;
	color: #045bbb;
}



.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
	opacity: 1;
}


.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
	opacity: 1;
}


.cForm li.m-formcountry {
	padding: 0;
}


.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 9.5px;
}


.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 9.5px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #023058;
}


.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #045bbb #ebebeb;
	scrollbar-width: thin;
	padding: 0;
}

.m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
	background: #ebebeb;
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #333;
}

.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 9.5px;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	height: auto;
	width: 100%;
	background-color: transparent;
	border-radius: 0;
	margin: 0;
}

.m-formcountry .drop-list li.on {
	background-color: #045bbb;
	color: #ffffff;
}

.contactUs .map img {
	display: block;
}

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

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


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



.contactUs .msg .list li {
	width: 100%;
	display: flex;
	align-items: flex-start;
	margin-top: 38px;
}


.contactUs .msg .list li:nth-child(-n+2) {
	margin-top: 0;
	width: 37%;
}

.contactUs .msg .list li i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #045bbb;
	font-size: 26px;
	color: #ffffff;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 16px;
	transform: translateY(-7px);
}



.contactUs .msg .list .name {
	font-family: Raleway-Bold;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.contactUs .msg .list .num {
	color: #666666;
	line-height: 26px;
}



.contactUs .msg .list .email a {
	word-break: break-all;
}


.contactUs .msg .list a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
	color: #233a8a;
}

.contactUs .msg .wechat .image {
	width: 130px;
	height: 130px;
	margin-bottom: 7px;
}


.contactUs .msg .wechat {
	display: flex;
	flex-wrap: wrap;
}

.contactUs .msg .wechat .item {
	margin-right: 190px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contactUs .msg .wechat .useName {
	font-family: Roboto-Medium;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
	text-align: center;
}

@media screen and (max-width:1760px) {
	.contactUs .cForm {
		margin-top: 65px;
	}

	.contactUs .cForm {
		padding: 40px;
	}

	.contactUs .msg .list li:nth-child(-n+2) {
		width: 48%;
	}

	.contactUs .msg .wechat .item {
		margin-right: 50px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .des {
		margin-bottom: 60px;
	}

	.contactUs .msg .wechat .useName {
		font-size: 16px;
		line-height: 26px;
	}

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

	.contactUs .msg {
		width: 100%;
	}

	.contactUs .msg .list li i {
		font-size: 22px;
		line-height: 30px;
		width: 55px;
		height: 55px;
	}

	.contactUs .msg .list li:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	/*.contactUs .msg .list li:nth-child(-n+2) {*/
	/*	margin-top: 0;*/
	/*}*/

	.contactUs .msg .list li:last-child {
		width: 100%;
	}

	.contactUs .cForm {
		margin-top: 40px;
		width: 100%;
	}

	.cForm li {
		height: 50px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .cForm {
		margin-top: 30px;
		padding: 30px;
	}

	.contactUs .des {
		margin-bottom: 50px;
	}

	.cForm li.message {
		height: 160px;
	}

	.contactUs .msg .wechat .image {
		width: 120px;
		height: 120px;
	}

	.contactUs .msg .wechat .useName,
	.contactUs .msg .list .num {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs .msg .list li:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.contactUs .msg .list li:nth-child(-n+2) {
		margin-top: 0;
		width: 48%;
	}

	.contactUs .msg .list li i {
		width: 50px;
		height: 50px;
		transform: translateY(0);
		font-size: 20px;
	}

	.m-formcountry .drop-list li {
		font-size: 14px;
		height: auto;
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.contactUs .des {
		margin-bottom: 40px;
	}

	.cForm li {
		height: 45px;
	}

	.contactUs .cForm {
		padding: 30px 20px;
	}

	.contactUs .cForm {
		margin-top: 20px;
	}
}

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

	.contactUs .msg .list li:nth-child(-n+1) {
		margin-top: 0;
	}

	.contactUs .msg .list li i {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.contactUs .msg .wechat .image {
		width: 100px;
		height: 100px;
	}

	.contactUs .msg .wechat .item {
		margin-right: 40px;
	}
}



@media screen and (max-width:450px) {
	.cForm li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.cForm li:nth-child(1) {
		margin-top: 0;
	}

	.cForm li.message {
		height: 140px;
	}

	.cForm li {
		height: 40px;
	}

	.m-formcountry .drop-list li:nth-child(n) {
		height: auto;
		width: 100%;
		margin: 0;
	}
}












/* innerBanner */

.innerBanner {
	height: 400px;
	position: relative;
}


.innerBanner .image {
	height: 100%;
}

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

.innerBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.innerBanner .title {
	font-family: Raleway-Bold;
	font-size: 60px;
	line-height: 60px;
	color: #ffffff;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 8px;
	text-decoration-thickness: 3px;
	margin-bottom: 18px;
}



/* crumb */

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


.crumb a,
.crumb i {
	font-family: Raleway-Regular, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}


.crumb a:hover {
	color: #045bbb;
}

.crumb i {
	font-style: normal;
}



/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 35px;
	height: 30px;
	border: solid 1px #a7a7a7;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Raleway-Regular, Arial, sans-serif;
	font-size: 14px !important;
	color: #666666;
	margin: 5px 4.5px;
}

.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff !important;
	background-color: #045bbb;
	border-color: #045bbb;
}


.pager .pageList a.next ,.pager .pageList .big{
	width: 61px;
}
.pager .pageList a.prev,.pager .pageList .big:nth-of-type(1){
	width: 79px;
}




.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 4px;
	position: relative;
}

.pager .addTo:hover p {
	color: #045bbb;
	background-color: #ffffff;
}

.pager .addTo p , .pager .addTo .sc1{
	width: 148px;
	height: 30px;
	background-color: #045bbb;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Raleway-Regular;
	font-size: 14px !important;
	line-height: 26px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 6px;
	border: 1px solid #045bbb;
}


.pager .addTo input {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	opacity: 0;
}


.pager .addTo img {
	flex-shrink: 0;
	width: 15px;
}

@media screen and (max-width:1760px) {
	.innerBanner {
		height: 340px;
	}

	.innerBanner .title {
		font-size: 50px;
		line-height: 50px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 300px;
	}

	.innerBanner .title {
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 30px;
		text-underline-offset: 5px;
		text-decoration-thickness: 2px;
	}

}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 280px;
	}

	.innerBanner .title {
		font-size: 32px;
		line-height: 32px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 260px;
	}

	.pager .pageList a {
		width: 30px;
	}

	.innerBanner .title {
		font-size: 26px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 240px;
	}


}



/* footer */



footer {
	background-color: #094a92;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	padding: 67px 0 42px 0;
	position: relative;
}


footer .footerList .box li {
	margin-bottom: 10px;
}

footer .footerList .box li:last-child {
	margin-bottom: 0;
}

footer .footerList .titBox .meuBtn {
	display: none;
}



footer .footerList .fProduct {
	width: 22%;
	margin-right: 5.4%;
}

footer .footerList .fNav {
	width: 14%;
	margin-right: 5.35%;
}


footer .footerList .fContact {
	width: 24%;
	margin-right: 3.3%;
}


footer .footerList .fContact p {
	display: inline;
}


footer .footerList .fInquiry {
	width: 25.95%;
}


footer .footerList .fInquiry form {
	margin-top: 34px;
}


footer .footerList form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer .footerList form ul li {
	border-radius: 4px;
	border: solid 1px #c1c1c1;
	height: 41px;
	margin-top: 14px;
	padding: 0 23px;
	width: 48.4%;
}

footer .footerList form ul li.message {
	width: 100%;
}

footer .footerList form ul li.code {
	width: 75%;
}


footer .footerList form ul li.subBtn {
	width: 21.5%;
	overflow: hidden;
}


footer .footerList form ul li:nth-child(-n+2) {
	margin-top: 0;
}



.fInquiry form input,
.fInquiry form textarea {
	width: 100%;
	height: 100%;
	color: #ffffff;
	background-color: transparent;
	font-size: 14px !important;
}


.fInquiry form li.must {
	position: relative;
}

.fInquiry form li.must::after {
	content: "*";
	position: absolute;
	font-size: 18px;
	color: #ff0000;
	top: 6px;
	left: 16px;
}



.fInquiry form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.fInquiry form li.message {
	width: 100%;
	height: 84px;
	padding: 9px 18px;
}


.fInquiry form li.code {
	width: 100%;
	padding: 0px;
}


.fInquiry form li.code input {
	flex: 1;
	padding: 0 21px;
}


.fInquiry form li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	max-width: 82px;
	height: 100%;
	background-color: #f3fbfe;
}

.fInquiry form li.code .codeImg img {
	height: 100%;
}

.fInquiry form li.subBtn {
	padding: 0;
	border: none;
}


.fInquiry form li.subBtn input {
	background-color: #27bef6;
	cursor: pointer;
	color: #fefefe;
	font-size: 14px;
}



.fInquiry form li.subBtn input:hover {
	background-color: #ffffff;
	color: #283c95;
}



.fInquiry form input::-webkit-input-placeholder,
.fInquiry form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}

.fInquiry form input:-moz-placeholder,
.fInquiry form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}

.fInquiry form input::-moz-placeholder,
.fInquiry form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}

.fInquiry form input:-ms-input-placeholder,
.fInquiry form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #afafaf;
}



footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #bdbdbd;
}



footer .title {
	font-family: Raleway-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}



footer a.title:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


footer .footerList .box {
	margin-top: 28px;
}


footer .footerList .box a:hover {
	color: #ffffff;
}

footer .footerLinks {
	position: relative;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 16.5px 0;
	margin-bottom: 11px;
}


footer .footerLinks::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	z-index: -1;
	background-color: #27bef6;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

footer .footerLinks a {
	display: flex;
	align-items: center;
	font-family: Raleway-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
}


footer .footerLinks a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

footer .footerLinks a:hover img {
	transform: none;
}


footer .footerLinks a img {
	flex-shrink: 0;
	width: 37px;
	margin-right: 17px;
}


footer .copyright {
	font-size: 14px;
	color: #999999;
}


footer .copyright a {
	display: inline;
	color: #999999;
}


footer .copyright a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	color: #ffffff;
}

footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}

footer .links {
	color: rgba(179, 179, 179, 0.8);
}

footer .links span {
	margin-right: 10px;
}

footer .links a {
	margin-right: 10px;
	color: rgba(179, 179, 179, 0.8);
}


footer .links a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	color: #ffffff;
}

footer .email a {
	word-break: break-all;
}

.fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
}

footer .blogrolls {
	display: flex;
	flex-wrap: wrap;
	margin-right: 7%;
	flex-shrink: 0;
	margin-left: 30px;
}

footer .blogrolls a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .6);
	margin: 10px 0;
	font-size: 20px;
	margin-left: 26px;
}



footer .blogrolls a:hover {
	border-color: #ffffff;
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	footer .footerList {
		padding: 50px 0;
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .blogrolls {
		margin-right: 0;
	}

	footer .footerList .fInquiry form {
		margin-top: 28px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fContact {
		width: 27%;
	}

	footer .footerList form ul li {
		height: 35px;
		border-radius: 5px;
	}

	footer .footerList form ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList form ul li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerLinks a img {
		width: 30px;
	}
}

@media screen and (max-width:999px) {
	footer .footerList {
		padding: 40px 0;
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	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 .fInquiry form {
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(n) {
		width: 48%;
		margin-top: 15px;
		border-radius: 2px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fInquiry ul li.message {
		width: 100%;
	}

	footer .footerLinks a {
		width: 50%;
		margin-top: 15px;
		font-size: 14px;
	}

	footer .footerLinks a:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerLinks a img {
		width: 26px;
	}

	.fBottom {
		padding-bottom: 70px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 30px;
		font-size: 18px;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .fInquiry form {
		display: none;
		transition: none;
	}
}


@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 ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .fInquiry ul li:nth-child(-n+1) {
		margin-top: 0;
	}

	footer .footerLinks a:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerLinks a img {
		width: 24px;
	}

	footer .footerLinks a:nth-child(1) {
		margin-top: 0;
	}
}




/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Raleway-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: 99999;
}

.lianxi div a,
.lianxi div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	background-color: #f5f5f5;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 30px;
	border-radius: 10px;
}

.lianxi div:nth-child(1) a {
	color: #1296bd;
}

.lianxi div:nth-child(2) a {
	color: #3ac34c;
}

.lianxi div:nth-child(3) div {
	color: #1aa02b;
}

.lianxi .top a {
	width: 70px;
	height: 70px;
	background-color: #f5f5f5;
	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: 2px;
}



.lianxi .top a i {
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}


.lianxi .top:hover i {
	color: #ffffff;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #045bbb;
	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: 1760px) {

	.lianxi div a,
	.lianxi div div,
	.lianxi .top a {
		width: 55px;
		height: 55px;
		border-radius: 5px;
		font-size: 24px;
	}

	.lianxi .top a i {
		font-size: 20px;
	}


}

@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;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 20px;
		height: 42px;
		margin: auto;
		width: 100%;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .top a i {
		font-size: 18px;
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #f5f5f5;
	}

	.lianxi div:nth-child(1) a:hover {
		color: #1296bd;
	}

	.lianxi div:nth-child(2) a:hover {
		color: #3ac34c;
	}

	.lianxi div:nth-child(3) div:hover {
		color: #1aa02b;
	}


	.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 .code.active div {
		background-color: #045bbb;
		color: #ffffff !important;
	}
}



@font-face {
	font-family: 'Raleway-Regular';
	font-display: swap;
	src: url('../fonts/RalewayRegular.eot');
	src: url('../fonts/RalewayRegular.eot') format('embedded-opentype'),
		url('../fonts/RalewayRegular.woff2') format('woff2'),
		url('../fonts/RalewayRegular.woff') format('woff'),
		url('../fonts/RalewayRegular.ttf') format('truetype'),
		url('../fonts/RalewayRegular.svg#RalewayRegular') format('svg');
}

@font-face {
	font-family: 'Raleway-Bold';
	src: url('../fonts/RalewayBold.eot');
	src: url('../fonts/RalewayBold.eot') format('embedded-opentype'),
		url('../fonts/RalewayBold.woff2') format('woff2'),
		url('../fonts/RalewayBold.woff') format('woff'),
		url('../fonts/RalewayBold.ttf') format('truetype'),
		url('../fonts/RalewayBold.svg#RalewayBold') format('svg');
}


@font-face {
	font-family: 'Raleway-Medium';
	src: url('../fonts/RalewayMedium.eot');
	src: url('../fonts/RalewayMedium.eot') format('embedded-opentype'),
		url('../fonts/RalewayMedium.woff2') format('woff2'),
		url('../fonts/RalewayMedium.woff') format('woff'),
		url('../fonts/RalewayMedium.ttf') format('truetype'),
		url('../fonts/RalewayMedium.svg#RalewayMedium') format('svg');
}



@font-face {
	font-family: "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";
}