@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: Roboto-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	height: 100%;
	background: #fff;
	width: 100%;
	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: #274082 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}


.standardEdit a {
	color: #274082;
}

.standardEdit a:hover {
	text-decoration: underline;
}



a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Roboto-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: Roboto-Regular, Arial, sans-serif;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1600px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}

	.innerRange {
		padding: 50px 0 80px 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.standardRange {
		padding: 60px 0 60px 0 !important;
	}

	.innerRange {
		padding: 50px 0 60px 0 !important;
	}
}

@media screen and (max-width:999px) {
	.standardRange {
		padding: 50px 0 50px 0 !important;
	}

	.innerRange {
		padding: 50px 0 50px 0 !important;
	}
}

@media screen and (max-width:768px) {
	.standardRange {
		padding: 40px 0 40px 0 !important;
	}

	.innerRange {
		padding: 40px 0 40px 0 !important;
	}
}




@media screen and (max-width:1600px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #274082;
		right: 80px;
		top: 60px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav.active {
		top: 30px;
	}

	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(39, 64, 130, 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: 70px;
		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: Roboto-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: -4px;
	}

	header .xnav .blogrolls {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
		display: none;
	}

	header .xnav ul.topnav li .blogrolls a {
		font-size: 16px;
		padding: 0;
		margin-right: 26px;
		margin-bottom: 5px;
	}

}

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
	font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-lock {
	display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active {
	pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: '';
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}




/* ---------------------index----------------------------- */


/* allnav */



nav {
	height: 115px;
	background-color: #ffffff;
	position: relative;
}


nav .nTop {
	height: 35px;
	background-color: #f1f1f1;
}


nav .nTop>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .nTop .blogrolls {
	display: flex;
	align-items: center;
}


nav .blogrolls a {
	font-size: 20px;
	margin-right: 27px;
	color: rgba(39, 64, 130, 0.7);
}


nav .blogrolls a:hover {
	color: #274082;
}


nav .blogrolls a:last-child {
	margin-right: 0;
}




nav .language {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}



nav .lanBtn {
	cursor: pointer;
	display: flex;
	align-items: center;
	color: #ffffff;
}


nav .lanBtn:hover span {
	color: #274082;
}


nav .lanBtn span {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin: 0 23px 0 6px;
}

nav .lanBtn i {
	color: #333333;
}

nav .lanBtn:hover i {
	color: #274082;
}

nav .lanBtn i.icon-yousanjiao-copy {
	font-size: 22px;
	transform: rotate(90deg);
}


nav .language.active .lanBtn i.icon-yousanjiao-copy {
	transform: rotate(-90deg);
}

nav .language.active {
	z-index: 9999999999;
}

nav .language ul {
	position: absolute;
	top: calc(100% + 6px);
	background-color: #feffff;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	z-index: 99;
	border-radius: 10px;
	overflow: hidden;
}



nav .language ul a {
	padding: 5px 26px;
	font-size: 14px;
	line-height: 26px;
	color: #333333;
	display: flex;
	align-items: flex-start;
}


nav .language ul a:hover {
	background-color: rgba(39, 64, 130, .1);
	color: #274082;
}






nav.active .nBottom {
	position: fixed;
	width: 100%;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}



nav .nBottom {
	height: 80px;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #ffffff;
	z-index: 9999;
}

html {
	scroll-padding-top: 80px;
}



html {
	scroll-padding-top: 100px;
}


nav .nBottom>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}


nav .logo {
	display: flex;
	align-items: center;
}

nav .logo img {
	width: 61px;
	flex-shrink: 0;
	margin-right: 10px;
}


nav .logo:hover img {
	transform: none;
}


nav .companyName {
	font-family: Roboto-BoldCondensed;
	font-size: 20px;
	line-height: 30px;
	color: #274082;
	    text-transform: uppercase;
}

nav .navList {
	display: flex;
	align-items: center;
	height: 100%;
}


nav .navList>ul {
	display: flex;
	align-items: center;
}


nav .navList>ul>li {
	margin-right: 41px;
	position: relative;
}


nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 80px;
	line-height: 80px;
	font-family: Roboto-BoldCondensed;
	font-size: 16px;
	color: #333333;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

nav .navList>ul>li>a i {
	color: #333333;
	font-size: 10px;
	transform: rotate(90deg);
	flex-shrink: 0;
	font-weight: bold;
	margin-left: 8px;
}



nav .navList>ul>li.active>a,
nav .navList>ul>li:hover>a {
	color: #274082;
}



nav .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 9999999999;
	flex-shrink: 0;
	margin-left: 33px;
}



nav .search .searchBtn {
	cursor: pointer;
	margin-right: 7px;
}


nav .search .searchBtn i {
	color: #333333;
	display: block;
	font-size: 18px;
}



nav .search .searchBtn:hover i {
	color: #274082;
}


nav .search form {
	position: absolute;
	top: 100%;
	right: 0;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
	width: 0;
	border-bottom: 1px solid #ffffff;
	border-radius: 15px;
	overflow: hidden;
}


nav .search form.active {
	width: 260px;
}

nav .search form>input {
	padding: 0 10px;
}


nav .search form input {
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: transparent;
}





nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}



nav .search form .subBtn i {
	color: #333333;
	font-weight: bold;
	font-size: 16px;

}



nav .search form .subBtn:hover i {
	color: #274082;
}




nav .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}





/* productSlides */

.productSlides {
	padding-top: 6px;
	position: absolute;
	top: 100%;
	left: -42px;
	display: none;
	transition: none;
}

.productSlides .listCon {
	display: flex;
	align-items: flex-start;
}


.productSlides .oneLevel,
.productSlides .twoLevel {
	width: 250px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
}

.productSlides .oneLevel {
	margin-right: 6px;
}

.productSlides .oneLevel ul {
	display: none;
}

.productSlides li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 26px;
	font-family: Roboto-Regular;
	line-height: 26px;
	color: #333333;
}

.productSlides .oneLevel li a {
	font-size: 18px;
}

.productSlides .twoLevel li a {
	font-size: 16px;
}


.productSlides li a i {
	font-weight: bold;
	font-size: 14px;
	flex-shrink: 0;
	margin-left: 5px;
	color: #333333;
	margin-right: -13px;
}


.productSlides li:hover>a,
.productSlides li.active>a {
	background-color: rgba(39, 64, 130, 0.1);
}

.productSlides .oneLevel li:hover>a,
.productSlides .oneLevel li.active>a {
	color: #274082;
}


.moreList {
	padding-top: 6px;
	position: absolute;
	left: -35px;
	width: 200px;
	display: none;
	transition: none;
}

.moreList ul {
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
}

.moreList ul li a {
	padding: 11px 10px 11px 27px;
	font-size: 18px;
	line-height: 26px;
}



.moreList ul li:hover>a,
.moreList ul li.active>a {
	background-color: rgba(39, 64, 130, .1);
}



@media screen and (max-width:1600px) {
	nav .search .searchBtn {
		margin-right: 0;
	}

	.productSlides .oneLevel,
	.productSlides .twoLevel,
	nav .language ul {
		border-radius: 5px;
	}

	.moreList ul {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.productSlides .oneLevel li a {
		font-size: 16px;
	}

	.moreList ul li a {
		font-size: 16px;
		padding: 10px 20px;
	}

	.productSlides li a i {
		font-size: 12px;
	}

	nav .companyName {
		font-size: 18px;
	}

	.productSlides li a {
		padding: 10px 20px;
	}

	.productSlides li a i {
		margin-right: 0;
	}

	nav .navList>ul>li {
		margin-right: 35px;
	}

	nav .blogrolls a {
		font-size: 18px;
	}
}


@media screen and (max-width:1200px) {
	nav .companyName {
		display: none;
	}

	nav .navList>ul>li {
		margin-right: 45px;
	}
}

@media screen and (max-width:999px) {
	nav .navList {
		display: none;
	}

	nav .nTop {
		height: 30px;
	}

	nav .lanBtn span {
		margin-right: 12px;
	}

	nav .lanBtn i.icon-yousanjiao-copy {
		font-size: 20px;
	}

	nav .nBottom {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	nav {
		height: 90px;
	}

	nav .logo img {
		width: 56px;
	}

	nav .companyName {
		display: block;
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	nav .companyName {
		font-size: 14px;
		line-height: 24px;
	}

	nav .logo img {
		width: 50px;
	}

	nav .blogrolls a {
		font-size: 16px;
	}

	header .xnav .nav {
		right: 25px;
		top: 55px;
	}

	header .xnav .nav.active {
		top: 25px;
	}

	nav .nBottom {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	nav {
		height: 80px;
	}

	nav .language ul {
		left: auto;
		transform: none;
		right: 0;
	}

}

@media screen and (max-width:538px) {
	nav .companyName {
		display: none;
	}

	nav .nTop .blogrolls {
		display: none;
	}

	nav .nTop>div {
		justify-content: flex-end;
	}

	header .xnav .blogrolls {
		display: flex;
	}


}




/* indexBanner */


.indexBanner {
	transition: none;
}

.indexBanner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.indexBanner a:hover img {
	transform: none;
}

.banner {
	position: relative;
	z-index: 2;
	line-height: 0;
	font-size: 0;
}

.banner .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	color: rgba(255, 255, 255, .4);
	border: solid 1px rgba(255, 255, 255, .4);
	font-size: 22px;
}


.banner .slick-prev {
	left: 56px;
}

.banner .slick-next {
	right: 56px;
}


.banner .slick-arrow:hover {
	border-color: #ffffff;
	color: #ffffff;
}

.banner .slick-dots {
	position: absolute;
	z-index: 999999;
	left: 0;
	right: 0;
	bottom: 31px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
	display: none !important;
}

.banner .slick-dots li {
	margin: 0 11.5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.banner .slick-dots li.slick-active a {
	cursor: pointer;
	border-color: #ffffff;
}

.banner .slick-dots li.slick-active a::after {
	background-color: #ffffff;
}

.banner .slick-dots a {
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: solid 1px transparent;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .slick-dots a::after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .6);
}



.banner.hide {
	display: none;
}



.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-dots .slide-count {
	display: none;
}

.slick-slide {
	position: relative;
}

.slick-slide iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.slick-slide video {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 101%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	display: none \9;
	display: block \9\0;
}

.banner .item {
	position: relative;
}

.banner .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
}


.banner .msg.shadow::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: -1;
	background-color: rgba(39, 64, 130, 0.6);
	width: 853px;
	clip-path: polygon(0% 0%, 72% 0%, 100% 100%, 0 100%);
}


.banner .msg .safeRange {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 13px;
}


.banner .msg .tit {
	font-family: Roboto-BoldCondensed;
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	pointer-events: all;
	margin-bottom: 4px;
}

.banner .msg .txt {
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 57px;
	pointer-events: all;
}




.cBtn {
	width: 170px;
	height: 50px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner .cBtn {
	background-color: #ffffff;
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #274082;
	pointer-events: all;
	border: 1px solid #ffffff;
	text-transform: none;
}



.banner .cBtn:hover {
	background-color: transparent;
	color: #ffffff;
}

@media screen and (max-width:1600px) {
	.banner .msg .safeRange {
		padding-bottom: 0;
	}

	.banner .slick-arrow {
		width: 55px;
		height: 55px;
		font-size: 18px;
	}

	.banner .slick-prev {
		left: 10px;
	}

	.banner .slick-next {
		right: 10px;
	}

	.banner .msg .tit {
		font-size: 50px;
		margin-bottom: 10px;
	}

	.banner .msg .txt {
		font-size: 20px;
		line-height: 30px;
	}

	.cBtn {
		height: 45px;
		border-radius: 5px;
	}

	.banner .msg.shadow::after {
		width: 600px;
	}
}

@media screen and (max-width:1333px) {
	.banner .slick-arrow {
		width: 46px;
		height: 46px;
		font-size: 14px;
	}

	.banner .msg .tit {
		font-size: 40px;
		line-height: 60px;
	}

	.banner .msg .txt {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 40px;
	}

	.cBtn {
		height: 40px;
	}

	.banner .msg.shadow::after {
		width: 450px;
	}
}

@media screen and (max-width:999px) {
	.banner .slick-arrow {
		display: none !important;
	}

	.banner .msg .tit {
		font-size: 30px;
		line-height: 46px;
	}

	.banner .msg .txt {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.cBtn {
		font-size: 14px;
		height: 36px;
		width: 160px;
	}

	.banner .msg .safeRange {
		padding-bottom: 20px;
	}

	.banner .slick-dots {
		display: block !important;
		bottom: 20px;
	}

	.banner .slick-dots li {
		margin: 0 8px;
	}

	.banner .msg.shadow::after {
		width: 380px;
	}
}

@media screen and (max-width:768px) {
	.banner .msg {
		display: none;
	}

}



.title1 {
	font-family: Roboto-BoldCondensed;
	font-size: 36px;
	line-height: 46px;
	letter-spacing: 0px;
	color: #333333;
}


a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #274082;
}


/* indexM1-1 */

.iCapabilities {
	padding: 73px 0 73px 0;
}


.iCapabilities .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.iCapabilities .msg {
	width: 28%;
	padding-bottom: 14px;
}

.iCapabilities .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.swiperBox {
	position: relative;
}

.iCapabilities .swiperBox {
	width: 68.1%;
}


.iCapabilities .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 24px;
}

.iCapabilities .btns>div:hover {
	color: #274082;
}


.iCapabilities .btns>div.prev {
	left: -50px;
}

.iCapabilities .btns>div.next {
	right: -50px;
}

.iCapabilities .title1 {
	margin-bottom: 28px;
}


.iCapabilities .msg .txts {
	margin-bottom: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
}


.iCapabilities .msg .txts p {
	line-height: 26px;
}


.iCapabilities .cBtn {
	background-color: #274082;
	border: solid 1px #274082;
	color: #ffffff;
}

.iCapabilities .cBtn:hover {
	background-color: #ffffff;
	color: #274082;
}


.iCapabilities .capabilityItem {
	margin-bottom: 22px;
}

.iCapabilities .capabilityItem:last-child {
	margin-bottom: 0;
}

.capabilityItem {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	overflow: hidden;
}

.capabilityItem .image {
	overflow: hidden;
}

.capabilityItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.capabilityItem .name {
	text-align: center;
	padding: 12px 0;
	border-top: 1px solid #e2e2e2;
}

.capabilityItem .name a {
	font-family: Roboto-BoldCondensed;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.capabilityItem .name a:hover {
	color: #274082;
}

@media screen and (max-width:1600px) {
	.iCapabilities .msg {
		padding-bottom: 0;
	}

	.capabilityItem {
		border-radius: 5px;
	}

	.iCapabilities .swiper {
		border-radius: 5px;
	}

	.capabilityItem .name a {
		font-size: 16px;
	}

	.iCapabilities .btns>div.prev {
		left: -40px;
	}

	.iCapabilities .btns>div.next {
		right: -40px;
	}
}

@media screen and (max-width:1333px) {
	.iCapabilities .swiperBox {
		width: 58%;
	}

	.iCapabilities .msg {
		width: 35%;
	}

}

@media screen and (max-width:999px) {
	.iCapabilities .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iCapabilities .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.iCapabilities .title1 {
		margin-bottom: 20px;
	}

	.iCapabilities .msg .txts {
		-webkit-line-clamp: 3;
		margin-bottom: 20px;
	}

	.iCapabilities .swiperBox {
		width: 100%;
	}

	.capabilityItem .name {
		padding: 6px 0;
	}

	.capabilityItem .name a {
		font-size: 14px;
	}

	.iCapabilities .btns>div {
		font-size: 20px;
	}

}

@media screen and (max-width:768px) {
	.iCapabilities .btns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
		font-size: 18px;
	}

	.iCapabilities .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.iCapabilities .btns>div.prev {
		margin-right: 30px;
	}

	.cBtn {
		width: 140px;
	}
}





.sBtn>div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #000000;
	border: 1px solid rgba(39, 64, 130, 0.5);
	color: rgba(39, 64, 130, 0.5);
	font-size: 18px;
	cursor: pointer;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}


.sBtn>div.prev {
	left: -117px;
}

.sBtn>div.next {
	right: -117px;
}



.sBtn>div:hover {
	border-color: #274082;
	color: #274082;
}







/* indexM2-1 */

.productGallery {
	background-color: #f1f1f1;
	padding: 63px 0 70px 0;
}

.productGallery .title1 {
	margin-bottom: 27px;
}

.productGallery .swiper {
	overflow: visible;
}


.productGallery .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
	height: auto;
	opacity: 0;
	pointer-events: none;
	transition: .4s ease box-shadow, .4s ease opacity;
}


.productGallery .swiper-slide.swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}


.productGallery .swiper-slide:hover {
	box-shadow: 0px 11px 122px 0px rgba(13, 26, 59, 0.15);
}


.productGallery .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}



.productGallery .msg {
	padding: 15px 33px 49px 33px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.productGallery h2 {
	font-weight: normal;
}


.productGallery .tit {
	font-family: Roboto-BoldCondensed;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 9px;
}

.productGallery .tit:hover {
	color: #274082;
}

.productGallery .txts {
	line-height: 24px;
	color: #666666;
	margin-bottom: 49px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}



.productGallery .btn {
	display: flex;
	align-items: center;
	position: relative;
	font-family: Roboto-BoldCondensed;
	font-size: 16px;
	line-height: 24px;
	color: #274082;
	text-transform: uppercase;
}

.productGallery .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 8px;
}



.productGallery .btn::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -4px;
	background-color: #274082;
	transition: .4s ease all;
	width: 0;
	right: 0;
}


.productGallery .btn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}

@media screen and (max-width:1750px) {
	.sBtn>div {
		width: 50px;
		height: 50px;
		font-size: 16px;
	}

	.sBtn>div.prev {
		left: -65px;
	}

	.sBtn>div.next {
		right: -65px;
	}
}

@media screen and (max-width:1600px) {
	.productGallery .title1 {
		margin-bottom: 30px;
	}

	.productGallery .tit {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productGallery .msg {
		padding: 25px 20px;
	}

	.productGallery .txts {
		margin-bottom: 30px;
	}

	.productGallery .swiper-slide {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.productGallery .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.productGallery .txts {
		margin-bottom: 20px;
		-webkit-line-clamp: 3;
	}

	.productGallery .msg {
		padding: 20px;
	}

	.sBtn>div {
		width: 45px;
		height: 45px;
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.sBtn>div {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:768px) {
	.sBtn>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.sBtn {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sBtn>div.prev {
		margin-right: 20px;
	}

	.sBtn>div {
		width: 36px;
		height: 36px;
	}

	.productGallery .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {}




/* indexM3-1 */


.touch {
	padding: 113px 0 121px 0;
	background-image: url("../images/indexM3-1.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #274082;
}

.touch .msg {
	width: 60%;
}


.touch .title1 {
	color: #ffffff;
	margin-bottom: 23px;
}


.touch .txts {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 45px;
}


.touch .cBtn {
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #274082;
	font-family: Roboto-BoldCondensed;
}

.touch .cBtn:hover {
	background-color: transparent;
	color: #ffffff;
}

@media screen and (max-width:1600px) {
	.touch .title1 {
		margin-bottom: 30px;
	}

	.touch .txts {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1333px) {
	.touch .msg {
		width: 70%;
	}
}

@media screen and (max-width:999px) {
	.touch .msg {
		width: 80%;
	}
}

@media screen and (max-width:768px) {
	.touch .msg {
		width: 90%;
	}
}

@media screen and (max-width:538px) {
	.touch .msg {
		width: 100%;
	}
}


/* indexM4-1 */

.iAbout {
	padding: 63px 0 93px 0;
}


.iAbout .title1 {
	margin-bottom: 20px;
}

.iAbout .txts {
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin-bottom: 17px;
}

.iAbout .con {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.iAbout .btn {
	display: flex;
	align-items: center;
	font-family: Roboto-BoldCondensed;
	font-size: 16px;
	line-height: 24px;
	color: #274082;
	position: relative;
	margin-bottom: 46px;
}



.iAbout .btn i {
	font-size: 14px;
	font-weight: bold;
	flex-shrink: 0;
	margin-left: 10px;
}



.iAbout .btn::after {
	position: absolute;
	content: "";
	height: 1px;
	right: 0;
	bottom: -4px;
	width: 0;
	background-color: #274082;
	transition: .4s ease all;
}


.iAbout .btn:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}

.iAbout .numList {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 38px;
	width: 100%;
}

.iAbout .numList .item {
	position: relative;
	width: 12.5%;
	margin-right: 5%;
	margin-top: 30px;
}



.iAbout .numList .item:nth-child(6n) {
	margin-right: 0;
}

.iAbout .numList .item:nth-child(-n+6) {
	margin-top: 0;
}

.iAbout .numList .item::after {
	content: "";
	display: block;
	width: 1px;
	height: 42px;
	background-color: #000000;
	border-radius: 1px;
	opacity: 0.3;
	position: absolute;
	top: 11px;
	right: -2.5%;
}


.iAbout .numList .item:last-child::after {
	display: none;
}


.numList .num {
	font-family: Roboto-BoldCondensed;
	font-size: 30px;
	line-height: 30px;
	color: #274082;
	margin-bottom: 15px;
}

.numList .name {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 20px;
	color: #666666;
}

.companyShow {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}


.companyShow>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.companyShow .video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9;
}


.video .playBtn {
	position: relative;
	width: 67px;
	height: 67px;
}


.video:hover .playBtn div {
	border-color: #274082;
}

.video:hover .playBtn .circle2 {
	background-color: #274082;
}

.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	border-width: 0.5px;
	border-style: solid;
	border-color: #fff;
	opacity: 0;
	z-index: -1;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
}


.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	background-color: #ffffff;
	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:1600px) {
	.iAbout .txts {
		margin-bottom: 30px;
	}

	.iAbout .numList {
		justify-content: flex-start;
	}

	.iAbout .numList .item:nth-child(n) {
		width: 20%;
		margin-right: 6.66%;
		margin-top: 30px;
	}

	.iAbout .numList .item:nth-child(4n) {
		margin-right: 0;
	}

	.iAbout .numList .item:nth-child(4n)::after {
		display: none;
	}

	.iAbout .numList .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.numList .num {
		font-size: 28px;
	}

	.companyShow {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.iAbout .txts {
		-webkit-line-clamp: 3;
	}

	.iAbout .numList .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 30px;
		padding-right: 30px;
	}

	.iAbout .numList .item:nth-child(n)::after {
		display: block;
		right: 0;
	}

	.iAbout .numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.iAbout .numList .item:nth-child(3n)::after {
		display: none;
	}

	.iAbout .numList .item:last-child::after {
		display: none;
	}

	.iAbout .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.numList .num {
		font-size: 24px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .txts {
		margin-bottom: 20px;
	}

	.numList .num {
		font-size: 22px;
	}

	.video .playBtn {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:768px) {
	.companyShow {
		height: 300px;
	}

	.iAbout .numList .item:nth-child(n) {
		width: 45%;
		margin-right: 10%;
		margin-top: 20px;
	}

	.iAbout .numList .item:nth-child(n)::after {
		display: block;
	}

	.iAbout .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.iAbout .numList .item:nth-child(2n) {
		margin-right: 0;
	}

	.iAbout .numList .item:nth-child(2n)::after,
	.iAbout .numList .item:last-child::after {
		display: none;
	}

	.iAbout .btn {
		margin-bottom: 30px;
	}

	.numList .num {
		margin-bottom: 10px;
	}

}

@media screen and (max-width:538px) {
	.iAbout .numList .item:nth-child(n) {
		padding-right: 0;
	}

	.iAbout .numList {
		margin-bottom: 30px;
	}

	.companyShow {
		height: 260px;
	}

	.video .playBtn {
		width: 55px;
		height: 55px;
	}
}



/* indexM5-1 */

.iAdvantage .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}



.iAdvantage .msg {
	width: 48.35%;
}

.iAdvantage .list {
	width: 46.5%;
}


.iAdvantage .tip {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 22px;
	color: #274082;
	margin-bottom: 8px;
	margin-top: -26px;
}


.iAdvantage .title1 {
	margin-bottom: 26px;
}

.iAdvantage .image {
	height: 450px;
	background-color: #000000;
	border-radius: 10px;
	overflow: hidden;
}

.iAdvantage .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.iAdvantage .item {
	margin-bottom: 12px;
	background-color: #f1f1f1;
	border-radius: 10px;
	overflow: hidden;
}


.iAdvantage .item:last-child {
	margin-bottom: 0;
}




.iAdvantage .item:nth-child(1) .txts {
	display: block;
}

.iAdvantage .item.active {
	background-color: #274082;
}

.iAdvantage .item .tit {
	padding: 13.5px 15px 13.5px 22px;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}


.iAdvantage .item.active .tit .box {
	color: #ffffff;
}

.iAdvantage .item.active .tit .box img {
	filter: grayscale(100%) brightness(500%);
}

.iAdvantage .item .tit .box {
	display: flex;
	align-items: flex-start;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
	font-family: Roboto-Medium;
}



.iAdvantage .item .tit img {
	width: 24px;
	flex-shrink: 0;
	margin-right: 10px;
	transform: translateY(4px);
}

.iAdvantage .item .tit i {
	font-size: 24px !important;
	color: #333333;
	flex-shrink: 0;
	margin-left: 10px;
	transform: rotate(90deg);
}

.iAdvantage .item.active .tit i {
	color: rgba(255, 255, 255, .3);
	transform: rotate(-90deg);
}

.iAdvantage .item .txts {
	display: none;
	transition: none;
	padding: 0px 30px 29px 54.5px;
	overflow: auto;
	max-height: 221px;
}


.iAdvantage .item .txts::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #274082;
	border-radius: 0px;
}

.iAdvantage .item .txts::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	border-radius: 0px;
}

.iAdvantage .item .txts::-webkit-scrollbar-track {
	background-color: transparent;
}

.iAdvantage .item .txts p {
	color: #dee2ec;
	line-height: 24px;
}

.iAdvantage .item.active .tit {
	padding-bottom: 4px;
}


@media screen and (max-width:1600px) {
	.iAdvantage .tip {
		margin-top: 0;
	}

	.iAdvantage .item .tit {
		padding: 15px 20px !important;
	}

	.iAdvantage .item .tit .box {
		font-size: 18px;
		line-height: 28px;
	}

	.iAdvantage .item .tit img {
		transform: translateY(2px);
	}

	.iAdvantage .item .txts {
		padding: 0 30px 30px 55px;
		max-height: 222px;
	}

	.iAdvantage .tip {
		font-size: 16px;
		line-height: 26px;
	}

}

@media screen and (max-width:1333px) {
	.iAdvantage .item .tit .box {
		line-height: 28px;
	}

	.iAdvantage .item .txts {
		max-height: 150px;
		padding-bottom: 20px;
	}

	.iAdvantage .item .tit {
		padding: 13px 20px !important;
	}

	.iAdvantage .image {
		border-radius: 5px;
		height: 400px;
	}

	.iAdvantage .item {
		border-radius: 5px;
	}

	.iAdvantage .item .tit i {
		font-size: 20px !important;
	}
}

@media screen and (max-width:999px) {
	.iAdvantage .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAdvantage .msg {
		width: 100%;
		margin-bottom: 40px;
	}


	.iAdvantage .image {
		height: 300px;
	}

	.iAdvantage .list {
		width: 100%;
	}

	.iAdvantage .item .tit .box {
		font-size: 16px;
		line-height: 26px;
	}

	.iAdvantage .item .txts {
		max-height: 140px;
	}

	.iAdvantage .tip {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.iAdvantage .image {
		height: 260px;
	}
}

@media screen and (max-width:538px) {
	.iAdvantage .item .tit .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.iAdvantage .item .tit img {
		margin-right: 0;
		margin-bottom: 8px;
	}

	.iAdvantage .item .txts {
		padding: 20px;
		padding-top: 0;
	}
}


/* indexM6-1 */

.iIndustry {
	padding: 78px 0 63px 0;
}

.industry .title1 {
	margin-bottom: 22px;
}

.industry .item {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: 100%;
}



.industry .item .name {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	background-color: rgba(39, 64, 130, 0.5);
	pointer-events: none;
}


.industry .item .name p {
	font-family: Roboto-BoldCondensed;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-align: center;
}



.industry .item .image {
	height: 100%;
}


.industry .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.industry .swiper-slide {
	height: auto;
}

.industry .swiper-slide:nth-child(1) {
	width: 32.71%;
	margin-right: 1.42%;
}

.industry .swiper-slide:nth-child(2) {
	width: 65.92%;
}


.industry .list1,
.industry .list2 {
	display: flex;
}

.industry .list1 {
	margin-bottom: 19px;
}

.industry .list1 .item {
	width: 32.17%;
	margin-right: 1.745%;
}

.industry .list1 .item:nth-child(3) {
	margin-right: 0
}

.industry .list2 .item {
	width: 48.75%;
	margin-right: 2.5%;
}

.industry .list2 .item:nth-child(2) {
	margin-right: 0;
}


@media screen and (max-width:1600px) {
	.industry .title1 {
		margin-bottom: 30px;
	}

	.industry .item {
		border-radius: 5px;
	}

	.industry .item .name p {
		font-size: 18px;
	}
}

@media screen and (max-width:1333px) {
	.industry .item .name {
		padding: 5px 0;
	}

	.industry .list1 {
		margin-bottom: 10px;
	}

	.industry .swiper-slide:nth-child(1) {
		width: 32%;
	}

	.industry .swiper-slide:nth-child(2) {
		width: 100%;
	}
}

@media screen and (max-width:999px) {
	.industry .swiper-slide:nth-child(1) {
		width: 48%;
	}
}


@media screen and (max-width:538px) {
	.industry .swiper-slide:nth-child(1) {
		margin-right: 4%;
	}

	.industry .swiper-slide:nth-child(2) {
		width: 148%;
	}
}

@media screen and (max-width:450px) {
	.industry .swiper-slide:nth-child(2) {
		width: 200%;
	}
}




/* indexM6-1 */


.latestNews {
	margin-bottom: 75px;
}


.latestNews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
	text-transform: uppercase;
}



.latestNews .btn {
	display: flex;
	align-items: center;
	font-family: Roboto-BoldCondensed;
	font-size: 16px;
	line-height: 24px;
	color: #274082;
	position: relative;
}


.latestNews .btn::after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	bottom: -4px;
	height: 1px;
	background-color: #274082;
	transition: .4s ease all;
}

.latestNews .btn:hover::after {
	right: auto;
	left: 0;
	width: 100%;
}



.latestNews .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 10px;
}


.newItem .image {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 23px;
}

.newItem .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.newItem .time {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 7px;
}


.newItem .tit {
	font-family: Roboto-BoldCondensed;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

.newItem .tit:hover {
	color: #274082;
}

@media screen and (max-width:1600px) {
	.newItem .image {
		border-radius: 5px;
	}

	.latestNews .title {
		margin-bottom: 30px;
	}

	.latestNews {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.newItem .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.newItem .image {
		margin-bottom: 20px;
	}

	.latestNews {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:999px) {
	.latestNews {
		margin-bottom: 50px;
	}

	.newItem .tit {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.latestNews {
		margin-bottom: 40px;
	}
}


/* 1-1product */

.productTxts {
	padding: 45px 0 57px 0;
}

.productTxts .title1 {
	margin-bottom: 20px;
}


.products .list {
	padding: 60px 0 60px 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}


.products .list::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	height: 100%;
	width: 100vw;
	background-color: #f1f1f1;
	z-index: -1;
}


.products .list .item {
	width: 18.57%;
	margin-right: 1.7875%;
	margin-top: 19px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.products .list .item:nth-child(5n) {
	margin-right: 0;
}

.products .list .item:nth-child(-n+5) {
	margin-top: 0;
}



.products .list .image {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}



.products .list .name {
	border-top: 1px solid #f1f1f1;
	padding: 11px 0;
}

.products .list .name a {
	text-align: center;
	padding: 0 10px;
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.products .list .name a:hover {
	color: #274082;
}


.samples {
	padding: 54px 0 74px 0;
	max-width: 1214px;
	margin: 0 auto;
}

.samples .title1 {
	text-align: center;
	margin-bottom: 15px;
}


.samples .txts {
	text-align: center;
	width: 54%;
	color: #333333;
	line-height: 24px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.samples .txts a {
	position: relative;
	color: #274082;
}

.samples .txts a::after {
	content: "";
	width: 100%;
	left: 0;
	position: absolute;
	bottom: 1px;
	height: 1px;
	background-color: #274082;
	transition: .4s ease all;
}

.samples .txts a:hover::after {
	left: auto;
	right: 0;
	width: 0;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}


.cForm li {
	height: 50px;
	padding: 0 15px;
	width: 49.42%;
	margin-top: 16px;
	border-radius: 6px;
	border: 1px solid #cccccc;
	margin-right: 1.16%;
}


.cForm li:nth-child(2n) {
	margin-right: 0;
}




.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: 150px;
	padding: 14px 15px;
	margin-right: 0;
}



.cForm li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


.cForm li.codeCon input {
	flex: 1;
	padding: 0 15px;
}


.cForm li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	width: 91px;
	background-color: #f3fbfe;
	display: flex;
	align-items: center;
	justify-content: center;
}


.cForm li.codeCon .codeImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.cForm li.subBtn {
	width: 120px;
	padding: 0;
	border: none;
	border-bottom: none;
	margin-left: 1.7%;
	margin-right: 0;
}

.cForm li.subBtn input {
	background-color: #274082;
	color: #ffffff;
	cursor: pointer;
	border-radius: 6px;
	border: 1px solid #274082;
	text-transform: uppercase;
}


.cForm li.subBtn input:hover {
	background-color: #ffffff;
	color: #274082;
}



.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}


.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 16px;
	color: #666666;
	opacity: 1;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #666666;
	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 16px;
}


.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}


.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: #274082 #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: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 5px 16px;
	cursor: pointer;
	border: none;
	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: #274082;
	color: #ffffff;
}

@media screen and (max-width:1600px) {
	.products .list .item:nth-child(n) {
		border-radius: 5px;
		width: 23.5%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.products .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.products .list .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.samples .title1 {
		margin-bottom: 20px;
	}

	.samples .txts {
		margin-bottom: 40px;
	}

	.cForm li {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.products .list .name a {
		font-size: 16px;
		line-height: 28px;
	}

	.samples .txts {
		width: 80%;
	}

	.cForm li {
		height: 46px;
	}
}

@media screen and (max-width:999px) {
	.products .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.products .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.products .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.samples .txts {
		width: 100%;
	}

	.cForm li {
		height: 40px;
	}

	.cForm li.message {
		height: 120px;
	}

	.products .list .name a {
		font-size: 14px;
		line-height: 26px;
	}

	.cForm li {
		width: 48%;
		margin-right: 4%;
	}

	.cForm li.subBtn {
		margin-left: 4%;
	}

	.samples {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {
	.products .list {
		justify-content: space-between;
	}

	.products .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.products .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.samples .txts {
		margin-bottom: 30px;
	}

	.samples {
		padding: 40px 0;
	}

}

@media screen and (max-width:450px) {
	.products .list .item:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

	.products .list .item:nth-child(1) {
		margin-top: 0;
	}

	.cForm li:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}

	.cForm li:nth-child(1) {
		margin-top: 0;
	}

	.cForm li.subBtn {
		margin-left: 0;
	}
}





/* 1-2product */

.industryApp {
	padding: 45px 0 73px 0;
}


.industryApp .title1 {
	margin-bottom: 20px;
}



.mbox {
	height: 60px;
	overflow: hidden;
}

.mbox p {
	color: #333333;
	line-height: 30px;
}


.mBtn {
	display: inline-block;
	position: relative;
	font-family: Roboto-BoldCondensed;
	font-size: 18px;
	line-height: 24px;
	color: #274082;
	cursor: pointer;
	margin-top: 20px;
}

.mBtn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 8px;
}



.mBtn::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -4px;
	background-color: #274082;
	transition: .4s ease all;
	width: 0;
	right: 0;
}


.mBtn:hover::after {
	width: 100%;
	right: auto;
	left: 0;
}




.industryApp .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 54px;
}


.industryApp .list .item {
	width: 31.42%;
	margin-right: 2.87%;
	margin-top: 31px;
}

.industryApp .list .item:nth-child(3n) {
	margin-right: 0;
}


.industryApp .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.industryApp .list .item .image {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 12px;
}

.industryApp .list .item .name {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	text-align: center;
}


@media screen and (max-width:1600px) {
	.industryApp .list .item .image {
		border-radius: 5px;
	}

	.industryApp .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.mbox {
		height: 56px;
	}

	.mBtn {
		font-size: 16px;
	}

	.industryApp .list .item {
		margin-top: 28px;
	}
}

@media screen and (max-width:999px) {
	.industryApp .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.industryApp .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.industryApp .list {
		justify-content: space-between;
		margin-top: 30px;
	}

	.mbox {
		height: 52px;
	}
}

@media screen and (max-width:768px) {
	.industryApp .list .item:nth-child(n) {
		margin-top: 20px;
	}

	.industryApp .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	.industryApp .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.industryApp .list .item:nth-child(-n+1) {
		margin-top: 0;
	}
}





/* 2-1about */

.about {
	padding: 45px 0 105px 0;
}


.about .company {
	margin-bottom: 35px;
}


.about .company .box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
	align-items: flex-start;
}


.about .company .msg {
	width: 54%;
}


.about .company .title1 {
	margin-bottom: 28px;
}


.about .company .msg .txts p {
	color: #333333;
}


.about .company .numList {
	width: 33.65%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 23px;
}


.about .company .numList .item {
	width: 39.7%;
	margin-top: 41px;
}

.about .company .numList .item:nth-child(-n+2) {
	margin-top: 0;
}

.about .factory {
	margin-bottom: 67px;
	position: relative;
}

.about .factory .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}

.about .factory .swiper-slide img {
	display: block;
}


.about .advantage .title1 {
	margin-bottom: 24px;
}


.about .advantage .list {
	display: flex;
	flex-wrap: wrap;
}

.about .advantage .list .item {
	width: 48.92%;
	margin-right: 2.16%;
	margin-top: 30px;
	background-color: #f1f1f1;
	border-radius: 10px;
	padding: 29px 30px 29px 57px;
	flex: auto;
}


.about .advantage .list .item:nth-child(2n) {
	margin-right: 0;
}


.about .advantage .list .item:last-child {
	margin-right: 0;
}

.about .advantage .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.about .advantage .tit {
	position: relative;
	font-family: Roboto-Medium;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 11px;
}

.about .advantage .tit img {
	width: 24px;
	position: absolute;
	top: 4px;
	left: -33px;
}



.about .advantage .txts p {
	line-height: 30px;
}

.about .advantage .item:hover {
	background-color: #274082;
}



.about .advantage .item:hover .tit {
	color: #ffffff;
}

.about .advantage .item:hover .txts p {
	color: #ffffff;
}


.about .advantage .item:hover img {
	filter: grayscale(100%) brightness(500%);
}




.history {
	padding: 102px 0 113px 0;
	background-image: url("../images/history-Bg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.history .con {
	position: relative;
}


.history .con .sBtn>div {
	border-color: #ffffff;
	color: #ffffff;
}


.history .con .sBtn>div:hover {
	border-color: #274082;
	color: #274082;
}



.history .year {
	font-family: Roboto-BoldCondensed;
	font-size: 48px;
	line-height: 60px;
	color: #ffffff;
	padding: 22px 0;
	text-align: center;
}


.history .topSwiper,
.history .bottomSwiper {
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.history .swiper-slide {
	height: auto;
}


.history .topSwiper {
	border-bottom: 1px solid #ffffff;
}

.history .topSwiper .swiper-slide {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.history .bottomSwiper .swiper-slide {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}


.history .topSwiper .swiper-slide::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	border-radius: 50%;
}


.history .txts {
	text-align: center;
	line-height: 26px;
	color: #ffffff;
	padding: 31px 0;
}




.assurance {
	padding: 63px 0 63px 0;
}


.assurance .title1 {
	margin-bottom: 41px;
	text-align: center;
}

.assurance .swiperBox .btns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	cursor: pointer;
	z-index: 9;
}

.assurance .swiperBox .btns>div.prev {
	left: -60px;
}

.assurance .swiperBox .btns>div.next {
	right: -60px;
}


.assurance .swiperBox .btns>div:hover {
	color: #274082;
}

.assurance .swiperBox {
	margin-bottom: 35px;
}

.assurance .thumbsSwiper .swiper-slide {
	width: auto;
	min-width: 300px;
	padding: 15px 20px;
	background-color: #f2f4f6;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-BoldCondensed;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-right: 14px;
	cursor: pointer;
	transition: .4s ease background-color, .4s ease color;
}

.assurance .thumbsSwiper .swiper-slide:last-child {
	margin-right: 0;
}

.assurance .thumbsSwiper .swiper-slide.swiper-slide-thumb-active,
.assurance .thumbsSwiper .swiper-slide:hover {
	background-color: #274082;
	color: #ffffff;
}


.assurance .gallerySwiper {
	overflow: hidden;
}

.assurance .gallerySwiper .swiper-slide {
	background-color: #f2f4f6;
	display: flex;
}


.assurance .gallerySwiper .tit {
	font-family: Roboto-BoldCondensed;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 19px;
}


.assurance .gallerySwiper .txts {
	color: #333333;
}

.assurance .gallerySwiper .msg {
	width: 50%;
	padding: 65px 89px 65px 62px;
}

.assurance .gallerySwiper .image {
	width: 50%;
}

.assurance .gallerySwiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.partners {
	background-color: #274082;
	padding: 69px 0 70px 0;
}


.partners .title1 {
	text-align: center;
	margin-bottom: 28px;
	color: #ffffff;
}

.partners .swiper {
	overflow: visible;
}

.partners .swiper-wrapper {
	transition-timing-function: linear !important;
}


.partners .swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
	background-color: #ffffff;
}




.certificates {
	padding: 63px 0 80px 0;
}

.certificates .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.certificates .title1 {
	text-align: center;
	color: #333333;
	margin-bottom: 18px;
}

.certificates .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.certificates .image:hover img {
	transform: translateY(-10px);
}


.certificates .name {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.certificates .sBtn>div {
	top: 45%;
}

@media screen and (max-width:1600px) {
	.about .company .title1 {
		margin-bottom: 40px;
	}

	.about .company .box {
		align-items: center;
	}

	.about .company .numList {
		padding-top: 0;
		width: 40%;
	}

	.about .company {
		margin-bottom: 50px;
	}

	.about .factory .swiper-slide {
		border-radius: 5px;
	}

	.about .advantage .title1 {
		margin-bottom: 40px;
	}

	.about .advantage .tit {
		font-size: 20px;
	}

	.about .advantage .list .item {
		border-radius: 5px;
	}

	.history .year {
		font-size: 40px;
		line-height: 40px;
	}

	.assurance .swiperBox {
		margin-bottom: 40px;
	}

	.assurance .thumbsSwiper .swiper-slide {
		border-radius: 5px;
		padding: 8px 20px;
		min-width: 240px;
		font-size: 18px;
	}

	.assurance .gallerySwiper .msg {
		padding: 50px;
	}

	.assurance .swiperBox .btns>div.prev {
		left: -50px;
	}

	.assurance .swiperBox .btns>div.next {
		right: -50px;
	}

	.partners .swiper .swiper-slide {
		border-radius: 5px;
	}

	.certificates .name {
		font-size: 16px;
		line-height: 26px;
	}

	.certificates .title1 {
		margin-bottom: 40px;
	}

	.certificates .sBtn>div {
		top: 50%;
	}

}

@media screen and (max-width:1333px) {
	.about .company .title1 {
		margin-bottom: 30px;
	}

	.about .company .box {
		margin-bottom: 50px;
	}

	.about .factory {
		margin-bottom: 60px;
	}

	.about .advantage .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.history .year {
		font-size: 32px;
		line-height: 32px;
	}

	.assurance .gallerySwiper .tit {
		font-size: 26px;
		line-height: 36px;
	}

	.assurance .gallerySwiper .msg {
		padding: 40px 30px;
	}

	.assurance .thumbsSwiper .swiper-slide {
		min-width: 200px;
		font-size: 16px;
		padding: 5px 20px;
	}
}

@media screen and (max-width:999px) {
	.about .company .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.about .company .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.about .company .numList {
		width: 100%;
		justify-content: flex-start;
	}

	.about .company .numList .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 30px;
	}

	.about .company .numList .item:nth-child(3n) {
		margin-right: 0;
	}

	.about .company .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.about .company .box {
		margin-bottom: 40px;
	}

	.about .company {
		margin-bottom: 40px;
	}

	.about .factory {
		margin-bottom: 50px;
	}

	.about .advantage .title1 {
		margin-bottom: 30px;
	}

	.about .advantage .tit {
		font-size: 16px;
	}

	.about .advantage .list .item:nth-child(n) {
		width: 100%;
		margin: 0;
		margin-top: 30px;
		padding: 30px;
		padding-left: 50px;
	}

	.about .advantage .list .item:nth-child(1) {
		margin-top: 0;
	}

	.about .advantage .tit img {
		top: 0;
	}

	.history .year {
		font-size: 28px;
		line-height: 38px;
	}

	.assurance .thumbsSwiper .swiper-slide {
		min-width: 180px;
	}

	.assurance .gallerySwiper .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.assurance .gallerySwiper .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.assurance .gallerySwiper .msg {
		width: 100%;
		padding: 30px 20px;
	}

	.assurance .gallerySwiper .image {
		width: 100%;
		height: 300px;
	}

	.assurance .swiperBox .btns>div {
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.about .company .numList {
		justify-content: space-between;
	}

	.about .company .numList .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.about .company .numList .item:nth-child(2n) {
		margin-right: 0;
	}

	.about .company .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.about .company .box {
		margin-bottom: 30px;
	}

	.about .factory {
		margin-bottom: 40px;
	}

	.assurance .gallerySwiper .image {
		height: 280px;
	}

	.assurance .swiperBox .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.assurance .swiperBox .btns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.assurance .swiperBox .btns>div.prev {
		margin-right: 30px;
	}
}

@media screen and (max-width:538px) {

	.assurance .gallerySwiper .image {
		height: 260px;
	}
}


@media screen and (max-width:450px) {
	.about .factory .swiper-slide {
		height: 260px;
	}

	.about .factory .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.about .advantage .list .item:nth-child(n) {
		padding: 30px;
	}

	.about .advantage .tit img {
		position: static;
	}

	.about .advantage .tit {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.about .advantage .tit img {
		margin-bottom: 10px;
	}

	.assurance .swiperBox {
		margin-bottom: 30px;
	}

	.assurance .gallerySwiper .tit {
		font-size: 20px;
		line-height: 30px;
	}
	.certificates .image img{
		max-width: 200px;
	}
}



/* 3-1support */


.afterService {
	padding: 45px 0 71px 0;
}

.afterService .title1 {
	margin-bottom: 28px;
}


.afterService .txts {
	margin-bottom: 31px;
}



.afterService .cBtn {
	background-color: #274082;
	border: solid 1px #274082;
	color: #ffffff;
}

.afterService .cBtn:hover {
	background-color: #ffffff;
	color: #274082;
}

.follows {
	margin-bottom: 60px;
}

.follows p strong {
	font-family: Roboto-Medium;
	font-weight: normal;
	font-size: 18px;
}

.follows p {
	color: #333333;
}




.faq {
	background-color: #f6f6f6;
	padding: 63px 0 69px 0;
}


.faq .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.faq .title1 {
	margin-bottom: 47px;
}

.faq .list {
	width: 48.92%;
}

.faq .list .item {
	background-color: #ffffff;
	padding: 32px 30px 36px 76px;
	box-shadow: 0px 0px 46px 0px rgba(13, 26, 59, 0.1);
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 29px;
}

.faq .list .item:last-child {
	margin-bottom: 0;
}




.faq .list .item:nth-child(2n) {
	margin-right: 0;
}




.faq .list .tit {
	position: relative;
	margin-bottom: 12px;
	font-family: Roboto-BoldCondensed;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
}




.faq .list .tit img {
	position: absolute;
	left: -46px;
	width: 30px;
}

.faq .list .txts p {
	line-height: 24px;
}

@media screen and (max-width:1600px) {
	.follows {
		margin-bottom: 40px;
	}

	.faq .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.faq .list .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.afterService .txts {
		margin-bottom: 26px;
	}

	.faq .title1 {
		margin-bottom: 40px;
	}

	.faq .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.faq .con {
		flex-wrap: wrap;
	}

	.faq .list {
		width: 100%;
		margin-top: 30px;
	}

	.faq .list:nth-child(1) {
		margin-top: 0;
	}

	.faq .list .tit img {
		width: 25px;
		margin-top: 2px;
		left: -40px;
	}

	.faq .list .item {
		padding-left: 60px;
	}

	.follows p strong {
		font-size: 16px;
	}

	.follows {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {
	.faq .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.faq .list .tit img {
		width: 22px;
	}
}

@media screen and (max-width:538px) {
	.faq .title1 {
		margin-bottom: 30px;
	}

	.faq .list .item {
		padding: 20px;
	}

	.faq .list .tit {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.faq .list .tit img {
		position: static;
		margin-bottom: 10px;
	}
}





/* 4-1 news */

.news {
	padding: 45px 0 110px 0;
}


.news .title1 {
	margin-bottom: 40px;
}


.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 78px;
}

.news .list .newItem {
	width: 23.57%;
	margin-right: 1.9%;
	margin-top: 52px;
}

.news .list .newItem:nth-child(4n) {
	margin-right: 0;
}

.news .list .newItem:nth-child(-n+4) {
	margin-top: 0;
}


@media screen and (max-width:1600px) {
	.news .list {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {
	.news .list .newItem:nth-child(n) {
		width: 31%;
		margin-right: 3.5%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(3n) {
		margin-right: 0;
	}

	.news .list .newItem:nth-child(-n+3) {
		margin-top: 0;
	}

	.news .list {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.news .list {
		justify-content: space-between;
	}

	.news .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.news .title1 {
		margin-bottom: 30px;
	}
}


@media screen and (max-width:450px) {
	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}


/* 4-2news */

.newsDet {
	padding: 45px 0 63px 0;
}

.newsDet .con {
	display: flex;
	justify-content: space-between;
}



.newsDet .describe {
	width: 64.28%;
	padding-bottom: 26px;
}

.newsDet .describe h1 {
	font-family: Roboto-BoldCondensed;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 14px;
}

.newsDet .share {
	margin-bottom: 24px;
}

.share {
	display: flex;
	align-items: center;
}

.share span {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-right: 18px;
}



.newsDet .describe .txts {
	margin-bottom: 50px;
}


.prevOrNext {
	padding: 24px 32px 24px;
	background-color: #f5f5f5;
	border-radius: 1px;
}

.prevOrNext .prev {
	margin-bottom: 12px;
}


.prevOrNext .prev,
.prevOrNext .next {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}

.prevOrNext a:hover {
	color: #274082;
}






.newsDet .line {
	width: 1px;
	background-color: #000000;
	border-radius: 1px;
	opacity: 0.1;
}



.newsDet .newsSlide {
	width: 23.57%;
}


.newsDet .newsSlide .title {
	font-family: Roboto-BoldCondensed;
	font-size: 30px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 25px;
}


.newsDet .newsSlide .newItem {
	margin-bottom: 38px;
}

.newsDet .newsSlide .newItem:last-child {
	margin-bottom: 0;
}

@media screen and (max-width:1600px) {

	.newsDet .describe h1,
	.newsDet .newsSlide .title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.share span {
		font-size: 16px;
	}

	.newsDet .describe {
		padding-bottom: 0;
	}
}

@media screen and (max-width:1333px) {

	.newsDet .describe h1,
	.newsDet .newsSlide .title {
		font-size: 26px;
		line-height: 36px;
	}

	.newsDet .describe .txts {
		margin-bottom: 40px;
	}

	.prevOrNext {
		padding: 20px;
	}

	.newsDet .newsSlide .newItem {
		margin-bottom: 30px;
	}

	.newsDet .newsSlide {
		width: 25%;
	}
}

@media screen and (max-width:999px) {
	.newsDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newsDet .describe {
		width: 100%;
		margin-bottom: 40px;
	}

	.newsDet .describe h1,
	.newsDet .newsSlide .title {
		font-size: 24px;
		line-height: 34px;
	}

	.newsDet .describe .txts {
		margin-bottom: 30px;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		font-size: 14px;
		line-height: 26px;
	}

	.share span {
		font-size: 14px;
		margin-right: 10px;
	}

	.newsDet .line {
		height: 1px;
		width: 100%;
		margin-bottom: 40px;
	}

	.newsDet .newsSlide {
		width: 100%;
	}

	.newsDet .newsSlide .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.newsDet .newsSlide .list .newItem {
		width: 48%;
		margin-bottom: 0;
		margin-top: 30px;
	}

	.newsDet .newsSlide .list .newItem:nth-child(-n+2) {
		margin-top: 0;
	}

}

@media screen and (max-width:768px) {

	.newsDet .describe h1,
	.newsDet .newsSlide .title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:450px) {
	.newsDet .newsSlide .list .newItem:nth-child(n) {
		width: 100%;
		margin-bottom: 0;
		margin-top: 30px;
	}

	.newsDet .newsSlide .list .newItem:nth-child(1) {
		margin-top: 0;
	}
}


/* 5-1 contact */


.contactUs {
	padding: 40px 0 80px 0;
}

.contactUs .title1 {
	font-size: 36px;
	line-height: 46px;
}


.contactUs .des {
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.contactUs .des .msg {
	width: 46.42%;
}

.contactUs .des .leave {
	width: 46.14%;
}

.contactUs .des .title1 {
	margin-bottom: 23px;
}


.contactUs .map {
	border-radius: 20px;
	overflow: hidden;
}


.contactUs .map img {
	display: block;
}

.contactUs .msg .title1 {
	margin-bottom: 23px;
}

.contactUs .msg .line {
	width: 100%;
	height: 1px;
	background-color: #666666;
	margin-bottom: 31px;
	opacity: .5;
}

.contactUs .msg .tit {
	font-family: Roboto-BoldCondensed;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 6px;
	text-transform: uppercase;
}


.contactUs .msg .txts {
	line-height: 28px;
	margin-bottom: 24px;
}

.contactUs .msg .list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 8px;
}

.contactUs .msg .list li:nth-child(-n+1) {
	margin-top: 0;
}


.contactUs .msg .list li .box {
	display: flex;
	align-items: center;
	width: 24%;
}

.contactUs .msg .list li i {
	font-size: 20px;
	flex-shrink: 0;
	margin-right: 19px;
	color: #274082;
}

.contactUs .msg .list .name {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.contactUs .msg .list .num {
	color: #333333;
	width: 71%;
	font-size: 18px;
	line-height: 28px;
}


.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: #274082;
}

.contactUs .cForm ul li {
	width: 48.8%;
	margin-right: 2.4%;
}

.contactUs .cForm ul li:nth-child(2n) {
	margin-right: 0;
}

.contactUs .cForm ul li.message {
	width: 100%;
	margin-right: 0;
}

.contactUs .cForm ul li.subBtn {
	margin-right: 0;
	width: 120px;
	margin-left: 2.5%;
}

.contactUs .m-formcountry .drop-list li {
	width: 100%;
}

@media screen and (max-width:1600px) {
	.contactUs .msg .list .num {
		width: 60%;
	}

	.contactUs .msg .list li .box {
		width: 30%;
	}

	.contactUs .des .title1 {
		margin-bottom: 30px;
	}

	.contactUs .msg .tit {
		margin-bottom: 10px;
	}

	.contactUs .map {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .msg .list .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .cForm ul li.codeCon {
		width: 60%;
	}

	.contactUs .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.contactUs .msg .txts {
		margin-bottom: 30px;
	}

	.contactUs .des {
		margin-bottom: 60px;
	}

	.contactUs .map {
		border-radius: 5px;
	}

}

@media screen and (max-width:999px) {
	.contactUs .des {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 50px;
	}

	.contactUs .des .msg {
		width: 100%;
		margin-bottom: 40px;
	}

	.contactUs .des .leave {
		width: 100%;
	}

	.contactUs .msg .list .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .cForm ul li.codeCon {
		width: 48.8%;
	}

	.contactUs .msg .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.contactUs .msg .list li {
		width: 48%;
		margin-top: 20px;
	}

	.contactUs .msg .list li:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width:768px) {
	.contactUs .des .msg {
		margin-bottom: 30px;
	}

	.contactUs .des {
		margin-bottom: 40px;
	}

	.contactUs .msg .list li:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.contactUs .msg .list li:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	.contactUs .cForm ul li:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.contactUs .msg .list .num {
		width: 54%;
	}

	.contactUs .msg .list li i {
		font-size: 18px;
	}

}




/* innerBanner */

.innerBanner {
	height: 500px;
	position: relative;
}


.innerBanner .image {
	height: 100%;
}


.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.innerBanner .safeRange {
	position: absolute;
	top: 0;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.innerBanner .name {
	font-family: Roboto-BoldCondensed;
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	    text-transform: uppercase;
}


.innerBanner .btns {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.innerBanner .btns a {
	padding: 11px 14.5px;
	border-radius: 10px;
	border: solid 1px #ffffff;
	margin-bottom: 10px;
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-right: 23px;
}



.innerBanner .btns a:hover {
	background-color: #ffffff;
	color: #274082;
}





/* crumb */


.crumb {
	padding-top: 24px;
}


.crumb img {
	width: 21px;
	flex-shrink: 0;
	margin-right: 4px;
}

.crumb a,
.crumb i {
	font-family: Roboto-Regular, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0px;
	color: #333333;
}

.crumb a.active {
	color: #999999;
}

.crumb i {
	font-style: normal;
	margin: 0 2px;
}

.crumb a:hover {
	color: #274082;
}



/* pager */

.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-Regular, Arial, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 5px 4.5px;
	border-radius: 4px;
	background-color: #eeeeee;
}

.pager .pageList a:hover,
.pager .pageList a.active {
	color: #ffffff !important;
	background-color: #274082;
}

.pager .pageList a.iconfont {
	font-size: 14px;
	color: #999999;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Roboto-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}


@media screen and (max-width:1600px) {
	.innerBanner {
		height: 400px;
	}

	.innerBanner .name {
		font-size: 50px;
		line-height: 60px;
	}

	.crumb {
		padding-top: 20px;
	}

	.innerBanner .btns a {
		border-radius: 5px;
		padding: 8px 10px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 360px;
	}

	.innerBanner .name {
		font-size: 40px;
		line-height: 50px;
	}

	.innerBanner .btns {
		margin-top: 30px;
	}

	.innerBanner .btns a {
		padding: 5px 10px;
		margin-right: 20px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 300px;
	}

	.innerBanner .name {
		font-size: 32px;
		line-height: 42px;
	}

	.innerBanner .btns a {
		padding: 3px 10px;
		font-size: 14px;
		line-height: 26px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.crumb img {
		width: 18px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 260px;
	}

	.innerBanner .name {
		font-size: 28px;
		line-height: 40px;
	}

}

@media screen and (max-width:538px) {

	.pager .pageList a {
		margin: 5px 3px;
	}

	.innerBanner .btns {
		margin-top: 20px;
	}

	.innerBanner .btns a {
		padding: 2px 5px;
	}
}





/* footer */


footer {
	background-color: #222222;
	padding: 64px 0 40px 0;
}

footer a {
	display: block;
}

footer .fLogo {
	display: block;
	width: 83px;
	margin-bottom: 47px;
	margin-top: -4px;
}


footer .fLogo:hover img {
	transform: none;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
}

footer .footerList ul li {
	margin-bottom: 10px;
}

footer .footerList ul li:last-child {
	margin-bottom: 0;
}


footer .footerList .fMsg {
	width: 24%;
	margin-right: 4.25%;
}

footer .footerList .fMsg ul li {
	margin-bottom: 13px;
}

footer .footerList .fMsg ul li:last-child {
	margin-bottom: 0;
}

footer .footerList .fMsg .name {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	margin-bottom: 0px;
}

footer .footerList .fMsg .num {
	color: #ffffff;
}

footer .footerList .fMsg a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

footer .footerList .box {
	margin-top: 24px;
}




footer .footerList .fProduct {
	width: 24%;
	margin-right: 3.1%;
}

footer .footerList a:hover {
	color: #ffffff;
}

footer .footerList .fNav {
	width: 20%;
	margin-right: 3.3%;
}


footer .footerList .fInquiry {
	width: 21.35%;
}




footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}


footer .title {
	font-family: Roboto-BoldCondensed;
	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 .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}


footer .copyright,
footer .links,
footer .copyright a,
footer .links a {
	font-size: 14px;
	color: #777777;
}

footer .copyright a {
	display: inline;
}


footer .copyright a:hover {
	color: #fff;
}


footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .email a {
	word-break: break-all;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 38px 0 24px 0;
}



footer .fBottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	margin-left: 40px;
}



footer .blogrolls a {
	font-size: 20px;
	color: rgba(255, 255, 255, .5);
	flex-shrink: 0;
	margin: 5px 0;
	margin-right: 26.4px;
}


footer .blogrolls a:last-child {
	margin-right: 0;
}


footer .blogrolls a:hover {
	color: #ffffff !important;
}

footer form {
	margin-top: 31px;
}

footer form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


footer form li {
	height: 40px;
	border-radius: 6px;
	background-color: #ffffff;
	padding: 0 16px;
	width: 100%;
}


footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	font-size: 14px !important;
}

footer form ul li {
	margin-top: 11px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0 !important;
}

footer form ul li:nth-child(1) {
	margin-top: 0;
}



footer form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 74%;
	padding: 0;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 16px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	max-width: 91px;
	cursor: pointer;
	background-color: #f3fbfe;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	width: 23%;
}



footer form li.subBtn input {
	background-color: #274082;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
}



footer form li.subBtn input:hover {
	background-color: #ffffff;
	color: #274082;
}





footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #666666;
	opacity: 1;
}

@media screen and (max-width:1600px) {
	footer .fLogo {
		margin-top: 0;
		margin-bottom: 30px;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 50px 0;
	}

	footer .line {
		margin: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .title {
		font-size: 18px;
	}

	footer .fLogo {
		width: 70px;
	}

	footer .footerList .fInquiry {
		width: 25%;
	}

	footer form li {
		border-radius: 5px;
		height: 36px;
	}

	footer form li.code {
		width: 100%;
	}

	footer form li.subBtn {
		width: 50%;
	}

	footer .blogrolls a {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding-bottom: 70px;
	}

	footer .footerList {
		flex-wrap: wrap;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 10px;
	}

	footer .footerList>li.fMsg {
		margin-bottom: 20px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .fLogo {
		width: 60px;
	}

	footer .footerList .fMsg ul li {
		margin-bottom: 0;
		margin-top: 10px;
		width: 48%;
	}

	footer .footerList .fMsg ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList .fMsg ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .fMsg .name {
		margin-bottom: 5px;
	}

	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer form {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	footer .footerList ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 10px;
	}

	footer .blogrolls a {
		margin-top: 0;
	}

	footer {
		padding-top: 40px;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 12px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

}

@media screen and (max-width:768px) {
	footer .fLogo {
		width: 55px;
	}
}


@media screen and (max-width:538px) {

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}
}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Roboto-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: 52px;
	height: 52px;
	background-color: rgba(39, 64, 130, 0.7);
	color: #ffffff;
	margin-bottom: 2px;
	margin-right: 2px;
	font-size: 20px;
	border-radius: 10px;
}

.lianxi .top a {
	width: 52px;
	height: 52px;
	background-color: rgba(39, 64, 130, 0.7);
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.lianxi .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
}

.lianxi div div {
	cursor: pointer;
}

.lianxi div a:hover,
.lianxi div div:hover {
	background-color: #274082;
	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: 1333px) {

	.lianxi div a,
	.lianxi div div {
		width: 46px;
		height: 46px;
		font-size: 18px;
		border-radius: 5px;
	}

	.lianxi .top a {
		width: 46px;
		height: 46px;
	}

	.lianxi .top i {
		width: 22px;
		height: 22px;
	}
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.lianxi .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.lianxi {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.lianxi div {
		width: 25%;
		float: left;
	}

	.lianxi div a,
	.lianxi div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.lianxi .top i {
		border-color: #fff;
	}

	.lianxi .code img,
	.lianxi .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.lianxi .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}

	.lianxi div a:hover,
	.lianxi div div:hover {
		background-color: #dfdfdf;
	}

	.lianxi div.active a,
	.lianxi div.active div {
		background-color: #274082;
	}
}

@media screen and (max-width: 768px) {
	.lianxi .code:hover img {
		left: 0%;
		transform: translateX(0%);
	}

	.lianxi .code.active img {
		left: 0;
		transform: translateX(0) translateY(-100%);
	}
}


@font-face {
	font-family: 'Roboto-BoldCondensed';
	font-display: swap;
	src: url('../fonts/RobotoBoldCondensed.eot');
	src: url('../fonts/RobotoBoldCondensed.eot') format('embedded-opentype'),
		url('../fonts/RobotoBoldCondensed.woff2') format('woff2'),
		url('../fonts/RobotoBoldCondensed.woff') format('woff'),
		url('../fonts/RobotoBoldCondensed.ttf') format('truetype'),
		url('../fonts/RobotoBoldCondensed.svg#RobotoBoldCondensed') format('svg');
}


@font-face {
	font-family: 'Roboto-Regular';
	font-display: swap;
	src: url('../fonts/RobotoRegular.eot');
	src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
		url('../fonts/RobotoRegular.woff2') format('woff2'),
		url('../fonts/RobotoRegular.woff') format('woff'),
		url('../fonts/RobotoRegular.ttf') format('truetype'),
		url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}


@font-face {
	font-family: 'Roboto-Medium';
	src: url('../fonts/RobotoMedium_0.eot');
	src: url('../fonts/RobotoMedium_0.eot') format('embedded-opentype'),
		url('../fonts/RobotoMedium_0.woff2') format('woff2'),
		url('../fonts/RobotoMedium_0.woff') format('woff'),
		url('../fonts/RobotoMedium_0.ttf') format('truetype'),
		url('../fonts/RobotoMedium_0.svg#RobotoMedium_0') format('svg');
}




@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1739860252274') format('woff'),
		url('../fonts/iconfont.ttf?t=1739860252274') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.cBtn{
	text-transform: uppercase;
}



/*2025.4.14*/

.iCapabilities .itemList{
	display: flex;
	flex-wrap: wrap;
}

.iCapabilities .itemList .capabilityItem{
	width: 32%;
	margin-right: 2%;
	margin-top: 22px;
	margin-bottom: 0;
}

.iCapabilities .itemList .capabilityItem:nth-child(3n){
	margin-right: 0;
}
.iCapabilities .itemList .capabilityItem:nth-child(-n+3){
	margin-top: 0;
}

@media screen and (max-width:1333px){
	.iCapabilities .itemList {
		justify-content: space-between;
	}
 	.iCapabilities .itemList .capabilityItem:nth-child(n){
 		width: 48%;
 		margin-right: 0%;
 		margin-top: 20px;
 		margin-bottom: 0;
 	}
 	
 	.iCapabilities .itemList .capabilityItem:nth-child(-n+2){
 		margin-top: 0;
 	}	
}
@media screen and (max-width:999px){
 	.iCapabilities .itemList .capabilityItem:nth-child(n){
 		width: 32%;
 		margin-right: 2%;
 		margin-top: 20px;
 		margin-bottom: 0;
 	}
	.iCapabilities .itemList .capabilityItem:nth-child(3n){
		margin-right: 0;
	}
 	.iCapabilities .itemList .capabilityItem:nth-child(-n+3){
 		margin-top: 0;
 	}		
}
@media screen and (max-width:768px){
	.iCapabilities .itemList .capabilityItem:nth-child(n){
		width: 48%;
		margin-right: 0%;
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	.iCapabilities .itemList .capabilityItem:nth-child(-n+2){
		margin-top: 0;
	}		 
}
@media screen and (max-width:450px){
 	.iCapabilities .itemList .capabilityItem:nth-child(n){
 		width: 100%;
 		margin-right: 0%;
 		margin-top: 20px;
 		margin-bottom: 0;
 	}
 	.iCapabilities .itemList .capabilityItem:nth-child(-n+1){
 		margin-top: 0;
 	}		
}