@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: SourceSansPro-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;
}



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: #0070C0 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
}

.standardEdit a {
	color: #0070C0;
}

.standardEdit a:hover {
	text-decoration: underline;
}

.standardEdit p {
	color: #4D4D4D;
	font-size: 20px;
	line-height: 32px;
}


.standardEdit p strong {
	color: #333;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	font-weight: normal;
	line-height: 34px;
}


a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: SourceSansPro-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}

.table table tr:nth-child(2n) td {
	background-color: #fff;
}

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #f4f4f4;
	font-family: SourceSansPro-Regular, Arial, sans-serif;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

.safeRange {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}
}



@media screen and (max-width:1560px) {
	.standardRange {
		padding: 80px 0 80px 0 !important;
	}
}


@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:1560px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 45px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

	.standardTxt .title2 {
		font-size: 14px !important;
		line-height: 24px !important;
	}

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #0070C0;
		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(0, 112, 192, 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;
		line-height: 26px;
		padding-right: 50px;
		font-family: SourceSansPro-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 {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
}

nav.active,
nav:hover {
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
}


nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .logo {
	width: 164px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: none;
}

nav.active .logo img,
nav:hover .logo img {
	filter: grayscale(100%) brightness(0%);
}

nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 50.5px;
}



nav .navList>ul>li:last-child {
	margin: 0;
}


nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 80px;
	line-height: 80px;
	color: #ffffff;
	font-size: 18px;
	position: relative;
}

html {
	scroll-padding-top: 80px;
}

nav.active .navList>ul>li>a,
nav:hover .navList>ul>li>a {
	color: #141414;
}

nav .navList>ul>li>a::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	width: 0;
	transition: .4s ease all;
	height: 2px;
	background-color: #ffffff;
}



nav .navList>ul>li.active>a:after,
nav .navList>ul>li:hover>a:after {
	width: 100%;
	right: auto;
	left: 0;
}


nav.active .navList>ul>li>a::after,
nav:hover .navList>ul>li>a::after {
	background-color: #0070C0;
}

nav .btns {
	display: flex;
	align-items: center;
	margin-left: 64px;
}


nav .btns .search {
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 35px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


nav .btns .search .searchBtn i {
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	display: block;
}

nav.active .btns .search .searchBtn i,
nav:hover .btns .search .searchBtn i {
	color: #141414;
}

nav .btns .search .searchBtn:hover i {
	color: #0070C0;
}

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


nav .btns .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}

nav .btns .search form .subBtn:hover i {
	color: #0070C0;
}

nav .btns .search form .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}


nav .btns .language {
	height: 80px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	font-size: 18px;
}

nav.active .btns .lanBtn,
nav.active .btns .lanBtn i,
nav:hover .btns .lanBtn,
nav:hover .btns .lanBtn i {
	color: #141414;
}

nav .btns .lanBtn:hover {
	color: #0070C0;
}

nav .btns .lanBtn:hover i {
	color: #0070C0;
}



nav .btns .lanBtn i {
	color: #ffffff;
}

nav .btns .lanBtn i.icon-yuyan {
	font-size: 18px;
	margin-right: 6px;
}

nav .btns .lanBtn i.icon-right7 {
	font-size: 10px;
	transform: rotate(90deg);
	margin-left: 5px;
}


nav .btns .lanBtn.active i.icon-right7 {
	transform: rotate(-90deg);
}

nav .btns .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	padding: 20px 0;
}


nav .btns .language ul a {
	padding: 0px 20px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	font-size: 16px;
}


nav .btns .language ul li {
	margin-bottom: 10px;
}

nav .btns .language ul li:last-child {
	margin-bottom: 0;
}


nav .btns .language ul a:hover {
	color: #0070C0;
}


/* moreList */

.moreList {
	position: absolute;
	width: 100%;
	background: #FFF;
	box-shadow: 0 5px 30px 0 rgba(173, 173, 173, 0.20);
	padding: 35px 0 35px 0;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 1px solid #E6E6E6;
	display: none;
	transition: none;
}


.moreList .con {
	display: flex;
	justify-content: center;
}

.moreList .con a {
	margin: 5px 48px;
	color: #333;
	font-family: SourceSansPro-Semibold;
	font-size: 18px;
	line-height: 30px;
	position: relative;
}

.moreList .con a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #0070C0;
	transition: .4s ease all;
}

.moreList .con a:hover::after {
	left: 0;
	right: auto;
	width: 100%;
}

@media screen and (max-width:1560px) {
	nav .btns {
		margin-left: 50px;
	}

	nav .navList>ul>li {
		margin-right: 46px;
	}

	.moreList {
		padding: 20px 0;
	}

	.moreList .con a {
		margin: 5px 40px;
	}
}

@media screen and (max-width:1333px) {
	nav .btns {
		margin-left: 35px;
	}

	nav .navList>ul>li {
		margin-right: 35px;
	}

	.moreList {
		padding: 15px 0;
	}

	.moreList .con a {
		margin: 5px 30px;
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:1200px) {
	nav .btns {
		position: absolute;
		right: 80px;
		top: 6px;
		margin-left: 0;
	}

	nav .btns .search,
	nav .btns .language {
		height: auto;
	}

	nav .navList>ul>li>a {
		line-height: 110px;
		font-size: 16px;
	}

	nav .logo {
		width: 150px;
	}

	nav .navList>ul>li {
		margin-right: 34px;
	}

	.moreList .con a {
		margin: 5px 20px;
	}

	nav .btns .language ul,
	nav .btns .search form {
		top: calc(100% + 5px);
	}
}

@media screen and (max-width:999px) {
	nav .navList>ul {
		display: none;
	}

	nav {
		height: 60px;
		background-color: #ffffff;
	}

	nav .con {
		height: 100%;
	}

	nav .logo img {
		filter: grayscale(100%) brightness(0%);
	}

	nav .btns {
		position: static;
		margin-right: 80px;
	}

	nav .btns .search .searchBtn i {
		color: #141414;
	}

	nav .btns .lanBtn,
	nav .btns .lanBtn i {
		color: #141414;
	}

	nav .btns .lanBtn {
		font-size: 16px;
	}

	nav .btns .search {
		display: none;
	}

	nav .logo {
		width: 140px;
	}

	nav .btns .language {
		height: 60px;
	}

	nav .btns .language ul,
	nav .btns .search form {
		top: 100%;
	}

	nav .btns .language ul a {
		font-size: 14px;
		line-height: 26px;
	}

	nav .btns .language ul {
		padding: 10px 0;
	}

	nav .btns .language ul li {
		margin-bottom: 5px;
	}

	.bannerRange {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}
}

@media screen and (max-width:768px) {
	nav .logo {
		width: 120px;
	}

	nav {
		height: 50px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .btns .language {
		height: 50px;
	}

	nav .btns {
		margin-right: 60px;
	}

	.bannerRange {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}
}

@media screen and (max-width:538px) {
	header .xnav .nav {
		right: 15px;
	}
}




/* indexM1-1 */


.fullShow {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.fullShow .show {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}


.fullShow .show .image {
	width: 100%;
	height: 100%;
}


.fullShow .show .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}



.fullShow .show video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	max-width: none;
	z-index: 2;
	opacity: 0;
}

.fullShow .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cBtn {
	width: 159px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 80px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 18px;
	padding-left: 15px;
	position: relative;
}

.cBtn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 29px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ffffff;
	transition: .4s ease all;
}

.cBtn:hover {
	background-color: #ffffff;
	color: #141414;
}

.cBtn:hover::after {
	background-color: #141414;
}

.fullShow .btns .cBtn {
	margin-right: 39px;
}

.fullShow .btns .cBtn:last-child {
	margin-right: 0;
}

.fullShow .con {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 160px 0 40px 0;
	height: 100%;
}

.fullShow .con .bigTit {
	color: #FFF;
	text-align: center;
	font-family: SourceSansPro-Bold;
	font-size: 60px;
	line-height: 70px;
}

.fullShow .con .tips {
	color: #FFF;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
	margin-top: 16px;
}

.fullShow .con .tips span {
	margin: 0 5px;
	display: inline-block;
}

.fullShow .playBtn {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 50px;
	right: 80px;
	border-radius: 50%;
	z-index: 9;
	background-color: rgba(0, 0, 0, .6);
	cursor: pointer;
}

.fullShow .playBtn img {
	width: 15px;
}

.fullShow .playBtn:hover {
	background-color: rgba(0, 0, 0, 1);
}


.fullShow .playBtn img:nth-child(2) {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 15px;
	opacity: 0;
}


.fullShow .playBtn.active img:nth-child(1) {
	opacity: 0;
}

.fullShow .playBtn.active img:nth-child(2) {
	opacity: 1;
}

@media screen and (max-width:1560px) {
	.fullShow .con .bigTit {
		font-size: 46px;
		line-height: 60px;
	}

	.fullShow .con .tips {
		font-size: 24px;
		line-height: 36px;
		margin-top: 20px;
	}

	.fullShow .con {
		padding: 140px 0 60px 0;
	}

	.cBtn {
		height: 45px;
		width: 160px;
	}

	.fullShow .playBtn {
		width: 55px;
		height: 55px;
		bottom: 60px;
	}

	.fullShow .playBtn img {
		width: 12px;
	}
}

@media screen and (max-width:1333px) {
	.fullShow .con .bigTit {
		font-size: 36px;
		line-height: 48px;
	}

	.fullShow .con .tips {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width:999px) {
	.fullShow {
		height: calc(100vh - 100px);
	}

	.fullShow .con {
		padding: 50px 0;
	}

	.fullShow .con .bigTit {
		font-size: 28px;
		line-height: 40px;
	}

	.fullShow .con .tips {
		font-size: 18px;
		line-height: 30px;
	}

	.fullShow .playBtn {
		width: 50px;
		height: 50px;
		bottom: 50px;
	}

	.cBtn {
		font-size: 16px;
		line-height: 28px;
		height: 40px;
		width: 150px;
	}

}

@media screen and (max-width:768px) {
	.fullShow {
		height: calc(100vh - 90px);
	}

	.fullShow .con {
		padding: 40px 0;
	}

	.fullShow .con .bigTit {
		font-size: 26px;
		line-height: 38px;
	}

	.fullShow .con .tips {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}

	.fullShow .playBtn {
		width: 45px;
		height: 45px;
		right: 25px;
		bottom: 40px;
	}

	.fullShow .playBtn img {
		width: 10px;
	}

	.cBtn {
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

	.fullShow .btns .cBtn {
		margin-right: 30px;
	}
}

@media screen and (max-width:538px) {
	.fullShow .btns .cBtn {
		margin-right: 20px;
	}

	.cBtn {
		width: 130px;
		padding-left: 10px;
	}

	.fullShow .playBtn {
		bottom: auto;
		right: auto;
		left: 50%;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.cBtn::after {
		left: 20px;
	}
}


/* title1 */

.iTit {
	display: flex;
	align-items: center;
	justify-content: center;
}

.iTit .title1 {
	text-align: center;
}

.title1 {
	color: #141414;
	font-family: SourceSansPro-Semibold;
	font-size: 42px;
	line-height: 54px;
}

a.title1:hover {
	color: #0070C0;
}




/* indexM3-1 */

.appCase {
	padding: 90px 0 82px 0;
}


.appCase h2 {
	font-weight: normal;
}

.solutionList .list {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solutionList .list .item {
	position: relative;
	margin-top: 32px;
	border-radius: 12px;
	overflow: hidden;
	width: 48.9%;
}

.solutionList .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solutionList .list .item:nth-child(-n+2) {
	margin-top: 0;
}

.solutionList .list .msg {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 30px;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.solutionList .list .tit {
	text-align: center;
	color: #FFFFFF;
	font-family: SourceSansPro-Semibold;
	font-size: 28px;
	line-height: 40px;
}


.solutionList .list .cBtn {
	margin-top: 40px;
}


@media screen and (max-width:1560px) {
	.solutionList .list {
		margin-top: 60px;
	}

	.solutionList .list .item {
		border-radius: 10px;
	}

	.solutionList .list .msg {
		padding: 20px;
	}

	.solutionList .list .cBtn {
		margin-top: 30px;
	}

	.solutionList .list .tit {
		font-size: 26px;
		line-height: 38px;
	}
}

@media screen and (max-width:1333px) {
	.solutionList .list .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.solutionList .list .item {
		border-radius: 5px;
	}

	.solutionList .list {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.solutionList .list {
		margin-top: 40px;
	}

	.solutionList .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.solutionList .list .msg {
		top: 10px;
	}

	.solutionList .list .cBtn {
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.solutionList .list {
		margin-top: 30px;
	}

	.solutionList .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.solutionList .list .item {
		margin-top: 20px;
	}

	.solutionList .list .msg {
		top: 0;
	}
}

@media screen and (max-width:538px) {
	.solutionList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.solutionList .list .item:nth-child(1) {
		margin-top: 0;
	}
}



/* indexM4-1 */

.iIndustrySolution {
	background-color: #F7F7F7;
	padding: 78px 0 90px 0;
}

.industrySolution .tips {
	color: #4D4D4D;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}


.industrySolution .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 59px;
}

.industrySolution .list .item {
	width: 14.28%;
	margin-right: 2.864%;
	margin-top: 40px;
	position: relative;
	border-radius: 12px;
	box-shadow: 0 5px 30px 0 rgba(173, 173, 173, 0.20);
	overflow: hidden;
	z-index: 2;
}


.industrySolution .list .item:nth-child(6n) {
	margin-right: 0;
}

.industrySolution .list .item:nth-child(-n+6) {
	margin-top: 0;
}

.industrySolution .list .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
}

.industrySolution .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	k
}


.industrySolution .list .image:hover img {
	transform: none;
}

.industrySolution .list .item:hover .msg {
	background-color: rgba(0, 0, 0, .4);
}

.industrySolution .list .item:hover .image {
	opacity: 1;
}


.industrySolution .list .msg {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 20px 18px;
	background: #FFF;
	height: 100%;
	pointer-events: none;
}

.industrySolution .list .sign {
	width: 80px;
	height: 80px;
}

.industrySolution .list .sign img {
	display: block;
}

.industrySolution .list .name {
	text-align: center;
	color: #4D4D4D;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	margin-top: 20px;
}

.industrySolution .list .item:hover .sign img {
	filter: grayscale(100%) brightness(5000%);
}

.industrySolution .list .item:hover .name {
	color: #ffffff;
}


.industrySolution .cBtn {
	width: 209px;
	margin: 59px auto 0;
	color: #0070C0;
	border-color: #0070C0;
}

.industrySolution .cBtn::after {
	background-color: #0070C0;
}


.industrySolution .cBtn:hover {
	background-color: #0070C0;
	color: #ffffff;
}

.industrySolution .cBtn:hover::after {
	background-color: #ffffff;
}


@media screen and (max-width:1560px) {
	.industrySolution .list .item {
		border-radius: 10px;
	}

	.industrySolution .list .msg {
		padding: 20px 10px;
	}

	.industrySolution .list .sign {
		width: 60px;
		height: 60px;
	}

	.industrySolution .list .name {
		margin-top: 10px;
	}

	.industrySolution .list .item {
		margin-top: 30px;
	}

	.industrySolution .cBtn,
	.industrySolution .list {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.industrySolution .list .item:nth-child(n) {
		border-radius: 5px;
		width: 23.5%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.industrySolution .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.industrySolution .list .item:nth-child(-n+4) {
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.industrySolution .list .sign {
		width: 55px;
		height: 55px;
	}

	.industrySolution .list .item:nth-child(n) {
		margin-top: 20px;
	}

	.industrySolution .list .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.industrySolution .cBtn,
	.industrySolution .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.industrySolution .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.industrySolution .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.industrySolution .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.industrySolution .cBtn,
	.industrySolution .list {
		margin-top: 30px;
	}

	.industrySolution .list .sign {
		width: 50px;
		height: 50px;
	}

	.industrySolution .cBtn {
		width: 180px;
	}
}

@media screen and (max-width:538px) {
	.industrySolution .list {
		justify-content: space-between;
	}

	.industrySolution .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0%;
		margin-top: 20px;
	}

	.industrySolution .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.industrySolution .list .sign {
		width: 45px;
		height: 45px;
	}
}


/* indexM5-1 */

.productionBase {
	position: relative;
	height: 900px;
}

.productionBase .image {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.productionBase .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


.productionBase .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .5);
}


.productionBase .msg {
	padding: 100px 0;
}


.productionBase .msg .title1 {
	color: #ffffff;
}


.productionBase .msg .title1:hover {
	color: #0070C0;
}

.productionBase .msg .tips {
	text-align: center;
	margin-top: 24px;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
}

.productionBase .msg .cBtn {
	margin: 40px auto 0;
}

.productionBase .video {
	position: absolute;
	left: 50%;
	top: 56%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 9;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}

.productionBase .video .playBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .5);
	width: 100%;
	height: 100%;
}

.productionBase .video .playBtn img {
	display: block;
	width: 15px;
}


.productionBase .video:hover .playBtn {
	background-color: rgba(255, 255, 255, 1);
}

@media screen and (max-width:1560px) {
	.productionBase {
		height: 100vh;
	}

	.productionBase .msg {
		padding: 80px 0;
	}

	.productionBase .video {
		width: 55px;
		height: 55px;
	}

	.productionBase .video .playBtn img {
		width: 12px;
	}
}

@media screen and (max-width:1333px) {
	.productionBase .msg .tips {
		margin-top: 20px;
	}

	.productionBase .msg {
		padding: 60px 0;
	}
}

@media screen and (max-width:999px) {
	.productionBase .msg {
		padding: 50px 0;
	}

	.productionBase .video {
		width: 50px;
		height: 50px;
	}

	.productionBase {
		height: calc(100vh - 100px);
	}
}

@media screen and (max-width:768px) {
	.productionBase .msg {
		padding: 40px 0;
	}

	.productionBase {
		height: calc(100vh - 90px);
	}
}



/* indexM6-1 */

.globalDonsin {
	margin-top: 30px;
	position: relative;
	height: 800px;
}


.globalDonsin .image {
	position: absolute;
	z-index: -1;
	height: 100%;
	width: 100%;
}

.globalDonsin .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.globalDonsin .msg {
	padding: 90px 0;
}

.globalDonsin .tips {
	text-align: center;
	margin-top: 20px;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
}

.globalDonsin .line {
	margin: 29px auto 0;
	width: 60px;
	height: 3px;
	background: #0070C0;
}


.globalDonsin .title1 {
	color: #ffffff;
}

.globalDonsin .numList {
	display: flex;
	justify-content: center;
	margin-top: 31px;
}


.globalDonsin .numList .item {
	width: 17.1%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 20px;
}

.globalDonsin .numList .num {
	display: flex;
	align-items: flex-end;
	color: #FFF;
	text-align: center;
	font-family: SourceSansPro-Bold;
	font-size: 36px;
	line-height: 46px;
}

.globalDonsin .numList .num i {
	color: #FFF;
	text-align: center;
	font-family: SourceSansPro-Regular;
	font-size: 18px;
	line-height: 30px;
	flex-shrink: 0;
	margin-left: 5px;
	font-style: normal;
}

.globalDonsin .numList .name {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-top: 1px;
}

.globalDonsin .numList {
	flex-wrap: wrap;
}


@media screen and (max-width:1560px) {
	.globalDonsin {
		height: 100vh;
		margin-top: 80px;
	}

	.globalDonsin .msg {
		padding: 80px 0;
	}

	.globalDonsin .numList .item {
		width: 30%;
	}
}

@media screen and (max-width:1333px) {
	.globalDonsin .msg {
		padding: 60px 0;
	}

	.globalDonsin .numList .num {
		font-size: 32px;
		line-height: 32px;
	}

	.globalDonsin .numList .num i {
		font-size: 16px;
	}

	.globalDonsin .numList .name {
		margin-top: 10px;
	}

	.globalDonsin {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.globalDonsin {
		margin-top: 50px;
	}

	.globalDonsin {
		height: calc(100vh - 100px);
	}

	.globalDonsin .line {
		margin-top: 20px;
	}

	.globalDonsin .numList .num {
		font-size: 30px;
		line-height: 30px;
	}

	.globalDonsin .numList .num i {
		font-size: 14px;
		line-height: 24px;
	}

	.globalDonsin .msg {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {
	.globalDonsin {
		margin-top: 40px;
	}

	.globalDonsin .numList .item {
		width: 33%;
		padding: 10px 10px;
	}

	.globalDonsin .msg {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.globalDonsin .numList .item:nth-child(n) {
		width: 50%;
	}
}



/* indexM7-1 */

.demandInsight {
	padding: 110px 0 100px 0;
	background-color: #F7F7F7;
}

.demandInsight .list {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}

.demandInsight .list .item {
	width: 23.57%;
	margin-right: 56px;
	border-radius: 12px;
	border: 2px solid #141414;
	overflow: hidden;
	padding: 54px 20px 42px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}


.demandInsight .list .item:last-child {
	margin-right: 0;
}


.demandInsight .list .sign {
	width: 86px;
}

.demandInsight .list .sign img {
	display: block;
}

.demandInsight .list .tit {
	margin-top: 46px;
	text-align: center;
	color: #141414;
	text-align: center;
	font-family: SourceSansPro-Semibold;
	font-size: 28px;
	line-height: 40px;
}


.demandInsight .list .btn {
	margin-top: 20px;
	font-size: 42px;
}



.demandInsight .list .item:hover {
	background-color: #141414;
}


.demandInsight .list .item:hover .sign img {
	filter: grayscale(100%) brightness(5000%);
}


.demandInsight .list .item:hover .tit {
	color: #ffffff;
}

.demandInsight .list .item:hover .btn {
	color: #ffffff;
}

.demandInsight .list .show {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}

@media screen and (max-width:1560px) {
	.demandInsight .list {
		margin-top: 50px;
	}

	.demandInsight .list .tit {
		font-size: 24px;
		line-height: 34px;
		margin-top: 30px;
	}

	.demandInsight .list .item {
		border-radius: 10px;
		padding: 40px 20px;
	}

	.demandInsight .list .sign {
		width: 70px;
	}

	.demandInsight .list .btn {
		font-size: 36px;
		line-height: 46px;
	}
}

@media screen and (max-width:1333px) {
	.demandInsight .list .sign {
		width: 60px;
	}

	.demandInsight .list .item {
		width: 30%;
		margin-right: 5%;
		padding: 30px 20px;
		border-radius: 5px;
	}

	.demandInsight .list .tit {
		font-size: 22px;
		line-height: 32px;
		margin-top: 20px;
	}

	.demandInsight .list .btn {
		font-size: 36px !important;
	}
}

@media screen and (max-width:999px) {
	.demandInsight .list {
		margin-top: 40px;
	}

	.demandInsight .list .sign {
		width: 50px;
	}

	.demandInsight .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.demandInsight .list .item {
		padding: 20px 15px;
	}

	.demandInsight .list .btn {
		font-size: 30px !important;
		line-height: 30px !important;
	}
}

@media screen and (max-width:768px) {
	.demandInsight .list {
		margin-top: 30px;
	}

	.demandInsight .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.demandInsight .list .sign {
		width: 45px;
	}

	.demandInsight .list .btn {
		font-size: 28px !important;
	}
}

@media screen and (max-width:538px) {
	.demandInsight .list {
		flex-wrap: wrap;
		justify-content: center;
	}

	.demandInsight .list .item:nth-child(n) {
		width: 48%;
		margin: 0;
		margin-top: 20px;
		margin-right: 4%;
	}

	.demandInsight .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.demandInsight .list .item:nth-child(2n),
	.demandInsight .list .item:last-child {
		margin-right: 0;
	}

	.demandInsight .list .tit {
		margin-top: 10px;
	}

	.demandInsight .list .btn {
		margin-top: 10px;
	}
}

/* indexM8-1 */


.iNews {
	padding: 90px 0 100px 0;
}

.news .swiper {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.news .image {
	overflow: hidden;
	border-radius: 12px;
}


.news .time {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}

.news .tit {
	color: #333;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 32px;
	margin-top: 11px;
}

.news .tit:hover {
	color: #0070C0;
}

.news .btn {
	margin-top: 23px;
	color: #666;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
}


.news .btn:hover {
	color: #0070C0;
}

.news .sBtns {
	justify-content: center;
}

.news .sBtns>div {
	margin-top: 50px;
}

@media screen and (max-width:1560px) {
	.news .swiper {
		margin-top: 40px;
	}

	.news .image {
		border-radius: 10px;
	}

	.news .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.news .time {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}

	.news .btn {
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.news .image {
		border-radius: 5px;
	}

	.news .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.news .swiper {
		margin-top: 30px;
	}

	.news .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

/* 2-1 Marketing */

.marketing {
	position: relative;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding-bottom: 66px;
}

.marketing .show {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.marketing .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.marketing .title {
	text-align: center;
	color: #FFF;
	text-align: center;
	font-family: SourceSansPro-Semibold;
	font-size: 50px;
	line-height: 60px;
}

.marketing .tip {
	color: #FFF;
	text-align: center;
	font-family: SourceSansPro-Semibold;
	font-size: 28px;
	line-height: 40px;
	margin-top: 20px;
}


.marketing .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}


.marketing .btns .cBtn:nth-child(1) {
	margin-right: 40px;
	width: 182px;
}


.goldAgent {
	min-height: 100vh;
	position: relative;
	padding: 149px 0 120px 0;
	display: flex;
	align-items: center;
	overflow: hidden;
}


.goldAgent>.safeRange>.title1 {
	text-align: center;
	margin-bottom: 44px;
}


.goldAgent .show {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}


.goldAgent .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.goldAgent .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.goldAgent .gallery {
	width: 42%;
}

.goldAgent .image {
	width: 55.64%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.goldAgent .image .shadow {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}


.goldAgent .gallery .swiper-slide {
	padding-bottom: 69px;
}

.goldAgent .title1 {
	color: #ffffff;
}

.goldAgent .list {
	margin-top: 51px;
}

.goldAgent .list .item {
	margin-top: 31px;
}

.goldAgent .list .item:nth-child(1) {
	margin-top: 0;
}

.goldAgent .list .tit {
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 36px;
}

.goldAgent .list .txts {
	margin-top: 15px;
}

.goldAgent .list .txts p {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
}



.goldAgent .thumbs {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	margin-top: 56px;
}



.goldAgent .thumbs .swiper-slide {
	padding: 15px 0;
	position: relative;
	text-align: center;
	height: auto;
	cursor: pointer;
	font-size: 24px;
	line-height: 34px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}



.goldAgent .thumbs .swiper-slide::after {
	content: "";
	position: absolute;
	width: 0;
	left: 0;
	bottom: -2px;
	transition: .4s ease all;
	height: 2px;
	background-color: #ffffff;
}


.goldAgent .thumbs .swiper-slide.swiper-slide-thumb-active::after {
	width: 100%;
}


.policy {
	min-height: 100vh;
	padding:73px 0 100px 0;
	position: relative;
	display: flex;
	align-items: center;
}

.policy .show {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.policy .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.policy .title {
	text-align: center;
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 50px;
	line-height: 60px;
}


.policy .tips {
	color: #FFF;
	text-align: center;
	font-family: SourceSansPro-Semibold;
	font-size: 28px;
	line-height: 40px;
	margin-top: 20px;
}

.policy .con {
	display: flex;
	justify-content: space-between;
	margin-top: 29px;
	align-items: center;
}


.policy .gallery {
	width: 40%;
}

.policy .image {
	width: 53.1%;
	display: flex;
	align-items: center;
	justify-content: center;
}


.policy .thumbs {
	margin-top: 13px;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	border-bottom: 2px solid rgba(255, 255, 255, .2);
}


.policy .thumbs .swiper-slide {
	position: relative;
	cursor: pointer;
	text-align: center;
	padding: 15px 0;
	color: #ffffff;
	color: #FFF;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}


.policy .thumbs .swiper-slide::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	background-color: #ffffff;
	transition: .4s ease all;
	height: 2px;
}



.policy .thumbs .swiper-slide.swiper-slide-thumb-active::after {
	width: 100%;
}

.policy .gallery .swiper-slide {
	padding-bottom: 24px;
}

.policy .gallery .title1 {
	color: #ffffff;
}

.policy .gallery .list {
	margin-top: 51px;
}

.policy .gallery .list .item {
	margin-top: 31px;
}

.policy .gallery .list .item:nth-child(1) {
	margin-top: 0;
}

.policy .gallery .list .item .tit {
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 36px;
}


.policy .gallery .list .item .txts {
	margin-top: 15px;
}


.policy .gallery .list .item .txts p {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
}


.launched {
	position: relative;
	min-height: 100vh;
	padding: 88px 0 54px 0;
	display: flex;
	align-items: center;
}

.launched .con {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.launched .show {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.launched .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.launched .con {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.launched .title {
	color: #FFF;
	text-align: center;
	font-family: SourceSansPro-Semibold;
	font-size: 50px;
	line-height: 60px;
}

.launched .tips {
	color: #FFF;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	font-family: SourceSansPro-Semibold;
	margin-top: 20px;
}

.launched .image {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 66px;
	width: 32.14%;
}

.launched .txts {
	text-align: center;
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 46px;
	margin-top: 57px;
}

.launched .txts span {
	font-size: 90px;
}

@media screen and (max-width:1560px) {
	.marketing {
		padding-bottom: 0;
	}

	.marketing .title,
	.policy .title,
	.launched .title {
		font-size: 42px;
		line-height: 54px;
	}

	.marketing .tip,
	.policy .tips,
	.launched .tips {
		font-size: 24px;
		line-height: 34px;
		margin-top: 30px;
	}

	.marketing .btns {
		margin-top: 50px;
	}

	.goldAgent .gallery .swiper-slide {
		padding-bottom: 0;
	}

	.goldAgent .list .tit,
	.policy .gallery .list .item .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.goldAgent .thumbs .swiper-slide,
	.policy .thumbs .swiper-slide {
		padding: 10px;
		font-size: 20px;
		line-height: 30px;
	}

	.policy .con {
		margin-top: 50px;
	}

	.policy .thumbs {
		margin-top: 40px;
	}

	.policy .gallery .swiper-slide {
		padding-bottom: 0;
	}

	.launched .image,
	.launched .txts {
		margin-top: 50px;
	}

	.launched .txts span {
		font-size: 60px;
	}

	.launched .txts {
		font-size: 20px;
		line-height: 34px;
	}
}

@media screen and (max-width:1333px) {

	.marketing .title,
	.policy .title,
	.launched .title {
		font-size: 36px;
		line-height: 48px;
	}

	.marketing .tip,
	.policy .tips,
	.launched .tips {
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
	}

	.marketing .btns {
		margin-top: 40px;
	}

	.goldAgent .list .tit,
	.policy .gallery .list .item .tit {
		font-size: 20px;
	}

	.goldAgent .thumbs .swiper-slide,
	.policy .thumbs .swiper-slide {
		font-size: 18px;
	}

	.goldAgent .list,
	.policy .gallery .list {
		margin-top: 40px;
	}

	.goldAgent .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.policy .con {
		margin-top: 40px;
	}

	.policy .thumbs {
		margin-top: 40px;
	}

	.policy .gallery .swiper-slide {
		padding-bottom: 0;
	}

	.launched .image,
	.launched .txts {
		margin-top: 40px;
	}

	.launched .txts {
		font-size: 18px;
		line-height: 30px;
	}

	.launched .txts span {
		font-size: 50px;
	}
}

@media screen and (max-width:999px) {

	.marketing,
	.goldAgent,
	.policy,
	.launched {
		min-height: calc(100vh - 100px);
	}

	.marketing .title,
	.policy .title,
	.launched .title {
		font-size: 28px;
		line-height: 40px;
	}

	.marketing .tip,
	.policy .tips,
	.launched .tips {
		font-size: 18px;
		line-height: 28px;
	}

	.marketing .btns {
		margin-top: 30px;
	}

	.marketing .btns .cBtn:nth-child(1) {
		margin-right: 30px;
	}

	.goldAgent .thumbs .swiper-slide,
	.policy .thumbs .swiper-slide {
		font-size: 16px;
	}

	.launched .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.launched .txts span {
		font-size: 40px;
	}
}

@media screen and (max-width:768px) {

	.marketing,
	.goldAgent,
	.policy,
	.launched {
		min-height: calc(100vh - 90px);
	}

	.marketing .btns .cBtn:nth-child(1) {
		width: 150px;
	}

	.marketing .title,
	.policy .title,
	.launched .title {
		font-size: 26px;
		line-height: 38px;
	}

	.goldAgent .list .tit,
	.policy .gallery .list .item .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.goldAgent .list,
	.policy .gallery .list {
		margin-top: 30px;
	}

	.goldAgent .list .item,
	.policy .gallery .list .item {
		margin-top: 20px;
	}

	.goldAgent .list .txts {
		margin-top: 10px;
	}
}

@media screen and (max-width:538px) {
	.marketing .btns .cBtn:nth-child(1) {
		margin-right: 20px;
	}

	.goldAgent .con,
	.policy .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.goldAgent .gallery,
	.policy .gallery {
		width: 100%;
	}

	.goldAgent .image,
	.policy .image,
	.launched .image {
		width: 100%;
		max-width: 200px;
		margin: 30px auto 0;
	}

	.goldAgent .thumbs {
		margin-top: 30px;
	}
}


/* 3-1 Products */

.products {
	padding: 91px 0 100px 0;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}


.products .piece {
	margin-top: 92px;
}

.products .piece:nth-child(1) {
	margin-top: 0;
}

.products .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.products .title .sBtns {
	flex-shrink: 0;
	margin-left: 30px;
}

.innerTit {
	color: #333;
	font-family: SourceSansPro-Semibold;
	font-size: 36px;
	line-height: 54px;
}

.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #141414;
	color: #141414;
	cursor: pointer;
	font-weight: bold;
}


.sBtns>div.prev {
	margin-right: 20px;
}

.sBtns>div:hover {
	background-color: #0070C0;
	border-color: #0070C0;
	color: #ffffff;
}


.sBtns>div.swiper-button-disabled {
	/* opacity: .6; */
	pointer-events: none;
}


.products .swiper {
	margin-top: 58px;
	overflow: visible;
}


.productItem .image {
	border-radius: 12px;
	background: #F7F7F7;
	overflow: hidden;
}

.productItem .tit {
	color: #141414;
	font-size: 24px;
	line-height: 34px;
	margin-top: 22px;
}

.productItem .tit:hover {
	color: #0070C0;
}

.productItem .btn {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 13px;
	display: inline-block;
}

.productItem .btn:hover {
	color: #0070C0;
}

.products .piece .cBtn {
	margin: 59px auto 0;
	border-color: #141414;
	color: #141414;
}

.products .piece .cBtn::after {
	background-color: #141414;
}

.products .piece .cBtn:hover {
	background-color: #141414;
	color: #ffffff;
}

.products .piece .cBtn:hover::after {
	background-color: #ffffff;
}

@media screen and (max-width:1560px) {
	.innerTit {
		font-size: 28px;
		line-height: 38px;
	}

	.products .swiper {
		margin-top: 40px;
	}

	.productItem .image {
		border-radius: 10px;
	}

	.productItem .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.products .piece .cBtn {
		margin-top: 40px;
	}

	.products .piece {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.innerTit {
		font-size: 26px;
		line-height: 36px;
	}

	.productItem .image {
		border-radius: 5px;
	}

	.productItem .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.products .piece .cBtn {
		margin-top: 30px;
	}

	.products .piece {
		margin-top: 50px;
	}

	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}
}

@media screen and (max-width:999px) {
	.innerTit {
		font-size: 24px;
		line-height: 34px;
	}

	.productItem .tit {
		font-size: 16px;
		line-height: 26px;
		margin-top: 20px;
	}

	.sBtns>div {
		width: 34px;
		height: 34px;
	}

	.productItem .tit {
		margin-top: 10px;
	}

	.productItem .btn {
		line-height: 24px;
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.innerTit {
		font-size: 22px;
		line-height: 32px;
	}

	.products .piece {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.products .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.products .sBtns>div {
		margin-top: 20px;
	}

	.products .swiper {
		margin-top: 30px;
	}

	.products .title .sBtns {
		flex-shrink: 0;
		margin-left: 0px;
	}
}

/* 3-2 Products */

.productList {
	padding: 100px 0 115px 0;
}

.productList .list {
	display: flex;
	flex-wrap: wrap;
}

.productList .list .productItem {
	width: 31.78%;
	margin-right: 2.33%;
	margin-top: 60px;
}

.productList .list .productItem:nth-child(3n) {
	margin-right: 0;
}

.productList .list .productItem:nth-child(-n+3) {
	margin-top: 0;
}

.productItem .btns {
	display: flex;
	align-items: center;
	margin-top: 9px;
}

.productItem .checkBtn {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 1px solid #999;
	flex-shrink: 0;
	margin-right: 12px;
	width: 13px;
	height: 13px;
	transform: translateY(2px);
}

.productItem .checkBtn:hover {
	outline: 1px solid #0070C0;
}

.productItem .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	opacity: 0;
}

.productItem .inqBtn {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}


.productItem .inqBtn:hover {
	color: #0070C0;
}

.productItem .checkBtn i {
	opacity: 0;
	color: #0070C0;
	font-size: 14px;
	font-weight: bold;
}

.productItem .checkBtn.active i {
	opacity: 1;
}


.productList .pager {
	margin-top: 75px;
}

@media screen and (max-width:1560px) {
	.productItem .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.productList .list .productItem {
		margin-top: 50px;
	}

	.productList .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.productItem .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.productList .list .productItem {
		margin-top: 40px;
	}

	.productList .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.productItem .tit {
		font-size: 16px;
		inherits: 28px;
	}

	.productList .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.productList .list .productItem {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.productList .list {
		justify-content: space-between;
	}

	.productList .list .productItem:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

	.productList .list .productItem:nth-child(-n+2) {
		margin-top: 0;
	}
}


/* 3-3 Products */


.faq {
	padding: 90px 0 60px 0;
}

.faq .item {
	margin-bottom: 80px;
}

.faq .item:last-child {
	margin-bottom: 0;
}


.faq .txts {
	margin-top: 30px;
}

.pdDisplay img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.core {
	margin-top: 80px;
}

.core .list {
	margin-top: 40px;
}


.core .list .item {
	margin-bottom: 16px;
}


.core .list .item:last-child {
	margin-bottom: 0;
}

.core .list .compare {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.core .list .compare .disPlay {
	position: relative;
}



.core .list .compare .disPlay:nth-child(n) {
	width: 48.85%;
}


.core .list .compare .disPlay .image {
	border-radius: 12px;
	overflow: hidden;
}

.core .list .compare .disPlay .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.core .list .compare .disPlay .sign {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(50%);
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}


.core .list .compare .disPlay:nth-child(n) .sign {
	width: 60px;
	height: 60px;
}

.core .list .compare .disPlay .sign img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.core .list .tit {
	color: #141414;
	font-size: 24px;
	line-height: 34px;
	margin-top: 51px;
}

.core .list .txts {
	margin-top: 15px;
}

@media screen and (max-width:1560px) {
	.faq .item {
		margin-bottom: 60px;
	}

	.core .list .compare .disPlay:nth-child(n) .sign {
		width: 50px;
		height: 50px;
	}

	.core .list .compare .disPlay .image {
		border-radius: 10px;
	}

	.core .list .item {
		margin-bottom: 40px;
	}

	.core .list .tit {
		font-size: 22px;
		line-height: 32px;
	}
}

@media screen and (max-width:1333px) {
	.faq .txts {
		margin-top: 20px;
	}

	.faq .item {
		margin-bottom: 40px;
	}

	.core .list .tit {
		font-size: 20px;
		line-height: 30px;
		margin-top: 40px;
	}

	.core .list .compare .disPlay:nth-child(n) .sign {
		width: 45px;
		height: 45px;
	}


	.core .list .compare .disPlay .image {
		border-radius: 5px;
	}

	.core {
		margin-top: 60px;
	}
}

@media screen and (max-width:999px) {
	.faq .item {
		margin-bottom: 30px;
	}

	.core {
		margin-top: 50px;
	}

	.core .list .compare .disPlay:nth-child(n) .sign {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:768px) {
	.core .list .compare .disPlay:nth-child(n) .sign {
		width: 35px;
		height: 35px;
	}

	.core .list .tit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:538px) {
	.core .list {
		margin-top: 30px;
	}

	.core .list .compare {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.core .list .compare .disPlay:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		max-width: 280px;
	}

	.core .list .compare .disPlay:nth-child(1) {
		margin-top: 0;
	}

	.core .list .item {
		margin-bottom: 30px;
	}

	.core .list .tit {
		margin-top: 30px;
	}
}





.scenarios {
	margin-top: 68px;
}


.scenarios .list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}


.scenarios .list .item {
	width: 23.92%;
	margin-right: 1.44%;
	margin-top: 19px;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}


.scenarios .list .item:nth-child(4n) {
	margin-right: 0;
}


.scenarios .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.scenarios .list .image {
	position: relative;
}

.scenarios .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.scenarios .list .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.70) 100%);
}


.scenarios .list .name {
	position: absolute;
	left: 0;
	bottom: 23px;
	max-height: 100%;
	padding: 0 25px;
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media screen and (max-width:1560px) {
	.scenarios {
		margin-top: 80px;
	}

	.scenarios .list {
		margin-top: 40px;
	}

	.scenarios .list .name {
		font-size: 20px;
		line-height: 30px;
	}

	.scenarios .list .item {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.scenarios {
		margin-top: 60px;
	}

	.scenarios .list .item {
		border-radius: 5px;
	}

	.scenarios .list .name {
		font-size: 18px;
		line-height: 28px;
		padding: 0 20px;
	}
}

@media screen and (max-width:999px) {
	.scenarios {
		margin-top: 50px;
	}

	.scenarios .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

	.scenarios .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.scenarios .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.scenarios .list .name {
		font-size: 16px;
		line-height: 28px;
		padding: 0 10px;
		bottom: 10px;
	}

	.scenarios .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.scenarios {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.scenarios .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.scenarios .list {
		justify-content: space-between;
	}

	.scenarios .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}

.reshaping {
	padding: 100px 0 100px 0;
}


.reshaping .title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.reshaping .title1 {
	flex-shrink: 0;
	margin-right: 29.35%;
}

.reshaping .title .txts {
	flex: 1;
	color: #4D4D4D;
	font-size: 20px;
	line-height: 32px;
}


.reshaping .con {
	margin-top: 69px;
	position: relative;
}


.reshaping .swiper {
	overflow: visible;
}

.reshaping .swiper .swiper-slide {
	width: 100%;
	margin-right: 20px;
}


.swiperBox .sBtns>div {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.swiperBox .sBtns>div:hover {
	background: rgba(255, 255, 255, 0.20);
	border-color: transparent;
	color: #141414;
}

.swiperBox .sBtns>div.prev {
	left: 30px;
}

.swiperBox .sBtns>div.next {
	right: 30px;
}


.reshaping .parameters {
	position: absolute;
	width: 95%;
	top: 36px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.reshaping .parameters .numList {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	flex-wrap: wrap;
}

.reshaping .parameters .numList.active {
	opacity: 1;
	pointer-events: all;
}

.reshaping .numList .item {
	padding: 0 40px;
	margin: 10px 0;
}

.reshaping .numList .num {
	display: flex;
	align-items: flex-end;
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 50px;
	line-height: 50px;
}

.reshaping .numList .num i {
	font-style: normal;
	flex-shrink: 0;
	margin-left: 10px;
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 32px;
}


.reshaping .numList .name {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 8px;
}


.reshaping .thumbs {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	bottom: 60px;
	width: 51.4%;
	border-bottom: 2px solid rgba(255, 255, 255, .2);
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.reshaping .thumbs .swiper-slide {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	line-height: 34px;
	position: relative;
	cursor: pointer;
	padding: 15px 20px;
	height: auto;
}


.reshaping .thumbs .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: -2px;
	background-color: #ffffff;
	transition: .4s ease all;
	width: 0;
}


.reshaping .thumbs .swiper-slide.swiper-slide.active::after {
	width: 100%;
}

.reshaping .gallery .image {
	height: 700px;
}

.reshaping .gallery .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1560px) {
	.reshaping .title1 {
		margin-right: 10%;
	}

	.reshaping .con {
		margin-top: 50px;
	}

	.reshaping .thumbs .swiper-slide {
		font-size: 20px;
		line-height: 30px;
		padding: 15px 10px;
	}

	.reshaping .numList .num {
		font-size: 36px;
		line-height: 36px;
	}

	.reshaping .numList .num i {
		font-size: 20px;
	}

	.reshaping .numList .name {
		font-size: 16px;
		line-height: 28px;
	}

	.reshaping .gallery .image {
		height: 600px;
	}
}

@media screen and (max-width:1333px) {
	.reshaping .thumbs .swiper-slide {
		font-size: 18px;
		padding: 10px;
	}

	.reshaping .thumbs {
		bottom: 40px;
	}

	.reshaping .parameters {
		width: 80%;
		top: 40px;
	}

	.reshaping .gallery .image {
		height: 500px;
	}
	.reshaping .numList .num {
		font-size: 30px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.reshaping .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.reshaping .title1 {
		margin-right: 0;
	}

	.reshaping .title .txts {
		margin-top: 20px;
	}

	.reshaping .con {
		margin-top: 40px;
	}

	.swiperBox .sBtns>div.prev {
		left: 20px;
	}

	.swiperBox .sBtns>div.next {
		right: 20px;
	}

	.reshaping .numList .num {
		font-size: 26px;
		line-height: 26px;
	}
	.reshaping .parameters{
		width: 95%;
		top: 20px;
	}
	.reshaping .numList .num i {
		font-size: 16px;
	}

	.reshaping .thumbs .swiper-slide {
		font-size: 16px;
		line-height: 26px;
	}

	.reshaping .gallery .image {
		height: 460px;
	}
}

@media screen and (max-width:768px) {
	.reshaping .con {
		margin-top: 30px;
	}
	.reshaping .numList .num {
		font-size: 22px;
		line-height: 22px;
	}
}

@media screen and (max-width:538px) {
	.reshaping .thumbs {
		width: 90%;
	}
	.reshaping .numList  .item{
		padding: 0 20px;
		margin: 5px 0;
	}
}


.presentation {
	position: relative;
}

.presentation .show {
	height: 100%;
}

.presentation .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.presentation .title1 {
	color: #FFF;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 30px;
	top: 9.4%;
	z-index: 2;
}


.pdList {
	padding: 59px 0 90px 0;
}

.pdList .con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.pdList .show {
	width: 37.2%;
}

.pdList .box {
	width: 61.42%;
}

.pdList .item .image {
	position: relative;
	height: 100%;
}


.pdList .item {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	height: 100%;
	background-color: #E8E8E8;
}


.pdList .item .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
	background-blend-mode: normal, darken, normal;
}


.pdList .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.pdList .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 24px 41px;
	z-index: 8;
}

.pdList .msg .tit {
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 34px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.pdList .msg .txts {
	color: #FFF;
	font-size: 20px;
	line-height: 32px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.pdList .long {
	margin-bottom: 20px;
}



.pdList .list {
	display: flex;
	justify-content: space-between;
}

.pdList .list .item {
	width: 48.9%;
}


@media screen and (max-width:1560px) {
	.presentation .title1 {
		top: 60px;
	}

	.pdList .item {
		border-radius: 10px;
	}

	.pdList .msg {
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.presentation .title1 {
		top: 40px;
	}

	.pdList .msg .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.pdList .item {
		border-radius: 5px;
	}

	.pdList .msg {
		padding: 20px;
	}
}

@media screen and (max-width:999px) {
	.pdList .msg .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.pdList .msg .txts {
		margin-top: 10px;
	}

	.pdList .msg {
		padding: 10px 15px;
	}
}

@media screen and (max-width:768px) {
	.presentation .title1 {
		top: 30px;
	}

	.presentation {
		height: 340px;
	}

	.pdList .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.pdList .show {
		width: 100%;
	}

	.pdList .box {
		width: 100%;
		margin-top: 20px;
	}

	.pdList .item {
		height: 240px;
	}

	.pdList .msg {
		padding: 20px;
	}
}

@media screen and (max-width:538px) {
	.pdList .list {
		flex-direction: column;
		align-items: flex-start;
	}

	.pdList .list .item:nth-child(n) {
		margin-top: 20px;
		width: 100%;
	}

	.pdList .list .item:nth-child(1) {
		margin-top: 0;
	}
}



.performance {
	position: relative;
	padding: 90px 0 112px 0;
	overflow: hidden;
	display: flex;
	align-items: center;
}


.performance .show {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.performance .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.performance .show::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.70) 100%);
}

.performance .safeRange {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}


.performance .title1 {
	text-align: center;
	margin-bottom: 84px;
	color: #ffffff;
}


.performance .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 68.9%;
	margin: 0 auto;
}

.performance .con .numList {
	width: 40%;
}

.performance .con .box {
	width: 38.4%;
}


.performance .numList .item {
	margin-top: 36px;
}


.performance .numList .item:nth-child(1) {
	margin-top: 0;
}

.performance .numList .name {
	color: #FFF;
	font-size: 20px;
	line-height: 32px;
}


.performance .numList .num {
	color: #FFF;
	font-size: 50px;
	line-height: 50px;
	font-family: SourceSansPro-Semibold;
	display: flex;
	align-items: flex-end;
	margin-top: 10px;
}



.performance .numList .num i {
	color: #ffffff;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 36px;
}


.performance .box {
	position: relative;
	display: flex;
	justify-content: center;
}



.performance .box .shadow {
	position: absolute;
	top: 97%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
}


@media screen and (max-width:1560px) {
	.performance .numList .num {
		font-size: 46px;
		line-height: 46px;
	}

	.performance .numList .name {
		font-size: 18px;
		line-height: 28px;
	}

	.performance .title1 {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.performance .title1 {
		margin-bottom: 50px;
	}

	.performance .con {
		width: 80%;
	}

	.performance .numList .num {
		font-size: 40px;
		line-height: 40px;
	}

	.performance .numList .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.performance .numList .num {
		font-size: 36px;
		line-height: 36px;
	}

	.performance .con .box {
		width: 40%;
	}

	.performance .con {
		width: 90%;
	}

	.performance .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.performance .con {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}

	.performance .con .numList {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}

	.performance .con .numList .item:nth-child(n) {
		width: 33.33%;
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.performance .con .numList .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.performance .numList .num {
		font-size: 28px;
		line-height: 38px;
	}

	.performance .con .box {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.performance .con .numList {
		justify-content: space-between;
	}

	.performance .con .numList .item:nth-child(n) {
		width: 50%;
		margin-top: 20px;
	}

	.performance .con .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.performance .title1 {
		margin-bottom: 30px;
	}
}

.perData {
	padding: 90px 0 226px 0;
	position: relative;
	overflow: hidden;
}


.perData .show {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.perData .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.perData .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.perData .msg {
	width: 40%;
}


.perData .msg .title1 {
	color: #ffffff;
}

.perData .msg .txts {
	margin-top: 10px;
	color: rgba(255, 255, 255, .9);
	font-size: 20px;
	line-height: 32px;
	margin-top: 31px;
}



.perData .numList {
	margin-top: 87px;
	width: 75%;
}



.perData .numList .item {
	margin-top: 24px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(0, 0, 0, 0.40);
	padding: 30px 39px 28px;
	display: flex;
	align-items: center;
}


.perData .numList .item:nth-child(1) {
	margin-top: 0;
}

.perData .numList .name {
	color: #FFF;
	font-size: 24px;
	line-height: 34px;
	flex-shrink: 0;
	margin-right: 30px;
}

.perData .numList .num {
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 50px;
	line-height: 60px;
	display: flex;
	align-items: flex-end;
}

.perData .numList .num i {
	font-style: normal;
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 30px;
	line-height: 50px;
	margin-left: 13px;
}


.perData .box {
	width: 48%;
	position: relative;
	margin-top: 5.6%;
	margin-right: 1%;
}


.perData .box .shadow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 91%;
	z-index: -1;
	width: 100%;
}

.perData .box .shadow img {
	display: block;
}

.perData .box .image {
	display: flex;
	align-items: center;
	justify-content: center;
}


.pdNumShow {
	position: relative;
	display: flex;
	align-items: center;
}




.pdNumShow .show {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.pdNumShow .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.pdNumShow .con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 276px 0 276px 0;
}

.pdNumShow .con .numList {
	width: 30%;
}


.pdNumShow .con .item {
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(0, 0, 0, 0.40);
	padding: 30px 39px 28px;
	display: flex;
	align-items: center;
	margin-top: 24px;
}

.pdNumShow .con .item:nth-child(1) {
	margin-top: 0;
}



.pdNumShow .con .name {
	color: #FFF;
	font-size: 24px;
	line-height: 40px;
}


.pdNumShow .con .num {
	color: #FFF;
	font-size: 50px;
	line-height: 60px;
	font-family: SourceSansPro-Semibold;
	display: flex;
	align-items: flex-end;
	margin-left: 31px;
}


.pdNumShow .con .num i {
	font-style: normal;
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 30px;
	line-height: 50px;
	margin-left: 10px;
}


@media screen and (max-width:1560px) {
	.perData {
		padding: 80px 0 140px;
	}

	.perData .msg .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.perData .numList .item,
	.pdNumShow .con .item {
		padding: 20px;
	}

	.perData .numList {
		width: 80%;
	}

	.perData .numList .num,
	.pdNumShow .con .num {
		font-size: 46px;
		line-height: 46px;
	}

	.perData .numList .num i,
	.pdNumShow .con .num i {
		font-size: 26px;
		line-height: 36px;
	}

	.perData .numList .name,
	.pdNumShow .con .name {
		font-size: 20px;
		line-height: 30px;
	}

	.pdNumShow .con {
		padding: 140px 0;
	}

	.pdNumShow .con .num i {
		width: 32%;
	}
}

@media screen and (max-width:1333px) {
	.perData .msg .txts {
		font-size: 18px;
	}

	.perData .numList {
		margin-top: 50px;
	}

	.perData {
		padding: 60px 0 80px 0;
	}

	.perData .numList .num,
	.pdNumShow .con .num {
		font-size: 36px;
		line-height: 36px;
	}

	.perData .numList .num i,
	.pdNumShow .con .num i {
		font-size: 22px;
		line-height: 30px;
	}

	.perData .numList .item {
		border-radius: 5px;
	}

	.pdNumShow .con {
		padding: 100px 0;
	}

	.pdNumShow .con .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.perData .msg {
		width: 46%;
	}

	.perData .msg .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.perData .numList .num,
	.pdNumShow .con .num {
		font-size: 28px;
		line-height: 28px;
	}

	.perData .numList .num i,
	.pdNumShow .con .num i {
		font-size: 20px;
		line-height: 20px;
	}

	.perData {
		padding: 50px 0 60px 0;
	}

	.perData .msg .txts {
		margin-top: 20px;
	}

	.pdNumShow .con {
		padding: 80px 0;
	}

	.pdNumShow .con .numList {
		width: 36%;
	}
}

@media screen and (max-width:768px) {
	.perData .con {
		flex-direction: column;
		align-items: center;
	}

	.perData .msg {
		width: 100%;
	}

	.perData .numList {
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.perData .numList .item {
		width: 48%;
		margin-top: 20px;
	}


	.perData .numList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.perData .box {
		width: 100%;
		margin: 0;
		margin-top: 30px;
		max-width: 340px;
	}

	.pdNumShow .con .numList {
		width: 48%;
	}

	.pdNumShow .con {
		padding: 60px 0;
	}
}

@media screen and (max-width:538px) {
	.perData .numList .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.perData .numList .name {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.pdNumShow .con .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.pdNumShow .con .num {
		margin-left: 0;
		margin-top: 5px;
	}
}

.whichProducts {
	padding: 80px 0 100px 0;
}

.whichProducts .txts {
	color: #4D4D4D;
	font-size: 20px;
	line-height: 32px;
	margin-top: 30px;
}


.whichProducts .swiper {
	margin-top: 68px;
}



.whichProducts .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.whichProducts .title {
	color: #141414;
	text-align: center;
	font-family: SourceSansPro-Semibold;
	font-size: 28px;
}

.whichProducts .title:hover {
	color: #0070C0;
}

.whichProducts .sign {
	text-align: center;
	margin-top: 10px;
	color: #4D4D4D;
	font-size: 18px;
	line-height: 30px;
	margin-top: 8px;
}

.whichProducts .image {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 36px;
	overflow: hidden;
}



.whichProducts .btn {
	color: #0070C0;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: 50px;
	position: relative;
}


.whichProducts .btn::after {
	content: "";
	position: absolute;
	width: 0%;
	right: 0;
	height: 1px;
	background-color: #0070C0;
	bottom: -1px;
	transition: .4s ease all;
}


.whichProducts .btn:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}


.whichProducts .line {
	width: 60%;
	height: 1px;
	margin-top: 39px;
	background-color: #666;
}

.whichProducts .list {
	margin-top: 42px;
}


.whichProducts .list .item {
	margin-top: 48px;
}

.whichProducts .list .item:nth-child(1) {
	margin-top: 0;
}

.whichProducts .list .tit {
	color: #141414;
	text-align: center;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 34px;
}

.whichProducts .list .txts {
	text-align: center;
	color: #4D4D4D;
	font-size: 18px;
	line-height: 30px;
	margin-top: 2px;
}


.whichProducts .swiper-scrollbar {
	position: static;
	margin-top: 50px;
	width: 100%;
}

.whichProducts .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #0070C0;
}


@media screen and (max-width:1560px) {
	.whichProducts .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.whichProducts .swiper {
		margin-top: 50px;
	}

	.whichProducts .title {
		font-size: 24px;
		line-height: 34px;
	}

	.whichProducts .sign {
		font-size: 16px;
		line-height: 26px;
	}

	.whichProducts .btn {
		margin-top: 20px;
	}

	.whichProducts .line {
		width: 80%;
		margin-top: 20px;
	}

	.whichProducts .list {
		margin-top: 20px;
	}

	.whichProducts .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.whichProducts .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.whichProducts .txts {
		margin-top: 20px;
	}

	.whichProducts .title {
		font-size: 22px;
		line-height: 30px;
	}

	.whichProducts .image {
		margin-top: 30px;
	}

	.whichProducts .list .tit {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.whichProducts .swiper {
		margin-top: 30px;
	}

	.whichProducts .sign {
		font-size: 14px;
		line-height: 24px;
	}

	.whichProducts .title {
		font-size: 20px;
	}

	.whichProducts .list .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.whichProducts .list .item {
		margin-top: 20px;
	}

	.whichProducts .swiper-scrollbar {
		height: 3px;
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.whichProducts .image {
		margin-top: 20px;
	}
}

.intelligent {
	padding: 80px 0 84px 0;
	position: relative;
}

.intelligent .show {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}



.intelligent .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.intelligent .show::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}


.intelligent .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.intelligent .msg {
	flex: 1;
}

.intelligent .cBtn {
	background-color: #ffffff;
	color: #141414;
	border-color: #ffffff;
	margin-left: 30px;
	margin-right: 71px;
	width: 164px;
	margin-top: 4px;
	flex-shrink: 0;
}

.intelligent .cBtn::after {
	background-color: #141414;
}

.intelligent .cBtn:hover {
	background-color: #0070C0;
	color: #ffffff;
	border-color: #0070C0;
}

.intelligent .cBtn:hover::after {
	background-color: #ffffff;
}

.intelligent .title1 {
	color: #ffffff;
}


.intelligent .tit {
	color: #FFF;
	font-size: 24px;
	font-family: SourceSansPro-Semibold;
	line-height: 36px;
	margin-top: 51px;
}

.intelligent .txts {
	color: #FFF;
	font-size: 20px;
	line-height: 32px;
	margin-top: 23px;
}

@media screen and (max-width:1560px) {
	.intelligent .tit {
		margin-top: 30px;
	}

	.intelligent .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.intelligent .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.intelligent .cBtn {
		margin-right: 0;
		margin-top: 0;
	}
}

@media screen and (max-width:999px) {
	.intelligent .tit {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.intelligent .txts {
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.intelligent .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.intelligent .cBtn {
		width: 140px;
		margin-left: 0;
		margin-top: 30px;
	}
}


.weldingRobot {
	padding: 90px 0 90px 0;
}

.weldingRobot .swiperBox {
	margin-top: 61px;
}

.weldingRobot .swiper {
	overflow: visible;
}


.weldingRobot .swiper-slide {
	position: relative;
}

.weldingRobot .swiper-slide .msg {
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 30px;
	width: 100%;
}

.weldingRobot .swiper-slide .name {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}

.swiperBox {
	position: relative;
}

.weldingRobot .swiper .image {
	height: 700px;
}


.weldingRobot .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

@media screen and (max-width:1560px) {
	.weldingRobot .swiper .image {
		height: 600px;
	}

	.weldingRobot .swiperBox {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.weldingRobot .swiper .image {
		height: 500px;
	}

	.weldingRobot .swiperBox {
		margin-top: 40px;
	}

	.weldingRobot .swiper-slide .name {
		font-size: 16px;
		line-height: 28px;
	}

	.weldingRobot .swiper-slide .msg {
		padding: 20px;
	}
}

@media screen and (max-width:999px) {
	.weldingRobot .swiper .image {
		height: 460px;
	}

	.weldingRobot .swiperBox {
		margin-top: 30px;
	}

	.weldingRobot .swiper-slide .name {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.weldingRobot .swiper .image {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.weldingRobot .swiper .image {
		height: 280px;
	}
}

.technology .clear {
	display: none;
}

.technology .item {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	align-items: center;
}

.technology .item:nth-child(1) {
	margin-top: 0;
}


.technology .item .image {
	width: 49.28%;
	border-radius: 12px;
	overflow: hidden;
}


.technology .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}

.technology .msg {
	width: 45.9%;
}


.technology .txts {
	margin-top: 50px;
}


.technology .txts p {
	color: #141414;
	font-size: 24px;
	line-height: 51px;
}


.technology .txts p:last-child {
	margin-bottom: 0;
}


.technology .txts p em {
	display: block;
	position: relative;
	padding-left: 37px;
	font-style: normal;
}

.technology .txts p em::after {
	content: "";
	position: absolute;
	left: 14px;
	top: 24px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background-color: #141414;
}

@media screen and (max-width:1560px) {
	.technology .item .image {
		border-radius: 10px;
	}

	.technology .txts p {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.technology .txts p:last-child {
		margin-bottom: 0;
	}

	.technology .txts p em {
		padding-left: 20px;
	}

	.technology .txts p em::after {
		top: 12px;
		left: 0;
	}

	.technology .txts {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.technology .txts p {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.technology .item .image {
		border-radius: 5px;
	}

	.technology .item {
		margin-top: 40px;
	}

	.technology .txts {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.technology .txts p {
		font-size: 16px !important;
	}

	.technology .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.technology .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.technology .txts p {
		margin-bottom: 0;
	}

	.technology .msg {
		width: 100%;
		margin-top: 20px;
	}

	.technology .item .image {
		width: 100%;
		height: 340px;
	}


	.technology .item .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

}

@media screen and (max-width:538px) {
	.technology .item .image {
		height: 280px;
	}
}


.originating {
	background-color: #F7F7F7;
	padding: 79px 0 100px 0;
	margin-top: 81px;
}


.originating .title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.originating .title .cBtn {
	border-color: #0070C0;
	color: #0070C0;
	flex-shrink: 0;
	margin-left: 30px;
}


.originating .title .cBtn::after {
	background-color: #0070C0;
}

.originating .title .cBtn:hover {
	background-color: #0070C0;
	color: #ffffff;
}

.originating .title .cBtn:hover::after {
	background-color: #ffffff;
}


.originating .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}


.originating .list .image {
	width: 32.42%;
	margin-right: 1.37%;
	margin-top: 20px;
	border-radius: 8px;
	overflow: hidden;
}

.originating .list .image:nth-child(3n) {
	margin-right: 0;
}

.originating .list .image:nth-child(-n+3) {
	margin-top: 0;
}


.originating .list2 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.originating .list2 .image {
	width: 23.92%;
	margin-right: 1.44%;
	border-radius: 8px;
	overflow: hidden;
}


.originating .list2 .image:nth-child(4n) {
	margin-right: 0;
}



.serviceAndSupport {
	padding: 80px 0 100px 0;
	position: relative;
}


.serviceAndSupport .show {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}


.serviceAndSupport .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.serviceAndSupport .title1 {
	color: #ffffff;
	text-align: center;
}


.serviceAndSupport .list {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.serviceAndSupport .item {
	width: 48.85%;
	padding: 51px 100px 71px;
	position: relative;
	border-radius: 12px;
	z-index: 9;
	overflow: hidden;
}




.serviceAndSupport .item .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.serviceAndSupport .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.serviceAndSupport .item .tit {
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 36px;
}

.serviceAndSupport .item .txts {
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	margin-top: 12px;
}


@media screen and (max-width:1560px) {
	.originating .list {
		margin-top: 60px;
	}

	.originating .list .image,
	.originating .list2 .image {
		border-radius: 5px;
	}

	.serviceAndSupport .item {
		border-radius: 10px;
		padding: 50px;
	}

	.serviceAndSupport .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.originating {
		margin-top: 60px;
	}

	.originating .list {
		margin-top: 50px;
	}

	.serviceAndSupport .item .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.serviceAndSupport .item {
		border-radius: 5px;
		padding: 40px 30px;
	}
}

@media screen and (max-width:999px) {
	.originating .list {
		margin-top: 40px;
	}

	.serviceAndSupport .item {
		padding: 40px 20px;
	}

	.serviceAndSupport .list {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {

	.originating .list {
		justify-content: space-between;
	}

	.originating .list .image:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.originating .list .image:nth-child(-n+2) {
		margin-top: 0;
	}

	.originating .list2 .image:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.originating .list2 .image:nth-child(3n) {
		margin-right: 0;
	}

	.originating .list2 .image:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.originating .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.originating .title .cBtn {
		margin-left: 0;
		margin-top: 20px;
	}

	.originating .list {
		margin-top: 30px;
	}

	.originating .list .image:nth-child(n) {
		width: 100%;
		height: 240px;
		margin-top: 20px;
	}

	.originating .list .image:nth-child(1) {
		margin-top: 0;
	}

	.originating .list .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.originating .list2 .image:nth-child(n) {
		width: 100%;
		height: 240px;
		margin-top: 20px;
	}

	.originating .list2 .image:nth-child(1) {
		margin-top: 0;
	}

	.originating .list2 .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.serviceAndSupport .list {
		flex-wrap: wrap;
	}

	.serviceAndSupport .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.serviceAndSupport .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 4-1 Solution */

.solution {
	padding: 100px 0 91px 0;
}

.solution .solutionTips {
	color: #4D4D4D;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 30px;
}


.solution .solutionList {
	margin-top: 40px;
}

.solution .industrySolution {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 90px;
}

.solution .industrySolution .list .item:nth-child(n) {
	width: 20.9%;
	margin-top: 59px;
	margin-right: 5.46%;
}

.solution .industrySolution .list .item:nth-child(4n) {
	margin-right: 0;
}

.solution .industrySolution .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.solution .industrySolution .list .sign {
	width: 92px;
	height: 92px;
}

.solution .industrySolution .list .sign img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.solution .industrySolution .list .msg {
	padding: 35px 20px 28px;
}

.solution .industrySolution .list .name {
	margin-top: 24px;
}

.productAdvantage .ingenious {
	margin-top: 59px;
}

.ingenious {
	position: relative;
	overflow: hidden;
}



.ingenious .show {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ingenious .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}

.ingenious .title1 {
	color: #ffffff;
	text-align: center;
}

.ingenious .con {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 90px 0 96px 0;
}

.ingenious .piece {
	display: flex;
	justify-content: space-between;
	margin-top: 56px;
	align-items: center;
	width: 100%;
}


.ingenious .numList {
	display: flex;
	flex-wrap: wrap;
	width: 25.42%;
	transform: translateY(9.4%);
}

.ingenious .numList .item {
	width: 50%;
	border-right: 1px solid rgba(255, 255, 255, .6);
	border-top: 1px solid rgba(255, 255, 255, .6);
	padding: 30px 0 30px 0;
}

.ingenious .numList .item:nth-child(2n) {
	border-right: none;
	padding-left: 50px;
}

.ingenious .numList .item:nth-child(2n-1) {
	padding-right: 50px;
}


.ingenious .numList .item:nth-child(-n+2) {
	border-top: none;
	padding-top: 0;
}

.ingenious .numList .item:nth-child(5),
.ingenious .numList .item:nth-child(6) {
	padding-bottom: 0;
}




.ingenious .box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	position: relative;
	padding-left: 13%;
}

.ingenious .box .imgShadow {
	position: absolute;
	top: 96.3%;
	left: 50%;
	transform: translateX(-50%);
}


.ingenious .box .imgShadow img {
	display: block;
}



.ingenious .numList .num {
	display: flex;
	align-items: flex-end;
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
}

.ingenious .numList .num i {
	font-style: normal;
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 34px;
	flex-shrink: 0;
	margin-left: 10px;
}


.ingenious .numList .name {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 3px;
}


.appList {
	position: relative;
}


.appList .con {
	padding: 90px 0 160px 0;
}





.appList .show {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}



.appList .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.appList .title1 {
	color: #ffffff;
	text-align: center;
}


.appList .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 264px;
}

.appList .list .item {
	width: 48.85%;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.36);
	background: rgba(39, 39, 39, 0.80);
	backdrop-filter: blur(5px);
	padding: 32px 30px 29px;
	margin-top: 32px;
}

.appList .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.appList .list .tit {
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 34px;
}

.appList .list .txts {
	color: #FFF;
	font-size: 20px;
	line-height: 32px;
	margin-top: 19px;
}

.appList .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}


.appList .btns>.cBtn:nth-child(1) {
	width: 182px;
	margin-right: 41px;
}




@media screen and (max-width:1560px) {
	.solution .solutionTips {
		font-size: 18px;
		line-height: 28px;
	}

	.solution .solutionList {
		margin-top: 80px;
	}

	.solution .industrySolution {
		margin-top: 80px;
	}

	.solution .industrySolution .list .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.solution .industrySolution .list .item:nth-child(4n) {
		margin-right: 0;
	}

	.solution .industrySolution .list .item:nth-child(-n+4) {
		margin-top: 0;
	}

	.solution .industrySolution .list .sign {
		width: 80px;
		height: 80px;
	}

	.productAdvantage .ingenious {
		margin-top: 40px;
	}

	.ingenious .box {
		padding: 0;
	}

	.ingenious .numList {
		transform: translateY(0);
		width: 30%;
	}

	.ingenious .box {
		width: 70%;
		flex: none;
	}

	.ingenious .numList .num {
		font-size: 46px;
		line-height: 46px;
	}

	.ingenious .numList .num i {
		font-size: 20px;
		line-height: 30px;
	}

	.appList .list {
		margin-top: 60px;
	}

	.appList .list .item {
		border-radius: 10px;
	}

	.appList .list .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.appList .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.appList .con {
		padding: 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.solution .solutionList {
		margin-top: 60px;
	}

	.solution .industrySolution {
		margin-top: 60px;
	}

	.solution .industrySolution .list .sign {
		width: 60px;
		height: 60px;
	}

	.solution .industrySolution .list .msg {
		padding: 20px;
	}

	.solution .industrySolution .list .name {
		margin-top: 10px;
	}

	.ingenious .box {
		width: 40%;
	}

	.ingenious .numList {
		width: 50%;
	}

	.ingenious .piece {
		margin-top: 40px;
	}

	.ingenious .numList .num {
		font-size: 36px;
		line-height: 36px;
	}

	.appList .list .item {
		border-radius: 5px;
	}

	.appList .con {
		padding: 60px 0;
	}

	.appList .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.appList .list {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.solution .solutionTips {
		font-size: 16px;
		line-height: 28px;
	}

	.solution .solutionList,
	.solution .industrySolution {
		margin-top: 50px;
	}

	.solution .industrySolution .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	.solution .industrySolution .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.solution .industrySolution .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.solution .industrySolution .list .sign {
		width: 50px;
		height: 50px;
	}

	.productAdvantage .ingenious {
		margin-top: 30px;
	}

	.ingenious .numList .num {
		font-size: 28px;
		line-height: 28px;
	}

	.ingenious .numList .item {
		padding: 20px 0 20px 0;
	}

	.ingenious .numList .item:nth-child(2n-1) {
		padding-right: 20px;
	}

	.ingenious .numList .item:nth-child(2n) {
		padding-left: 20px;
	}

	.ingenious .numList .num i {
		font-size: 16px;
		line-height: 26px;
	}

	.ingenious .piece {
		margin-top: 30px;
	}

	.appList .list .item {
		padding: 24px;
	}

	.appList .con {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {

	.solution .solutionList,
	.solution .industrySolution {
		margin-top: 40px;
	}

	.ingenious .piece {
		flex-direction: column;
		align-items: flex-start;
	}

	.ingenious .numList {
		width: 100%;
	}

	.ingenious .piece {
		margin-top: 40px;
	}

	.ingenious .box {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.appList .con {
		padding: 40px 0;
	}

	.solution .solutionTips {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:538px) {
	.solution .industrySolution .list .item:nth-child(n) {
		width: 48%;
		margin: 0;
		margin-top: 20px;
	}

	.solution .industrySolution .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.ingenious .numList .num {
		font-size: 26px;
		line-height: 36px;
	}

	.appList .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.appList .list .item:nth-child(1) {
		margin-top: 0;
	}

	.appList .list {
		margin-top: 30px;
	}
}


/* 4-2 Solution */

.newEnergy {
	background-color: #f4f4f4;
	padding: 93px 0 120px 0;
}


.supply .title1 {
	text-align: center;
}


.supply .checkBtns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 43px;
}


.supply .checkBtns .item {
	text-align: center;
	padding: 5px 29px;
	font-size: 18px;
	line-height: 28px;
	color: #141414;
	cursor: pointer;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 80px;
	border: 1px solid #808080;
	margin: 10px 20px;
}



.supply .checkBtns .item.active,
.supply .checkBtns .item:hover {
	background-color: #0070C0;
	color: #ffffff;
	border-color: #0070C0;
}



.supply .checks {
	margin-top: 56px;
}


.supply .checks .item {
	display: flex;
	justify-content: space-between;
}


.supply .imgSwiper {
	width: 50%;
	overflow: hidden;
	border-radius: 12px;
}


.supply .imgSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.supply .msg {
	width: 43.57%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}


.supply .msgSwiper {
	width: 100%;
	z-index: 9;
	overflow: hidden;
	position: relative;
}



.supply .msgSwiper .tit {
	color: #141414;
	font-family: SourceSansPro-Semibold;
	font-size: 28px;
	line-height: 40px;
}

.supply .msgSwiper .box {
	margin-top: 71px;
}

.supply .msgSwiper .name {
	color: #0070C0;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 36px;
}


.supply .msgSwiper .txts {
	margin-top: 23px;
}

.supply .msgSwiper .txts p {
	color: #4D4D4D;
	hyphens: auto;
	font-size: 20px;
	line-height: 32px;
}



.supply .msg .swiper-pagination {
	position: static;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	bottom: 0px;
	margin-top: 40px;
}

.supply .msg .swiper-pagination span {
	margin: 5px 20px 0 0 !important;
	width: 50px;
	height: 2px;
	background-color: #CCC;
	opacity: 1;
	border-radius: 0;
}


.supply .msg .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #0070C0;
}

.newEnergy .painPoints {
	margin-top: 153px;
}

.painPoints .title1 {
	text-align: center;
}

.painPoints .list {
	margin-top: 63px;
	display: flex;
	flex-wrap: wrap;
}


.painPoints .list .item {
	width: 28.57%;
	margin-right: 7.145%;
	margin-top: 30px;
	border-radius: 12px;
	border: 12px solid #E6E6E6;
	background: #FFF;
	padding: 44px 20px 42px;
}

.painPoints .list .item:nth-child(3n) {
	margin-right: 0;
}

.painPoints .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.painPoints .list .tit {
	color: #ff4813;
	text-align: center;
	font-family: SourceSansPro-Semibold;
	font-size: 20px;
	line-height: 30px;
	width: 69%;
	margin: 0 auto;
}

.painPoints .list .txts {
	color: #333;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 28px;
}

.newEnergy .partial {
	margin-top: 153px;
}

.newEnergy .partial .title1 {
	text-align: center;
}


.partial .list {
	margin-top: 63px;
	display: flex;
	flex-wrap: wrap;
}


.partial .list .item {
	width: 12.71%;
	position: relative;
	display: flex;
	align-items: center;
	padding: 72px 30px 110px;
	border-radius: 8px;
	background: #FFF;
	margin-right: 1.462%;
	transition: none;
}

.partial .list .item.active {
	width: 29.14%;
	background-color: #141414;
}

.partial .list .item:last-child {
	margin-right: 0;
}

.partial .list .item .showTit {
	color: #141414;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 36px;
	transition: none;
}


.partial .list .item.active .showTit {
	opacity: 0;
}


.partial .list .item .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	opacity: 0;
	padding: 37px 31px 37px;
	transition: none;
}

.partial .list .item .msg::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #141414;
	border-radius: 10px;
}

.partial .list .item .msg::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	border-radius: 10px;
}

.partial .list .item .msg::-webkit-scrollbar-track {
	background-color: transparent;
}



.partial .list .item.active .msg {
	opacity: 1;
}



.partial .list .msg .tit {
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 36px;
}


.partial .list .txts {
	margin-top: 20px;
}


.partial .list .txts p {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
}

.energyPiece {
	padding: 90px 0 110px;
}

.relatedSolution .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.relatedSolution .swiper {
	margin-top: 70px;
}

.relatedSolution .swiper-slide {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}


.relatedSolution .swiper-slide .image {
	height: 100%;
}

.relatedSolution .swiper-slide .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.relatedSolution .swiper-slide .tit {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 24px 0;

}


.relatedSolution .swiper-slide .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
	padding: 0 30px;
	color: #ffffff;
	font-size: 20px;
	line-height: 32px;
}

.relatedSolution .swiper-slide .name:hover {
	color: #0070C0;
}

@media screen and (max-width:1560px) {
	.supply .checkBtns {
		margin-top: 40px;
	}

	.supply .checkBtns .item {
		margin: 5px 10px;
	}

	.supply .checks {
		margin-top: 40px;
	}

	.supply .imgSwiper {
		border-radius: 10px;
	}

	.supply .msgSwiper .box {
		margin-top: 40px;
	}

	.supply .msgSwiper .name {
		font-size: 22px;
		line-height: 30px;
	}

	.supply .msgSwiper .txts p {
		font-size: 18px;
	}

	.newEnergy .painPoints {
		margin-top: 80px;
	}

	.painPoints .list {
		margin-top: 50px;
	}

	.painPoints .list .tit {
		width: 100%;
	}

	.painPoints .list .item {
		width: 30%;
		margin-right: 5%;
		border-radius: 5px;
	}

	.newEnergy .partial {
		margin-top: 80px;
	}

	.partial .list .msg .tit,
	.partial .list .item .showTit {
		font-size: 20px;
		line-height: 30px;
	}

	.partial .list .item .msg {
		padding: 30px 20px;
	}

	.partial .list .item {
		padding: 80px 20px;
	}

	.partial .list {
		margin-top: 50px;
	}

	.relatedSolution .swiper {
		margin-top: 50px;
	}

	.relatedSolution .swiper-slide {
		border-radius: 10px;
	}

	.relatedSolution .swiper-slide .name {
		padding: 0 20px;
	}
}

@media screen and (max-width:1333px) {
	.supply .checkBtns {
		margin-top: 30px;
	}

	.supply .checkBtns .item {
		font-size: 16px;
		line-height: 26px;
	}

	.supply .msgSwiper .tit {
		font-size: 24px;
		line-height: 34px;
	}

	.supply .msgSwiper .name {
		font-size: 20px;
		line-height: 30px;
	}

	.supply .msgSwiper .box {
		margin-top: 30px;
	}

	.supply .msgSwiper .txts {
		margin-top: 20px;
	}

	.supply .msg .swiper-pagination {
		margin-top: 30px;
	}

	.supply .imgSwiper {
		border-radius: 5px;
	}

	.supply .checks {
		margin-top: 30px;
	}

	.newEnergy .painPoints {
		margin-top: 60px;
	}

	.painPoints .list .item {
		width: 32%;
		margin-right: 2%;
	}

	.painPoints .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.painPoints .list .item {
		padding: 40px 20px;
		border-width: 6px;
	}

	.painPoints .list {
		margin-top: 40px;
	}

	.newEnergy .partial {
		margin-top: 60px;
	}

	.partial .list .item {
		padding: 60px 20px;
		border-radius: 5px;
	}

	.relatedSolution .swiper {
		margin-top: 40px;
	}

	.relatedSolution .swiper-slide {
		border-radius: 5px;
	}

	.relatedSolution .swiper-slide .name {
		font-size: 18px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.supply .msgSwiper .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.supply .msgSwiper .name {
		font-size: 18px;
		line-height: 28px;
	}

	.supply .msgSwiper .box {
		margin-top: 20px;
	}

	.supply .checkBtns .item {
		font-size: 14px;
		line-height: 26px;
		padding: 5px 20px;
	}

	.supply .msg .swiper-pagination span {
		width: 30px;
	}

	.newEnergy .painPoints {
		margin-top: 50px;
	}

	.painPoints .list {
		margin-top: 30px;
	}

	.painPoints .list .item {
		padding: 30px 20px;
	}

	.painPoints .list .txts {
		margin-top: 20px;
	}

	.painPoints .list {
		justify-content: space-between;
	}

	.painPoints .list .item:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 20px;
	}

	.painPoints .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.newEnergy .partial {
		margin-top: 50px;
	}

	.partial .list .item .msg {
		position: static;
		padding: 0;
		opacity: 1;
	}

	.partial .list .item .showTit {
		display: none;
	}

	.partial .list {
		margin-top: 40px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.partial .list .item:nth-child(n) {
		width: 49%;
		margin-right: 0%;
		padding: 30px;
		margin-top: 20px;
		background-color: #141414;
	}

	.partial .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.partial .list .msg .tit,
	.partial .list .item .showTit {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.supply .checks .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.supply .imgSwiper {
		width: 100%;
		height: 300px;
	}

	.supply .msg {
		width: 100%;
		margin-top: 30px;
	}

	.newEnergy .painPoints {
		margin-top: 40px;
	}

	.newEnergy .partial {
		margin-top: 40px;
	}

	.relatedSolution .swiper-slide .name {
		font-size: 16px;
		line-height: 28px;
	}

	.relatedSolution .swiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.supply .checkBtns .item {
		padding: 3px 10px;
		margin: 5px;
	}

	.supply .imgSwiper {
		height: 280px;
	}

	.painPoints .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.painPoints .list .item:nth-child(1) {
		margin-top: 0;
	}

	.partial .list .item:nth-child(n) {
		width: 100%;
		margin-top: 20px;
	}

	.partial .list .item:nth-child(1) {
		margin-top: 0;
	}

	.relatedSolution .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.relatedSolution .title .sBtns>div {
		margin-top: 20px;
	}

	.relatedSolution .swiper-slide .image {
		height: 280px;
	}

	.partial .list .item:nth-child(n) {
		padding: 20px;
	}
}

/* 5-1 Core Advantage */




.innerCrumb {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 123px;
	width: 100%;
	pointer-events: none;
}

.innerCrumb .crumb {
	pointer-events: all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #ffffff ;
}

.innerCrumb .crumb a,
.innerCrumb .crumb i {
	color: #ffffff;
}


.innerCrumb .crumb img {
	filter: grayscale(100%) brightness(500%);
}

.fullShow .piece {
	height: 110px;
}

.fullShow .title1 {
	color: #ffffff;
	text-align: center;
}


.fullShow .numItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 55px;
}

.fullShow .numItem .num {
	text-align: center;
	color: #FFF;
	text-align: center;
	font-family: SourceSansPro-Bold;
	font-size: 64px;
	line-height: 64px;
}

.fullShow .numItem .txts {
	text-align: center;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
}

.fullShow .txts {
	color: #FFF;
	text-align: center;
	font-size: 20px;
	margin-top: 17px;
}

.fullShow .txts span {
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 90px;
	line-height: 90px;
}

@media screen and (max-width:1560px) {
	.innerCrumb {
		top: 100px;
	}

	.fullShow .numItem .num {
		font-size: 54px;
		line-height: 54px;
	}

	.fullShow .txts span {
		font-size: 60px;
		line-height: 60px;
	}

	.fullShow .txts {
		margin-top: 30px;
	}

	.fullShow .piece {
		height: 140px;
	}
}

@media screen and (max-width:1333px) {
	.fullShow .piece {
		height: 100px;
	}

	.fullShow .numItem .num {
		font-size: 48px;
		line-height: 48px;
	}

	.fullShow .numItem {
		margin-top: 40px;
	}

	.fullShow .numItem .txts {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}

	.fullShow .txts span {
		font-size: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width:999px) {
	.innerCrumb {
		top: 80px;
	}

	.fullShow .piece {
		height: 60px;
	}

	.fullShow .numItem .num {
		font-size: 42px;
		line-height: 42px;
	}

	.fullShow .numItem .txts {
		font-size: 16px;
		line-height: 28px;
	}

	.fullShow .txts span {
		font-size: 42px;
		line-height: 42px;
	}

	.appList .btns {
		margin-top: 40px;
	}

	.appList .btns>.cBtn:nth-child(1) {
		width: 160px;
		margin-right: 30px;
	}

	.goldAgent>.safeRange>.title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:768px) {

	.fullShow .numItem .num,
	.fullShow .txts span {
		font-size: 36px;
		line-height: 36px;
	}
}

@media screen and (max-width:538px) {}



/* 6-1 About Dongxin */

.aboutUs {
	position: relative;
	min-height: 100vh;
	padding: 123px 0 100px 0;
}

.aboutUs .show {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.aboutUs .show img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.aboutUs .show::after {
	content: "";
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.aboutUs .crumb a,
.aboutUs .crumb i {
	color: #ffffff;
}

.aboutUs .crumb a img {
	filter: grayscale(100%) brightness(500%);
}


.aboutUs .title {
	color: #FFF;
	text-align: center;
	font-family: SourceSansPro-Bold;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
}

.aboutUs .con {
	width: 71%;
	margin: 0 auto;
	margin-top: 44px;
}

.aboutUs .txts {
	margin-top: 60px;
}

.aboutUs .txts p {
	text-align: center;
	color: #ffffff;
	line-height: 30px;
	font-size: 18px;
	margin-bottom: 24px;
}

.aboutUs .txts p:last-child {
	margin-bottom: 0;
}

.aboutUs .numList {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 81px;
}

.aboutUs .numList .line {
	width: 1px;
	height: 60px;
	margin: 0 60px;
	background-color: #ffffff;
}

.aboutUs .numList .num {
	color: #FFF;
	text-align: center;
	font-family: SourceSansPro-Bold;
	font-size: 36px;
	line-height: 46px;
}

.aboutUs .numList .name {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-top: 1px;
}


.aboutUs .numList i {
	font-style: normal;
	font-family: SourceSansPro-Regular;
	color: #FFF;
	font-size: 18px;
	line-height: 30px;
	flex-shrink: 0;
	margin-left: 5px;
}



.aboutPiece {
	padding: 100px 0 80px 0;
}


.brandSlogan .title1 {
	text-align: center;
}

.brandSlogan .tip {
	color: #141414;
	text-align: center;
	font-family: SourceSansPro-Semibold;
	font-size: 29px;
	line-height: 36px;
	margin-top: 27px;
}

.brandSlogan .image {
	margin-top: 57px;
	border-radius: 12px;
	overflow: hidden;
}

.aboutPiece .brandPhilosophy {
	margin-top: 90px;
}


.brandPhilosophy .title1 {
	text-align: center;
}

.brandPhilosophy .list {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.brandPhilosophy .list .item {
	width: 23.57%;
	margin: 20px 1%;
	border-radius: 12px;
	border: 1px solid #141414;
	padding: 49px 30px 59px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.brandPhilosophy .list .sign {
	width: 50px;
	height: 50px;
}

.brandPhilosophy .list .item:hover .sign img {
	filter: grayscale(100%) brightness(5000%);
}

.brandPhilosophy .list .tit {
	text-align: center;
	margin-top: 32px;
	color: var(--10, #141414);
	text-align: center;
	font-family:
		SourceSansPro-Semibold;
	font-size: 28px;
	line-height: 40px;
}


.brandPhilosophy .list .item:hover .tit {
	color: #ffffff;
}


.brandPhilosophy .list .txts {
	color: #141414;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin-top: 18px;
}

.brandPhilosophy .list .item:hover .txts {
	color: #ffffff;
}



.brandPhilosophy .list .item:hover {
	background-color: #141414;
}



.escort {
	height: 100vh;
	position: relative;
	padding: 100px 0;
}

.escort .show {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.escort .show img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}



.escort .title1 {
	text-align: center;
	color: #ffffff;
}

.escort .txts {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-top: 56px;
}







.contactUs {
	padding: 79px 0 100px 0;
}

.contactUs .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.contactUs .info {
	width: 34%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 21px;
}



.contactUs .info .txts {
	color: #333;
	font-size: 20px;
	line-height: 32px;
	margin-top: 30px;
}


.contactUs .info .msgList {
	margin-top: 66px;
}



.contactUs .msgList li {
	margin-top: 34px;
	display: flex;
	align-items: flex-start;
}

.contactUs .msgList li:nth-child(-n+1) {
	margin-top: 0;
}

.contactUs .msgList .sign {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #0070C0;
	flex-shrink: 0;
	margin-right: 28px;
	transform: translateY(2px);
}




.contactUs .msgList .name {
	color: #333;
	font-family: SourceSansPro-Semibold;
	font-size: 20px;
	line-height: 32px;
}

.contactUs .msgList .num {
	color: #4D4D4D;
	font-size: 18px;
	line-height: 30px;
	margin-top: 0px;
}


.contactUs .msgList .email .num {
	text-decoration: underline;
	word-break: break-all;
}

.contactUs .msgList a.num:hover {
	color: #0070C0;
}


.contactUs .msgList a.num {
	display: inline-block;
}

.contactUs .cForm {
	width: 57.3%;
}


.contactUs .cForm .title1 {
	font-size: 36px;
}


.contactUs .cForm ul {
	margin-top: 21px;
}



.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	font-size: 18px;
}


.cForm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cForm ul li {
	height: 52px;
	width: 48.7%;
	margin-top: 20px;
	padding: 0 11px;
	overflow: hidden;
	border: 1px solid #B3B3B3;
}


.cForm ul li:nth-child(-n+2) {
	width: 100%;
}


.cForm ul li:nth-child(1) {
	margin-top: 0;
}

.cForm ul li.must {
	position: relative;
	padding: 0px 23px;
}

.cForm ul li.message {
	width: 100%;
	height: 180px;
	padding: 13px 22px;
}

.cForm ul li.message.must::after {
	top: 12px;
}



.cForm ul li.must::after {
	content: "*";
	position: absolute;
	top: 11px;
	left: 12px;
	font-size: 16px;
	line-height: 26px;
	color: #808080;
}


.cForm ul li.code {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	border: none;
	border-radius: 0;
	width: 56.3%;
}


.cForm ul li.code input {
	flex: 1;
	padding: 0 22px;
	border: 1px solid #B3B3B3;
}

.cForm ul li.code .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	background-color: #f3fbfe;
	margin-left: 20px;
	overflow: hidden;
}

.cForm ul li.code .codeImg img {
	height: 100%;
}

.cForm ul li.subBtn {
	width: 41.3%;
	padding: 0;
	border: none;
	overflow: hidden;
}



.cForm ul li.subBtn input {
	background-color: #0070C0;
	border: 1px solid #0070C0;
	font-size: 16px;
	font-family: Arial;
	font-weight: 700;
	color: #ffffff;
	cursor: pointer;
	transition: .4s ease all;
}


.cForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #0070C0;
}

.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #808080;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 18px;
	color: #808080;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 18px;
	color: #808080;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 18px;
	color: #808080;
}


.certificate {
	padding: 80px 0 82px 0;
	background-color: #F7F7F7;
}

.certificate .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.certificate .title .swiper {
	margin-top: 30px;
}

.certificate .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	margin-top: 60px;
}


.certificate .image:hover img {
	transform: translateY(-10px);
}

.certificate .name {
	text-align: center;
	margin-top: 16px;
	color: #666;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
}







.factory {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0 90px 0;
}


.factory .title1 {
	text-align: center;
}


.factory .swiper {
	width: 100%;
	overflow: visible;
	margin: 0 auto;
	margin-top: 76px;
}

.factory .swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.factory .image {
	position: relative;
	overflow: hidden;
}

.factory .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.factory .image:hover img {
	transform: none;
}


.factory .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	transition: .4s ease all;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%);
	z-index: 2;
}

.factory .swiper-slide-active .image::after {
	opacity: 0;
}

.factory .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px 46px;
	z-index: 9;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: .4s ease all;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.factory .msg::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	left: 0;
	top: 0;
	transition: .4s ease all;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50%, rgba(0, 0, 0, 0.50) 100%);
	z-index: -1;
	opacity: 0;
}

.factory .swiper-slide-active .msg {
	pointer-events: all;
}



.factory .swiper-slide-active .msg::after {
	opacity: 1;
}

.factory .msg .box {
	width: 60%;
	opacity: 0;
}

.factory .swiper-slide-active .box {
	opacity: 1;
}

.factory .tit {
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 28px;
	line-height: 40px;
}


.factory .txts {
	font-size: 18px;
	line-height: 28px;
	margin-top: 18px;
	color: #ffffff;
}

.factory .sBtns {
	justify-content: center;
}

.factory .sBtns>div {
	margin-top: 50px;
}


.innovative {
	background-image: url("../images/innovativeBg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 80px 0 80px 0;
}

.innovative .title1 {
	text-align: center;
	color: #ffffff;
}

.innovative .con {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innovative .image {
	border-radius: 12px;
	overflow: hidden;
	width: 45%;
}

.innovative .msg {
	width: 48.9%;
	min-height: 184px;
}

.innovative .msg p {
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 17px;
}


.innovative .msg p:last-child {
	margin-bottom: 0;
}



.innovative .msg p em {
	display: block;
	padding-left: 21px;
	font-style: normal;
	position: relative;
}

.innovative .msg p em::after {
	content: "";
	position: absolute;
	left: 0;
	top: 20px;
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ffffff;
}

.innovative .msg p strong {
	font-size: 24px;
	font-family: SourceSansPro-Semibold;
	color: #ffffff;
	font-weight: normal;
	display: inline-block;
	margin-right: 9px;
}


.innerNews {
	padding: 80px 0 65px 0;
}


@media screen and (max-width:1560px) {
	.aboutUs .title {
		font-size: 46px;
		line-height: 60px;
	}

	.aboutUs .con {
		width: 100%;
		margin-top: 30px;
	}

	.aboutUs {
		padding: 100px 0;
	}

	.aboutUs .txts {
		margin-top: 40px;
	}

	.aboutUs .numList {
		margin-top: 60px;
	}

	.brandSlogan .tip {
		font-size: 22px;
		line-height: 32px;
		margin-top: 20px;
	}

	.brandSlogan .image {
		border-radius: 10px;
		margin-top: 40px;
	}

	.aboutPiece .brandPhilosophy {
		margin-top: 80px;
	}

	.brandPhilosophy .list {
		margin-top: 20px;
	}

	.brandPhilosophy .list .item {
		width: 30%;
	}

	.brandPhilosophy .list .tit {
		font-size: 24px;
		line-height: 34px;
		margin-top: 10px;
	}

	.brandPhilosophy .list .item {
		padding: 40px 30px;
		border-radius: 10px;
	}

	.escort {
		padding: 80px 0;
	}

	.escort .txts {
		margin-top: 40px;
	}

	.contactUs .info {
		padding-top: 0;
	}

	.contactUs .info .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.contactUs .info .msgList {
		margin-top: 50px;
	}

	.contactUs .con {
		align-items: center;
	}

	.certificate .swiper {
		margin-top: 50px;
	}

	.factory .swiper {
		margin-top: 40px;
	}

	.innovative .con {
		margin-top: 40px;
	}

	.innovative .image {
		border-radius: 10px;
	}

	.innovative .msg p strong {
		font-size: 22px;
	}

	.innovative .msg p em::after {
		top: 14px;
	}

	.news .sBtns>div,
	.factory .sBtns>div {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .title {
		font-size: 36px;
		line-height: 48px;
	}

	.aboutUs .txts {
		margin-top: 30px;
	}

	.aboutUs {
		padding: 100px 0 60px 0;
	}

	.aboutUs .numList {
		margin-top: 50px;
	}

	.brandSlogan .tip {
		font-size: 20px;
		line-height: 30px;
	}

	.brandSlogan .image {
		border-radius: 5px;
		margin-top: 30px;
	}

	.aboutPiece .brandPhilosophy {
		margin-top: 60px;
	}

	.brandPhilosophy .list .item {
		border-radius: 5px;
		padding: 30px 20px;
	}

	.brandPhilosophy .list .tit {
		font-size: 20px;
		line-height: 32px;
	}

	.brandPhilosophy .list .txts {
		margin-top: 10px;
	}

	.escort .txts {
		margin-top: 30px;
	}

	.escort {
		padding: 60px 0;
	}

	.cForm ul li {
		height: 45px;
	}

	.contactUs .msgList .name {
		font-size: 18px;
		line-height: 28px;
	}

	.certificate .swiper {
		margin-top: 40px;
	}

	.certificate .name {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}

	.factory .msg .box {
		width: 80%;
	}

	.factory .tit {
		font-size: 22px;
		line-height: 32px;
	}

	.factory .msg {
		padding: 30px;
	}

	.factory .sBtns>div {
		margin-top: 30px;
	}

	.innovative .image {
		border-radius: 5px;
	}

	.innovative .msg p strong {
		font-size: 20px;
	}

	.news .sBtns>div {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.aboutUs {
		min-height: calc(100vh - 100px);
	}

	.aboutUs .title {
		font-size: 28px;
		line-height: 38px;
	}

	.aboutUs .numList .num {
		font-size: 28px;
		line-height: 28px;
	}

	.aboutUs .numList .line {
		margin: 0 40px;
	}

	.brandSlogan .tip {
		font-size: 18px;
		line-height: 28px;
	}

	.brandSlogan .image {
		height: 300px;
	}

	.brandSlogan .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.aboutPiece .brandPhilosophy {
		margin-top: 50px;
	}

	.brandPhilosophy .list .item {
		margin: 10px 2%;
		width: 44%;
	}

	.brandPhilosophy .list .sign {
		width: 45px;
		height: 45px;
	}

	.brandPhilosophy .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.escort {
		padding: 50px 0;
		height: calc(100vh - 100px);
	}

	.contactUs .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .info {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.contactUs .info .txts {
		margin-top: 20px;
	}

	.contactUs .msgList .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .info .msgList {
		margin-top: 30px;
		width: 100%;
	}

	.contactUs .cForm {
		width: 100%;
		margin-top: 30px;
	}

	.cForm ul li {
		height: 40px;
	}

	.factory .swiper .swiper-slide {
		height: 360px;
	}

	.factory .image {
		height: 100%;
	}

	.factory .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.factory .swiper {
		margin-top: 30px;
	}

	.innovative .msg p strong {
		font-size: 18px;
	}

	.aboutUs {
		padding: 80px 0 50px 0;
	}

	.aboutUs .numList i {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs {
		min-height: calc(100vh - 90px);
	}

	.aboutUs .title {
		font-size: 24px;
		line-height: 34px;
	}

	.aboutUs .numList {
		margin-top: 40px;
	}

	.aboutUs .numList .line {
		margin: 0 20px;
	}

	.aboutUs .numList .num {
		font-size: 26px;
	}

	.aboutUs {
		padding: 70px 0 40px 0;
	}

	.escort {
		padding: 40px 0;
		height: calc(100vh - 90px);
	}

	.aboutPiece .brandPhilosophy {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.aboutUs .numList {
		flex-wrap: wrap;
	}

	.aboutUs .numList .item:nth-child(n) {
		width: 50%;
		padding: 0 10px;
		margin: 10px 0;
	}

	.aboutUs .numList .line {
		display: none;
		margin: 0;
	}

	.aboutUs .numList {
		margin-top: 30px;
	}

	.brandSlogan .image {
		height: 280px;
	}

	.brandPhilosophy .list .item:nth-child(n) {
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}

	.brandPhilosophy .list .item:nth-child(1) {
		margin-top: 0;
	}

	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	.cForm ul li:nth-child(1) {
		margin-top: 0;
	}

	.certificate .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.certificate .title .sBtns>div {
		margin-top: 20px;
	}

	.certificate .swiper {
		margin-top: 30px;
	}

	.factory .swiper .swiper-slide {
		height: 300px;
	}

	.factory .msg {
		padding: 20px;
	}

	.factory .msg .box {
		width: 100%;
	}

	.innovative .con {
		margin-top: 30px;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.innovative .msg {
		width: 100%;
	}

	.innovative .image {
		width: 100%;
		height: 280px;
		margin-top: 20px;
	}

	.innovative .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}

	.news .sBtns>div,
	.factory .sBtns>div {
		margin-top: 20px;
	}
}




/* 6-2 News */

.newDet {
	padding-top: 43px;
}


.newDet .con {
	padding: 74px 0 100px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.newDet .newDescribe {
	width: 71.42%;
}

.newDet h1 {
	font-weight: normal;
	font-size: 32px;
	color: #141414;
	line-height: 42px;
}

.newDet .tips {
	display: flex;
	align-items: center;
	margin-top: 31px;
}


.newDet .time {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-right: 50px;
}

.share {
	display: flex;
	align-items: center;
}


.share span {
	color: #4D4D4D;
	font-size: 16px;
	line-height: 28px;
	flex-shrink: 0;
	margin-right: 13px;
}

.newDet .line {
	width: 100%;
	height: 1px;
	background-color: #E6E6E6;
	margin-top: 30px;
}

.newDet .describe {
	margin-top: 30px;
}


.newDet .prevOrNext {
	margin-top: 50px;
}


.prevOrNext {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 20px 0 21px 0;
}


.prevOrNext .prev,
.prevOrNext .next {
	color: #333;
	font-size: 20px;
	line-height: 32px;
}

.prevOrNext .prev {
	margin-bottom: 11px;
}


.prevOrNext a:hover {
	color: #0070C0;
}


.latestNews {
	width: 23.4%;
}


.latestNews .title {
	color: #333;
	font-family: SourceSansPro-Semibold;
	font-size: 24px;
	line-height: 36px;
}

.latestNews .list {
	margin-top: 14px;
}


.latestNews .list .item {
	border-top: 1px solid #E6E6E6;
	padding: 16px 0 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.latestNews .list .image {
	width: 38.4%;
	border-radius: 12px;
	overflow: hidden;
}


.latestNews .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.latestNews .list .tit {
	width: 56.6%;
	color: #333;
	font-size: 18px;
	line-height: 28px;
}

.latestNews .list .tit:hover {
	color: #0070C0;
}


@media screen and (max-width:1560px) {
	.newDet h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.standardEdit p {
		font-size: 18px;
		line-height: 28px;
	}

	.standardEdit p strong {
		font-size: 22px;
		line-height: 30px;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		font-size: 18px;
		line-height: 28px;
	}

	.latestNews .list .image {
		border-radius: 5px;
	}

	.latestNews .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.newDet {
		padding-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.newDet h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.standardEdit p strong {
		font-size: 18px;
		line-height: 28px;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		font-size: 16px;
	}

	.newDet .prevOrNext {
		margin-top: 30px;
	}

	.latestNews .list .tit {
		font-size: 14px;
		line-height: 22px;
	}
}

@media screen and (max-width:999px) {
	.newDet {
		padding-top: 20px;
	}

	.newDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .newDescribe {
		width: 100%;
	}

	.newDet h1 {
		font-size: 22px;
		line-height: 30px;
	}

	.latestNews {
		margin-top: 50px;
		width: 100%;
	}

	.latestNews .list {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.latestNews .list .item {
		width: 48%;
	}

	.latestNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.prevOrNext .prev,
	.prevOrNext .next {
		font-size: 14px;
		line-height: 26px;
	}

	.share span {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.newDet h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.latestNews {
		margin-top: 40px;
	}

	.latestNews .title {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.newDet .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.newDet .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.latestNews .list .item:nth-child(n) {
		width: 100%;
	}
}




/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	border: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: SourceSansPro-Regular, Arial, sans-serif;
	font-size: 20px;
	color: #666666;
	margin: 5px 10px;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	color: #ffffff;
	background-color: #0070C0;
	border-color: #0070C0;
}

.pager .pageList a.iconfont {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.pager .pageList a.iconfont:hover {
	color: #ffffff;
	background-color: #0070C0;
	border-color: #0070C0;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 22px;
	position: relative;
	display: flex;
	align-items: center;
}

.pager .addTo  a{
	font-size: 20px;
}
.pager .addTo  a:hover{
	color: #0070C0;
}


.pager .addTo p {
	color: #333;
	font-size: 16px;
	line-height: 28px;
}

.pager .addTo img {
	flex-shrink: 0;
	width: 18px;
	margin-left: 10px;
}


.pager .addTo input {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.pager .addTo:hover p {
	color: #0070C0;
}


/* innerBanner */

.innerBannerRange {
	height: 80px;
	background-color: #ffffff;
}

.innerBanner {
	height: 600px;
	position: relative;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerBanner .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 60px;
}


.innerBanner .msg .title {
	color: #141414;
	font-family: SourceSansPro-Bold;
	font-size: 60px;
	line-height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



/* crumb */

.innerBanner .crumb {
	margin-top: 23px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.crumb img {
	flex-shrink: 0;
	width: 18px;
	filter: grayscale(100%) brightness(0%);
	display: inline-block;
	transform: translateY(3px);
}


.crumb a:hover img {
	transform: translateY(3px);
	filter: grayscale(0%) brightness(100%);
}


.crumb .con {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.crumb a,
.crumb i {
	font-size: 18px;
	color: #141414;
}

.crumb a.active {
	color: #0070C0;
}

.crumb i {
	font-style: normal;
	margin: 0 13px;
}

.crumb a:hover {
	color: #0070C0;
}

@media screen and (max-width:1560px) {
	.innerBanner {
		height: 420px;
	}

	.innerBanner .msg {
		padding-top: 0;
	}

	.innerBanner .msg .title {
		font-size: 46px;
		line-height: 60px;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
		font-size: 18px;
		line-height: 36px;
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 360px;
	}

	.innerBanner .msg .title {
		font-size: 36px;
		line-height: 48px;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 28px;
	}

	.innerBanner .crumb {
		margin-top: 20px;
	}

	.pager .pageList a {
		width: 34px;
		height: 34px;
		font-size: 16px;
		line-height: 34px;
		margin: 5px 8px;
	}
	.pager .addTo  a{
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 300px;
	}

	.innerBanner .msg .title {
		font-size: 28px;
		line-height: 40px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.innerBannerRange {
		height: 60px;
	}

	.pager .pageList a {
		width: 30px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		margin: 5px 6px;
	}

	.pager .addTo {
		margin: 5px 14px;
	}
	.pager .addTo  a{
		font-size: 16px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 260px;
	}

	.innerBanner .msg .title {
		font-size: 26px;
		line-height: 38px;
	}

	.innerBannerRange {
		height: 50px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 240px;
	}

	.innerBanner .msg .title {
		font-size: 24px;
		line-height: 36px;
	}

}


/* footer */


footer {
	background-color: #141414;
	padding: 70px 0 55px 0;
}



footer .fMsg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 55px;
}


footer .fLogo {
	width: 188px;
	flex-shrink: 0;
}

footer .subscribe {
	display: flex;
	justify-content: space-between;
	width: 609px;
	height: 60px;
	border-radius: 8px;
	overflow: hidden;
}



footer .subscribe input {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .1);
	padding: 0 19px;
	font-size: 18px;
	color: #ffffff;
}

footer .subscribe input::-webkit-input-placeholder {
	font-size: 18px;
	color: #999;
}

footer .subscribe input:-moz-placeholder {
	font-size: 18px;
	color: #999;
}

footer .subscribe input::-moz-placeholder {
	font-size: 18px;
	color: #999;
}

footer .subscribe input:-ms-input-placeholder {
	font-size: 18px;
	color: #999;
}


footer .subscribe>input {
	flex: 1;
}


footer .subscribe .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 149px;
	background-color: #0070C0;
	color: #ffffff;
	position: relative;
}


footer .subscribe .subBtn i {
	color: #ffffff;
	margin-left: 12px;
	font-size: 20px;
}

footer .subscribe .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
}

footer .subscribe .subBtn:hover {
	background-color: #ffffff;
	color: #0070C0;
}


footer .subscribe .subBtn:hover i {
	color: #0070C0;
}

footer a {
	display: inline-block;
}


footer .fLogo:hover img {
	transform: none;
}


footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 60px 0 71px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.50);
	border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}



footer .footerList .box {
	margin-top: 16px;
}

footer .footerList ul li {
	margin-top: 18px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .fNav {
	width: 16%;
	margin-right: 3.1%;
}


footer .footerList .fMarketing {
	width: 26%;
	margin-right: 3.4%;
}



footer .footerList .fContact {
	width: 24%;
	margin-right: 3.2%;
}



footer .footerList .fAddress {
	width: 24.3%;
}


footer a,
footer p,
footer div {
	color: rgba(255, 255, 255, .66);
	font-size: 18px;
	line-height: 30px;
}


footer a:hover {
	color: #ffffff;
}


footer .title {
	color: #ffffff;
	font-size: 18px;
	line-height: 30px;
	display: inline-block;
}


footer a.title:hover {
	color: #0070C0;
}

footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}


footer .footerList li.fContact li {
	display: flex;
	align-items: flex-start;
}




footer .footerList li.fContact li i {
	flex-shrink: 0;
	margin-right: 19px;
	font-size: 16px;
	transform: translateY(1px);
	color: rgba(255, 255, 255, .66);
}

footer .footerList li.fContact .address {
	margin-top: 22px;
}

footer .footerList li.fFranchise ul li {
	margin-top: 25px;
}

footer .footerList li.fFranchise ul li:nth-child(1) {
	margin-top: 0;
}

footer .footerList li.fFranchise ul li a {
	line-height: 30px;
}


footer .email a {
	word-break: break-all;
}


footer .fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}


footer .tages {
	margin-top: 13px;
}


footer .copyright,
footer .copyright a,
footer .copyright p {
	color: #FFFCF5;
	font-size: 18px;
	line-height: 28px;
}


footer .copyright p {
	display: inline;
}

footer .copyright a {
	display: inline-block;
}

footer .copyright span {
	margin: 0 4px;
}

footer .copyright .image {
	margin-left: 10px;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #0070C0;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 30px;
}

footer .blogrolls a {
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 27.5px;
	color: #ffffff;
}




footer .blogrolls a:hover {
	color: #0070C0;
}

footer .top {
	flex-shrink: 0;
}

footer .top a {
	display: flex;
	align-items: center;
	color: #FFF;
	font-family: SourceSansPro-Regular, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
}

footer .top a i {
	flex-shrink: 0;
	font-size: 12px;
	font-weight: bold;
	margin-right: 8px;
}

footer .top a:hover {
	color: #F58220;
}



@media screen and (max-width:1560px) {
	footer {
		padding: 60px 0;
	}

	footer .footerList {
		justify-content: space-between;
		padding: 50px 0;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList ul li {
		margin-top: 10px;
	}

	footer .fMsg {
		margin-bottom: 50px;
	}

	footer .subscribe {
		height: 50px;
	}

	footer .subscribe {
		border-radius: 5px;
	}
}

@media screen and (max-width:1333px) {

	footer a,
	footer p,
	footer div {
		font-size: 16px;
		line-height: 28px;
	}

	footer .footerList li.fContact li i {
		margin-right: 10px;
	}

	footer .subscribe {
		height: 45px;
	}

	footer .subscribe .subBtn i {
		font-size: 18px;
		line-height: 28px;
	}

	footer .subscribe {
		width: 500px;
	}

	footer .fLogo {
		width: 170px;
	}

	footer .footerList {
		padding: 40px 0;
	}

	footer .copyright,
	footer .copyright a,
	footer .copyright p {
		font-size: 16px;
		line-height: 28px;
	}

	footer .blogrolls a {
		font-size: 20px;
		line-height: 30px;
	}
}


@media screen and (max-width:999px) {

	footer {
		padding: 50px 0 70px;
	}

	footer .subscribe {
		width: 400px;
		height: 40px;
	}

	footer .subscribe .subBtn {
		width: 140px;
	}

	.footerCon {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}


	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 0;
		width: 100%;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList li.fContact .box {
		margin-top: 10px;
	}

	footer form ul {
		margin-top: 10px;
	}

	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 .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 14px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList li.fContact .address {
		width: 100%;
	}

	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .list li.fContact .address {
		width: 100%;
	}

	footer .footerList li.fContact .address .num {
		line-height: 26px;
	}

	footer form ul {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer form ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer form ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList form li:nth-child(n) {
		height: 40px;
	}

	footer .footerList form li:nth-child(-n+2) {
		width: 48%;
	}

	footer .phone .num {
		font-size: 16px;
		line-height: 28px;
	}

	footer .footerList li.fAddress li {
		width: 100%;
	}

	footer .fLogo {
		width: 140px;
	}

	footer .fMsg {
		margin-bottom: 40px;
	}

	footer .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 10px;
	}

	footer .top {
		font-size: 14px;
		margin-top: 20px;
	}

	footer .blogrolls a {
		font-size: 18px;
		margin-left: 0;
		margin-right: 20px;
	}

	footer .msg .tit {
		font-size: 16px;
		line-height: 28px;
	}

	footer .msg .btn {
		font-size: 14px;
	}

	footer .msg .btn i {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}

	footer .subscribe .subBtn i {
		font-size: 16px;
	}

}

@media screen and (max-width:768px) {
	footer .fLogo {
		width: 130px;
	}

	footer {
		padding: 40px 0 70px;
	}

	footer .fMsg {
		flex-direction: column;
		align-items: flex-start;
	}

	footer .subscribe {
		height: 36px;
		margin-top: 30px;
	}
}


@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 .fLogo {
		width: 120px;
	}

	footer .subscribe {
		width: 100%;
	}

	footer .title {
		font-size: 16px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .titBox .menuBtn {
		font-size: 12px;
	}

	footer .copyright,
	footer .copyright a,
	footer .copyright p {
		font-size: 14px;
	}

	footer .subscribe input {
		padding: 0 10px;
	}

	footer .subscribe .subBtn {
		width: 130px;
	}
}



/* 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: SourceSansPro-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* 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: 42px;
	height: 42px;
	background-color: #cccccc;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 6px;
	margin-right: 8px;
	font-size: 20px;
	border-radius: 4px;
}

.customer .top a {
	width: 42px;
	height: 42px;
	background-color: #cccccc;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}

.customer .top i {
	text-align: center;
	font-size: 20px;
}

.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #0067b8;
	color: #fff;
}

.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;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


@media screen and (max-width: 999px) {
	.youlian {
		display: none;
	}

	.customer .top a {
		width: 25%;
		height: 40px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 25%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 40px;
		margin: auto;
		width: 100%;
		color: #fff !important;
		border-radius: 0px;
	}

	.customer .top i {
		border-color: #fff;
	}

	.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 div a:hover,
	.customer div div:hover {
		background-color: #cccccc;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #0070C0;
	}
}


@font-face {
	font-family: 'SourceSansPro-Bold';
	font-display: swap;
	src: url('../fonts/SourceSansProBold2.eot');
	src: url('../fonts/SourceSansProBold2.eot') format('embedded-opentype'),
		url('../fonts/SourceSansProBold2.woff2') format('woff2'),
		url('../fonts/SourceSansProBold2.woff') format('woff'),
		url('../fonts/SourceSansProBold2.ttf') format('truetype'),
		url('../fonts/SourceSansProBold2.svg#segoeui') format('svg');
}

@font-face {
	font-family: 'SourceSansPro-Regular';
	font-display: swap;
	src: url('../fonts/SourceSansProRegular2.eot');
	src: url('../fonts/SourceSansProRegular2.eot') format('embedded-opentype'),
		url('../fonts/SourceSansProRegular2.woff2') format('woff2'),
		url('../fonts/SourceSansProRegular2.woff') format('woff'),
		url('../fonts/SourceSansProRegular2.ttf') format('truetype'),
		url('../fonts/SourceSansProRegular2.svg#SourceSansProRegular2') format('svg');
}

@font-face {
	font-family: 'SourceSansPro-Semibold';
	font-display: swap;
	src: url('../fonts/SourceSansProSemibold2.eot');
	src: url('../fonts/SourceSansProSemibold2.eot') format('embedded-opentype'),
		url('../fonts/SourceSansProSemibold2.woff2') format('woff2'),
		url('../fonts/SourceSansProSemibold2.woff') format('woff'),
		url('../fonts/SourceSansProSemibold2.ttf') format('truetype'),
		url('../fonts/SourceSansProSemibold2.svg#SourceSansProSemibold2') format('svg');
}




@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1761723254853') format('woff'),
		url('../fonts/iconfont.ttf?t=1761723254853') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.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-xinlangweibo:before {
	content: "\e606";
}

.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-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.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";
}


.fullShow .txts em {
	color: #FFF;
	font-family: SourceSansPro-Semibold;
	font-size: 90px;
	line-height: 90px;
	font-style:normal;}



.technical {
	padding: 101px 0 120px 0;
}


.technical .technicalSlides {
	margin-top: 40px;
}


.technicalSlides {
	border-radius: 8px;
	background: #F7F7F7;
	height: 60px;
	padding: 0 24px;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
	flex-wrap: wrap;
}


.technicalSlides .name {
	color: #141414;
	font-size: 18px;
	line-height: 30px;
	flex-shrink: 0;
}


.technicalSlides .tSlides {
	flex: 1;
	display: flex;
	align-items: center;
	margin-left: 60px;
	margin-right: 60px;
	min-width: 0;
}

.technicalSlides .tSlides .prev,
.technicalSlides .tSlides .next {
	font-weight: bold;
	width: 30px;
	height: 60px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}


.technicalSlides .swiper {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}


.technicalSlides .tSlides .prev {
	margin-right: 40px;
}

.technicalSlides .tSlides .next {
	margin-left: 40px;
}


.technicalSlides .swiper .swiper-slide {
	width: auto;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding: 0 16.5px;
	color: #141414;
	font-size: 20px;
	text-align: center;
	transition: .4s ease background-color, .4s ease color;
	cursor: pointer;
	border-radius: 8px;
	overflow: hidden;
}


.technicalSlides .swiper .swiper-slide:hover,
.technicalSlides .swiper .swiper-slide.active {
	background: #0070C0;
	color: #ffffff;
}


.technicalSlides .menuBtn {
	width: 24px;
	height: 24px;
	cursor: pointer;
	flex-shrink: 0;
	margin-top: 3px;
}


.technicalSlides .menuBtn img {
	filter: grayscale(100%) brightness(60%);
}

.technicalSlides .menuBtn:hover img {
	filter: grayscale(0%) brightness(100%);
}

.technicalSlides .list {
	position: absolute;
	right: 0;
	top: calc(100% + 16px);
	width: max-content;
	max-width: 100%;
	border-radius: 4px;
	border: 1px solid #F2F2F2;
	background: #FFF;
	box-shadow: 0 5px 20px 0 rgba(173, 173, 173, 0.20);
	padding: 12px 0 12px 0;
	display: none;
	transition: none;
	overflow: auto;
	max-height: 544px;
	z-index: 99;
}

.technicalSlides .list::-webkit-scrollbar {
	width: 4px;
	height: 6px;
	background-color: #00000040;
}

.technicalSlides .list::-webkit-scrollbar-thumb {
	background-color: #0070C0;
}

.technicalSlides .list::-webkit-scrollbar-track {
	background-color: transparent;
}




.technicalSlides .list a {
	padding: 11px 24px;
	color: #141414;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	display: block;
}


.technicalSlides .list li.active>a,
.technicalSlides .list a:hover {
	background-color: #F7F7F7;
}


.technical .checks {
	margin-top: 130px;
}

.technical .checks .item {
	display: none;
}


.technical .checks .item.active {
	display: block;
}

.technical .checks .image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.technical .checks .list {
	margin-top: 80px;
}

.technical .checks .list .piece {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px 24px;
}



.technical .checks .list .piece:nth-child(2n-1) {
	border-radius: 8px;
	background: #F7F7F7;
}


.technical .checks .list .piece .tit,
.technical .checks .list .piece .num {
	color: #141414;
	font-size: 18px;
	line-height: 30px;
}

.technical .checks .list .piece .tit {
	font-family: SourceSansPro-Semibold;
}

.technical .checks .list .piece .tit {
	width: 26%;
}

.technical .checks .list .piece .num {
	width: 69.4%;
}



.technical .tips {
	color: #808080;
	font-size: 16px;
	line-height: 28px;
	margin-top: 40px;
}


@media screen and (max-width:1560px) {

	.technical .checks .list .piece {
		padding: 20px;
	}

	.technical .checks .list .piece:nth-child(2n-1) {
		border-radius: 5px;
	}

	.technicalSlides,
	.technicalSlides .swiper .swiper-slide {
		border-radius: 5px;
	}

	.technical .checks,
	.technical .checks .list {
		margin-top: 50px;
	}

	.technicalSlides .list a {
		padding: 6px 20px;
	}

	.technicalSlides .swiper .swiper-slide {
		font-size: 18px;
	}
	.technicalSlides .list {
		max-height: 444px;
	}
}

@media screen and (max-width:1333px) {
	.technicalSlides .swiper .swiper-slide {
		font-size: 16px;
	}

	.technicalSlides .tSlides {
		margin: 0 40px;
	}

	.technical .checks .list .piece {
		padding: 14px 20px;
	}


	.technical .checks,
	.technical .checks .list {
		margin-top: 40px;
	}

	.technical .tips {
		margin-top: 30px;
	}

	.technical .checks .list .piece .num {
		width: 56%;
	}

	.technical .checks .list .piece .tit {
		width: 35%;
	}

	.technical .checks .list .piece .tit,
	.technical .checks .list .piece .num {
		font-size: 16px;
		line-height: 28px;
	}

	.technicalSlides .list {
		max-height: 424px;
	}
	.technicalSlides .list a {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.technicalSlides {
		height: 50px;
		padding: 0 20px;
	}

	.technicalSlides .swiper .swiper-slide,
	.technicalSlides .tSlides .prev,
	.technicalSlides .tSlides .next {
		height: 50px;
	}

	.technicalSlides .tSlides {
		margin: 0 20px;
	}


	.technicalSlides .tSlides .prev {
		margin-right: 20px;
	}

	.technicalSlides .tSlides .next {
		margin-left: 20px;
	}


	.technicalSlides .swiper .swiper-slide:hover {
		background: transparent;
		color: #141414;
	}

	.technicalSlides .swiper .swiper-slide.active {
		background: #0070C0;
		color: #ffffff;
	}

	.technicalSlides .name {
		font-size: 16px;
	}

	.technicalSlides .menuBtn {
		width: 22px;
		height: 22px;
	}

	.technicalSlides .swiper .swiper-slide {
		font-size: 16px;
	}

	.technicalSlides .list a {
		font-size: 14px;
		line-height: 26px;
	}

	.technical .checks .list .piece .tit,
	.technical .checks .list .piece .num {
		font-size: 14px;
		line-height: 26px;
	}

	.technical .checks .list .piece {
		padding: 14px 20px;
	}

	.technical .checks .list .piece .tit {
		width: 40%;
	}

	.technical .tips {
		font-size: 14px;
		line-height: 26px;
	}

	.technicalSlides .swiper .swiper-slide {
		font-size: 14px;
	}

	.technicalSlides .list a {
		padding: 5px 20px;
	}
	.technicalSlides .list {
		max-height: 384px;
	}
}

@media screen and (max-width:768px) {
	.technical .checks .list .piece .tit {
		width: 46%;
	}

	.technical .checks .list .piece .num {
		width: 50%;
	}
}

@media screen and (max-width:538px) {
	.technicalSlides {
		height: auto;
		padding: 10px 20px;
	}

	.technicalSlides .tSlides {
		margin: 0;
		margin-right: 20px;
	}

	.technical .checks .list .piece {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 20px;
	}

	.technical .checks .list .piece .tit {
		width: 100%;
	}

	.technical .checks .list .piece .num {
		margin-top: 10px;
	}

	.technicalSlides .name {
		width: 100%;
		margin-bottom: 10px;
	}
	.technicalSlides .tSlides .prev{
		margin-right: 10px;
	}
	.technicalSlides .tSlides .next{
		margin-left: 10px;
	}

	.technicalSlides .list {
		width: 100%;
		top: calc(100% + 10px);
	}
}


