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

ul {
	list-style: none;
}

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

.image {
	display: block;
}

.image img {
	display: block;
	transition: 1s ease all;
}


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: #063f87 !important;
}

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

.standardEdit p {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.standardEdit strong {
	color: #333333;
	font-weight: bold;
}


.standardEdit h2{
    color: #333333;
}

.standardEdit a {
	color: #063f87;
}


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




.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

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

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

textarea {
	resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.safeRange {
	max-width: 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:1500px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


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

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

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





@media screen and (max-width:1500px) {
	.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: #063f87;
		right: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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: 114px;
	background-color: #ffffff;
	position: relative;
}


nav .nTop {
	height: 41px;
	background-color: #063f87;
}


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

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

nav .nTop .nMsg .item {
	display: flex;
	align-items: center;
	margin-right: 52px;
}

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

nav .nTop .nMsg i {
	font-size: 22px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 8px;
}


nav .nTop .nMsg .num {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}

/*nav .nTop .nMsg a.num:hover {*/
/*	text-decoration: underline;*/
/*	text-decoration-skip-ink: none;*/
/*	text-underline-offset: 5px;*/
/*}*/



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


nav .blogrolls a {
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 14px;
	margin-right: 9px;
	color: #ffffff;
}


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


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






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



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


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


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



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


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

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

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


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


nav .navList>ul>li:nth-child(2) {
	position: static;

}

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


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 73px;
	line-height: 73px;
	font-size: 18px;
	color: #333333;
	position: relative;
}


nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	transition: .4s ease all;
	height: 2px;
	background-color: #e10505;
	bottom: 19px;
}





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

nav .navList .btns {
	display: flex;
	align-items: center;
	margin-left: 50px;
	height: 100%;
}

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



nav .search .searchBtn {
	cursor: pointer;
}


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



nav .search .searchBtn:hover i {
	color: #063f87;
}


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


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



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

nav .lanBtn img {
	width: 22px;
	flex-shrink: 0;
	margin-right: 7px;
}



nav .lanBtn:hover span {
	color: #063f87;
}


nav .lanBtn span {
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

nav .lanBtn i {
	color: #333333;
}

nav .lanBtn:hover i {
	color: #063f87;
}

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: 100%;
	background-color: #feffff;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	z-index: 99;
	overflow: hidden;
	padding: 10px 0;
}


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

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

nav .language ul a {
	padding: 0px 26px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	display: flex;
	align-items: flex-start;
}


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


nav .language ul a:hover {
	color: #063f87;
}

nav .language ul a:hover img {
	transform: translateY(5px);
}


/* productSlides */

nav.active .productSlides {
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
}

.productSlides {
	position: absolute;
	top: 100%;
	width: calc(100% + 96px);
	background-color: #ffffff;
	left: 50%;
	transform: translateX(-50%);
	padding: 41px 48px;
	height: max-content;
	height: 290px;
	overflow: auto;
	display: none;
	transition: none;
}

.productSlides::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #ffffff;
}

.productSlides::-webkit-scrollbar-thumb {
	background-color: #063f87;
}

.productSlides::-webkit-scrollbar-track {
	background-color: transparent;
}




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


.productSlides .list .item {
	width: 14.3%;
	margin-right: 2.84%;
	margin-top: 20px;
}


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

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



.productSlides .list .image {
	overflow: hidden;
	margin-bottom: 15px;
}

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

.productSlides .list .name {
	font-family: Montserrat-Bold;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

.productSlides .list .name:hover {
	color: #063f87;
}




/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	padding: 9px 0 15px 0;
	width: max-content;
	min-width: 229px;
	max-width: 280px;
	display: none;
	transition: none;
}

nav.active .moreList,
nav.active .moreList ul {
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
}

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


.moreList {
	top: 100%;
	left: 0px;
}


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

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


.moreList a {
	padding: 0 29px;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}


.moreList a:hover {
	color: #063f87;
}

header .xnav .msg,
header .xnav .blogrolls{
	display: none;
}


@media screen and (max-width:1560px) {
	nav .navList>ul>li {
		margin-right: 30px;
	}

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

	nav .navList .btns {
		margin-left: 40px;
	}

	nav .nTop {
		height: 40px;
	}

	nav .nBottom {
		height: 70px;
	}

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

	nav {
		height: 110px;
	}

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

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

	.moreList ul {
		top: -20px;
	}

	.moreList li {
		margin-bottom: 20px;
	}
	.productSlides{
		padding:30px 40px;
		height: 240px;
	}
	.productSlides .list .image{
		margin-bottom: 10px;
	}
}

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

	nav .logo {
		width: 180px;
	}

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

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

	nav .nTop .nMsg .num {
		font-size: 14px;
		line-height: 24px;
	}

	nav .nTop .nMsg i {
		font-size: 20px;
	}

	nav .nTop .nMsg .item {
		margin-right: 30px;
	}

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

	.moreList ul {
		top: -15px;
	}

	.moreList li {
		margin-bottom: 15px;
	}
	
	.productSlides .list .item:nth-child(n){
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}
	.productSlides .list .item:nth-child(4n){
		margin-right: 0;
	}
	.productSlides .list .item:nth-child(-n+4){
		margin-top: 0;
	}
	.productSlides{
		padding:30px 40px;
		height: 260px;
	}
}

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

	nav .navList .btns {
		position: absolute;
		top: 0;
		right: 0;
		height: auto;
		margin-left: 0px;
	}

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

	nav .navList>ul>li>a {
		line-height: 90px;
	}

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

	nav .language ul a {
		font-size: 14px;
	}

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

	nav .search form {
		top: calc(100% + 5px);
	}

	nav .lanBtn img {
		width: 20px;
	}

	nav .language ul a img {
		width: 20px;
	}

	nav .language ul a {
		padding: 0 20px;
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav .navList .btns {
		position: static;
		margin-right: 60px;
		height: 100%;
	}

	nav .search {
		display: none;
	}

	nav .nTop {
		height: 0;
	}

	nav .nTop .safeRange {
		display: none;
	}

	nav .nBottom,
	nav {
		height: 60px;
	}

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

	nav .language {
		height: 100%;
	}

	nav .logo {
		width: 150px;
	}

	header .xnav .msg,
	header .xnav .blogrolls{
		display: flex;
		flex-wrap: wrap;
	}
	header .xnav .msg {
		margin-top: 20px;
	}
	
	header .xnav .msg .item{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
		margin-bottom: 10px;
	}
	
	header .xnav .msg .item:last-child{
		margin-bottom: 0;
	}
	
	header .xnav .msg .item i,
	header .xnav .msg .item .num{
		font-size: 14px;
		line-height: 26px;
		color: #ffffff;
		text-align: left;
	}
	
	header .xnav .msg .item i{
		font-size: 18px;
		flex-shrink: 0;
		margin-right: 10px;
	}
	
	header .xnav .blogrolls{
		text-align: left;
		margin-top: 30px;
	}
	header .xnav .blogrolls a{
		font-size: 16px;
		color: #ffffff;
		text-align: left;
		margin-right: 20px;
		margin-bottom: 5px;
	}
}

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

	nav .nBottom,
	nav {
		height: 50px;
	}
	header .xnav .nav {
		right: 25px;
		top: 25px;
	}
	html {
		scroll-padding-top: 50px;
	}
}

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

/* indexBanner */


.indexBanner {
	position: relative;
	transition: none;
}


.indexBanner * {
	transition: none;
}


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


.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
	width: 100%;
	overflow: hidden;
}


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


.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}


.indexBanner .btns>div {
	position: absolute;
	z-index: 99;
	top: 51.7%;
	transform: translateY(-50%);
	width: 43px;
	height: 43px;
	background-color: #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	color: #ffffff;
	transition: .4s ease all;
	font-size: 12px;
	color: #333333;
}


.indexBanner .btns>div:hover {
	background-color: #063f87;
	color: #ffffff;
}



.indexBanner .prev {
	left: 8px;
}


.indexBanner .next {
	right: 8px;
}



.indexBanner .prev:hover,
.indexBanner .next:hover {
	border-color: #ffffff;
	color: #ffffff;
}




.indexBanner .swiper-pagination {
	display: none;
	position: absolute;
	bottom: 20px;
}

.indexBanner .swiper-pagination span {
	width: 11px !important;
	height: 11px !important;
	margin: 5px 6px !important;
	transition: .4s ease all;
}

@media screen and (max-width:1500px) {
	.indexBanner .btns>div {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .btns>div {
		width: 36px;
		height: 36px;
	}
}

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

	.indexBanner .swiper-pagination {
		display: block;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .swiper-pagination span {
		width: 10px !important;
		height: 10px !important;
		margin: 5px 5px !important;
		transition: .4s ease all;
	}

	.indexBanner .swiper-pagination {
		bottom: 10px;
	}

}



/* title1 */


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


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


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

a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #063f87;
}


/* indexM1-1 */

.iProducts {
	padding: 99px 0 87px 0;
}

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

.iProducts .iTit .title1 {
	font-size: 50px;
}

.productCatgeory .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	border-bottom: 1px solid rgba(81, 81, 81, 0.2);
}

.iProducts .sBtns {
	justify-content: center;
}

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

.productCatgeory .swiper-slide {
	width: auto;
	position: relative;
	margin-right: 87px;
	font-family: Montserrat-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	cursor: pointer;
	padding-bottom: 30px;
}

.productCatgeory .swiper-slide::after {
	content: "";
	width: 0%;
	position: absolute;
	height: 5px;
	background-color: #063f87;
	bottom: 0;
	transform: translateY(50%);
	transition: .4s ease all;
	left: 0;
}


.productCatgeory .swiper-slide.active,
.productCatgeory .swiper-slide:hover {
	color: #063f87;
}

.productCatgeory .swiper-slide.active::after,
.productCatgeory .swiper-slide:hover::after {
	width: 100%;
}


.iProducts .productCatgeory {
	margin-bottom: 48px;
}



.iProducts .checkItem .piece {
	display: flex;
	justify-content: space-between;
}


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


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


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

.iProducts .show .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-image: url("../images/indexM1-1-shadow.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	pointer-events: none;
}



.iProducts .show .msg .box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 18px;
}

.iProducts .show .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	pointer-events: all;
}

/*.iProducts .show .msg .tit:hover {*/
/*	text-decoration: underline;*/
/*	text-decoration-skip-ink: none;*/
/*	text-underline-offset: 5px;*/
/*}*/


.iProducts .show:hover .image img {
	transform: scale(1.1);
}

.iProducts .show .msg .btn {
	display: flex;
	align-items: center;
	font-family: Montserrat-Bold;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-right: -7px;
	pointer-events: all;
	flex-shrink: 0;
	margin-left: 20px;
}

.iProducts .show .msg .btn i {
	flex-shrink: 0;
	margin-left: 14px;
	font-size: 12px;
	font-weight: bold;
}

/*.iProducts .show .msg .btn:hover {*/
/*	text-decoration: underline;*/
/*	text-decoration-skip-ink: none;*/
/*	text-underline-offset: 5px;*/
/*}*/

.iProducts .piece .swiper {
	margin: 0;
	width: 54.71%;
}


.iProducts .piece .swiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.iProducts .piece .item {
	margin-bottom: 10px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}


.iProducts .piece .item .image {
	height: 100%;
}

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

.iProducts .piece .item:hover .image img {
	transform: scale(1.1);
}


.iProducts .piece .item:last-child {
	margin-bottom: 0;
}


.iProducts .piece .item .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-image: url("../images/indexM1-2-shadow.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	pointer-events: none;
}


.iProducts .piece .item .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 7px 9px;
	width: 100%;
}


.iProducts h2 {
	font-weight: normal;
}


.iProducts .item .tit {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	pointer-events: all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/*.iProducts .item .tit:hover {*/
/*	text-decoration: underline;*/
/*	text-decoration-skip-ink: none;*/
/*	text-underline-offset: 5px;*/
/*}*/

.iProducts .item .btn {
	color: #ffffff;
	flex-shrink: 0;
	margin-left: 20px;
	margin-right: 10px;
	pointer-events: all;
}

.iProducts .item .btn i {
	font-size: 12px;
	font-weight: bold;
}


/*.iProducts .item .btn:hover {*/
/*	text-decoration: underline;*/
/*	text-decoration-skip-ink: none;*/
/*	text-underline-offset: 5px;*/
/*}*/


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

	.productCatgeory .swiper-slide {
		padding-bottom: 20px;
		margin-right: 60px;
	}

	.productCatgeory .swiper-slide::after {
		height: 4px;
	}

	.iProducts .piece .item,
	.iProducts .show {
		border-radius: 10px;
	}

}

@media screen and (max-width:1333px) {
	.productCatgeory .swiper-slide {
		padding-bottom: 14px;
		font-size: 16px;
		line-height: 28px;
	}

	.productCatgeory .swiper-slide::after {
		height: 3px;
	}

	.iProducts .show .msg .tit {
		font-size: 20px;
	}

	.iProducts .piece .item,
	.iProducts .show {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.iProducts .show {
		width: 49%;
	}

	.iProducts .piece .swiper {
		width: 49%;
	}

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

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

	.iProducts .piece .item .box {
		padding: 10px;
	}

	.iProducts .show .msg .box {
		padding: 10px 10px;
		flex-direction: column;
		align-items: flex-start;
	}

	.iProducts .show .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.iProducts .show .msg .btn {
		margin-right: 0;
		margin-left: 0;
		margin-top: 10px;
	}

	.productCatgeory .swiper-slide {
		margin-right: 50px;
	}
}

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

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

	.productCatgeory .swiper-slide {
		font-size: 14px;
		margin-right: 40px;
	}
}

@media screen and (max-width:538px) {
	.iProducts .checkItem .piece {
		flex-direction: column;
		align-items: flex-start;
	}

	.iProducts .show {
		width: 100%;
		margin-bottom: 10px;
		height: 240px;
	}

	.iProducts .piece .swiper {
		width: 100%;
	}

	.iProducts .piece .item {
		height: 180px;
	}

	.iProducts .productCatgeory {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:400px) {
	.iProducts .show {
		height: 200px;
	}

	.iProducts .piece .item {
		height: 180px;
	}
}


/* iTxts */

.iTxts p {
	line-height: 28px;
	text-align: center;
}



/* indexM2-1 */

.iCase {
	background-color: #f4f4f4;
	padding: 98px 0 131px 0;
}

.iCase .iTit {
	margin-bottom: 22px;
}

.iCase .iTit .title1 {
	font-size: 50px;
}

.iCase .iTxts {
	margin-bottom: 39px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


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

.iCase .con .item {
	width: 10.78%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 549px;
}


.iCase .con .item.active {
	width: 55.57%;
}

.iCase .show {
	height: 100%;
}


.iCase .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.iCase .show:hover img{
	transform: none;
}


.iCase .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	background-image: url("../images/indexM2-1-shadow.png");
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
	z-index: 9;
	padding: 40px 45px 52px;
	opacity: 0;
	pointer-events: none;
}

.iCase .item.active .msg {
	/*pointer-events: all;*/
	opacity: 1;
}

.iCase .msg .image {
	flex-shrink: 0;
	width: 40px;
	margin-bottom: 13px;
}


.iCase .msg .image img {
	transition: .4s ease all;
}

.iCase .msg .image:hover img {
	transform: translateY(-5px);
}

.iCase .msg .name {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 14px;
}

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

.iCase .msg .tips p {
	color: #ffffff;
	line-height: 28px;
}



.iCase .msg .tips {
	margin-bottom: 94px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.iCase .item.active .sign {
	opacity: 0;
	pointer-events: none;
}

.iCase .sign {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	padding: 22px 7px;
}


.iCase .sign .image {
	margin-bottom: 19px;
	width: 40px;
}


.iCase .sign .name {
	font-family: Montserrat-Bold;
	font-size: 18px;
	color: #ffffff;
}
.iCase .sign .name a{color: #ffffff;}

/* cBtn */

.cBtn {
	width: 146px;
	height: 48px;
	background-color: #063f87;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat-Bold;
	font-size: 16px;
	color: #ffffff;
	border: 2px solid #063f87;
}



.cBtn:hover {
	background-color: transparent;
	color: #063f87;
}

.iCase .msg .cBtn {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
	width: 149px;
	height: 51px;
}


.iCase .msg .cBtn:hover {
	background-color: #ffffff;
	color: #063f87;
}


.iCase .msg .box {
	width: 88%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


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

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

	.iCase .con .item {
		border-radius: 10px;
	}

	.iCase .msg .tips {
		margin-bottom: 60px;
	}

	.iCase .msg {
		padding: 40px;
	}

	.iCase .msg .image {
		margin-bottom: 20px;
	}

	.cBtn {
		height: 45px !important;
		width: 160px !important;
	}

	.iCase .msg .name {
		font-size: 22px;
		line-height: 30px;
	}

	.iCase .sign {
		padding: 30px 5px;
	}

	.iCase .sign .name {
		font-size: 16px;
		line-height: 28px;
	}
}

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

	.iCase .msg {
		padding: 30px 20px;
	}

	.iCase .con .item {
		width: 14%;
	}

	.iCase .con .item.active {
		width: 42%;
	}

	.iCase .msg .name {
		font-size: 20px;
		line-height: 30px;
	}

	.iCase .msg .box {
		width: 100%;
	}

	.iCase .msg .tips {
		margin-bottom: 50px;
	}

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

	.cBtn {
		height: 40px !important;
		width: 150px !important;
	}
}

@media screen and (max-width:999px) {
	.iCase .con {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.iCase .con .item:nth-child(n) {
		width: 49%;
		margin-top: 20px;
		height: 300px;
	}

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

	.iCase .msg .tips {
		margin-bottom: 30px;
	}

	.iCase .sign {
		display: none;
	}

	.iCase .item:nth-child(n) .msg {
		opacity: 1;
		/*pointer-events: all;*/
	}

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

	.iCase .msg .image {
		margin-bottom: 10px;
		width: 36px;
	}

	.cBtn {
		font-size: 14px !important;
		width: 140px !important;
	}
}

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

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

	.iCase .msg .tips {
		-webkit-line-clamp: 2;
	}

	.iCase .msg .box {
		width: 90%;
	}

}


/* indexM3-1 */


.iAbout {
	padding: 84px 0 82px 0;
}

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


.iAbout .iTxts {
	margin-bottom: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

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


.iAbout .con .piece {
	width: 44.35%;
	padding-top: 7px;
}



.iAbout .con .swiper {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
	margin: 0;
}

.iAbout .con .swiper .image {
	height: 100%;
}

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


.iAbout .con .list .item {
	display: flex;
	align-items: flex-start;
	padding: 18px 0;
	border-bottom: 1px solid rgba(27, 43, 95, 0.2);
	margin-top: 11px;
}

.iAbout .con .list .item:last-child {
	border-bottom: none;
}

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

.iAbout .con .list .image {
	width: 62px;
	margin-right: 30px;
	flex-shrink: 0;
	transform: translateY(4px);
}

.iAbout .con .list .image:hover img {
	transform: translateY(-5px);
}

.iAbout .con .list .image img {
	transition: .4s ease all;
}

.iAbout .con .list .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 14px;
	display: inline-block;
}


.iAbout .con .list .tit:hover {
	color: #063f87;
}

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

.iAbout .con .list .txts p {
	font-family: Montserrat-Regular;
	font-size: 18px;
	line-height: 30px;
	color: #666666;
}

.iAbout .con .list .txts a:hover p {
    color: #063f87;
}


.iAbout .con .cBtn {
	margin-top: 19px;
	margin-left: 90px;
}


.swiper-pagination {
	position: static;
	display: flex;
	align-items: flex-start;
}


.swiper-pagination span {
	margin: 5px 13px 5px 0px !important;
	width: 18px;
	height: 18px;
	background-color: #ebebeb;
	border-radius: 50%;
	opacity: 1;
}


.swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #063f87;
}



.iAbout .swiper .swiper-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
	pointer-events: none;
	padding: 0px 29px;
	bottom: 19px;
	position: absolute;
}



.iAbout .swiper .swiper-pagination span {
	pointer-events: all;
	width: 18px;
	height: 18px;
	background-color: #dddddd;
	border-radius: 50%;
	opacity: 1;
	margin: 5px 13px 5px 0 !important;
}

.iAbout .swiper .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #063f87;
}


@media screen and (max-width:1500px) {
	.iAbout .con .list .item {
		padding: 20px 0;
	}

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

	.iAbout .con .swiper {
		border-radius: 10px;
	}

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

	.iAbout .con .list .txts p {
		font-size: 16px;
		line-height: 28px;
	}

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

	.iAbout .con .list .image {
		width: 50px;
		transform: translateY(-10px);
	}

	.iAbout .con .cBtn {
		margin-left: 77px;
	}

	.swiper-pagination span {
		width: 16px !important;
		height: 16px !important;
	}
}

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

	.iAbout .con .list .image {
		width: 40px;
		transform: translateY(0);
		margin-right: 20px;
	}

	.iAbout .con .cBtn {
		margin-left: 58px;
	}

	.iAbout .con .swiper {
		border-radius: 5px;
	}

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

	.swiper-pagination span {
		width: 14px !important;
		height: 14px !important;
	}
}

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

	.iAbout .con .piece {
		width: 100%;
		padding-top: 0;
		margin-bottom: 40px;
	}

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

	.iAbout .con .cBtn {
		margin-top: 10px;
	}

	.iAbout .con .swiper {
		width: 100%;
		height: 400px;
	}

	.iAbout .con .list .item {
		padding: 16px 0;
	}

	.swiper-pagination span {
		width: 12px !important;
		height: 12px !important;
	}

	.iAbout .con .list .image {
		transform: translateY(-5px);
	}

	.iAbout .con .swiper {
		height: 360px;
	}
}

@media screen and (max-width:768px) {
	.iAbout .con .swiper {
		height: 340px;
	}
}

@media screen and (max-width:538px) {
	.iAbout .con .swiper {
		height: 300px;
	}
}

/* indexM4-1 */


.partner {
	padding: 74px 0 78px 0;
	background-image: url("../images/indexM4-bg.webp");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

	background-color: #f4f4f4;
}



.partner .title1 {
	text-align: center;
	margin-bottom: 45px;
}

.partnerSwiper .swiper {
	overflow: visible;
}

.partnerSwiper .swiper-wrapper {
	pointer-events: none;
}

.partnerSwiper .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity;
}

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


.partnerSwiper .image {
	margin-bottom: 31px;
	background-color: #ffffff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}


.partnerSwiper .image:last-child {
	margin-bottom: 0;
}


.partnerSwiper .swiper-pagination {
	position: static;
	margin-top: 50px;
	justify-content: center;
}



.partnerSwiper .swiper-pagination span {
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	opacity: 1;
	border-radius: 50%;
	margin: 5px 6.5px !important;
}

.partnerSwiper .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #063f87;
}

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

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

	.partnerSwiper .swiper-pagination {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.partnerSwiper .swiper-pagination {
		margin-top: 30px;
	}
}

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

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


/* indexM5-1 */

.millVideo {
	padding: 78px 0 65px 0;
}

.millVideo .iTit {
	margin-bottom: 23px;
}

.millVideo .iTxts {
	margin-bottom: 33px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.millVideo .image {
	position: relative;
	margin-bottom: 21px;
	border-radius: 20px;
	overflow: hidden;
}


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


.millVideo .video {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.millVideo .video .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #ffffff;
}


.millVideo .playBtn img {
	width: 13px;
	margin-left: 5px;
}



.millVideo .video:hover .playBtn {
	background-color: #063f87;
}

.millVideo .video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}


.millVideo .tit {
	font-family: Montserrat-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}


.millVideo .cBtn {
	margin: 0 auto;
	margin-top: 34px;
}

.millVideo .sBtns {
	justify-content: center;
}

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

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

	.millVideo .iTxts {
		margin-bottom: 40px;
	}

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

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

@media screen and (max-width:1333px) {
	.millVideo .cBtn {
		margin-top: 30px;
	}

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

	.millVideo .video .playBtn {
		width: 40px;
		height: 40px;
	}

	.millVideo .playBtn img {
		width: 10px;
	}
}

@media screen and (max-width:999px) {
	.millVideo .image {
		margin-bottom: 10px;
	}

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

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

	.millVideo .iTit {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.millVideo .image {
		height: 280px;
	}
}


/* indexM6-1 */

.iService .iTit {
	margin-bottom: 42px;
}

.iService .con {
	max-width: 1920px;
	width: 100%;
	padding: 0 15px;
}

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


.iService .list .item {
	width: 48.95%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-top: 43px;
	height: 422px;
}



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

.iService .list .item .image {
	height: 100%;
}


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

.iService .list .item .image:hover img {
    transform: none;
}

.iService .name {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background-image: url("../images/indexM6-1-bg.png");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	padding: 13px 51px;
	pointer-events: none;
}

.iService .name a {
	font-family: Montserrat-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
}


.iService .item:hover .name {
	opacity: 0;
}



.iService .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(6, 63, 135, .8);
	padding: 49px 48px 49px;
	opacity: 0;
	pointer-events: none;
}

.iService .item:hover .msg {
	opacity: 1;
}




.iService .msg .box {
	width: 72%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.iService .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 30px;
}


.iService .msg .tit:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.iService .msg .txts {
	margin-bottom: 84px;
}


.iService .msg .txts p {
	line-height: 28px;
	color: #ffffff;
}

.iService .msg .cBtn {
	background-color: #ffffff;
	color: #063f87;
	border-color: #ffffff;
}

.iService .msg .cBtn:hover {
	background-color: transparent;
	color: #ffffff;
}

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

	.iService .list .item {
		border-radius: 10px;
		margin-top: 30px;
	}

	.iService .msg {
		padding: 40px;
		display: flex;
		align-items: center;
	}

	.iService .msg .tit,
	.iService .name a {
		font-size: 26px;
		line-height: 36px;
	}

	.iService .msg .box {
		width: 90%;
	}

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

	.iService .name {
		padding: 20px 40px;
	}

	.iService .list .item {
		height: 380px;
	}
}

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

	.iService .msg {
		padding: 30px 20px;
		display: flex;
		align-items: center;
	}

	.iService .msg .tit,
	.iService .name a {
		font-size: 22px;
		line-height: 34px;
	}

	.iService .name {
		padding: 20px 20px;
	}

	.iService .list .item {
		height: 320px;
	}
}

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

	.iService .item:nth-child(n) .msg {
		opacity: 1;
	}

	.iService .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.iService .msg .tit {
		margin-bottom: 20px;
	}

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

	.iService .list .item {
		margin-top: 20px;
	}

	.iService .list .item {
		height: 300px;
	}

	.iService .msg {
		background-color: rgba(6, 63, 135, 0.5);
	}
}

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

	.iService .msg .tit {
		font-size: 18px;
	}

	.iService .con .item:nth-child(n) {
		height: 280px;
	}
}

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

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


/* indexM7-1 */


.iNews {
	padding: 88px 0 86px 0;
}


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


.iNews .sBtns {
	justify-content: center;
}

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

.iNews .swiper-slide {
	background-color: #ffffff;
	border-radius: 20px;
	border: solid 2px #e5e5e5;
	overflow: hidden;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.iNews .swiper-slide .image {
	overflow: hidden;
	flex: 1;
	width: 100%;
}


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

.iNews .swiper-slide .msg {
	padding: 10px 17px 32px;
	flex-shrink: 0;
}



.iNews .swiper-slide .time {
	font-size: 16px;
	line-height: 28px;
	color: #1b2b5f;
	margin-bottom: 4px;
}

.iNews .swiper-slide .tit {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 30px;
	min-height: 60px;
	color: #333333;
	margin-bottom: 9px;
}


.iNews .swiper-slide .tit:hover {
	color: #1b2b5f;
}


.iNews .swiper-slide .txts {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 30px;
	min-height: 60px;
	color: #666666;
}

.iNews .swiper-slide .txts a:hover {
    color: #063f87;
}

.iNews .cBtn {
	margin: 0 auto;
	margin-top: 41px;
}

@media screen and (max-width:1500px) {
	.iNews .swiper-slide {
		border-radius: 10px;
		border-width: 1px;
	}

	.iNews .swiper-slide .msg {
		padding: 20px 20px;
	}

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

@media screen and (max-width:1333px) {
	.iNews .swiper-slide {
		border-radius: 5px;
	}

	.iNews .cBtn {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.iNews .swiper-slide .tit {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
	}

	.iNews .swiper-slide .txts {
		font-size: 14px;
		line-height: 26px;
		min-height: 52px;
	}
}

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

@media screen and (max-width:538px) {
	.iNews .swiper-slide .image {
		height: 240px;
		flex: none;
	}
}


/* indexM8-1 */


.touch {
	padding: 101px 0 115px 0;
	background-image: url("../images/touchBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

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

.touch .msg {
	flex: 1;
}

.touch .msg .title1 {
	color: #ffffff;
	margin-bottom: 31px;
}

.touch .msg .txts p {
	color: #ffffff;
}



.touch .cBtn {
	flex-shrink: 0;
	background-color: #ffffff;
	border-color: #ffffff;
	margin-left: 40px;
	color: #063f87;
	width: 202px;
	height: 67px;
	font-size: 22px;
	margin-top: 10px;
}


.touch .cBtn:hover {
	background-color: transparent;
	color: #ffffff;

}


@media screen and (max-width:1500px) {
	.touch .cBtn {
		font-size: 18px;
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.touch .cBtn {
		font-size: 16px;
	}

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


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

	.touch .cBtn {
		margin-left: 0;
		margin-top: 30px;
	}
}


/* 1-1product */



.products .mill {
	padding: 45px 0 69px 0;
}


.mill .title {
	text-align: center;
	font-family: Montserrat-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #333333;
	margin-bottom: 26px;
}

.mill .txts {
	margin-bottom: 32px;
}

.mill .txts p {
	text-align: center;
	line-height: 28px;
}


.mill .cBtn {
	margin: 0 auto;
	height: 43px;
	width: 132px;
	background-color: #ffffff;
	color: #063f87;
	font-family: Montserrat-Regular;
}


.mill .cBtn:hover {
	background-color: #063f87;
	color: #ffffff;
}


.products .productList {
	padding: 57px 0 78px 0;
}


.productList {
	position: relative;
}


.productList::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	background-color: #f4f4f4;
	top: 0;
}


.productList .sTit {
	margin-bottom: 38px;
}


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


.sTit .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 28px;
	color: #063f87;
}

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

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 43px;
	height: 42px;
	background-color: #ebebeb;
	font-size: 18px;
	color: #333333;
	border-radius: 50%;
	font-weight: bold;
}



/*.sBtns>div:hover {*/
/*	background-color: #063f87;*/
/*	color: #ffffff;*/
/*}*/

.sBtns>div.next {
	background-color: #063f87;
	color: #ffffff;
}

.sBtns>div.swiper-button-disabled {
	pointer-events: none;
}

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


.productList .swiper .productItem {
	margin-bottom: 45px;
}


.productList .productItem:last-child {
	margin-bottom: 0;
}


.productItem {
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: auto;
	overflow: hidden;
}



.productItem .image {
	overflow: hidden;
	width: 100%;
	flex: 1;
}

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


.productItem .msg {
	background-color: #ffffff;
	flex-shrink: 0;
	width: 100%;
	padding: 14px 20px 23px 20px;
}


.productItem .tit {
	font-family: Montserrat-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	margin-bottom: 27px;
}

.productItem .tit:hover {
	color: #063f87;
}

.productItem .cBtn {
	margin: 0 auto;
	width: 132px;
	height: 43px;
	background-color: #ffffff;
	color: #063f87;
	font-family: Montserrat-Regular;
}


.productItem .cBtn:hover {
	background-color: #063f87;
	color: #ffffff;
}

.advantage {
	padding: 75px 0 112px 0;
}

.advantage .millLine {
	margin-bottom: 63px;
}


.millLine .tit {
	font-family: Montserrat-Bold;
	font-size: 34px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 34px;
}

.millLine .txts p {
	padding-left: 43px;
	line-height: 28px;
}


.millLine .txts p em {
	font-style: normal;
	position: relative;
	padding: 0;
}

.millLine .txts p em::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background-color: #0d2378;
	border-radius: 50%;
	left: -41px;
	top: 9px;
}

.millLine .txts p strong {
	font-size: 20px;
}


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

.millApp .msg {
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 30px 0 40px 0;
}


.millApp .msgSwiper {
	overflow: hidden;
	width: 100%;
}


.millApp .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 34px;
	line-height: 46px;
	color: #333333;
	margin-bottom: 24px;
}



.millApp .msg .txts {
	min-height: 112px;
}

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


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

.millApp .msg .btns>a {
	margin-top: 38px;
	margin-right: 25px;
	height: 43px;
	width: 132px;
	background-color: transparent;
	color: #063f87;
}

.millApp .msg .btns>a:hover{
	background-color: #063f87;
	color: #ffffff;
}

.millApp .msg .btns>a:last-child {
	margin-right: 0;
}



.millApp .msg .sBtns>div {
	margin-top: 50px;
}



.millApp .imgSwiper {
	overflow: hidden;
	width: 46%;
	border-radius: 20px;
}


.millApp .imgSwiper .swiper-slide {
	height: auto;
}


.millApp .imgSwiper .image {
	height: 100%;
	overflow: hidden;
}

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



.products .videoShow {
	padding: 71px 0 96px 0;
}

.videoShow {
	position: relative;
}

.videoShow::after {
	content: '';
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100vw;
	background-color: #f4f4f4;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}




.videoShow .title {
	font-family: Montserrat-Bold;
	font-size: 36px;
	line-height: 48px;
	color: #333333;
	text-align: center;
	margin-bottom: 26px;
}

.videoShow .txts {
	margin-bottom: 34px;
}

.videoShow .txts p {
	line-height: 28px;
	text-align: center;
}


.videoShow .swiper-slide {
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.videoShow .image {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 27px;
}

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


.videoShow .image .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}



.videoShow .image .video .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background-color: #ffffff;
	border-radius: 50%;
}


.videoShow .image .video .playBtn img {
	width: 13px;
	margin-left: 4px;
	transition: .4s ease all;
}


.videoShow .image .video:hover .playBtn {
	background-color: #063f87;
}

.videoShow .image .video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}


.videoShow .swiper-slide .name {
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.videoShow .sBtns {
	justify-content: center;
}


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


.products .ourAdvantage {
	padding: 65px 0 75px 0;
}

.ourAdvantage .title {
	font-family: Montserrat-Bold;
	font-size: 36px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 56px;
	text-align: center;
}

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


.ourAdvantage .list .item {
	width: 30.25%;
	margin-right: 4.625%;
	margin-top: 30px;
}

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

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


.ourAdvantage .list .image {
	width: 62px;
	margin-bottom: 9px;
}


.ourAdvantage .list .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 16px;
}

.ourAdvantage .list .txts p {
	font-size: 18px;
}



.getInTouch {
	padding: 50px 0 65px 0;
	background-image: url("../images/innerTouchBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-color: #063f87;*/
	/*background-attachment: fixed;*/
}


.getInTouch .safeRange {
	max-width: 812px;
}


.getInTouch .title1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 15px;
}



.getInTouch .txts {
	margin-bottom: 33px;
}


.getInTouch .txts p {
	color: #ffffff;
	text-align: center;
}



.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Montserrat-Regular;
	font-size: 16px;
}

.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 54px;
	width: 48.5%;
	margin-top: 22px;
	background-color: #ffffff;
	padding: 0 4px;
	border-radius: 4px;
	border: solid 1px #e3e3e3;
}


.cForm ul li:nth-child(-n+2) {
	margin-top: 0;
}


.cForm ul li.must {
	position: relative;
}

.cForm ul li.must::after {
	content: "*";
	position: absolute;
	left: -22px;
	top: 17px;
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
}


.cForm ul li.m-formcountry {
	padding: 0;
}


.cForm ul li.message {
	width: 100%;
	height: 118px;
	padding: 5px 4px;
	margin-bottom: 1px;
}


.cForm ul li.message::after {
	top: 6px;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}


.cForm ul li.code input {
	flex: 1;
	padding: 0 4px;
}


.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	margin-left: 17px;
	border-radius: 4px;
	overflow: hidden;
	max-width: 120px;
}


.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
	border: none;
	margin-bottom: 0;
	background-color: transparent;
}


.cForm ul li.subBtn input {
	background-color: #063f87;
	cursor: pointer;
	font-size: 18px !important;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 4px;
}


.cForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #063f87;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}



form .m-formcountry {
	position: relative;
}

form .m-formcountry .drop-btn {
	position: relative;
	height: 100%;
	padding: 0 4px;
}

form .m-formcountry .drop-btn i,
form .m-formcountry .drop-btn svg {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 12px;
	font-weight: bold;
}

form .m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #063f87 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

form .m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

form .m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

form .m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #063f87;
}

form .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	padding: 0;
	height: auto;
	padding: 5px 4px;
	cursor: pointer;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	width: 100%;
	background-color: transparent;
	margin: 0;
}

form .m-formcountry .drop-list li.on {
	background-color: #063f87;
	color: #ffffff;
}


.productPiece {
	padding: 88px 0 127px 0;
}


@media screen and (max-width:1500px) {
	.mill .title {
		margin-bottom: 30px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	.productItem {
		border-radius: 10px;
	}

	.productItem .msg {
		padding: 20px;
	}

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

	.productList .swiper .productItem {
		margin-bottom: 40px;
	}

	.productList .swiper .productItem:last-child {
		margin-bottom: 0;
	}

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

	.millLine .txts p {
		padding-left: 20px;
	}

	.millLine .txts p em::after {
		left: -20px;
	}

	.millLine .txts p strong {
		font-size: 18px;
	}

	.advantage .millLine {
		margin-bottom: 80px;
	}

	.millApp .imgSwiper {
		border-radius: 10px;
	}

	.millApp .msg .tit {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.millApp .msg .sBtns>div {
		margin-top: 40px;
	}

	.millApp .msg {
		padding: 30px 0;
		width: 49%;
	}

	.videoShow .title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}

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

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

	.ourAdvantage .title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 40px;
	}

	.ourAdvantage .list .image {
		width: 55px;
		margin-bottom: 20px;
	}

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

	.cForm ul li,
	form .m-formcountry .drop-btn,
	.cForm ul li.code input {
		padding: 0 10px;
	}

	form .m-formcountry .drop-list li,
	.cForm ul li.message {
		padding: 5px 10px;
	}

	.cForm ul li {
		height: 50px;
	}
}

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

	.productList .swiper .productItem {
		margin-bottom: 30px;
	}

	.productItem {
		border-radius: 5px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.millLine .tit {
		font-size: 26px;
		line-height: 38px;
	}

	.millApp .msg .tit {
		font-size: 26px;
		line-height: 38px;
	}

	.millApp .imgSwiper {
		border-radius: 5px;
	}

	.videoShow .title {
		font-size: 26px;
		line-height: 38px;
	}

	.ourAdvantage .title {
		font-size: 26px;
		line-height: 38px;
	}

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

	.videoShow .image .video .playBtn {
		width: 42px;
		height: 42px;
	}

	.videoShow .image .video .playBtn img {
		width: 10px;
	}

	.videoShow .swiper-slide .name {
		font-size: 16px;
		line-height: 28px;
	}

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

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

	.cForm ul li {
		height: 45px;
	}

	.cForm ul li.must::after {
		top: 13px;
		left: -16px;
	}

	.cForm ul li.message {
		padding: 14px 10px;
	}

	.advantage .millLine {
		margin-bottom: 60px;
	}

	.millApp .msg .txts {
		min-height: 112px;
	}
}

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

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

	.millLine .txts p strong {
		font-size: 16px;
	}

	.advantage .millLine {
		margin-bottom: 50px;
	}

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

	.millApp .msg .txts {
		min-height: 104px;
	}

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

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

	.videoShow .swiper-slide .name {
		font-size: 14px;
		line-height: 26px;
	}

	.videoShow .image .video .playBtn {
		width: 38px;
		height: 38px;
	}

	.videoShow .image .video .playBtn img {
		width: 8px;
	}

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

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

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

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

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

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

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

	.cForm ul li {
		height: 40px;
		margin-top: 15px;
	}

	.cForm ul li.must::after {
		top: 10px;
		left: -12px;
	}

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

	.cForm ul li.subBtn input {
		font-size: 16px !important;
	}

	form .m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.advantage .millLine {
		margin-bottom: 40px;
	}

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

	.millApp .msg {
		padding: 0;
		width: 100%;
	}

	.millApp .msg .tit {
		margin-bottom: 20px;
	}

	.millApp .msg .btns>a {
		margin-top: 30px;
	}

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

	.millApp .imgSwiper {
		width: 100%;
		height: 300px;
		margin-top: 30px;
	}

	.videoShow .image {
		height: 300px;
		flex: none;
		width: 100%;
	}

	.productItem .tit {
		font-size: 14px;
	}
}

@media screen and (max-width:538px) {
	.productItem .image {
		height: 240px;
		flex: none;
	}

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

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

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

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

	.ourAdvantage .title {
		margin-bottom: 30px;
	}

	.millApp .msg .btns>a {
		margin-right: 10px;
	}

	.millApp .imgSwiper {
		height: 300px;
	}

	.videoShow .image {
		height: 300px;
	}
}


@media screen and (max-width:400px) {
	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.cForm ul li {
		height: 36px;
	}
}

/* 1-2product */

.productsDet {
	padding-top: 35px;
}



.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	padding: 96px 0 67px 0;
}

.productShow::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: 100%;
	z-index: -1;
	background-color: #f3f3f3;
}


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


.productShow .jianjie {
	width: 44.1%;
	margin-top: 10px;
}


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


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


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


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


.productShow img {
	display: block;
}


.productShow .box .checkSwiper .prev {
	left: 0px;
}

.productShow .box .checkSwiper .next {
	right: 0px;
}


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

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


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


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


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


.jianjie h1 {
	font-family: Montserrat-Bold;
	font-size: 26px;
	line-height: 36px;
	color: #063f87;
	margin-bottom: 97px;
	font-weight: normal;
}


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


.share {
	display: flex;
	align-items: center;
}

.share span {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	flex-shrink: 0;
	margin-right: 14px;
}



.jianjie .share {
	margin-bottom: 29px;
}


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

.jianjie .btns a {
	width: 149px;
	height: 49px;
	background-color: #ffffff;
	border: solid 1px #989898;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 31px;
	color: #333333;
}


.jianjie .btns a:hover {
	background-color: #063f87;
	border-color: #063f87;
	color: #ffffff;
}



.jianjie .btns a:nth-child(2) {
	margin-right: 0;
}




/*jQzoom*/

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

}

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

}

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

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


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

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

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

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}
}



.productDes {
	padding: 77px 0 94px 0;
}

.pdTit {
	font-family: Montserrat-Bold;
	font-size: 42px;
	line-height: 54px;
	color: #333333;
}


.productDes .description {
	margin-bottom: 57px;
}


.productDes .description .pdTit {
	margin-bottom: 38px;
	text-align: center;
}


.productDes .productAdvantage {
	margin-bottom: 86px;
}

.productAdvantage .pdTit {
	text-align: center;
	margin-bottom: 51px;
}


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


.productAdvantage .list .item {
	width: 31.2%;
	margin-right: 3.2%;
	margin-top: 27px;
	background-color: #f4f4f4;
	border-radius: 20px;
	padding: 48px 23px 54px;
}

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



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


.productAdvantage .list .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 20px;
}

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


.parameters .pdTit {
	text-align: center;
	margin-bottom: 12px;
}


.parameters .tips {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 42px;
}


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

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
	border: solid 1px #999999;
}

.table table tr td.tit {
	background-color: #f4f4f4;
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #333333;
}

.table table tr td.blod {
	font-family: Montserrat-Bold;
	color: #333333;
}

.table table tr td {
	padding: 22px 20px;
	font-family: Montserrat-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}

.table table tr:last-child td {
	border-bottom: none;
}

.productsDet .videoShow {
	padding: 80px 0 62px 0;
}


.videoShow .tit {
	text-align: center;
	font-family: Montserrat-Bold;
	font-size: 42px;
	line-height: 58px;
	color: #333333;
	margin-bottom: 15px;
}

.videoShow .pdTit{
	text-align: center;
	margin-bottom: 18px;
}

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

	.jianjie h1 {
		margin-bottom: 30px;
	}

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

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

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

	.productsDet {
		padding-top: 20px;
	}

	.productShow .box .checkSwiper .iconfont {
		font-size: 20px;
	}


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

	.productDes .description {
		margin-bottom: 60px;
	}

	.productDes .description .pdTit {
		margin-bottom: 40px;
	}

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

	.productAdvantage .list .item {
		border-radius: 10px;
		padding: 40px 20px;
	}

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

	.productDes .productAdvantage {
		margin-bottom: 60px;
	}

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

	.parameters .tips {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 40px;
	}

	.table table tr td {
		padding: 14px 20px;
	}
	.videoShow .pdTit{
		margin-bottom: 40px;
	}
}

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

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

	.productShow .box .checkSwiper .iconfont {
		font-size: 18px;
	}

	.jianjie h1 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 20px;
	}

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

	.productShow .jianjie {
		width: 45%;
	}

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

	.productDes .description .pdTit {
		margin-bottom: 30px;
	}

	.productAdvantage .list .item {
		border-radius: 5px;
		padding: 30px 20px;
	}

	.productAdvantage .list .tit {
		font-size: 20px;
	}

	.table table tr td {
		font-size: 16px;
		line-height: 28px;
		padding: 10px 20px;
	}

	.table table tr td.tit {
		font-size: 18px;
	}
}

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

	.productShow .jianjie {
		width: 100%;
	}

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

	.productShow .box .checkSwiper .iconfont {
		font-size: 16px;
		line-height: 28px;
	}

	.productShow .box {
		width: 100%;
		max-width: 460px;
		margin: 0 auto 30px;
	}

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

	.productAdvantage .pdTit {
		margin-bottom: 30px;
	}

	.productDes .description {
		margin-bottom: 50px;
	}

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

	.productAdvantage .list .item {
		margin-top: 20px;
	}


	.productDes .productAdvantage {
		margin-bottom: 50px;
	}

	.parameters .tips {
		font-size: 16px;
		line-height: 28px;
	}

	.table table tr td {
		font-size: 14px;
		line-height: 26px;
	}

	.table table tr td.tit {
		font-size: 16px;
		line-height: 28px;
	}

	.productAdvantage .list .item {
		padding: 20px;
	}
	.videoShow .pdTit{
		margin-bottom: 30px;
	}
	.productAdvantage .list {
		justify-content: space-between;
	}
	
	.productAdvantage .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}
	
	.productAdvantage .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

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

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

	.productShow .box {
		max-width: 420px;
	}

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

	.productDes .description {
		margin-bottom: 40px;
	}

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


	.productDes .productAdvantage {
		margin-bottom: 40px;
	}

	.parameters .tips {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.productShow .box {
		max-width: 400px;
	}

	.jianjie .btns a {
		margin-right: 10px;
	}

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

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


/* 1-3product */


.accessories .mill {
	padding: 31px 0 34px 0;
}


.mill .pdTit {
	text-align: center;
	margin-bottom: 20px;
}


.accessories .productList {
	padding: 49px 0 82px 0;
}


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

.productList .pager {
	margin-top: 28px;
}


.productList .list .productItem {
	width: 31.21%;
	margin-right: 3.185%;
	margin-top: 45px;
}

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


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



.accessoriesPiece {
	padding: 86px 0 83px 0;
}

.accessoriesPiece .boosting {
	margin-bottom: 56px;
}

.boosting .pdTit {
	margin-bottom: 16px;
}

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

.accessoriesPiece .weServe {
	margin-bottom: 40px;
}

.weServe .pdTit {
	margin-bottom: 16px;
}

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

.accessoriesPiece .whyChooseUs {
	margin-bottom: 40px;
}

.whyChooseUs .pdTit {
	margin-bottom: 54px;
}

.standardEdit p em {
	display: block;
	padding-left: 20px;
	font-style: normal;
	position: relative;
}

.standardEdit p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 11px;
	height: 11px;
	background-color: #0d2378;
	border-radius: 50%;
}

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

.whyChooseUs .txts p em {
	margin-bottom: 20px;
}

.whyChooseUs .txts p strong {
	font-family: Montserrat-Bold;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}

.swiperBox {
	position: relative;
}

.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}


.swiperBox .sBtns>div.prev {
	left: -74px;
	margin-right: 0;
}

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


.relatedProducts .title1 {
	line-height: 58px;
	text-align: center;
	margin-bottom: 57px;
}


.relatedProducts .productItem .msg {
	background-color: #f6f6f6;
}



@media screen and (max-width:1500px) {
	.mill .pdTit {
		margin-bottom: 40px;
	}

	.productList .pager {
		margin-top: 40px;
	}

	.boosting .pdTit,
	.weServe .pdTit,
	.whyChooseUs .pdTit,
	.relatedProducts .title1 {
		margin-bottom: 40px;
	}

	.whyChooseUs .txts p strong {
		font-size: 22px;
	}

	.accessoriesPiece .boosting,
	.accessoriesPiece .weServe,
	.accessoriesPiece .whyChooseUs {
		margin-bottom: 60px;
	}

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

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

@media screen and (max-width:1333px) {
	.mill .pdTit {
		margin-bottom: 30px;
	}

	.productList .list .productItem {
		margin-top: 40px;
	}

	.boosting .pdTit,
	.weServe .pdTit,
	.whyChooseUs .pdTit,
	.relatedProducts .title1 {
		margin-bottom: 30px;
	}

	.whyChooseUs .txts p em {
		margin-bottom: 10px;
	}

	.whyChooseUs .txts p strong {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.productList .list {
		justify-content: space-between;
	}

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

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

	.accessoriesPiece .boosting,
	.accessoriesPiece .weServe,
	.accessoriesPiece .whyChooseUs {
		margin-bottom: 50px;
	}

	.whyChooseUs .txts p strong {
		font-size: 18px;
	}

}

@media screen and (max-width:768px) {
	.whyChooseUs .txts p strong {
		font-size: 16px;
	}

	.standardEdit p em::after {
		width: 9px;
		height: 9px;
	}

	.accessoriesPiece .boosting,
	.accessoriesPiece .weServe,
	.accessoriesPiece .whyChooseUs {
		margin-bottom: 40px;
	}

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

	.swiperBox .sBtns {
		justify-content: center;
	}

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

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

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




/* 2-1application */


.application .appShow {
	padding: 29px 0 93px 0;
}


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

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

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

.appShow .imgSwiper {
	width: 55.6%;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
}


.appShow .msg {
	width: 39%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0 86px;
}

.appShow .msg .swiper {
	margin: 0;
	width: 100%;
}

.appShow .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 13px;
}


.appShow .tit:hover {
	color: #063f87;
}

.appShow .txts {
	margin-bottom: 58px;
	min-height: 86px;
}

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


.appShow .cBtn {
	width: 149px;
	height: 49px;
}


.appShow .swiper-pagination {
	margin-top: 49px;
}



.application .appList {
	padding: 82px 0 79px 0;
}

.appList {
	position: relative;
}

.appList::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	z-index: -1;
	background-color: #f4f4f4;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.appList .title {
	font-family: Montserrat-Bold;
	font-size: 50px;
	line-height: 60px;
	color: #333333;
	text-align: center;
	margin-bottom: 38px;
}

.appList .appNav {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 77px;
}



.appList .appNav a {
	width: 19%;
	margin-right: 1.25%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	border: solid 1px #bfbfbf;
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding: 21px 10px;
}



.appList .appNav a:nth-child(5n) {
	margin-right: 0;
}

.appList .appNav a:nth-child(-n+5) {
	margin-top: 10px;
}


.appList .appNav a:hover,
.appList .appNav a.active {
	border-color: #063f87;
	color: #063f87;
}


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


.appList .list .appItem {
	width: 31.21%;
	margin-right: 3.185%;
	margin-top: 55px;
}

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


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


.appList .pager {
	margin-top: 54px;
}


.appItem {
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #ffffff;
}

.appItem .image {
	overflow: hidden;
	flex: 1;
	width: 100%;
}

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

.appItem .msg {
	padding: 27px 25px 15px;
}

.appItem .tit {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 5px;
}

.appItem .tit:hover {
	color: #063f87;
}


.appItem .txts {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	min-height: 56px;
	margin-bottom: 10px;
}


.appItem .cBtn {
	width: 132px;
	height: 43px;
	background-color: #ffffff;
	color: #063f87;
	font-family: Montserrat-Regular;
}


.appItem .cBtn:hover {
	background-color: #063f87;
	color: #ffffff;
}



.applicationPiece {
	padding: 79px 0 92px 0;
}

.applicationPiece .relatedProducts {
	margin-bottom: 60px;
}


.exploreMore .title1 {
	line-height: 58px;
	color: #333333;
	text-align: center;
	margin-bottom: 51px;
}

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

.exploreMore .list .item {
	width: 49.35%;
	margin-top: 30px;
	background-color: #f6f6f6;
	border-radius: 20px;
	padding: 18px 14px 18px 14px;
	display: flex;
	justify-content: space-between;
}


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

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


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

.exploreMore .list .msg {
	width: 55.5%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 10px 0;
}

.exploreMore .list .tit {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 7px;
}


.exploreMore .list .tit:hover {
	color: #063f87;
}



.exploreMore .list .txts {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	min-height: 84px;
	margin-bottom: 19px;
}


.exploreMore .list .btn {
	display: flex;
	align-items: center;
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #063f87;
}


.exploreMore .list .btn i {
	flex-shrink: 0;
	margin-left: 7px;
	font-size: 12px;
	font-weight: bold;
}

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


@media screen and (max-width:1500px) {
	.appShow .imgSwiper {
		border-radius: 10px;
	}

	.appShow .tit {
		margin-bottom: 30px;
	}

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

	.appShow .msg {
		padding: 40px 0;
	}

	.appList .title {
		margin-bottom: 40px;
	}

	.appList .appNav a {
		width: 23.5%;
		margin-right: 2%;
		border-radius: 3px;
		font-size: 16px;
	}

	.appList .appNav a:nth-child(4n) {
		margin-right: 0;
	}

	.appList .appNav a {
		padding: 15px 20px;
	}

	.appList .appNav {
		margin-bottom: 60px;
	}

	.appItem {
		border-radius: 10px 10px 0 0;
	}

	.appItem .msg {
		padding: 20px;
	}

	.appItem .tit {
		margin-bottom: 10px;
	}

	.appItem .txts {
		margin-bottom: 20px;
	}

	.appList .list .appItem {
		margin-top: 40px;
	}

	.appList .pager {
		margin-top: 50px;
	}

	.exploreMore .title1 {
		margin-bottom: 40px;
	}

	.exploreMore .list .item {
		border-radius: 10px;
		padding: 20px 10px;
	}

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

@media screen and (max-width:1333px) {
	.appShow .imgSwiper {
		border-radius: 5px;
	}

	.appShow .msg {
		width: 40%;
		padding: 30px 0;
	}

	.appShow .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

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

	.appShow .swiper-pagination {
		margin-top: 40px;
	}

	.appList .appNav a:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.appList .appNav a:nth-child(3n) {
		margin-right: 0;
	}

	.appList .appNav {
		margin-bottom: 50px;
	}

	.appItem {
		border-radius: 5px 5px 0 0;
	}

	.appList .list .appItem {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.appList .pager {
		margin-top: 40px;
	}

	.appList .appNav a {
		padding: 12px 20px;
	}

	.appShow .txts {
		min-height: 84px;
	}

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

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

@media screen and (max-width:999px) {
	.appShow .txts {
		min-height: 78px;
	}

	.appShow .tit {
		font-size: 20px;
	}

	.appList .title {
		margin-bottom: 30px;
	}

	.appList .appNav a {
		font-size: 14px;
		line-height: 24px;
		padding: 6px 10px;
	}

	.appList .appNav {
		justify-content: space-between;
	}

	.appList .appNav a:nth-child(n) {
		width: 49%;
		margin-right: 0;
	}

	.appList .appNav {
		margin-bottom: 40px;
	}

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

	.appItem .txts {
		min-height: 52px;
	}

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

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

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

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

	.exploreMore .list .txts {
		font-size: 14px;
		line-height: 26px;
		min-height: 78px;
	}

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

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

	.exploreMore .list .msg {
		width: 58%;
	}

	.exploreMore .title1 {
		margin-bottom: 30px;
	}

	.applicationPiece .relatedProducts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.application .appShow {
		flex-direction: column;
		align-items: flex-start;
	}

	.appShow .msg {
		padding: 0;
		width: 100%;
	}

	.appShow .txts {
		min-height: auto;
		margin-bottom: 20px;
	}

	.appShow .imgSwiper {
		width: 100%;
		height: 300px;
		margin-bottom: 30px;
	}

	.appList .appNav {
		margin-bottom: 30px;
	}

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

	.applicationPiece .relatedProducts {
		margin-bottom: 40px;
	}

	.appShow .swiper-pagination {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.appShow .imgSwiper {
		height: 280px;
	}

	.appList .title {
		margin-bottom: 20px;
	}

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

	.appList .list .appItem:nth-child(1) {
		margin-top: 0;
	}

	.appItem .image {
		flex: none;
		height: 240px;
	}

	.exploreMore .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.exploreMore .list .msg {
		width: 100%;
		padding: 0;
	}

	.exploreMore .list .txts {
		min-height: auto;
	}

	.exploreMore .list .image {
		width: 100%;
		height: 240px;
		margin-bottom: 20px;
	}
}


/* 2-2application */

.appDet {
	padding-top: 44px;
}

.appDet .constructionIndustry {
	padding: 64px 0 76px 0;
}

.constructionIndustry {
	position: relative;
}


.constructionIndustry::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	background-color: #f4f4f4;
	z-index: -1;
	height: 100%;
}

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

.constructionIndustry .msg {
	width: 48.28%;
}


.constructionIndustry .swiper {
	width: 49%;
	border-radius: 20px;
	overflow: hidden;
	margin: 0;
	margin-top: 7px;
	margin-bottom: 10px;
}


.constructionIndustry .swiper .image {
	height: 100%;
}

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


.constructionIndustry .tip {
	font-family: Montserrat-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #063f87;
	margin-bottom: 9px;
}

.constructionIndustry h1 {
	font-weight: normal;
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 10px;
}

.constructionIndustry .line {
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	margin-bottom: 34px;
}

.constructionIndustry .tit {
	font-family: Montserrat-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 24px;
}

.constructionIndustry .txts {
	margin-bottom: 52px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8; */
}


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


.constructionIndustry .cBtn {
	width: 148px;
	height: 49px;
}



.constructionIndustry .swiper .swiper-pagination {
	width: 100%;
	padding: 0 18px;
	pointer-events: none;
	position: absolute;
	bottom: 10px;
}

.constructionIndustry .swiper .swiper-pagination span {
	pointer-events: all;
	background-color: #ffffff;
	width: 16px;
	height: 16px;
	margin: 5px 10px 5px 0px !important;
}


.constructionIndustry .swiper .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #0d2378;
}


.appDet .description {
	padding: 78px 0 88px 0;
}


.lineTit {
	padding-left: 24px;
	position: relative;
	font-family: Montserrat-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #063f87;
}

.lineTit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 107%;
	width: 7px;
	background-color: #063f87;
}

.appDet .appDetAdvantage {
	margin-bottom: 69px;
}

.appDetAdvantage .lineTit {
	margin-bottom: 41px;
}

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

.appDetAdvantage .list .item {
	width: 31.21%;
	margin-right: 3.185%;
	padding: 48px 20px 54px;
	background-color: #f4f4f4;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 27px;
}


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

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

.appDetAdvantage .list .item:nth-child(5n-3),
.appDetAdvantage .list .item:nth-child(5n-4) {
	width: 49.35%;
	margin-top: 0;
}

.appDetAdvantage .list .item:nth-child(5n-4) {
	margin-right: 1.3%;
}


.appDetAdvantage .list .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 20px;
}

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

.appDet .appDetTechnical {
	margin-bottom: 57px;
}

.appDetTechnical .lineTit {
	margin-bottom: 37px;
}


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

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

.appDetTechnical .table table tr td:nth-child(1) {
	border-radius: 10px 0 0 10px;
}

.appDetTechnical .table table tr td:last-child {
	border-radius: 0 10px 10px 0;
}


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

.appDetTechnical .table table tr:nth-child(1) td {
	background-color: #e5e5e5;
	font-family: Montserrat-Bold;
	font-size: 20px;
	color: #333333;
}

.appDetTechnical .table table tr td {
	padding: 15px 37px;
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	border: none;
}

.appDetRaw .lineTit {
	margin-bottom: 17px;
}


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


.appDetRaw .con .msg {
	width: 48%;
	padding: 24px 0;
}

.appDetRaw .con .swiper {
	width: 49.28%;
	border-radius: 20px;
	overflow: hidden;
	margin: 0;
}

.appDetRaw .con .swiper .image {
	height: 100%;
}

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

.appDetRaw .con .msg p {
	margin-bottom: 6px;
}

.appDetRaw .con .msg p:last-child {
	margin-bottom: 0;
}



.appDetRaw .swiper .swiper-pagination {
	width: 100%;
	padding: 0 20px;
	pointer-events: none;
	position: absolute;
	bottom: 20px;
}

.appDetRaw .swiper .swiper-pagination span {
	pointer-events: all;
	background-color: #ffffff;
	width: 16px;
	height: 16px;
	margin: 5px 10px 5px 0px !important;
}

.appDetRaw .swiper .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #0d2378;
}


.appDetPiece {
	padding: 59px 0 83px 0;
}


@media screen and (max-width:1500px) {
	.constructionIndustry .swiper {
		margin: 0;
		border-radius: 10px;
	}

	.constructionIndustry .tip {
		margin-bottom: 10px;
	}

	.constructionIndustry h1 {
		margin-bottom: 20px;
	}

	.constructionIndustry .line {
		margin-bottom: 30px;
	}

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

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

	.lineTit::after {
		width: 5px;
		height: 100%;
	}

	.appDetAdvantage .list .item {
		border-radius: 10px;
		padding: 30px 20px;
	}

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

	.appDet .appDetAdvantage,
	.appDet .appDetTechnical {
		margin-bottom: 60px;
	}

	.appDetTechnical .table table tr td:nth-child(1) {
		border-radius: 5px 0 0 5px;
	}

	.appDetTechnical .table table tr td:last-child {
		border-radius: 0 5px 5px 0;
	}

	.appDetTechnical .table table tr:nth-child(1) td {
		font-size: 18px;
	}

	.appDetTechnical .table table tr td {
		padding: 15px 20px;
	}

	.appDetTechnical .lineTit,
	.appDetRaw .lineTit,
	.appDetAdvantage .lineTit {
		margin-bottom: 40px;
	}

	.appDetRaw .con .swiper {
		border-radius: 10px;
	}

	.appDetRaw .con .msg {
		padding: 30px 0;
	}

	.appDet {
		padding-top: 20px;
	}

	.constructionIndustry .tip {
		font-size: 18px;
		lighting-color: 30px;
	}
}

@media screen and (max-width:1333px) {
	.constructionIndustry .tip {
		font-size: 16px;
		lighting-color: 28px;
	}

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

	.constructionIndustry .swiper {
		border-radius: 5px;
	}

	.constructionIndustry .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.lineTit {
		font-size: 24px;
		line-height: 36px;
	}

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

	.appDetAdvantage .list .item {
		padding: 20px 15px;
		border-radius: 5px;
	}

	.appDetTechnical .table table tr td {
		padding: 12px 20px;
	}

	.appDetRaw .con .swiper {
		border-radius: 5px;
	}
}

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

	.constructionIndustry .msg {
		width: 100%;
	}

	.constructionIndustry h1 {
		font-size: 20px;
	}

	.constructionIndustry .line {
		margin-bottom: 20px;
	}

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

	.constructionIndustry .txts {
		margin-bottom: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

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

	.constructionIndustry .swiper {
		width: 100%;
		height: 340px;
	}

	.appDetAdvantage .list .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

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

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

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

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

	.appDetTechnical .table table tr td {
		font-size: 14px;
		line-height: 26px;
		padding: 10px 20px;
	}

	.appDetTechnical .table table tr:nth-child(1) td {
		font-size: 16px;
	}

	.appDet .appDetAdvantage,
	.appDet .appDetTechnical {
		margin-bottom: 50px;
	}

	.appDetTechnical .lineTit,
	.appDetRaw .lineTit,
	.appDetAdvantage .lineTit {
		margin-bottom: 30px;
	}

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

	.appDetRaw .con .msg {
		padding: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.appDetRaw .con .swiper {
		width: 100%;
		height: 340px;
	}
}

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

	.constructionIndustry .swiper,
	.appDetRaw .con .swiper {
		height: 300px;
	}

	.lineTit {
		font-size: 20px;
	}

	.appDetAdvantage .list .tit {
		font-size: 16px;
	}

}

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

	.constructionIndustry .swiper,
	.appDetRaw .con .swiper {
		height: 280px;
	}

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

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


/* 3-1service */


.factoryStrength {
	padding: 23px 0 60px 0;
}


.factoryStrength .title1 {
	text-align: center;
	margin-bottom: 26px;
}

.factoryStrength .txts {
	margin-bottom: 35px;
}

.factoryStrength .txts p {
	line-height: 28px;
	text-align: center;
}

.factoryStrength .image {
	overflow: hidden;
	border-radius: 20px;
	height: 100%;
}

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




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

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

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

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

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

@media screen and (max-width:538px) {
	.factoryStrength .swiper {
		height: 280px;
	}
}

.rAd {
	background-color: #f4f4f4;
	padding: 81px 0 113px 0;
}



.rAd .title1 {
	margin-bottom: 159px;
	text-align: center;
}


.rAd .safeRange {
	max-width: 1920px;
	width: 100%;
	padding: 0 58.5px;
}



.rAd .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.rAd .swiper .swiper-slide {
	height: auto;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 41px 10px 45px;
}

.rAd .swiper .swiper-slide:nth-child(2n-1) {
	transform: translateY(-75px);
}

.rAd .image {
	width: 104px;
	height: 104px;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(6, 63, 135, 0.34);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 auto 49px;
	position: relative;
	z-index: 9;
}

.rAd .image::after {
	content: "";
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	border: solid 1px rgba(6, 63, 135, 0.5);
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}


.rAd .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	margin-bottom: 14px;
}


.rAd .txts p {
	line-height: 28px;
	text-align: center;
}

.rAd .sBtns {
	justify-content: center;
}


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

.rAd .image img {
	width: 42px;
}


@media screen and (max-width:1500px) {
	.rAd .title1 {
		margin-bottom: 140px;
	}

	.rAd .swiper .swiper-slide {
		border-radius: 10px;
		padding: 40px 20px;
	}

	.rAd .image {
		width: 90px;
		height: 90px;
		margin-bottom: 40px;
	}

	.rAd .image::after {
		width: calc(100% + 25px);
		height: calc(100% + 25px);
	}

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

@media screen and (max-width:1333px) {
	.rAd .swiper .swiper-slide:nth-child(2n-1) {
		transform: translateY(-40px);
	}

	.rAd .title1 {
		margin-bottom: 100px;
	}
}

@media screen and (max-width:999px) {
	.rAd .swiper .swiper-slide:nth-child(2n-1) {
		transform: translateY(-30px);
	}

	.rAd .title1 {
		margin-bottom: 70px;
	}

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

	.rAd .image {
		width: 80px;
		height: 80px;
	}

	.rAd .image img {
		width: 38px;
	}
}

@media screen and (max-width:768px) {
	.rAd .swiper .swiper-slide:nth-child(2n-1) {
		transform: translateY(0px);
	}

	.rAd .title1 {
		margin-bottom: 30px;
	}

	.rAd .image {
		width: 70px;
		height: 70px;
		margin-bottom: 30px;
	}

	.rAd .image img {
		width: 34px;
	}

	.rAd .safeRange {
		padding: 0 25px;
	}
}

@media screen and (max-width:538px) {
	.rAd .safeRange {
		padding: 0 15px;
	}

	.rAd .image {
		width: 60px;
		height: 60px;
	}

	.rAd .image img {
		width: 32px;
	}
}



.customization {
	padding: 93px 0 146px 0;
}

.customization .cppability {
	margin-bottom: 100px;
}

.cppability .title1 {
	text-align: center;
	margin-bottom: 53px;
}

.cppability .con {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 601px;
}

.cppability .msgSwiper {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 63.35%;
	background-image: url("../images/customizationM1-bg.png");
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 9;
	padding: 104px 0 40px 0;
}


.cppability .msgSwiper .swiper-slide {
	padding: 0 29px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.cppability .imgSwiper {
	height: 100%;
}

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

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


.cppability .txts {
	margin-bottom: 148px;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;

}


.cppability .txts p {
	line-height: 28px;
	color: #ffffff;
}

.cppability .cBtn {
	width: 149px;
	height: 51px;
	border: solid 2px #ffffff;
	color: #ffffff;
	background-color: transparent;
}

.cppability .cBtn:hover {
	background-color: #ffffff;
	color: #063f87;
}


.cppability .swiper-pagination {
	position: absolute;
	bottom: 33px;
	z-index: 99;
	justify-content: center;
	pointer-events: none;
	width: 100%;
}


.cppability .swiper-pagination span {
	pointer-events: all;
	width: 8px !important;
	height: 8px !important;
	border-radius: 50%;
	border: 1px solid #ffffff;
	margin: 5px 4.5px !important;
}



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

	.cppability .con {
		border-radius: 10px;
		height: 500px;
	}

	.cppability .txts {
		margin-bottom: 60px;
	}

	.cppability .msgSwiper {
		padding: 80px 0 100px 0;
	}

	.customization .cppability {
		margin-bottom: 80px;
	}
}


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

	.cppability .msgSwiper {
		padding: 60px 0 80px 0;
		width: 70%;
	}

	.cppability .txts {
		margin-bottom: 50px;

	}

	.customization .cppability {
		margin-bottom: 60px;
	}

	.cppability .txts {
		width: 90%;
	}
}

@media screen and (max-width:999px) {
	.customization .cppability {
		margin-bottom: 50px;
	}

	.cppability .txts {
		width: 95%;
		margin-bottom: 40px;
	}

	.cppability .swiper-pagination {
		bottom: 20px;
	}

	.cppability .msgSwiper {
		padding: 40px 0 60px 0;
	}

	.cppability .con {
		height: 400px;
	}
}

@media screen and (max-width:768px) {
	.customization .cppability {
		margin-bottom: 40px;
	}

	.cppability .txts {
		width: 100%;
	}

	.cppability .msgSwiper {
		padding: 30px 0 40px 0;
	}

	.cppability .con {
		height: 340px;
	}

	.cppability .title1 {
		margin-bottom: 30px;
	}

	.cppability .msgSwiper {
		width: 80%;
	}
}

@media screen and (max-width:538px) {
	.cppability .msgSwiper .swiper-slide {
		padding: 0 20px;
	}

	.cppability .msgSwiper {
		width: 100%;
	}
}

.customization .core {
	display: flex;
	justify-content: space-between;
}

.customization .core .msg {
	width: 43%;
	margin-top: -5px;
}


.customization .core .swiper {
	width: 50%;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
}


.customization .core .swiper .image {
	height: 100%;
}

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

.customization .core .swiper-pagination {
	position: absolute;
	bottom: 16px;
	z-index: 9;
	width: 100%;
	padding: 0 30px;
	pointer-events: none;
}

.customization .core .swiper-pagination span {
	pointer-events: all;
	border: 1px solid #ffffff;
	width: 8px !important;
	height: 8px !important;
	margin: 5px 9px 5px 0px !important;
}


.customization .core .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	padding-left: 28px;
	position: relative;
	margin-bottom: 41px;
}


.customization .core .msg .tit::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	background-color: #063f87;
	height: 107%;
}

.customization .core .txts strong {
	font-family: Montserrat-Bold;
	font-weight: normal;
}

.customization .core .txts p {
	padding-left: 28px;
	line-height: 28px;
}

.customization .core .txts p em {
	padding-left: 0;
}

.customization .core .txts p em::after {
	content: "";
	position: absolute;
	left: -28px;
}

@media screen and (max-width:1500px) {
	.customization .core .swiper {
		border-radius: 10px;
	}

	.customization .core .msg {
		margin: 0;
	}
}

@media screen and (max-width:1333px) {
	.customization .core .msg .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.customization .core .msg .tit::after {
		width: 5px;
	}
}

@media screen and (max-width:999px) {
	.customization .core .swiper {
		border-radius: 5px;
	}

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

	.customization .core .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.customization .core .msg .tit {
		margin-bottom: 30px;
	}

	.customization .core .swiper {
		width: 100%;
		height: 400px;
	}

	.customization .core .msg .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:768px) {
	.customization .core .swiper {
		height: 340px;
	}

	.customization .core .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}
}



.assurance {
	padding: 67px 0 84px 0;
	background-color: #f4f4f4;
}


.assurance .title1 {
	text-align: center;
	margin-bottom: 50px;
}


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

.assurance .con .show {
	width: 49.35%;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 15px 26px 30px;
}

.assurance .con .show:hover {
	background-color: #063f87;
}

.assurance .show .txts {
	margin-bottom: 24px;
}

.assurance .con .show:hover .txts p {
	color: #ffffff;
}

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


.assurance .fullProcess .tit {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 22px;
	position: relative;
	padding-left: 18px;
}

.assurance .con .show:hover .tit {
	color: #ffffff;
}

.assurance .fullProcess .tit::after {
	content: "";
	position: absolute;
	left: -2px;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	width: 5px;
	background-color: #063f87;
	transition: .4s ease all;
}

.assurance .con .show:hover .tit::after {
	background-color: #ffffff;
}

.assurance .fullProcess .des p {
	padding-left: 20px;
	line-height: 28px;
}

.assurance .fullProcess .des p strong {
	font-weight: normal;
	font-family: Montserrat-Bold;
	font-size: 18px;
}

.assurance .con .show:hover .fullProcess .des p,
.assurance .con .show:hover .fullProcess .des strong {
	color: #ffffff;
}

.assurance .fullProcess .des p em {
	padding-left: 0;
	margin-bottom: 10px;
}


.assurance .fullProcess .des p em::after {
	left: -17px;
	width: 6px;
	height: 6px;
	top: 12px;
	transition: .4s ease all;
}

.assurance .con .show:hover .fullProcess .des p em::after {
	background-color: #ffffff;
}

.assurance .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 49.2%;
}

.assurance .list .item {
	width: 48.7%;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	padding: 26px 26px 32px 30px;
	margin-top: 12px;
}

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


.assurance .list .item .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 33px;
	color: #333333;
	margin-bottom: 10px;
	position: relative;
}

.assurance .list .item:hover {
	background-color: #063f87;
}


.assurance .list .item .tit::after {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #063f87;
	border-radius: 50%;
	left: -13px;
	top: 13px;
	position: absolute;
	transition: .4s ease all;
}


.assurance .list .item:hover .tit {
	color: #ffffff;
}

.assurance .list .item:hover .tit::after {
	background-color: #ffffff;
}

.assurance .list .item:hover .txts p {
	color: #ffffff;
}


@media screen and (max-width:1500px) {
	.assurance .list .item .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.assurance .list .item {
		padding: 30px 30px;
		border-radius: 10px;
	}

	.assurance .con .show {
		padding: 30px 20px;
		border-radius: 10px;
	}

	.assurance .fullProcess .tit {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

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

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

	.assurance .con .show {
		width: 100%;
		margin-bottom: 30px;
		border-radius: 5px;
	}

	.assurance .list {
		width: 100%;
	}

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

}

@media screen and (max-width:999px) {
	.assurance .fullProcess .des p strong {
		font-size: 16px;
	}

	.assurance .fullProcess .des p em {
		margin-bottom: 5px;
	}

	.assurance .list .item .tit {
		font-size: 16px;
		line-height: 28px;
	}

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

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

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

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

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

	.assurance .con .show {
		margin-bottom: 20px;
	}
}


.process {
	padding: 80px 0 65px 0;
}

.process .title1 {
	text-align: center;
	margin-bottom: 58px;
}

.process .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.process .list .item {
	width: 19.42%;
	margin-right: 7.44%;
	position: relative;
	padding: 40px 0px 42px;
	border-radius: 20px;
	margin-top: 30px;
}



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


.process .list .item:hover {
	background-color: #ffffff;
	box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.17);
}


.process .list .item:nth-child(4n),
.process .list .item:last-child {
	margin-right: 0;
	overflow: hidden;
}



.process .list .image {
	width: 75px;
	margin: 0 auto 22px;
}


.process .list .num {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #063f87;
	text-align: center;
	margin-bottom: 26px;
}


.process .list .txts {
	font-family: Montserrat-Regular;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
	text-align: center;
}

.process .list .item .arr {
	font-size: 26px;
	font-weight: bold;
	left: 120%;
	top: 60%;
	transform: translateY(-50%);
	position: absolute;
	pointer-events: none;
}


@media screen and (max-width:1500px) {
	.process .list .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.process .list .image {
		width: 60px;
	}

	.process .list .item {
		padding: 30px 10px;
		border-radius: 10px;
	}

	.process .list .item .arr {
		font-size: 24px;
		left: 115%;
	}

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

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

	.process .list .image {
		width: 55px;
	}

	.process .list .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.process .list .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		overflow: visible;
		margin-top: 30px;
	}

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

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

	.process .list .item:last-child {
		overflow: hidden;
		margin-right: 0;
	}

	.process .list .item .arr {
		font-size: 20px;
		left: 105%;
	}

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

@media screen and (max-width:999px) {
	.process .list .item:nth-child(n) {
		width: 46%;
		margin-right: 8%;
		overflow: visible;
		margin-top: 30px;
	}

	.process .list .item:nth-child(2n) {
		overflow: hidden;
		margin-right: 0;
	}

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

	.process .list .image {
		width: 50px;
		margin-bottom: 10px;
	}

	.process .list .num {
		margin-bottom: 10px;
	}

	.process .list .txts {
		font-size: 14px;
		line-height: 26px;
	}

	.process .list .item .arr {
		top: 50%;
	}

	.process .list .item:last-child {
		overflow: hidden;
		margin-right: 0;
	}

	.process .list .item {
		background-color: #ffffff;
		box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.17);
	}


}

@media screen and (max-width:768px) {
	.process .list .image {
		width: 45px;
	}
}

@media screen and (max-width:538px) {
	.process .list .image {
		width: 40px;
	}

	.process .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
		overflow: hidden;
		margin-right: 0;
	}

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

	.process .list .item {
		padding: 20px 10px;
	}
}



.afterSales {
	background-color: #f4f4f4;
	padding: 67px 0 83px 0;
}


.afterSales .title1 {
	text-align: center;
	margin-bottom: 30px;
}


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



.afterSales .list {
	width: 47.85%;
}

.afterSales .image {
	width: 47%;
	transform: translateY(-28px);
}


.afterSales .item {
	border-top: 2px solid rgba(209, 209, 209, 0.5);
	margin-top: 34px;
	padding-top: 39px;
}



.afterSales .item:nth-child(1) {
	border-top: none;
	margin-top: 0;
	padding-top: 0px;
}


.afterSales .item p {
	padding-left: 33px;
	line-height: 28px;
}


.afterSales .item p em {
	padding: 0;
	margin-bottom: 16px;
}

.afterSales .item p em::after {
	left: -32px;
	width: 15px;
	height: 15px;
	background-color: #063f87;
}

.afterSales .item p strong {
	font-family: Montserrat-Bold;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
}


@media screen and (max-width:1500px) {
	.afterSales .item p strong {
		font-size: 22px;
		line-height: 30px;
	}

	.afterSales .item p em::after {
		width: 12px;
		height: 12px;
	}

	.afterSales .item {
		margin-top: 30px;
		padding-top: 30px;
	}

	.afterSales .title1 {
		margin-bottom: 40px;
	}

	.afterSales .image {
		transform: translateY(0);
	}
}

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

	.afterSales .list {
		width: 100%;
	}

	.afterSales .item p strong {
		font-size: 20px;
	}

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

	.afterSales .image {
		width: 100%;
		margin: 0 auto;
		max-width: 658px;
	}

	.afterSales .item p em {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:999px) {
	.afterSales .item p strong {
		font-size: 18px;
	}

	.afterSales .item p em {
		margin-bottom: 5px;
	}

	.afterSales .item {
		margin-top: 20px;
		padding-top: 20px;
	}

	.afterSales .item p em::after {
		width: 10px;
		height: 10px;
		top: 10px;
	}
}

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

/* 3-2service */

.faq {
	padding: 50px 0 67px 0;
}


.faq .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 33px;
}


.faq .title .title1 {
	flex-shrink: 0;
	font-size: 50px;
	margin-right: 8.8%;
}

.faq .title .tips {
	flex: 1;
	padding: 9px 0;
}

.faq .title .tips p {
	line-height: 28px;
}


.faq .pager {
	margin-top: 43px;
}



.faqList .item {
	margin-bottom: 36px;
}


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


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f5f5f5;
	padding: 12px 31px 15px;
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden;
}


.faqList .question .name {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	display: flex;
	align-items: flex-start;
}

.faqList .question .name span {
	font-size: 24px;
	margin-right: 14px;
}



.faqList .item.active .question {
	background-color: #063f87;
}


.faqList .item.active .question .name,
.faqList .item.active .question .name span {
	color: #ffffff;
}



.faqList .answer {
	padding: 20px 14px 1px 31px;
	display: none;
	transition: none;
	width: 100%;
}


.faqList .answer .box {
	display: flex;
	align-items: flex-start;
}


.faqList .answer .standardEdit p {
	line-height: 28px;
}

.faqList .answer .box span {
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 30px;
	color: #333333;
	flex-shrink: 0;
	margin-right: 16px;
}


.faqList .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-right: -20px;
	width: 26px;
	height: 26px;
	transform: translateY(2px);
	border-radius: 50%;
	margin-left: 30px;
}


.faqList .question i {
	width: 8px;
	height: 1px;
	background-color: #333333;
}

.faqList .question i.move {
	width: 8px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.faqList .item.active .question i {
	background-color: #ffffff;
}

.faqList .question:hover {
	background-color: #063f87;
}

.faqList .question:hover i {
	background-color: #ffffff;
}

.faqList .question:hover .name,
.faqList .question:hover .name span {
	color: #ffffff;
}


.faqList .item:nth-child(1) .answer {
	display: block;
}


.faq .relatedProducts {
	margin-top: 57px;
}


@media screen and (max-width:1500px) {
	.faq .title .tips {
		padding: 0;
	}

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

	.faqList .question {
		border-radius: 3px;
	}

	.faqList .question .name {
		font-size: 18px;
		line-height: 28px;
	}

	.faqList .question .name span,
	.faqList .answer .box span {
		font-size: 22px;
		line-height: 28px;
	}

	.faq .pager {
		margin-top: 40px;
	}

	.faq .relatedProducts {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.faqList .question {
		padding: 14px 20px;
	}

	.faqList .btns {
		margin-right: 0;
	}

	.faqList .answer {
		padding: 20px 20px 10px 20px;
	}

	.faqList .item {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.faq .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.faq .title .title1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.faqList .question .name {
		font-size: 16px;
		line-height: 28px;
	}

	.faqList .question .name span,
	.faqList .answer .box span {
		font-size: 20px;
		transform: translateY(-2px);
	}

	.faqList .item {
		margin-bottom: 20px;
	}

	.faq .relatedProducts {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.faq .relatedProducts {
		margin-top: 40px;
	}

	.faqList .question .name span,
	.faqList .answer .box span {
		font-size: 18px;
	}

	.faq .pager {
		margin-top: 30px;
	}
}


/* 4-1video */

.videoPiece {
	padding: 39px 0 92px 0;
}

.videoPiece .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 29px;
}


.videoPiece .title1 {
	flex-shrink: 0;
	margin-right: 8%;
}


.videoPiece .title .tips {
	flex: 1;
	padding: 4px 0;
}

.videoPiece .title .tips p {
	line-height: 28px;
}

.videoPiece .show {
	margin-bottom: 41px;
}


.videoPiece .show .image {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 28px;
}


.videoPiece .show .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}



.videoPiece .show .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	background-color: #ffffff;
	border-radius: 50%;
}

.videoPiece .show .playBtn img {
	width: 13px;
	margin-left: 7px;
}

.videoPiece .show .video:hover .playBtn {
	background-color: #063f87;
}

.videoPiece .show .video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}


.videoPiece .show .name {
	font-family: Montserrat-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}


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

.videoPiece .list .item {
	width: 30.71%;
	margin-right: 3.935%;
	margin-top: 34px;
}


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


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



.videoPiece .list .image {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	margin-bottom: 21px;
}



.videoPiece .list .image .video {
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}


.videoPiece .list .video .playBtn {
	width: 46px;
	height: 46px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.videoPiece .list .image .video:hover .playBtn {
	background-color: #063f87;
}


.videoPiece .list .image .video:hover .playBtn img {
	filter: grayscale(100%) brightness(500%);
}

.videoPiece .list .video .playBtn img {
	width: 13px;
	margin-left: 2px;
}


.videoPiece .list .name {
	text-align: center;
	font-family: Montserrat-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}


.videoPiece .pager {
	margin-top: 52px;
}


@media screen and (max-width:1500px) {
	.videoPiece .title .tips {
		padding: 0;
	}

	.videoPiece .title {
		margin-bottom: 40px;
	}

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

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

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

	.videoPiece .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.videoPiece .show .playBtn img {
		width: 10px;
		margin-left: 3px;
	}

	.videoPiece .show .image {
		border-radius: 5px;
		margin-bottom: 10px;
	}

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

	.videoPiece .list .video .playBtn img {
		width: 10px;
		margin-left: 3px;
	}

}

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

	.videoPiece .title1 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.videoPiece .show .image {
		height: 340px;
	}

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

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

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

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

	.videoPiece .list .image {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:768px) {
	.videoPiece .show .image {
		height: 300px;
	}
}

@media screen and (max-width:538px) {
	.videoPiece .show .image {
		height: 280px;
	}

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

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

	.videoPiece .list .item .image {
		height: 280px;
	}

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

}





/* 5-1about */

.aboutUs {
	padding-top: 10px;
}


.aboutUs .title {
	display: flex;
	align-items: flex-start;
	margin-bottom: 45px;
}


.aboutUs .title .title1 {
	margin-bottom: 98px;
}



.aboutUs .title .box {
	flex-shrink: 0;
	margin-right: 9.7%;
}

.aboutUs .title .txts {
	flex: 1;
	padding: 22px 0;
}

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

.aboutUs .show {
	position: relative;
	height: 506px;
}

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

.aboutUs .show .video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.aboutUs .show .video .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	height: 102px;
	background-color: #063f87;
	border-radius: 50%;
}

.aboutUs .show .video .playBtn img {
	width: 17px;
	filter: grayscale(100%) brightness(500%);

}



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

.aboutUs .show .video:hover .playBtn img {
	filter: grayscale(0%) brightness(100%);
}



.aboutUs .show::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background-color: #f3f3f3;
	z-index: -1;
	height: 38%;
}


.aboutUs .list::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	background-color: #f3f3f3;
	z-index: -1;
	height: 100%;
}


.aboutUs .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 68px 0 94px 0;
}

.aboutUs .list .image {
	width: 62px;
	margin: 0 auto;
	margin-bottom: 12px;
}

.aboutUs .list .name {
	font-family: Montserrat-Regular;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	text-align: center;
}

@media screen and (max-width:1500px) {
	.aboutUs {
		padding-top: 80px;
	}

	.aboutUs .title .txts {
		padding: 0;
	}

	.aboutUs .title .title1 {
		margin-bottom: 40px;
	}

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

	.aboutUs .show .video .playBtn {
		width: 80px;
		height: 80px;
	}

	.aboutUs .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
	}

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

	.aboutUs .list {
		padding: 60px 0 80px 0;
	}

	.aboutUs .list .image {
		width: 55px;
	}

	.aboutUs .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.aboutUs .show {
		height: 460px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs {
		padding-top: 60px;
	}

	.aboutUs .title .box {
		margin-right: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 40px;
	}

	.aboutUs .title .title1 {
		margin-bottom: 0;
	}

	.aboutUs .show {
		height: 400px;
	}

	.aboutUs .show .video .playBtn {
		width: 60px;
		height: 60px;
	}

	.aboutUs .show .video .playBtn img {
		width: 13px;
	}

	.aboutUs .list {
		padding: 50px 0 60px 0;
	}
}

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

	.aboutUs .list {
		padding: 50px 0 50px 0;
	}

	.aboutUs .title .box {
		margin-bottom: 30px;
	}

	.aboutUs .show {
		height: 360px;
	}

	.aboutUs .show .video .playBtn {
		width: 55px;
		height: 55px;
	}

	.aboutUs .show .video .playBtn img {
		width: 10px;
	}

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

@media screen and (max-width:768px) {
	.aboutUs .list .image {
		width: 50px;
	}

	.aboutUs .list {
		padding: 40px 0;
	}

	.aboutUs {
		padding-top: 40px;
	}

	.aboutUs .show {
		height: 320px;
	}

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

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

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

	.aboutUs .title {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .title .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutUs .title .title1 {
		margin-bottom: 30px;
	}

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

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

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



.company {
	position: relative;
	padding: 69px 0 126px 0;
}

.company .imgBg {
	position: absolute;
	left: 0;
	top: 1.4%;
	z-index: -1;
	width: 371px;
}


.company .imgBg img {
	display: block;
}


.company .powerfulFactoury {
	margin-bottom: 82px;
}


.powerfulFactoury .title1 {
	text-align: center;
	margin-bottom: 32px;
}


.powerfulFactoury .tips {
	margin-bottom: 63px;
}


.powerfulFactoury .tips p {
	line-height: 28px;
	text-align: center;
}

.powerfulFactoury .tips p em {
	padding: 0;
	position: static;
	display: inline;
	color: #063f87;
}

.powerfulFactoury .tips p em::after {
	display: none;
}


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

.powerfulFactoury .list .item {
	width: 32.07%;
	margin-right: 1.895%;
	margin-top: 50px;
}

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


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

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

.powerfulFactoury .list .name {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
}


@media screen and (max-width:1500px) {
	.powerfulFactoury .list .image {
		border-radius: 10px;
	}

	.powerfulFactoury .title1 {
		margin-bottom: 40px;
	}

	.powerfulFactoury .tips {
		margin-bottom: 50px;
	}

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

	.powerfulFactoury .list .image {
		margin-bottom: 10px;
	}

	.powerfulFactoury .list .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.company .imgBg {
		width: 300px;
	}

	.company .powerfulFactoury {
		margin-bottom: 80px;
	}

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

	.company .powerfulFactoury {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.company .imgBg {
		width: 200px;
	}

	.powerfulFactoury .title1 {
		margin-bottom: 30px;
	}

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

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

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

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

	.company .powerfulFactoury {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.company .powerfulFactoury {
		margin-bottom: 40px;
	}

	.powerfulFactoury .list .image {
		height: 240px;
	}

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

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

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

}


.ability .title1 {
	text-align: center;
	margin-bottom: 72px;
}


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

.ability .list .item {
	width: 23.78%;
	margin-right: 1.62%;
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

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


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


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


.ability .list .image {
	height: 220px;
	width: 100%;
}


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

.ability .list .msg {
	height: 220px;
	overflow: auto;
	padding: 22px 17px 20px;
	background-color: #f7f7f7;
	width: 100%;
}

.ability .list .msg::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #f7f7f7;
}

.ability .list .msg::-webkit-scrollbar-thumb {
	background-color: #063f87;
}

.ability .list .msg::-webkit-scrollbar-track {
	background-color: transparent;
}


.ability .list .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-bottom: 10px;
}

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



@media screen and (max-width:1500px) {
	.ability .list .msg {
		padding: 20px;
	}

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

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

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

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

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

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

	.ability .list .image,
	.ability .list .msg {
		height: 250px;
	}

	.ability .list .msg {
		padding: 30px 20px;
	}
}

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

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

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

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

	.ability .list .msg {
		height: auto;
		max-height: 260px;
	}

	.ability .list .image {
		height: 260px;
	}

	.ability .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:538px) {
	.ability .list .image {
		height: 240px;
	}

	.ability .list .msg {
		max-height: 240px;
	}

	.ability .list .msg {
		padding: 20px;
	}
}




.theWord {
	padding: 105px 0 82px 0;
	position: relative;
}



.theWord::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: #f4f4f4;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


.theWord .imgBg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 444px;
	z-index: -1;
}


.theWord .imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.theWord .title1 {
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
}


.theWord .tips {
	margin-bottom: 60px;
}


.theWord .tips p {
	text-align: center;
	color: #ffffff;
	line-height: 28px;
}

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


.theWord .show .piece {
	width: 39.35%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.theWord .show .big {
	border-radius: 20px;
	overflow: hidden;
}

.theWord .show .piece .big {
	margin-bottom: 23px;
	height: 324px;
}

.theWord .show .big img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.theWord .show .list {
	display: flex;
	justify-content: space-between;
	flex: 1;
	width: 100%;
}


.theWord .show .list .image {
	width: 48.63%;
	height: 324px;
}

.theWord .show .image {
	overflow: hidden;
	border-radius: 20px;
}

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

.theWord .box {
	width: 59.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.theWord .box .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 23px;
	flex: 1;
	width: 100%;
}


.theWord .box .item:last-child {
	margin-bottom: 0;
}



.theWord .box .item:nth-child(2) {
	flex-direction: row-reverse;
}

.theWord .box .item .image {
	width: 32.1%;
}

.theWord .box .item .big {
	width: 65.8%;
}

.theWord .des {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 34px;
}

.theWord .des p {
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	text-align: center;
}


.theWord .cBtn {
	margin: 0 auto 58px;
}


.theWord .partnerSwiper .swiper-pagination {
	margin-top: 37px;
}

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

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

	.theWord .show .piece .big,
	.theWord .box .item .image,
	.theWord .box .item .big,
	.theWord .show .image {
		border-radius: 10px;
	}

	.theWord .show {
		margin-bottom: 60px;
	}

	.theWord .des {
		width: 95%;
	}

	.theWord .des p {
		font-size: 20px;
		line-height: 30px;
	}

	.theWord .cBtn {
		margin-bottom: 60px;
	}
}

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

	.theWord .show .piece .big,
	.theWord .box .item .image,
	.theWord .box .item .big,
	.theWord .show .image {
		border-radius: 5px;
	}

	.theWord .show .piece .big,
	.theWord .box .item {
		margin-bottom: 10px;
	}

	.theWord .show .piece .big,
	.theWord .show .list .image {
		height: 300px;
	}
}

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

	.theWord .show .piece .big,
	.theWord .show .list .image {
		height: 260px;
	}

	.theWord .imgBg {
		height: 400px;
	}

	.theWord .show {
		margin-bottom: 50px;
	}

	.theWord .cBtn {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.theWord .show {
		margin-bottom: 40px;
		flex-direction: column;
		align-items: flex-start;
	}

	.theWord .cBtn {
		margin-bottom: 40px;
	}

	.theWord .show .piece {
		width: 100%;
	}

	.theWord .box {
		width: 100%;
		margin-top: 10px;
	}

	.theWord .show .piece .big {
		width: 100%;
	}

	.theWord .show .piece .big,
	.theWord .show .list .image {
		height: 240px;
	}

	.theWord .des {
		margin-bottom: 30px;
	}
}

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

	.theWord .show .piece .big,
	.theWord .show .list .image {
		height: 200px;
	}

	.theWord .imgBg {
		height: 340px;
	}
}

.ourGlory {
	padding: 53px 0 68px 0;
	background-image: url("../images/gloryBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}

.ourGlory .safeRange {
	max-width: 1920px;
	width: 100%;
	padding: 0 14px;
}


.ourGlory .title1 {
	text-align: center;
	margin-bottom: 22px;
}

.ourGlory .tips {
	margin-bottom: 52px;
}

.ourGlory .tips p {
	line-height: 28px;
	text-align: center;
}


.ourGlory .tips p em {
	display: inline;
	padding: 0;
	position: static;
	color: #063f87;
}

.ourGlory .tips p em::after {
	display: none;
}


.ourGlory .image:hover img {
	transform: translateY(-10px);
}

.ourGlory .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.ourGlory .shadow {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3px;
}

.ourGlory .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.ourGlory .shadow img {
	display: block;
}

.ourGlory .name {
	font-family: Montserrat-Regular;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.ourGlory .sBtns {
	justify-content: center;
}

.ourGlory .sBtns>div {
	margin-top: 46px;
}

@media screen and (max-width:1500px) {
	.ourGlory .safeRange {
		padding: 0 40px;
	}

	.ourGlory .title1 {
		margin-bottom: 30px;
	}

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

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

	.ourGlory .sBtns>div {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.ourGlory .sBtns>div {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.ourGlory .swiper-slide .image {
		width: 100%;
		max-width: 220px;
	}
}

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

	.ourGlory .safeRange {
		padding: 0 25px;
	}
}

@media screen and (max-width:538px) {
	.ourGlory .safeRange {
		padding: 0 15px;
	}
}


/* 6-1news */

.news {
	padding: 10px 0 99px 0;
}


.news .title1 {
	text-align: center;
	margin-bottom: 18px;
}


.news .tips {
	margin-bottom: 50px;
}


.news .tips p {
	text-align: center;
	line-height: 28px;
}


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

.news .con .des {
	width: 72.57%;
}


.news .con .slides {
	width: 22.78%;
}


.news .des .show {
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.11);
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 43px;
}


.news .des .show .imgSwiper {
	width: 51.15%;
	overflow: hidden;
}


.news .des .show .imgSwiper .image {
	height: 100%;
}


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


.news .des .show .msg {
	width: 48.85%;
	padding: 30px 20px 26px 38px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.news .des .show .swiper {
	width: 100%;
	margin: 0;
}

.news .des .show .time {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #1b2b5f;
	margin-bottom: 5px;
}

.news .des .show .tit {
	font-family: Montserrat-Bold;
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 7px;
}


.news .des .show .tit:hover {
	color: #063f87;
}


.news .des .show .cBtn {
	width: 148px;
	height: 49px;
}


.news .des .show .txts {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 41px;
}

.news .des .show .swiper-pagination {
	margin-top: 41px;
}


.news .des .list .item {
	margin-top: 46px;
	display: flex;
	justify-content: space-between;
	background-color: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.11);
	border-radius: 20px;
	overflow: hidden;
}

.news .des .list .image {
	overflow: hidden;
	width: 29.7%;
}


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


.news .des .list .msg {
	width: 70.3%;
	padding: 11px 21px 17px 60px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.news .des .list .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 14px;
}


.news .des .list .tit:hover {
	color: #063f87;
}

.news .des .list .txts {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 37px;
}

.news .des .list .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}


.news .des .list .cBtn {
	width: 123px;
	height: 42px;
	border: solid 1px #999999;
	background-color: transparent;
	font-family: Montserrat-Regular;
	font-size: 14px !important;
	color: #333333;
}


.news .des .list .cBtn:hover {
	background-color: #063f87;
	border-color: #063f87;
	color: #ffffff;
}


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


.news .des .list .time {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #1b2b5f;
}


.news .des .pager {
	margin-top: 46px;
	justify-content: flex-start;
}

.news .des .pager .pageList {
	justify-content: flex-start;
}

.news .des .pager .prev {
	margin-left: 0;
}


.newSlides {
	width: 22.78%;
}

.newSlides .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #063f87;
	border-radius: 10px;
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	padding: 9.5px 23px;
}


.newSlides .title .menuBtn {
	display: none;
}

.newSlides>div {
	background-color: #fafafa;
	border-radius: 10px;
	margin-bottom: 38px;
}

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


.classfication .list a {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	display: block;
	padding: 12px 20px;
	border-radius: 10px;
	border-bottom: 1px solid rgba(209, 209, 209, 0.3);
}


.classfication .list a:hover,
.classfication .list li.active a {
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.11);
	color: #063f87;
	border-bottom: 1px solid transparent;
}


.classfication .list li:last-child a {
	border-bottom: none;
}

.latestNews .list .item {
	margin-bottom: 0px;
	padding: 17px 9px 17px;
	border-bottom: 1px solid rgba(209, 209, 209, 0.3);
}


.latestNews .list .item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

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

.latestNews .list .tit {
	font-family: Montserrat-Bold;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 9px;
}


.latestNews .list .tit:hover {
	color: #063f87;
}


.latestNews .time {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 28px;
	color: #1b2b5f;
}

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

	.news .des .show {
		border-radius: 10px;
	}

	.news .des .show .time {
		margin-bottom: 10px;
	}

	.news .des .show .tit {
		margin-bottom: 20px;
	}

	.news .des .show .txts {
		margin-bottom: 30px;
	}

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

	.news .des .list .msg {
		padding: 20px 30px;
	}

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

	.newSlides {
		width: 25%;
	}

	.newSlides .title,
	.classfication .list a {
		border-radius: 5px;
	}

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

@media screen and (max-width:1333px) {
	.news .des .show .msg {
		padding: 30px 20px;
	}

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

	.news .des .show {
		border-radius: 5px;
	}

	.news .des .show .tit {
		font-size: 16px;
		line-height: 28px;
	}

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

	.news .des .list .msg {
		padding: 20px;
	}

	.news .des .list .item {
		border-radius: 5px;
		margin-top: 40px;
	}

	.newSlides .title {
		font-size: 18px;
	}

	.classfication .list a {
		padding: 10px 10px;
	}

	.newSlides .title {
		padding: 8px 10px;
	}

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

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

	.news .con .des {
		width: 100%;
		margin-bottom: 40px;
	}

	.news .des .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

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

	.news .des .pager {
		margin-top: 40px;
	}

	.news .des .pager .prev {
		margin-left: 5px;
	}

	.news .des .pager {
		justify-content: center;
	}

	.news .des .pager .pageList {
		justify-content: center;
	}

	.newSlides {
		width: 100%;
	}

	.classfication .list a {
		font-size: 14px;
		line-height: 24px;
	}

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

	.newSlides .title .menuBtn {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
	}

	.newSlides .title .menuBtn.active {
		transform: rotate(45deg);
	}

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

	.latestNews .list .item:nth-child(n) {
		width: 48%;
		margin: 0;
		border-bottom: 1px solid rgba(209, 209, 209, 0.3);
	}


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

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

	.newSlides>div {
		margin-bottom: 30px;
	}
}

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

	.news .des .show .msg {
		width: 100%;
		padding: 20px;
	}

	.news .des .show .swiper-pagination {
		margin-top: 30px;
	}

	.news .des .show .txts {
		margin-bottom: 20px;
	}

	.news .des .show .imgSwiper {
		width: 100%;
		height: 320px;
	}

	.news .des .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

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

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

	.news .des .list .image {
		width: 100%;
		height: 240px;
	}

	.news .des .list .msg {
		width: 100%;
		padding: 20px;
	}

	.news .des .list .btns {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.news .des .list .time {
		margin-bottom: 10px;
	}

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

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

@media screen and (max-width:538px) {
	.news .des .show .imgSwiper {
		height: 280px;
	}

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

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

	.latestNews .list .item:nth-child(n) {
		width: 100%;
	}

	.latestNews .list .image {
		height: 240px;
	}
}


/* 6-2news */


.newDet {
	padding: 22px 0 83px 0;
}


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


.newDetCon .description {
	width: 73.28%;
}

.newDet h1 {
	font-weight: normal;
	font-family: Montserrat-Bold;
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 12px;
}


.newDet .tips {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.newDet .tips .time {
	font-family: Montserrat-Regular;
	font-size: 16px;
	line-height: 26px;
	color: #063f87;
	margin-right: 37px;
}

.newDet .tips .share span {
	color: #666666;
}

.newDet .line {
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	margin-bottom: 38px;
}

.newDet .des {
	margin-bottom: 29px;
}


.prevOrNext {
	padding: 24px 0 55px 0;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}


.prevOrNext .prev,
.prevOrNext .next {
	display: flex;
	align-items: center;
}


.prevOrNext .prev {
	margin-bottom: 30px;
}

.prevOrNext .tit {
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	flex-shrink: 0;
	margin-right: 17px;
}


.prevOrNext a.tit:hover {
	color: #063f87;
}


.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
}

.prevOrNext a.name:hover {
	color: #063f87;
}

@media screen and (max-width:1500px) {
	.newDet h1 {
		margin-bottom: 30px;
	}

	.prevOrNext .prev {
		margin-bottom: 20px;
	}

	.prevOrNext {
		padding: 20px 0;
	}

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

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.newDet .line {
		margin-bottom: 30px;
	}

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

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

	.prevOrNext .prev {
		margin-bottom: 10px;
	}
}

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

	.newDetCon .description {
		width: 100%;
		margin-bottom: 50px;
	}

	.share span {
		font-size: 14px;
		line-height: 26px;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 26px;
	}

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

	.newDetCon {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.newDetCon .description {
		margin-bottom: 40px;
	}

	.newDetCon {
		margin-bottom: 40px;
	}

	.newDet h1 {
		font-size: 20px;
		line-height: 30px;
	}

}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .tips .time {
		margin-right: 10px;
		margin-bottom: 10px;
	}
}


/* 7-1contact */

.contact {
	padding: 26px 0 90px 0;
}



.contact .con {
	margin-bottom: 91px;
	display: flex;
	justify-content: space-between;
}


.contact .msgList {
	width: 33.78%;
	background-color: #f8f8f8;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.contact .msgList .tit {
	max-width: 341px;
	height: 68px;
	display: flex;
	align-items: center;
	background-image: url("../images/contactTit.png");
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	font-family: Montserrat-Bold;
	font-size: 30px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 32px;
	width: 100%;
	padding: 0 43px;
}

.contact .msgList li {
	border-bottom: 1px solid rgba(190, 190, 190, 0.4);
	padding: 0 20px;
	padding-bottom: 17px;
	margin-bottom: 18px;
	display: flex;
	align-items: flex-start;
}

.contact .msgList li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.contact .msgList li i {
	flex-shrink: 0;
	margin-right: 30px;
	width: 35px;
	font-size: 36px;
	color: #063f87;
	transform: translateY(13px);
}

.contact .msgList .box {
	flex: 1;
}

.contact .msgList .name {
	margin-bottom: 6px;
}

.contact .msgList .name,
.contact .msgList .num {
	font-size: 16px;
	line-height: 28px;
	color: #333333;
}

.contact .msgList .email .num {
	word-break: break-all;
}

/*.contact .msgList a.num:hover {*/
/*	color: #063f87;*/
/*	text-decoration: underline;*/
/*	text-decoration-skip-ink: none;*/
/*	text-underline-offset: 5px;*/
/*}*/


.contact .inqBox {
	width: 59.6%;
	padding-top: 14px;
}



.contact .inqBox .title {
	font-family: Montserrat-Bold;
	font-size: 30px;
	line-height: 42px;
	color: #333333;
	margin-bottom: 20px;
}

.contact .inqBox .tips {
	margin-bottom: 53px;
}

.contact .inqBox .tips p {
	line-height: 28px;
}


.contact form {
	padding-left: 21px;
}

.contact form input,
.contact form textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-family: Montserrat-Regular;
	font-size: 16px;
}

.contact form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact form ul li {
	height: 54px;
	width: 48.5%;
	margin-top: 22px;
	background-color: #ffffff;
	padding: 0 4px;
	border-radius: 4px;
	border: solid 1px #e3e3e3;
}


.contact form ul li:nth-child(-n+2) {
	margin-top: 0;
}


.contact form ul li.must {
	position: relative;
}

.contact form ul li.must::after {
	content: "*";
	position: absolute;
	left: -22px;
	top: 17px;
	font-size: 20px;
	line-height: 26px;
	color: #ff0000;
}


.contact form ul li.m-formcountry {
	padding: 0;
}


.contact form ul li.message {
	width: 100%;
	height: 183px;
	padding: 9px 4px;
	margin-bottom: -2px;

}


.contact form ul li.message::after {
	top: 6px;
}


.contact form ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}


.contact form ul li.code input {
	flex: 1;
	padding: 0 4px;
}


.contact form ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	margin-left: 17px;
	border-radius: 4px;
	overflow: hidden;
	max-width: 130px;
}


.contact form ul li.code .codeImg img {
	height: 100%;
}

.contact form ul li.subBtn {
	padding: 0;
	border: none;
	margin-bottom: 0;
	border: none;
}


.contact form ul li.subBtn input {
	background-color: #063f87;
	cursor: pointer;
	font-size: 18px !important;
	color: #ffffff;
	border: 2px solid #063f87;
	border-radius: 4px;
}


.contact form ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #063f87;
}


.contact form input::-webkit-input-placeholder,
.contact form textarea::-webkit-input-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.contact form input:-moz-placeholder,
.contact form textarea:-moz-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.contact form input::-moz-placeholder,
.contact form textarea::-moz-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.contact form input:-ms-input-placeholder,
.contact form textarea:-ms-input-placeholder {
	font-family: Montserrat-Regular;
	font-size: 16px;
	color: #999999;
}

.contact .map {
	border-radius: 10px;
	overflow: hidden;
}

.contact .map img {
	display: block;
}

@media screen and (max-width:1500px) {
	.contact .inqBox {
		padding: 0;
	}

	.contact .inqBox .tips {
		margin-bottom: 40px;
	}

	.contact .msgList .tit {
		font-size: 28px;
		line-height: 40px;
		height: 60px;
	}

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

	.contact .msgList {
		border-radius: 10px;
	}

	.contact .con {
		margin-bottom: 80px;
	}

}

@media screen and (max-width:1333px) {
	.contact .msgList .tit {
		font-size: 24px;
		line-height: 36px;
		padding: 0 15px;
		height: 55px;
	}

	.contact .msgList li {
		padding: 0 15px;
		padding-bottom: 18px;
	}

	.contact .msgList li i {
		margin-right: 15px;
	}

	.contact .inqBox .title {
		font-size: 24px;
		line-height: 36px;
	}

	.contact .msgList {
		border-radius: 5px;
	}

	.contact .map {
		border-radius: 5px;
	}

	.contact .con {
		margin-bottom: 60px;
	}
	.contact form ul li.must::after {
		left: -12px;
	}
}

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

	.contact .msgList {
		width: 100%;
		margin-bottom: 50px;
	}

	.contact .msgList .tit {
		font-size: 22px;
		line-height: 30px;
		max-width: 245px;
		margin-bottom: 30px;
	}

	.contact .inqBox {
		width: 100%;
	}

	.contact .inqBox .tips {
		margin-bottom: 30px;
	}

	.contact form {
		padding-left: 0;
	}

	.contact form ul li {
		padding: 0 10px;
		height: 50px;
	}

	.contact form ul li,
	form .m-formcountry .drop-btn,
	.contact form ul li.code input {
		padding: 0 10px;
	}

	.contact form ul li.message {
		padding: 10px 10px;
	}

	.contact form ul li.subBtn input {
		font-size: 16px !important;
	}

	.contact form ul li.message::after {
		top: 9px;
	}

	.contact .con {
		margin-bottom: 50px;
	}


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

@media screen and (max-width:768px) {
	.contact .msgList {
		margin-bottom: 40px;
	}

	.contact .con {
		margin-bottom: 40px;
	}

	.contact form ul li.must::after {
		left: -10px;
		top: 12px;
	}

	.contact form ul li {
		height: 45px;
		margin-top: 15px;
	}

	.contact form ul li.message {
		height: 150px;
	}

	.contact .msgList .name,
	.contact .msgList .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contact .msgList li i {
		font-size: 30px;
	}

	.contact .msgList .tit {
		font-size: 20px;
		line-height: 30px;
		height: 45px;
		max-width: 200px;
	}

	.contact .inqBox .title {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.contact form ul li {
		height: 40px;
	}

	.contact form ul li.message {
		height: 140px;
	}

	.contact form ul li.must::after {
		top: 9px;
	}
}

@media screen and (max-width:400px) {
	.contact form ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.contact form ul li:nth-child(1) {
		margin-top: 0;
	}
}


/* innerBanner */

.innerBanner {
	height: 395px;
	position: relative;
}

.innerBanner .image {
	height: 100%;
}

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


.innerBanner .msg {
	position: absolute;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	padding: 80px 0;
}



.innerBanner .msg .tit {
	font-family: Montserrat-Bold;
	font-size: 54px;
	line-height: 64px;
	color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.innerBanner .msg .txts {
	font-family: Montserrat-Regular;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
}



/* crumb */

.crumb {
	padding-top: 16px;
}

.crumb a,
.crumb i {
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	letter-spacing: 0px;
	color: #999999;
}

.crumb a.active,
.crumb a:hover {
	color: #063f87;
}

.crumb i {
	font-style: normal;
}



/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Montserrat-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 3px 4px;
	background-color: #ffffff;
	border-radius: 4px;
	border: solid 1px #999999;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #063f87;
	color: #ffffff !important;
	border-color: #063f87;
}


.pager .pageList a.prev {
	width: 100px;
}

.pager .pageList a.next {
	width: 69px;
}

.pager .pageList a.big {
	width: 100px;
}




.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Montserrat-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:1500px) {
	.innerBanner .msg {
		justify-content: center;
	}

	.innerBanner {
		height: 380px;
	}

	.innerBanner .msg .tit {
		font-size: 40px;
		line-height: 60px;
	}

	.innerBanner .msg .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.innerBanner .msg {
		padding: 0;
	}

	.crumb {
		padding-top: 20px;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
		margin: 5px;
	}
}

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

	.innerBanner .msg .tit {
		font-size: 36px;
		line-height: 48px;
	}

	.innerBanner .msg .txts {
		font-size: 16px;
		line-height: 26px;
	}

	.pager .pageList a {
		border-radius: 3px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 280px;
	}

	.innerBanner .msg .tit {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	.innerBanner .msg .txts {
		font-size: 14px;
		line-height: 24px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a {
		font-size: 14px;
		width: 32px;
		height: 32px;
	}

	.pager .pageList a.prev {
		width: 90px;
	}

	.pager .pageList a.next {
		width: 60px;
	}
}

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

	.innerBanner .msg .tit {
		font-size: 26px;
		line-height: 38px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 220px;
	}

	.innerBanner .msg .tit {
		font-size: 24px;
		line-height: 36px;
	}
}



/* footer */


footer {
	background-color: #f5f5f5;
	padding: 77px 0 20px 0;
}



footer a {
	display: inline-block;
}


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


footer .footerList .con {
	width: 70%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}


footer .footerList .fTouch {
	width: 27.21%;
}


footer .footerList .box {
	margin-top: 12px;
}


footer .footerList ul ul li {
	margin-top: 11px;
}

footer .footerList ul ul li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .list .fProducts {
	width: 22%;
	margin-right: 3.2%;
}

footer .footerList .list .fApplication {
	width: 22%;
	margin-right: 2.8%;
}

footer .footerList .list .fSupport {
	width: 21%;
	margin-right: 3.5%;
}

footer .footerList .list .fContact {
	width: 25%;
}


footer a,
footer p,
footer div {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}




footer .title {
	color: #333333;
	font-family: Montserrat-Bold;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
}



footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}

footer .footerList .list {
	display: flex;
	align-items: flex-start;
}



footer .footerList .list li.fContact li {
	display: flex;
	align-items: flex-start;
}

footer .footerList .list li.fContact li i {
	flex-shrink: 0;
	margin-right: 15px;
	font-size: 18px;
}

footer .footerList .list li.fContact .address {
	margin-top: 5px;
}

footer .footerList .list li.fContact .address .num {
	line-height: 36px;
}



footer .footerList .fMsg {
	margin-top: 91px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 86.2%;
}

footer .footerList .fLogo {
	flex-shrink: 0;
	margin-right: 40px;
	width: 301px;
}


footer .footerList .fLogo:hover img {
	transform: none;
}


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

footer .blogrolls a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #333333;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 13.8px;
}

footer .blogrolls a:hover {
	background-color: #063f87;
	color: #ffffff !important;
}



footer .email a {
	word-break: break-all;
}



footer form ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 23px;
}


footer form li {
	height: 40px;
	padding: 0 25px;
	width: 100%;
	border-radius: 6px;
	margin-top: 11px;
	overflow: hidden;
	margin-bottom: 0 !important;
	border: solid 1px #cccccc;
}

footer form li:nth-child(1) {
	margin-top: 0;
}

footer form li.must {
	position: relative;
}


footer form li.must::after {
	content: "*";
	position: absolute;
	left: 16px;
	top: 10px;
	font-family: Montserrat-Regular;
	font-size: 18px;
	color: #ff000b;
}



footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	font-size: 14px !important;
}


footer form ul li.message {
	height: 80px;
	padding: 6px 25px;
}

footer form ul li.message::after {
	top: 5px;
}



footer form li.code {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 25px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	max-width: 90px;
	cursor: pointer;
	background-color: #f3fbfe;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	border: none;
}


footer form li.subBtn input {
	background-color: #063f87;
	font-size: 16px !important;
	color: #ffffff;
	cursor: pointer;
	border: 1px solid #063f87;
	border-radius: 6px;
}



footer form li.subBtn input:hover {
	background-color: transparent;
	color: #063f87;
}



footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #999999;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #999999;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #999999;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #999999;
}



footer .line {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.2);
	margin: 24px 0 19px 0;
}

footer .line::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: rgba(54, 61, 66, .1);
}


footer .fBottom {
	text-align: center;
}



footer .copyright,
footer .links,
footer .copyright a,
footer .links a {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
}
@media screen and (max-width:600px) {
   footer .copyright,
footer .links,
footer .copyright a,
footer .links a {color: #333;} 
    
}

footer .copyright a {
	display: inline;
}

footer .copyright span {
	margin-left: 3px;
}



@media screen and (max-width:1500px) {
	footer .footerList .list {
		justify-content: space-between;
	}

	footer .footerList .list>li:nth-child(n) {
		margin-right: 0;
	}

	footer {
		padding: 60px 0;
     padding-bottom: 20px;
	}

	footer .footerList .box,
	footer form ul {
		margin-top: 30px;
	}

	footer .footerList .list .fContact {
		width: 26%;
	}

	footer form li,
	footer form li.subBtn input {
		border-radius: 3px;
	}

	footer .footerList .fLogo {
		width: 260px;
	}

	footer .line {
		margin: 30px 0;
	}
}

@media screen and (max-width:1333px) {
	footer .title {
		font-size: 16px;
		line-height: 28px;
	}

	footer .footerList .list li.fContact li i {
		font-size: 16px;
		line-height: 28px;
	}

	footer {
		padding: 50px 0;
	}

	footer a,
	footer p,
	footer div {
		font-size: 12px;
		line-height: 24px;
	}

	footer .footerList .list li.fContact .address .num {
		line-height: 24px;
	}

	footer .footerList .box,
	footer form ul {
		margin-top: 20px;
	}

	footer .footerList .fLogo {
		width: 220px;
	}

	footer .blogrolls a {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}

	footer .footerList .list .fContact {
		width: 31%;
	}

	footer .footerList .list .fSupport {
		width: 23%;
	}

	footer form li,
	footer form li.code input {
		padding: 0 15px;
	}

	footer form li.must::after {
		left: 6px;
	}

	footer form ul li.message {
		padding: 6px 15px;
	}

	footer .footerList .fTouch {
		width: 24%;
	}

	footer .footerList .con {
		width: 74%;
	}

	footer form li {
		height: 36px;
	}

	footer form li.must::after {
		top: 8px;
	}
}

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

	footer {
		padding-bottom: 70px;
	}

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

	footer .footerList .con {
		width: 100%;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .footerList .fMsg {
		margin-top: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	footer .footerList .fLogo {
		width: 200px;
	}

	footer .footerList .list {
		flex-wrap: wrap;
		width: 100%;
	}

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

	footer .footerList .list>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList .list>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .fTouch {
		width: 100%;
		margin-top: 15px;
	}


	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}


	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 {
		padding-top: 40px;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 14px;
		color: #333333;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .list li.fContact .address {
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .list li.fContact .address {
		width: 100%;
	}

	footer form ul {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer form ul>li:nth-child(n) {
		width: 49%;
		margin-top: 10px;
	}

	footer form ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer form ul li.message {
		width: 100%;
	}

	footer form {
		display: none;
		transform: none;
		transition: none;
	}
}

@media screen and (max-width:768px) {
	footer .footerList .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .footerList .fLogo {
		width: 180px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 10px;
	}
}


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

	footer .blogrolls a {
		width: 32px;
		height: 32px;
	}
}

@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: Montserrat-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;
    height: 80%;
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	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;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #063f87;
	color: #ffffff;
	margin-bottom: 2px;
	font-size: 26px;
}


.customer .top a {
	width: 60px;
	height: 60px;
	background-color: #063f87;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1px;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.customer .top i {
	text-align: center;
	font-size: 26px;
}

.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #ffffff;
	color: #063f87;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.4);
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}


.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}


.customer .phone {
	position: relative;
}

.customer .phone .num {
	position: absolute;
	right: calc(100% + 10px);
	white-space: nowrap;
	top: 50%;
	transform: translateY(-50%) translateX(140%);
	background-color: #063f87;
	color: #ffffff;
	padding: 5px 20px;
	opacity: 0;
	z-index: -1;
	transition: .5s ease all;
}

.customer .phone:hover div {
	color: #063f87;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.4);
}

.customer .phone:hover .num {
	transform: translateY(-50%) translateX(0%);
	opacity: 1;
}


.customer .phone .num::after,
.customer .phone .num::before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.customer .phone .num::after {
	width: 10px;
	height: 14px;
	background-color: #063f87;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}

.customer .phone .num::before {
	height: 100%;
	width: 10px;
}

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

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 60px;
		height: 60px;
		font-size: 26px;
	}

	.customer .top i {
		font-size: 30px;
	}
}

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

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 55px;
		height: 55px;
		font-size: 22px;
	}

	.customer .top i {
		font-size: 26px;
	}
}

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

	.customer div a,
	.customer div div,
	.customer .top a {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}

	.customer .top i {
		font-size: 24px;
	}
}


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

	.customer .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		/*background-color: #D9D9D9;*/
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 20%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		/*background-color: #D9D9D9;*/
		color: #fff !important;
		border-radius: 0px;
	}

	.customer .top i {
		border-color: #fff;
		font-size: 18px;
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: #063f87;
		color: #fff;
		box-shadow: none;
	}

	.customer div.top a:hover {
		background-color: #063f87;
	}

	.customer .phone:hover div {
		box-shadow: none;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #063f87;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}


	.customer .phone:hover div {
		color: #ffffff;
		background-color: #00448B;
	}

	.customer .phone.active div {
		background-color: #00448B;
	}

	.customer .phone:hover .num {
		transform: translateY(0%) translateX(-50%);
		opacity: 0;
	}


	.customer .phone .num {
		right: auto;
		left: 50%;
		white-space: nowrap;
		top: 0%;
		transform: translateY(0%) translateX(-50%);
		opacity: 0;
		font-size: 14px;
	}

	.customer .phone.active .num {
		transform: translateY(-150%) translateX(-50%);
		opacity: 1;
		box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.1);
	}

	.customer .phone .num::before {
		display: none;
	}

	.customer .phone .num::after {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
		width: 16px;
		height: 10px;
	}
}


@font-face {
	font-family: 'Montserrat-Bold';
	font-display: swap;
	src: url('../fonts/MontserratBold.eot');
	src: url('../fonts/MontserratBold.eot') format('embedded-opentype'),
		url('../fonts/MontserratBold.woff2') format('woff2'),
		url('../fonts/MontserratBold.woff') format('woff'),
		url('../fonts/MontserratBold.ttf') format('truetype'),
		url('../fonts/MontserratBold.svg#MontserratBold') format('svg');
}

@font-face {
	font-family: 'Montserrat-Regular';
	font-display: swap;
	src: url('../fonts/MontserratRegular.eot');
	src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
		url('../fonts/MontserratRegular.woff2') format('woff2'),
		url('../fonts/MontserratRegular.woff') format('woff'),
		url('../fonts/MontserratRegular.ttf') format('truetype'),
		url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}


@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1741600772330') format('woff'),
		url('../fonts/iconfont.ttf?t=1741600772330') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}

.imgList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 42px;
}


.imgList .image {
	width: 47.71%;
}


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

@media screen and (max-width:1333px) {
	.imgList .image {
		width: 48%;
	}

	.imgList {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.imgList {
		margin-top: 30px;
	}
}

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

	.imgList .image:nth-child(1) {
		margin-top: 0;
	}
}


.privacyPolicy{
	padding: 100px 0 100px 0;
}


.privacyPolicy .title1{
	margin-bottom: 60px;
	text-align: center;
}


@media screen and (max-width:1500px){
 	.privacyPolicy .title1{
 		margin-bottom: 50px;
 	}	
}
@media screen and (max-width:1333px){
 	.privacyPolicy .title1{
 		margin-bottom: 40px;
 	}	
}
@media screen and (max-width:999px){
 	.privacyPolicy .title1{
 		margin-bottom: 30px;
 	}	
}


.indexBanner .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	pointer-events: none;
	z-index: 9;
}


.indexBanner .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-bottom: 117px;
}

.indexBanner .con * {
	transition: .4s ease all;
}

.indexBanner .des {
	width: 48%;
	pointer-events: all;
}


.indexBanner .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 40.5%;
	pointer-events: all;
}

.indexBanner .list .item {
	width: 41.7%;
	margin-top: 5px;
}


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

.indexBanner .list .image {
	width: 61px;
	height: 61px;
	margin-bottom: 13px;
}


.indexBanner .des .title {
	font-family: Montserrat-Bold;
	font-size: 54px;
	line-height: 84px;
	color: #ffffff;
	margin-bottom: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

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

.indexBanner .des .btns .cBtn {
	margin-right: 12px;
	background-color: transparent;
	border-color: #ffffff;
	width: 148px;
}


.indexBanner .des .btns .cBtn:nth-child(2){
	width: 150px;
	margin-right: 0;
}


.indexBanner .des .btns .cBtn:hover {
	background-color: #063f87;
	border-color: #063f87;
	color: #ffffff;
}

.indexBanner .list .name {
	font-family: Montserrat-Light;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}



@media screen and (max-width:1560px){
 	.indexBanner .des .title{
		font-size: 40px;
		line-height: 60px;
	}
	.indexBanner .con{
		padding-bottom: 0;
	}
	.indexBanner .list .image{
		width: 50px;
		height: 50px;
	}
	.indexBanner .list .name{
		font-size: 18px;
		line-height: 28px;
	}
	.indexBanner .list .item{
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px){
 	.indexBanner .des .title{
		font-size: 32px;
	}
	.indexBanner .des{
		width: 54%;
	}
	.indexBanner .list .image{
		width: 45px;
		height: 45px;
	}
	.indexBanner .list .name{
		font-size: 16px;
		line-height: 28px;
	}
	.indexBanner .list .item{
		width: 48%;
	}
}
@media screen and (max-width:999px){
 	.indexBanner .con{
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}	
	.indexBanner .des{
		width: 100%;
	}
	.indexBanner .des .title{
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	.indexBanner .des .btns .cBtn{
		margin-right: 20px;
	}
	.indexBanner .list{
		width: 100%;
	}
	.indexBanner .list .item:nth-child(n){
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}
	.indexBanner .list .item:nth-child(4n){
		margin-right: 0;
	}
	.indexBanner .list .item:nth-child(-n+4){
		margin-top: 0;
	}
	.indexBanner .des{
		margin-bottom: 30px;
	}
	.indexBanner .list .image{
		width: 40px;
		height: 40px;
		margin-bottom: 5px;
	}
	.indexBanner .list .name{
		font-size: 14px;
		line-height: 24px;
	}
	.indexBanner .cBtn{
		height: 36px !important;
		width: 140px !important;
	}
	.indexBanner .con{
		padding-bottom: 20px;
	}
}


@media screen and (max-width:538px){
	.indexBanner .list{
		display: none;
	}
	.indexBanner .des{
		margin-bottom: 0;
	}
	.indexBanner .des .title{
		font-size: 20px;
		line-height: 30px;
	}
}

.cppability .msgSwiper .swiper-slide {
    transition: 0s !important;
}

.indexBanner .msg2::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #063f87;
    opacity: 0.5;
}

.indexBanner .des .btns .cBtn:first-child {
    border-color: #063f87;
    background-color: #063f87;
    color: #fff;
}
