@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: 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;
	position: relative;
}

.image video,
.image iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	left: 0;
	top: 0;
}



.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: #ff6600 !important;
}

.standardLink2 a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.standardEdit p {
	position: relative;
	font-size: 16px;
	line-height: 32px;
	color: #555555;
}



.standardEdit a {
	color: #ff6600;
}

.standardEdit a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}



.standardEdit video,
.standardEdit iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

a:hover img {
	transform: scale(1.1, 1.1)
}

input,
textarea,
select {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

@media screen and (max-width:1333px) {

	input,
	textarea,
	select {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px !important;
		font-size: 1.6rem !important;
	}
}

@media screen and (max-width:999px) {

	input,
	textarea,
	select {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}

	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}


.safeRange {
	max-width: 1600px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

.safeRange2 {
	max-width: 1400px;
	width: calc(100% - 160px);
	margin: 0 auto;
}

@media screen and (max-width:768px) {
	.safeRange {
		width: calc(100% - 50px);
	}

	.safeRange2 {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.safeRange {
		width: calc(100% - 30px);
	}

	.safeRange2 {
		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:1760px) {
	.standardTxt .title1 {
		font-size: 46px !important;
		line-height: 60px !important;
	}

	.standardTxt .title2 {
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.standardTxt .title3 {
		font-size: 30px !important;
		line-height: 42px !important;
	}
}

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.standardTxt .title2 {
		font-size: 30px !important;
		line-height: 42px !important;
	}

	.standardTxt .title3 {
		font-size: 26px !important;
		line-height: 38px !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: 30px !important;
		line-height: 42px !important;
	}

	.standardTxt .title2 {
		font-size: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .title3 {
		font-size: 24px !important;
		line-height: 36px !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: 26px !important;
		line-height: 38px !important;
	}

	.standardTxt .title2 {
		font-size: 24px !important;
		line-height: 36px !important;
	}

	.standardTxt .title3 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

}

@media screen and (max-width:538px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 36px !important;
	}

	.standardTxt .title2 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

	.standardTxt .title3 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
}





.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #ff6600;
		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(255, 102, 0, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

	header .xnav .smdaohangh {
		right: 0px;
		top: 0px;
		height: 100%;
	}

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: 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;
	background-color: rgba(18, 18, 18, 0.7);
}



nav:hover {
	background-color: #ffffff;
}


nav.active {
	transform: translateX(-50%) translateY(-100%);
}



nav .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


nav .logo {
	width: 208px;
	flex-shrink: 0;
}

nav .logo:hover img {
	transform: none;

}

nav .navList {
	display: flex;
	align-items: center;
}

nav .navList>ul {
	display: flex;
	align-items: center;
}

nav .navList>ul>li {
	margin-right: 84px;
}



nav .navList>ul>li:last-child {
	margin-right: 0;
}

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #ffffff;
}

html {
	scroll-padding-top: 70px;
}

nav:hover .navList>ul>li>a {
	color: #333333;
}


nav .navList>ul>li:hover>a,
nav .navList>ul>li.active>a {
	color: #ff6600;
}



nav .language {
	height: 70px;
	display: flex;
	align-items: center;
	position: relative;
}

nav .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
}

nav:hover .lanBtn {
	color: #333333;
}

nav .lanBtn:hover {
	color: #ff6600;
}

nav .lanBtn i {
	color: #ffffff;
}

nav:hover .lanBtn i {
	color: #333333;
}

nav .lanBtn:hover i {
	color: #ff6600;
}

nav .lanBtn i.icon-earth-full {
	font-size: 16px;
	margin-right: 6px;
}

nav .lanBtn i.icon-yousanjiao-copy {
	font-size: 18px;
	transform: rotate(90deg);
	margin-left: 52px;
}


nav .lanBtn.active i.icon-yousanjiao-copy {
	transform: rotate(-90deg);
}

nav .language {
	margin-left: 96px;
}

nav .language ul {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	background-color: #ffffff;
	width: max-content;
	max-width: 175px;
	display: none;
	transition: none;
	padding: 24px 0;
	background-color: #121212;
	box-shadow: 0px 16px 92px 0px rgba(0, 0, 0, 0.1);

}

nav .language ul a {
	padding: 0 30px;
	color: #cccccc;
	line-height: 24px;
	text-align: center;
}

nav .language ul li {
	margin-bottom: 10px;
}

nav .language ul li:last-child {
	margin-bottom: 0;
}


nav .language ul a:hover {
	color: #999999;
}


/* moreList */

.moreList {
	position: absolute;
	top: 100%;
	width: 100%;
	background-color: #121212;
	box-shadow: 0px 16px 92px 0px rgba(0, 0, 0, 0.1);
	left: 50%;
	transform: translateX(-50%);
	padding: 85px 0 85px 0;
	display: none;
	transition: none;
}


.moreList .piece {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1600px;
}

.moreList .title2 {
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 40px;
	color: #ffffff;
}


.moreList ul {
	width: 33.5%;
}

.moreList ul li {
	margin-bottom: 4px;
}

.moreList ul li:last-child {
	margin-bottom: 0;
}


.moreList ul a {
	font-size: 16px;
	line-height: 26px;
	color: #cccccc;
}

.moreList ul a:hover {
	color: #999999;
}

/* saleSlides */

.saleSlides {
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	background-color: #121212;
	box-shadow: 0px 16px 92px 0px rgba(0, 0, 0, 0.1);
	padding: 46px 0 67px 0;
	display: none;
	transition: none;
}


.saleSlides .piece{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.saleSlides .piece .title2{
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 30px;
}

.saleSlides .piece a.title2:hover{
	color: #ff6600;
}

.saleSlides .list {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	flex: 1;
}


.saleSlides .item {
	margin: 20px 41px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}


.saleSlides .item img {
	width: 65px;
	display: block;
	margin: 0 auto;
	margin-bottom: 14px;
	filter: grayscale(100%) brightness(200%);
}


.saleSlides .item:hover img {
	filter: grayscale(0%) brightness(100%);
	transform: none;
}

.saleSlides .item:hover {
	color: #ff6600;
}

/* brandSlides */

.brandSlides {
	background-color: #121212;
	box-shadow: 0px 16px 92px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding-left: calc((100% - 1600px)/ 2);
	height: 555px;
	display: none;
	transition: none;
}


.brandSlides .brandSlidesCon {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.brandSlides .list {
	padding: 51px 0 51px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	padding-right: 30px;
	width: 15.15%;
}

.brandSlides .list a {
	font-size: 16px;
	line-height: 26px;
	color: #cccccc;
	margin-bottom: 4px;
}

.brandSlides .list a:last-child {
	margin-bottom: 0;
}

.brandSlides .list a.active {
	color: #999999;
}

.brandSlides .checks {
	width: 84.85%;
	height: 100%;
}

.brandSlides .checks .item {
	display: none;
	height: 100%;
}

.brandSlides .checks .image {
	height: 100%;
	position: relative;
}

.brandSlides .checks .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .2);
}

.brandSlides .checks .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.brandSlides .checks .item.active {
	display: block;
}


.brandSlides .checks .name {
	position: absolute;
	top: 65px;
	right: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 30px 0;
	text-align: right;
	width: 100%;
	padding-right: calc((100% - 1600px)/ 2);
	pointer-events: none;
}


.brandSlides .checks .name .title2 {
	color: #ffffff;
	font-weight: bold;
	pointer-events: all;
	width: 60%;
	margin-left: auto;
}


@media screen and (max-width:1760px) {
	nav .language {
		margin-left: 0;
	}

	nav .navList>ul>li {
		margin-right: 70px;
	}

	nav .lanBtn i.icon-yousanjiao-copy {
		margin-left: 30px;
	}

	nav .lanBtn i.icon-earth-full {
		margin-right: 10px;
	}

	nav .logo {
		width: 180px;
	}

	nav .language ul {
		padding: 20px 0;
	}

	.moreList {
		padding: 40px 0;
	}

	.moreList ul {
		width: 40%;
	}

	.moreList ul li {
		margin-bottom: 10px;
	}

	.saleSlides {
		padding: 30px 0;
	}

	.saleSlides .item img {
		width: 50px;
	}

	.brandSlides {
		padding-left: 80px;
	}

	.brandSlides .checks .name {
		padding-right: 80px;
	}

	.brandSlides .list {
		padding: 40px 0;
		width: 30%;
	}

	.brandSlides .checks {
		width: 70%;
	}

	.brandSlides .list a {
		margin-bottom: 10px;
	}

	.brandSlides {
		height: 400px;
	}
}

@media screen and (max-width:1333px) {
	nav .logo {
		width: 160px;
	}

	nav .navList>ul>li {
		margin-right: 46px;
	}

	nav .lanBtn i.icon-yousanjiao-copy {
		margin-left: 20px;
	}

	.moreList {
		padding: 30px 0;
	}

	.saleSlides .item img {
		width: 40px;
	}

	.saleSlides {
		padding: 20px 0;
	}

	.saleSlides .item {
		margin: 10px 40px;
	}

	.brandSlides {
		height: 300px;
	}
}

@media screen and (max-width:999px) {
	nav .navList {
		display: none;
	}

	nav .language {
		height: 60px;
	}

	html {
		scroll-padding-top: 60px;
	}

	.bannerRange {
		height: 60px;
	}

	nav {
		background-color: #ffffff;
	}

	nav .lanBtn,
	nav .lanBtn i {
		color: #333333;
	}

	nav .lanBtn i.icon-yousanjiao-copy {
		margin-left: 10px;
	}

	nav .language {
		margin-right: 60px;
	}

	nav {
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
	}

	nav.active {
		transform: translateY(0) translateX(-50%);
	}

	nav .language ul a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .language ul {
		padding: 10px 0;
	}

	nav .language ul li {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:768px) {
	nav .language {
		height: 50px;
	}

	html {
		scroll-padding-top: 50px;
	}

	.bannerRange {
		height: 50px;
	}

	header .xnav .nav {
		right: 25px;
		top: 25px;
	}

	nav .logo {
		width: 136px;
	}

	nav .lanBtn i.icon-yousanjiao-copy {
		margin-left: 5px;
	}
}



/* title1 */

.title1 {
	font-weight: bold;
	font-size: 56px;
	line-height: 70px;
	color: #222222;
}

a.title1 {
	display: inline-block;
}

a.title1:hover {
	color: #ff6600;
}


.title2 {
	font-size: 48px;
	line-height: 60px;
	color: #222222;
}

a.title2 {
	display: inline-block;
}

a.title2:hover {
	color: #ff6600;
}



.iTit {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.iTit .title1 {
	text-align: center;
}

.iTit .title2 {
	text-align: center;
}

.iTips {
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



.iTit .iTips {
	text-align: center;
	width: 86%;
	margin: 0 auto;
	margin-top: 22px;
}



.cBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 257px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 6px;
	font-size: 14px !important;
	color: #333333;
	border-radius: 6px;
}

.cBtn:hover {
	background-color: #ff6600;
	color: #ffffff;
}




/* indexbanner */


.indexBanner {
	position: relative;
	transition: none;
}


.indexBanner a:hover img {
	transform: scale(1);
}

.indexBanner .swiper-slide {
	position: relative;
}

.indexBanner .swiper-slide .image {
	height: 100%;
}

.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.indexBanner .swiper-slide video,
.indexBanner .swiper-slide iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}



.indexBanner img {
	display: block;
}

.indexBanner a:hover img {
	transform: scale(1, 1);
}



.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}



.indexBanner .swiper-pagination span {
	font-size: 16px;
	color: #fefefe;
	margin: 0 11.5px !important;
	background-color: rgba(255, 255, 255, .5);
	position: relative;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	width: 10px;
	height: 10px;
}


.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #ffffff;
}


.bannerMsg {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	top: 0;
	padding: 95px 0 167px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	pointer-events: none;
}


.bannerMsg h2 {
	font-weight: normal;
}


.bannerMsg .iTit {
	width: 100%;
	pointer-events: all;
}

.bannerMsg .iTips {
	width: 86%;
	pointer-events: all;
}


.bannerMsg .title1,
.bannerMsg .title2 {
	color: #ffffff;
}

.bannerMsg .btns {
	display: flex;
	align-items: center;
}

.bannerMsg .btns .cBtn {
	margin: 5px 13.5px;
	pointer-events: all;
}


.bannerMsg .des {
	position: absolute;
	left: 0;
	top: 50%;
	width: 52%;
	transform: translateY(-50%);
	padding-bottom: 44px;
}


.bannerMsg .des .title2 {
	margin-bottom: 14px;
	pointer-events: all;
}


.bannerMsg .des .txts {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	pointer-events: all;
}


.indexBanner .bannerMsg {
	padding: 134px 0 74px 0;
}


@media screen and (max-width:1560px) {
	.bannerMsg .iTips {
		width: 90%;
		font-size: 22px;
		line-height: 30px;
		margin-top: 20px;
	}

	.cBtn {
		width: 200px;
	}

	.indexBanner .swiper-pagination span {
		margin: 0 8px !important;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .bannerMsg {
		padding: 140px 0 60px 0;
	}

	.bannerMsg .iTips {
		font-size: 18px;
		line-height: 28px;
	}

	.cBtn {
		width: 160px;
		height: 36px;
		border-radius: 3px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .bannerMsg {
		padding: 70px 0 60px;
	}

	.bannerMsg .iTips {
		font-size: 16px;
		line-height: 28px;
	}

	.cBtn {
		width: 140px;
		height: 34px;
		border-radius: 3px;
	}

	.indexBanner .swiper-slide .image img {
		height: 460px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .bannerMsg {
		padding: 60px 0 50px 0;
	}

	.cBtn {
		height: 30px;
		width: 130px;
	}

	.bannerMsg .btns .cBtn {
		margin: 5px 10px;
	}

	.indexBanner .swiper-pagination span {
		width: 8px;
		height: 8px;
		margin: 0 6px !important;
	}

	.indexBanner .swiper-slide .image img {
		height: 400px;
	}
}

@media screen and (max-width:538px) {
	.bannerMsg .btns .cBtn {
		margin: 5px;
	}

}




/* indexM1-1 */


.productCategory {
	margin-bottom: 31px;
}

.productCategory>div {
	position: relative;
	margin-top: 25px;
}


.productCategory .gallery img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productCategory .thumbs {
	position: absolute;
	bottom: 51px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	max-width: 1000px;
}


.productCategory .thumbs .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: rgba(255, 255, 255, .4);
	cursor: pointer;
	position: relative;
	transition: 1s ease color;
	padding: 22px 20px;
	text-align: center;
}


.productCategory .thumbs .swiper-slide::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0%;
	width: 0px;
	height: 3px;
	background-color: #ff6600;
	transition: 1s ease all;
}


.productCategory .thumbs .swiper-slide-thumb-active,
.productCategory .thumbs .swiper-slide:hover {
	color: #ffffff;
}

.productCategory .thumbs .swiper-slide-thumb-active::after,
.productCategory .thumbs .swiper-slide:hover::after {
	width: 100%;
}


.productCategory video,
.productCategory iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


@media screen and (max-width:1560px) {
	.bannerMsg {
		padding: 80px 0 150px 0;
	}

	.productCategory .thumbs .swiper-slide {
		padding: 16px 20px;
	}

	.bannerMsg .des .title2 {
		margin-bottom: 40px;
	}

	.bannerMsg .des {
		padding-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.bannerMsg {
		padding: 60px 0 140px 0;
	}

	.bannerMsg .des .title2 {
		margin-bottom: 30px;
	}

	.bannerMsg .des {
		width: 55%;
	}
}

@media screen and (max-width:999px) {
	.productCategory .gallery img {
		height: 460px;
	}

	.productCategory .thumbs .swiper-slide {
		padding: 14px 20px;
		font-size: 14px;
	}

	.productCategory .thumbs .swiper-slide::after {
		height: 2px;
	}

	.bannerMsg .des .title2 {
		margin-bottom: 20px;
	}

	.bannerMsg .des {
		padding-bottom: 80px;
		width: 60%;
	}

	.bannerMsg {
		padding: 50px 0 120px;
	}
}

@media screen and (max-width:768px) {
	.productCategory .gallery img {
		height: 400px;
	}
}

@media screen and (max-width:538px) {
	.bannerMsg .des {
		width: 70%;
	}
}


/* indexM2-1 */

.iTouch {
	background-color: #fff7f2;
}


.touch {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 199px 0 85px;
	padding-top: 66px;
}


.touch .msg {
	flex: 1;
	padding-bottom: 98px;
}


.title3 {
	font-size: 36px;
	line-height: 50px;
	color: #12151a;
}

a.title3 {
	display: inline-block;
}

a.title3:hover {
	color: #ff6600;
}


.touch .title3 {
	margin-bottom: 15px;
}

.touch .txts {
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	margin-bottom: 42px;
}


.touch .list {
	display: flex;
	flex-wrap: wrap;
}

.touch .list .item {
	width: 114px;
	margin-right: 34px;
}

.touch .list .image {
	margin-bottom: 15px;
	background-color: #ffffff;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	overflow: hidden;
}

.touch .list .name {
	font-size: 14px;
	line-height: 17px;
	color: #222222;
	text-align: center;
}

.touch .show {
	width: 280px;
	position: relative;
	flex-shrink: 0;
	margin-left: 10%;
}

.touch .show .des {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 67px 30px 82px;
}


.touch .show .title {
	font-size: 28px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 3px;
}


.touch .show .tit {
	font-size: 17px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}

.touch .show .btns .cBtn {
	width: 195px;
	margin-bottom: 8px;
	height: 31px
}


.touch .show .btns .cBtn:last-child {
	margin-bottom: 0;
}


@media screen and (max-width:1560px) {
	.touch {
		padding: 0 80px;
		padding-top: 66px;
	}

	.touch .txts {
		margin-bottom: 30px;
	}

	.touch .title3 {
		margin-bottom: 20px;
	}

	.touch .show .title {
		font-size: 26px;
		margin-bottom: 10px;
	}

	.touch .show .des {
		padding: 70px 20px 60px;
	}

}

@media screen and (max-width:1333px) {
	.touch {
		padding: 0 60px;
		padding-top: 60px;
	}

	.touch .msg {
		padding-bottom: 80px;
	}

	.touch .show .title {
		font-size: 24px;
		line-height: 34px;
	}

}

@media screen and (max-width:999px) {
	.touch {
		padding: 0;
		padding-top: 50px;
	}

	.touch .show {
		width: 250px;
	}

	.touch .msg {
		padding-bottom: 50px;
	}


	.touch .show .title {
		font-size: 22px;
		line-height: 30px;
	}

	.touch .show .btns .cBtn {
		width: 170px;
	}
}

@media screen and (max-width:768px) {
	.touch {
		flex-direction: column;
		align-items: flex-start;
	}

	.touch .msg {
		padding-bottom: 0;
		margin-bottom: 40px;
		flex: none;
		width: 100%;
	}

	.touch .show {
		margin: 0 auto;
	}
}

@media screen and (max-width:538px) {
	.touch .list .item {
		margin-right: 30px;
	}

	.touch .show .title {
		font-size: 20px;
		line-height: 30px;
	}
}




/* 1-1品牌 */

.brand {
	padding: 98px 0 104px 0;
}



.brand .con {
	display: flex;
	justify-content: space-between;
}

.brand .msg {
	width: 45%;
	padding: 30px 0 90px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}



.brand .msg .title2 {
	margin-bottom: 32px;
}

.brand .image {
	width: 48.25%;
	overflow: hidden;
}

.brand .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.brand .image:hover img {
	transform: scale(1.1);
}

.brandDes {
	position: relative;
	padding: 164px 0 164px 0;
	min-height: 900px;
}


.brandDes .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}


.brandDes .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.brandDes .msg {
	width: 45.35%;
	margin-left: auto;
}



.brandDes .title2 {
	color: #ffffff;
	margin-bottom: 33px;
}

.brandDes .txts p {
	color: #ffffff;
}


.brandTips {
	background-color: #333333;
	padding: 63px 0 61px 0;
}



.brandTips .msg {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
}


.future {
	padding: 213px 0;
	position: relative;
	min-height: 763px;
}

.future .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
}

.future .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.future .msg {
	margin-right: auto;
	width: 30%;
}


.future .msg .title2 {
	color: #ffffff;
	margin-bottom: 32px;
}


.future .msg .txts p {
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.brand .msg {
		padding: 40px 0;
	}

	.brandDes {
		min-height: auto;
	}

	.brandTips .msg {
		width: 80%;
		font-size: 22px;
	}

	.future {
		min-height: auto;
	}
}

@media screen and (max-width:1333px) {
	.brandDes .msg {
		width: 48%;
	}

	.brandTips .msg {
		font-size: 20px;
	}

	.future .msg {
		width: 48%;
	}
}

@media screen and (max-width:999px) {
	.brand .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.brand .msg {
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.brand .image {
		width: 100%;
		height: 400px;
	}

	.brand .msg .title2 {
		margin-bottom: 26px;
	}

	.brandDes .msg {
		width: 60%;
	}

	.brandTips .msg {
		font-size: 18px;
		line-height: 30px;
		width: 90%;
	}

	.future .msg {
		width: 60%;
	}

	.future .msg .title2 {
		margin-bottom: 26px;
	}
}

@media screen and (max-width:768px) {
	.brand .image {
		height: 360px;
	}

	.brand .msg {
		margin-bottom: 30px;
	}

	.brandDes .msg {
		width: 70%;
	}

	.brandTips .msg {
		font-size: 16px;
		line-height: 28px;
	}

	.future .msg {
		width: 70%;
	}
}

@media screen and (max-width:538px) {
	.brand .image {
		height: 340px;
	}

	.brandDes .msg,
	.future .msg {
		width: 80%;
	}

	.brandTips .msg {
		width: 100%;
	}
}


/* 1-2品牌 */


.culture {
	padding: 98px 0 109px 0;
}


.culture .item {
	margin-top: 79px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.culture .item .clear {
	display: none;
}

.culture .item:nth-child(1) {
	margin-top: 0;
}

.culture .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.culture .image {
	width: 48.25%;
	overflow: hidden;
}


.culture .image:hover img {
	transform: scale(1.1);
}

.culture .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



.culture .msg {
	width: 44.7%;
}

.culture .title2 {
	display: flex;
	align-items: flex-start;
	margin-bottom: 36px;
}

.culture .title2:before {
	content: "";
	width: 81px;
	height: 2px;
	background-color: #ff6600;
	transform: translateY(30px);
	margin-right: 21px;
}

.culture .txts p {
	line-height: 24px;
}


.culture .item:nth-child(2n) .msg {
	padding-left: 71px;
}


@media screen and (max-width:1560px) {
	.culture .title2:before {
		transform: translateY(22px);
	}

	.culture .item:nth-child(2n) .msg {
		padding-left: 50px;
	}

	.culture .item {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.culture .item:nth-child(n) {
		display: block;
	}

	.culture .item:nth-child(2n-1) .image {
		float: left;
		margin-right: 7%;
	}

	.culture .item:nth-child(2n) .image {
		float: right;
		margin-left: 4%;
	}

	.culture .item:nth-child(n) .msg {
		width: 100%;
		padding: 0;
	}

	.culture .item .clear {
		display: block;
	}

	.culture .title2 {
		margin-bottom: 30px;
	}

	.culture .title2:before {
		width: 50px;
		transform: translateY(20px);
	}
}

@media screen and (max-width:999px) {
	.culture .item:nth-child(n) {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.culture .item:nth-child(n) .image {
		float: none;
		width: 100%;
		margin: 0;
		margin-top: 30px;
		height: 400px;
	}

	.culture .title2:before {
		transform: translateY(18px);
	}
}

@media screen and (max-width:768px) {
	.culture .item:nth-child(n) .image {
		height: 360px;
	}

	.culture .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.culture .item:nth-child(n) .image {
		height: 340px;
	}
}





/* 1-3品牌 */

.certificate {
	padding: 75px 0 99px 0;
}


.certificate .list {
	display: flex;
	flex-wrap: wrap;
}


.certificate .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 74px;
	width: 22.35%;
	margin-right: 3.53%;
}


.certificate .list .item:nth-child(4n) {
	margin-right: 0;
}


.certificate .list .image {
	margin: 0 auto;
	margin-bottom: 22px;
}

.certificate .list .image:hover img {
	transform: translateY(-20px);
}


.certificate .list .item:nth-child(-n+4) {
	margin-top: 0;
}

.certificate .list .name {
	color: #333333;
	text-align: center;
}


.certificate .pager {
	margin-top: 86px;
}


@media screen and (max-width:1560px) {
	.certificate .list .item {
		margin-top: 60px;
	}

	.certificate .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .list .image {
		margin-bottom: 14px;
	}

	.certificate .list .item {
		margin-top: 40px;
	}

	.certificate .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.certificate .list .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 30px;
	}

	.certificate .list .item:nth-child(3n) {
		margin-right: 0;
	}

	.certificate .list .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.certificate .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.certificate .list .image {
		margin-bottom: 10px;
	}

	.certificate .pager {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {

	.certificate .list {
		justify-content: space-between;
	}


	.certificate .list .item:nth-child(n) {
		width: 46%;
		margin-right: 0%;
		margin-top: 30px;
	}

	.certificate .list .item:nth-child(-n+2) {
		margin-top: 0;
	}
}


/* 1-4品牌 */

.advantages {
	padding: 103px 0 100px 0;
}


.advantages .lifestyles {
	margin-bottom: 75px;
}


.lifestyles {
	display: flex;
	justify-content: space-between;
}

.lifestyles .title2 {
	width: 30%;
	padding: 17px 0;
}

.lifestyles .msg {
	width: 61%;
}


.advantages .deepIntegration {
	margin-bottom: 111px;
}


.deepIntegration .title2 {
	margin-bottom: 43px;
}


.deepIntegration .list {
	display: flex;
	flex-wrap: wrap;
}


.deepIntegration .list .item {
	width: 31.875%;
	margin-right: 2.1875%;
	margin-top: 30px;
}


.deepIntegration .list .item:nth-child(3n) {
	margin-right: 0;
}


.deepIntegration .list .item:nth-child(-n+3) {
	margin-top: 0;
}

.deepIntegration .list .image {
	margin-bottom: 17px;
	overflow: hidden;
}

.deepIntegration .list .image:hover img {
	transform: scale(1.1);
}


.deepIntegration .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.deepIntegration .list .tit {
	font-size: 24px;
	line-height: 36px;
	color: #222222;
	margin-bottom: 12px;
}


.deepIntegration .list .txts {
	font-size: 14px !important;
	line-height: 26px !important;
	color: #666666;
}



.sustainable .title2 {
	margin-bottom: 43px;
}


.sustainable .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sustainable .list .item {
	width: 49.0625%;
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}

.sustainable .list .item:hover .image img {
	transform: scale(1.1);
}

.sustainable .list .item:nth-child(-n+2) {
	margin-top: 0;
}


.sustainable .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.sustainable .list .msg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px 59px 39px 59px;
}

.sustainable .list .tit {
	font-size: 24px;
	line-height: 36px;
	color: #ffffff;
	margin-bottom: 10px;
}

.sustainable .list .txts {
	font-size: 14px !important;
	line-height: 26px !important;
	color: #ffffff;
}



@media screen and (max-width:1560px) {
	.advantages .lifestyles {
		margin-bottom: 60px;
	}

	.deepIntegration .list .tit {
		font-size: 22px;
		line-height: 30px;
	}

	.advantages .deepIntegration {
		margin-bottom: 80px;
	}

	.sustainable .list .msg {
		padding: 30px;
	}

	.sustainable .list .tit {
		font-size: 22px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.advantages .lifestyles {
		flex-direction: column;
		align-items: flex-start;
	}

	.lifestyles .title2 {
		width: 100%;
		padding: 0;
		margin-bottom: 40px;
	}

	.lifestyles .msg {
		width: 100%;
	}

	.deepIntegration .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.deepIntegration .list {
		justify-content: space-between;
	}

	.deepIntegration .list .item:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.deepIntegration .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.advantages .deepIntegration {
		margin-bottom: 60px;
	}

	.sustainable .list .image {
		height: 400px;
	}

	.sustainable .list .tit {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width:999px) {
	.lifestyles .title2 {
		margin-bottom: 30px;
	}

	.advantages .lifestyles {
		margin-bottom: 50px;
	}

	.deepIntegration .title2 {
		margin-bottom: 30px;
	}

	.advantages .deepIntegration {
		margin-bottom: 50px;
	}

	.sustainable .title2 {
		margin-bottom: 30px;
	}

	.sustainable .list .msg {
		padding: 30px 20px;
	}

	.deepIntegration .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.sustainable .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

}

@media screen and (max-width:768px) {
	.advantages .lifestyles {
		margin-bottom: 40px;
	}

	.advantages .deepIntegration {
		margin-bottom: 40px;
	}

	.deepIntegration .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.deepIntegration .list .item:nth-child(1) {
		margin-top: 0;
	}

	.sustainable .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.sustainable .list .item:nth-child(1) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.sustainable .list .image {
		height: 340px;
	}
}


/* 1-5品牌 */

.service {
	padding: 113px 0 100px 0;
}


.service .item {
	margin-top: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.service .item:nth-child(1) {
	margin-top: 0;
}

.service .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.service .image {
	width: 48.75%;
	overflow: hidden;
}

.service .image:hover img {
	transform: scale(1.1);
}

.service .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.service .msg {
	width: 51.25%;
	padding: 50px 62px 75px 62px;
	background-color: #f7f7f7;
	min-height: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.service .title3 {
	margin-bottom: 13px;
}



@media screen and (max-width:1560px) {
	.service .msg {
		padding: 50px;
	}

	.service .title3 {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.service .image {
		height: 380px;
	}

	.service .msg {
		min-height: 380px;
	}
}

@media screen and (max-width:999px) {
	.service .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.service .msg {
		min-height: auto;
		width: 100%;
		padding: 36px 30px;
	}

	.service .image {
		width: 100%;
		height: 360px;
	}
}

@media screen and (max-width:768px) {
	.service .image {
		height: 320px;
	}

	.service .msg {
		padding: 30px 20px;
	}

	.service .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.service .image {
		height: 280px;
	}
}



/* 1-6品牌 */

.distributors {
	position: relative;
	z-index: 9;
	margin-top: -259px;
}


.distributors .con {
	background-color: #ffffff;
	padding: 67px 100px 101px;
}

.distributors .txts {
	margin-top: 21px;
	font-size: 16px;
	line-height: 32px;
	color: #555555;
}

.distributors .line {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	margin-top: 28px;
}


.distributors form {
	margin-top: 39px;
}

.distributors form ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}

.distributors form .name {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 12px;
}


.distributors form .name span {
	color: #e10000;
}


.distributors form ul li {
	margin-top: 30px;
	width: 49.2%;
	margin-right: 1.6%;
}

.distributors form ul li:nth-child(2n-1) {
	margin-right: 0;
}

.distributors form ul li:nth-child(-n+3) {
	width: 32.5%;
	margin-top: 0;
	margin-right: 1.25%;
}


.distributors form ul li:nth-child(3) {
	margin-right: 0;
}

.distributors form input {
	border: solid 1px #cccccc;
	padding: 0 14px;
	height: 40px;
	background-color: #ffffff;
	width: 100%;
}


.distributors form li.message {
	width: 100%;
	margin-right: 0;
}

.distributors form textarea {
	border: 1px solid #cccccc;
	width: 100%;
	height: 100px;
	padding: 11px 14px;
}


.distributors form input::-webkit-input-placeholder,
.distributors form textarea::-webkit-input-placeholder {
	font-size: 14px !important;
	color: #999999;
}

.distributors form input:-moz-placeholder,
.distributors form textarea:-moz-placeholder {
	font-size: 14px !important;
	color: #999999;
}

.distributors form input::-moz-placeholder,
.distributors form textarea::-moz-placeholder {
	font-size: 14px !important;
	color: #999999;
}

.distributors form input:-ms-input-placeholder,
.distributors form textarea:-ms-input-placeholder {
	font-size: 14px !important;
	color: #999999;
}

.distributors form .codeCon {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: solid 1px #cccccc;
	overflow: hidden;
}

.distributors form .codeCon input {
	height: 100%;
	flex: 1;
	border: none;
}


.distributors form .codeCon .codeImg {
	height: 100%;
	max-width: 90px;
	background-color: #f3fbfe;
	cursor: pointer;
}

.distributors form .codeCon .codeImg img {
	height: 100%;
}



.distributors form .subBtn {
	width: 100px;
}

.distributors form .subBtn input {
	font-size: 14px !important;
	width: 100%;
	height: 40px;
	background-color: #ff6600;
	border-radius: 6px;
	color: #ffffff;
	border: 1px solid #ff6600;
	cursor: pointer;
}

.distributors form .subBtn input:hover {
	background-color: #ffffff;
	color: #ff6600;
}

@media screen and (max-width:1560px) {
	.distributors form ul li:nth-child(-n+3) {
		width: 100%;
		margin-top: 30px;
	}

	.distributors form ul li:nth-child(1) {
		margin-top: 0;
	}

	.distributors .con {
		padding: 60px 100px;
	}

	.distributors form .subBtn input {
		border-radius: 4px;
	}
}

@media screen and (max-width:999px) {
	.distributors .con {
		padding: 50px 50px;
	}

	.distributors {
		margin-top: -240px;
	}

	.distributors form .name {
		font-size: 14px;
	}
}

@media screen and (max-width:768px) {
	.distributors {
		margin-top: 0;
	}

	.distributors .con {
		padding: 40px 40px;
	}

	.distributors form ul li {
		width: 100%;
		margin-right: 0;
	}

	.distributors form input,
	.distributors form .codeCon,
	.distributors form .subBtn input {
		height: 36px;
	}
}

@media screen and (max-width:538px) {
	.distributors .con {
		padding: 40px 0px;
	}
}


/* 2-1产品 */

.indexBanner .crumb {
	position: absolute;
	top: 93px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	width: calc(100% - 160px);
	max-width: 1600px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.buyBicycle {
	padding: 78px 0 93px 0;
}

.buyBicycle .title3 {
	text-align: center;
	margin-bottom: 72px;
}


.swiperBox {
	position: relative;
}

.swiperBox .sBtns>div {
	position: absolute;
	top: 50%;
	z-index: 9;
}

.swiperBox .sBtns>div.prev {
	left: 0;
	transform: translateY(-50%) translateX(-50%);
	margin-right: 0;
}

.swiperBox .sBtns>div.next {
	right: 0;
	transform: translateY(-50%) translateX(50%);
}


.buyBicycle .swiperBox .sBtns>div {
	top: calc(50% - 24px);
}


.buyBicycle .image {
	overflow: hidden;
	margin-bottom: 23px;
}

.buyBicycle .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.buyBicycle .name {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	will-change: transform;
}


.buyBicycle .name:hover {
	color: #ff6600;
}


.area {
	background-color: #f7f7f7;
	padding: 93px 0 103px 0;
}

.area .con>div {
	margin-bottom: 65px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.area .con>div:last-child {
	margin-bottom: 0;
}

.area .title3 {
	text-align: center;
	margin-bottom: 29px;
}

.area .btn {
	font-size: 16px;
	line-height: 26px;
	color: #222222;
	position: relative;
	margin-bottom: 47px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 13px;
}

.area .btn:hover {
	color: #ff6600;
}




.area .swiperBox {
	width: 100%;
}

.area .swiper {
	width: 100%;
	overflow: visible;
}


.area .swiper .swiper-wrapper {
	pointer-events: none;
}

.productItem .moreBtn {
	font-size: 16px;
	color: #666666;
	display: block;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
	will-change: transform;
}


.productItem .moreBtn:hover {
	color: #333333;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.area .swiper .swiper-slide {
	opacity: 0;
	transition: .4s ease opacity, .4s ease box-shadow;
	pointer-events: none;
}


.area .swiper .swiper-slide-visible {
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width:1560px) {
	.buyBicycle .title3 {
		margin-bottom: 50px;
	}

	.area .title3 {
		margin-bottom: 20px;
	}

	.area .con>div {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.buyBicycle .title3 {
		margin-bottom: 40px;
	}

	.buyBicycle .image {
		margin-bottom: 20px;
	}

	.buyBicycle .name {
		font-size: 16px;
		line-height: 28px;
	}

	.area .btn {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.buyBicycle .name {
		font-size: 14px;
		line-height: 26px;
	}

	.buyBicycle .title3 {
		margin-bottom: 30px;
	}

	.area .con>div {
		margin-bottom: 50px;
	}

	.indexBanner .crumb {
		top: 20px;
	}
}

@media screen and (max-width:768px) {
	.area .title3 {
		margin-bottom: 10px;
	}

	.area .con>div {
		margin-bottom: 40px;
	}

	.swiperBox .sBtns>div:nth-child(n) {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.swiperBox .sBtns {
		justify-content: center;
	}

	.swiperBox .sBtns>div.prev {
		margin-right: 20px;
	}

	.indexBanner .crumb {
		width: calc(100% - 50px);
	}
}

@media screen and (max-width:538px) {
	.buyBicycle .image {
		height: 280px;
	}

	.indexBanner .crumb {
		width: calc(100% - 30px);
	}
}

.ourService {
	padding: 93px 0 28px 0;
}

.ourService .tip {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 2px;
	color: #222222;
	margin-bottom: 94px;
}


.ourService .swiper {
	overflow: hidden;
}

.ourService .swiper .swiper-slide {
	display: flex;
	justify-content: space-between;
	height: auto;
}


.ourService .swiper .image {
	width: 56.375%;
	border-radius: 10px;
	overflow: hidden;
}

.ourService .swiper .image:hover img{
	transform: scale(1.1);
}

.ourService .swiper .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.ourService .swiper .msg {
	width: 38.4%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0 54px 0;
}


.ourService .swiper .title {
	font-size: 60px;
	line-height: 72px;
	color: #222222;
	margin-bottom: 34px;
}


.ourService .swiper .txts {
	padding-right: 20px;
	height: 288px;
	overflow: auto;
}

.ourService .swiper .txts p {
	font-size: 16px;
	line-height: 36px;
	color: #555555;
}


.ourService .swiper .txts::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000040;
}

.ourService .swiper .txts::-webkit-scrollbar-thumb {
	background-color: #ff6600;
}

.ourService .swiper .txts::-webkit-scrollbar-track {
	background-color: transparent;
}

.ourService .checkBtns {
	margin-top: 73px;
	display: flex;
	flex-wrap: wrap;
}


.ourService .checkBtns .item {
	width: 15.4%;
	opacity: .3;
	cursor: pointer;
	height: 320px;
	margin-right: 2.1%;
}

.ourService .checkBtns .item:last-child {
	margin-right: 0;
}

.ourService .checkBtns .item.active {
	width: 30%;
	opacity: 1;
}

.ourService .checkBtns .item:hover {
	opacity: 1;
}


.ourService .checkBtns .num {
	font-size: 72px;
	line-height: 72px;
	color: #222222;
	position: relative;
	margin-bottom: 62px;
}

.ourService .checkBtns .item.active .num {
	font-size: 120px;
	line-height: 120px;
	color: #222222;
	padding-left: 123px;
	margin-top: -5px;
	margin-bottom: 61px;
}



.ourService .checkBtns .num::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 8px;
	background-color: #ff6600;
	left: 0;
	opacity: 0;
	width: 0;
	transition: .4s ease all;
}


.ourService .checkBtns .item.active .num::after {
	width: 96px;
	opacity: 1;
}



.ourService .checkBtns .name {
	font-size: 22px;
	line-height: 32px;
	color: #222222;
}


.ourService .checkBtns .item.active .name {
	font-size: 36px;
	line-height: 43px;
	color: #222222;
}


.ourService .checkBtns .line {
	width: 103px;
	height: 3px;
	background-color: #a1a1a1;
	margin-top: 44px;
}


.ourService .checkBtns .item.active .line {
	width: 0;
	opacity: 0;
}

.ourService .checkBtns .swiper-slide {
	opacity: .3;
}


@media screen and (max-width:1560px) {
	.ourService .tip {
		margin-bottom: 50px;
	}

	.ourService .swiper .title {
		font-size: 36px;
		line-height: 46px;
	}

	.ourService .swiper .msg {
		padding: 40px 0;
	}

	.ourService .swiper .txts {
		height: 240px;
	}

	.ourService .swiper .txts p {
		line-height: 30px;
	}


	.ourService .checkBtns .num {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 20px;
	}

	.ourService .checkBtns .name {
		font-size: 20px;
		line-height: 30px;
	}

	.ourService .checkBtns .item.active .num {
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 30px;
		padding-left: 100px;
	}

	.ourService .checkBtns .num::after {
		height: 5px;
	}

	.ourService .checkBtns .item.active .num::after {
		width: 80px;
	}

	.ourService .checkBtns .item.active .name {
		font-size: 28px;
		line-height: 38px;
	}

	.ourService .checkBtns .line {
		width: 80px;
		margin-top: 30px;
	}

	.ourService .checkBtns .item {
		height: 200px;
	}

	.ourService .checkBtns {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.ourService .swiper .title {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 30px;
	}

	.ourService .swiper .txts {
		height: 224px;
	}

	.ourService .swiper .msg {
		padding: 30px 0;
	}

	.ourService .swiper .image {
		border-radius: 5px;
	}

	.ourService .tip {
		margin-bottom: 40px;
	}

	.ourService .checkBtns .name {
		font-size: 16px;
		line-height: 28px;
	}

	.ourService .checkBtns .num {
		font-size: 40px;
		line-height: 40px;
	}

	.ourService .checkBtns .item.active .name {
		font-size: 22px;
		line-height: 30px;
	}

	.ourService .checkBtns .item.active .num {
		font-size: 60px;
		line-height: 60px;
		padding-left: 70px;
		margin-bottom: 20px;
	}

	.ourService .checkBtns .item .num::after {
		height: 4px;
	}

	.ourService .checkBtns .item.active .num::after {
		width: 50px;
	}

	.ourService .checkBtns .item {
		width: 18%;
		margin-right: 1%;
		height: 160px;
	}

	.ourService .checkBtns .item.active {
		width: 24%;
	}

	.ourService .checkBtns {
		margin-top: 50px;
	}

	.ourService .checkBtns .line {
		width: 60px;
		height: 3px;
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.ourService .tip {
		margin-bottom: 30px;
	}

	.ourService .swiper .title {
		font-size: 24px;
		line-height: 36px;
	}

	.ourService .swiper .txts {
		height: 208px;
	}

	.ourService .checkBtns .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
		height: auto;
	}

	.ourService .checkBtns .item:nth-child(3n) {
		margin-right: 0;
	}

	.ourService .checkBtns .item:nth-child(-n+3) {
		margin-top: 0;
	}

	.ourService .checkBtns .item:nth-child(n) .num {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 10px;
		margin-top: 0;
	}

	.ourService .checkBtns .line {
		height: 2px;
		width: 50px;
		margin-top: 20px;
	}

	.ourService .checkBtns .item:nth-child(n) .name {
		font-size: 16px;
		line-height: 26px;
	}

	.ourService .checkBtns {
		margin-top: 30px;
	}

	.ourService .checkBtns .item .num::after {
		height: 3px;
	}

	.ourService .checkBtns .item.active .num::after {
		width: 40px;
	}

	.ourService .checkBtns .item.active .num {
		padding-left: 60px;
	}

}

@media screen and (max-width:768px) {
	.ourService .swiper .swiper-slide {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.ourService .swiper .msg {
		padding: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.ourService .swiper .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.ourService .swiper .txts {
		height: 156px;
	}

	.ourService .tip {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.ourService .swiper .image {
		width: 100%;
		height: 340px;
	}

	.ourService .checkBtns .item.active .num {
		padding-left: 40px;
	}

	.ourService .checkBtns .item.active .num::after {
		width: 30px;
	}

	.ourService .checkBtns .item:nth-child(n) .name {
		font-size: 14px;
		line-height: 24px;
	}

	.ourService .checkBtns .item:nth-child(n) .num {
		font-size: 26px;
		line-height: 26px;
	}

	.ourService .checkBtns .item:nth-child(n) {
		margin-top: 10px;
	}

	.ourService .checkBtns .item:nth-child(-n+3) {
		margin-top: 0;
	}
}

@media screen and (max-width:538px) {
	.ourService .swiper .title {
		font-size: 20px;
	}

	.ourService .swiper .image {
		height: 300px;
	}

	.ourService .checkBtns {
		justify-content: space-between;
	}

	.ourService .checkBtns .item:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	.ourService .checkBtns .item:nth-child(-n+2) {
		margin-top: 0;
	}
}


.coreTechnology {
	margin-bottom: 40px;
}


.coreTechnology .title1 {
	text-align: center;
	margin-bottom: 37px;
	font-weight: normal;
}


.coreTechnology .swiperBox {
	margin: 0 auto;
	width: 67.75%;
}


.coreTechnology .swiper {
	overflow: visible;
}


.coreTechnology .swiper-slide {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}


.coreTechnology .swiper-slide:hover .image img{
	transform: scale(1.1);
}


.coreTechnology .image {
	height: 602px;
}

.coreTechnology .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.coreTechnology .msg {
	position: absolute;
	left: 0;
	width: 33.4%;
	height: 100%;
	top: 0;
	background-color: #000000;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding: 94px 40px 39px;
	z-index: 9;
	opacity: 0;
	transition: 1s ease all;
}

.coreTechnology .swiper-slide-active .msg {
	opacity: 1;
}

.coreTechnology .title3 {
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-height: 43px;
}


.coreTechnology .des p {
	font-size: 14px !important;
	line-height: 28px !important;
	color: #999999;
}

.coreTechnology .des {
	overflow: auto;
	height: 168px;
	padding-right: 20px;
}

.coreTechnology .des::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000040;
}

.coreTechnology .des::-webkit-scrollbar-thumb {
	background-color: #ff6600;
}

.coreTechnology .des::-webkit-scrollbar-track {
	background-color: transparent;
}

.coreTechnology .btns>div {
	position: absolute;
	top: 50.3%;
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .5);
	z-index: 9;
	cursor: pointer;
	font-weight: bold;
	font-size: 20px;
}


.coreTechnology .btns>div.prev {
	left: 36px;
}

.coreTechnology .btns>div.next {
	right: 36px;
}


.coreTechnology .btns>div:hover {
	color: #ffffff;
}

@media screen and (max-width:1560px) {
	.coreTechnology .image {
		height: 500px;
	}

	.coreTechnology .msg {
		width: 35%;
		padding: 50px 30px;
	}

	.coreTechnology .btns>div {
		top: 43%;
	}

	.coreTechnology .btns>div.prev {
		left: 30px;
	}

	.coreTechnology .btns>div.next {
		right: 30px;
	}
}

@media screen and (max-width:1333px) {
	.coreTechnology .title1 {
		margin-bottom: 40px;
	}

	.coreTechnology .swiper-slide {
		border-radius: 5px;
	}

	.coreTechnology .image {
		height: 460px;
	}

	.coreTechnology .msg {
		width: 46%;
	}
}

@media screen and (max-width:999px) {
	.coreTechnology .image {
		height: 400px;
	}

	.coreTechnology .msg {
		padding: 40px 20px;
	}

	.coreTechnology .title1 {
		margin-bottom: 30px;
	}

	.coreTechnology .swiperBox {
		width: 80%;
	}

	.coreTechnology .btns>div.prev {
		left: 20px;
	}

	.coreTechnology .btns>div.next {
		right: 20px;
	}

	.coreTechnology .btns>div {
		font-size: 18px;
		top: 40%;
	}
}

@media screen and (max-width:768px) {
	.coreTechnology .swiperBox {
		width: 100%;
	}
}

@media screen and (max-width:538px) {
	.coreTechnology .msg {
		position: static;
		width: 100%;
		opacity: 1;
		padding: 30px 20px;
	}

	.coreTechnology .image {
		height: 260px;
	}

	.coreTechnology .des {
		height: 112px;
	}

	.coreTechnology .title3 {
		margin-bottom: 10px;
	}

	.coreTechnology .btns>div {
		color: #ffffff;
		top: 30%;
	}
}


/* 2-2产品 */


.roadBikesBanner {
	height: 660px;
	position: relative;
}


.roadBikesBanner .innerBannerMsg .msg .title {
	font-size: 60px;
	line-height: 80px;
	margin-top: 56px;
}

.roadBikes {
	padding: 69px 0 99px 0;
	background-color: #f7f7f7;
}



.roadBikes .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}




.roadBikes .innerProduct {
	width: 18.75%;
}


.roadBikes form {
	width: 74.55%;
}



.innerProduct .title3 {
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	display: none;
}


.innerProduct .title3 i {
	font-weight: bold;
}

.innerProduct .title3.active i {
	transform: rotate(45deg);
}

.innerProduct .list {
	margin-top: 4px;
}

.innerProduct .list>li {
	border-bottom: 1px solid #e2e2e2;
}


.innerProduct .list>li>a {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	padding: 19.5px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.innerProduct .list>li.active>a {
	padding-bottom: 9px;
}

.innerProduct .list>li>a i {
	flex-shrink: 0;
	margin-left: 30px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}


.innerProduct .list li.active>a {
	color: #333333;
}


.innerProduct .list li.active>ul {
	display: block;
}

.innerProduct .list li.active>a>i {
	color: #333333;
}

.innerProduct .list li ul {
	padding-left: 20px;
	padding-bottom: 23px;
	display: none;
}


.innerProduct .list li ul li a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.innerProduct .list a:hover {
	color: #333333;
}


.innerProduct .list li ul li {
	margin-bottom: 12px;
}


.innerProduct .list li ul li:last-child {
	margin-bottom: 0;
}


.roadBikes .title2 {
	font-weight: bold;
}

.roadBikes .mbox {
	margin-top: 15px;
}


.mbox {
	height: 60px;
	overflow: hidden;
}

.mbox .standardEdit p {
	line-height: 30px !important;
	font-size: 14px !important;
	color: #555555;
}

.mBtn {
	width: 160px;
	height: 40px;
	border-radius: 6px;
	border: solid 1px #333333;
	font-size: 14px !important;
	color: #333333;
	margin-top: 37px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}


.mBtn:hover {
	background-color: #ff6600;
	border-color: #ff6600;
	color: #ffffff;
}


.productItem {
	background-color: #ffffff;
	transition: .4s ease box-shadow;
}

.productItem:hover {
	box-shadow: 0px 19px 70px 0px rgba(0, 0, 0, 0.1);
}

.productItem .images {
	position: relative;
	overflow: hidden;
}


.productItem .images .image {
	display: none;
	height: 100%;
}


.productItem .images .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productItem .images .image:nth-child(1) {
	display: block;
}


.productItem .msg {
	padding: 9px 20px 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.productItem .colorBtns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 17px;
}


.productItem .colorBtns .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	cursor: pointer;
	margin: 5px 2px;
	border: 2px solid transparent;
}


.productItem .colorBtns .item.active {
	border-color: #ff6600;
}



.productItem .colorBtns .item img,
.productItem .colorBtns .item .color {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}


.productItem .tit {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	margin-bottom: 22px;
	text-align: center;
	will-change: transform;
}


.productItem .tit:hover {
	color: #ff6600;
}




.roadBikes .productList {
	display: flex;
	flex-wrap: wrap;
	margin-top: 46px;
}



.roadBikes .productList .productItem {
	width: 32%;
	margin-top: 27px;
	margin-right: 2%;
}

.roadBikes .productList .productItem:nth-child(3n) {
	margin-right: 0;
}

.roadBikes .productList .productItem:nth-child(-n+3) {
	margin-top: 0;
}



.productItem .btns {
	display: flex;
	align-items: center;
	justify-content: center;
}


.productItem .checkBtn {
	width: 10px;
	height: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 7px;
	position: relative;
	outline: 1px solid #949494;
	overflow: hidden;
}


.productItem .checkBtn i {
	color: #ff6600;
	opacity: 0;
	font-size: 12px;
}


.productItem .checkBtn.active i {
	opacity: 1;
}


.productItem .checkBtn input {
	position: absolute;
	left: 0%;
	top: 0%;
	cursor: pointer;
	background-color: transparent;
	width: 100%;
	height: 100%;
	opacity: 0;
}


.productItem .btns .btn {
	font-size: 14px !important;
	color: #666666;
}


.productItem .btns .btn:hover {
	color: #ff6600;
}



.roadBikes .pager {
	justify-content: flex-start;
	margin-top: 65px;
}


.roadBikes .pager .pageList {
	justify-content: flex-start;
}

.roadBikes .pager .icon-left7 {
	margin-left: 0;
}


@media screen and (max-width:1560px) {
	.roadBikesBanner {
		height: 540px;
	}

	.roadBikesBanner .innerBannerMsg .msg .title {
		font-size: 48px;
		line-height: 60px;
		margin-top: 50px;
	}

	.innerProduct .list>li.active>a {
		padding: 19.5px 0;
	}

	.mBtn {
		border-radius: 4px;
		width: 140px;
	}

	.roadBikes .mbox {
		margin-top: 30px;
	}

	.productItem .colorBtns .item img,
	.productItem .colorBtns .item .color {
		width: 18px;
		height: 18px;
	}

	.productItem .colorBtns .item {
		width: 28px;
		height: 28px;
	}

	.productItem .msg {
		padding: 20px;
		padding-bottom: 30px;
	}

	.productItem .colorBtns {
		margin-bottom: 10px;
	}

	.productItem .tit {
		margin-bottom: 20px;
	}

	.roadBikes .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.roadBikesBanner {
		height: 500px;
	}

	.roadBikesBanner .innerBannerMsg .msg .title {
		font-size: 40px;
		margin-top: 20px;
	}

	.mBtn {
		height: 36px;
		width: 130px;
		margin-top: 20px;
	}

	.roadBikes form {
		width: 65%;
	}

	.roadBikes .innerProduct {
		width: 26%;
	}

	.roadBikes .productList {
		justify-content: space-between;
	}

	.roadBikes .productList .productItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

	.roadBikes .productList .productItem:nth-child(-n+2) {
		margin-top: 0;
	}

	.productItem .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.roadBikes .productList {
		margin-top: 40px;
	}

	.roadBikes .pager {
		margin-top: 50px;
	}

	.innerProduct .list>li>a,
	.innerProduct .list>li.active>a {
		padding: 16px 0;
	}
}

@media screen and (max-width:999px) {

	.roadBikesBanner {
		height: 400px;
	}

	.roadBikesBanner .innerBannerMsg .msg .title {
		font-size: 36px;
		line-height: 48px;
		margin-top: 0;
	}


	.roadBikes .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.roadBikes form {
		width: 100%;
	}

	.mbox .standardEdit p {
		line-height: 26px !important;
	}

	.mbox {
		height: 52px;
	}

	.productItem .tit {
		font-size: 14px;
		line-height: 26px;
	}

	.productItem .colorBtns .item img,
	.productItem .colorBtns .item .color {
		width: 16px;
		height: 16px;
	}

	.productItem .colorBtns .item {
		width: 26px;
		height: 26px;
	}

	.roadBikes .pager {
		margin-top: 40px;
		justify-content: center;
	}

	.roadBikes .pager .pageList {
		justify-content: center;
	}

	.roadBikes .pager .icon-left7 {
		margin-left: 4px;
	}

	.innerProduct .list {
		margin-top: 20px;
	}

	.roadBikes .innerProduct {
		width: 100%;
		margin-top: 40px;
	}

	.innerProduct .list>li>a,
	.innerProduct .list>li.active>a {
		padding: 14px 0;
	}

	.innerProduct .title3 {
		display: flex;
	}

	.productItem .images {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}

	.innerProduct .list {
		display: none;
		transition: none;
	}
}

@media screen and (max-width:768px) {
	.roadBikesBanner {
		height: 360px;
	}

	.roadBikesBanner .innerBannerMsg .msg .title {
		font-size: 32px;
		line-height: 46px;
	}

}


@media screen and (max-width:538px) {
	.roadBikes .productList .productItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.roadBikes .productList .productItem:nth-child(1) {
		margin-top: 0;
	}

	.roadBikesBanner {
		height: 300px;
	}

	.roadBikesBanner .innerBannerMsg .msg .title {
		font-size: 28px;
		line-height: 40px;
	}

	.productItem .images {
		max-width: 260px;
	}
}



/* 2-3产品 */



.productDisplay {
	position: relative;
}

.productDisplay .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	pointer-events: none;
	padding: 132px 0;
}


.productDisplay .msg .tips {
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #999999;
	margin: -17px 0 14px 0;
	pointer-events: all;
}



.productDisplay .msg .title1 {
	color: #ffffff;
	pointer-events: all;
	text-align: center;
	font-weight: normal;
	width: 74%;
}


.productDisplay .msg .txts {
	text-align: center;
	width: 65%;
	font-size: 16px;
	line-height: 30px;
	margin-top: 21px;
	color: #ffffff;
	pointer-events: all;
}

.productDisplay .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}



@media screen and (max-width:1560px) {

	.productDisplay .msg .txts,
	.productDisplay .msg .title1 {
		width: 80%;
	}

	.productDisplay .msg {
		padding: 80px 0;
	}

	.productDisplay .msg .txts {
		margin-top: 30px;
	}

	.productDisplay .msg .tips {
		margin-top: 0;
	}
}

@media screen and (max-width:1333px) {
	.productDisplay .msg .txts {
		margin-top: 20px;
	}

	.productDisplay .msg {
		padding: 60px 0;
	}
}

@media screen and (max-width:999px) {
	.productDisplay .image img {
		height: 460px;
	}

	.productDisplay .msg .txts,
	.productDisplay .msg .title1 {
		width: 90%;
	}

	.productDisplay .msg {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {
	.productDisplay .image img {
		height: 400px;
	}

	.productDisplay .msg {
		padding: 40px 0;
	}
}





.productDesign {
	padding: 91px 0 100px 0;
}

.productDesign .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.productDesign .msg {
	width: 22%;
	margin-top: 24px;
}


.productDesign .images {
	width: 71.5%;
	position: relative;
	overflow: hidden;
	height: 654px;
}


.productDesign .images .image {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 1s ease all;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.productDesign .images .image:hover img{
	transform: scale(1.1);
}


.productDesign .images .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.productDesign .images .image:nth-child(1) {
	position: relative;
}

.productDesign .images .image.active {
	z-index: 9;
	opacity: 1;
}

.productDesign .title3 {
	margin-bottom: 46px;
	line-height: 43px;
}

.productDesign .list {
	border-left: 1px solid #a1a1a1;
}

.productDesign .list .item {
	margin-bottom: 42px;
	padding: 6px 0;
	padding-left: 61px;
	position: relative;
}

.productDesign .list .item:last-child {
	margin-bottom: 0;
}

.productDesign .list .item::after {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	transition: .4s ease all;
	width: 1px;
	height: 0;
	background-color: #151515;
}



.productDesign .list .item.active::after {
	height: 100%;
}



.productDesign .list .tit {
	font-size: 18px;
	line-height: 22px;
	color: #999999;
	cursor: pointer;

}


.productDesign .list .item.active .tit {
	color: #222222;
}


.productDesign .list .txts {
	padding-top: 9px;
	display: none;
	transition: none;
}

.productDesign .list .item:nth-child(1) .txts {
	display: block;
}

.productDesign .list .txts p {
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}


.productDesign .list .des {
	opacity: 0;
	transition: 1s ease all;
}


.productDesign .list .item.active .des {
	opacity: 1;
}


@media screen and (max-width:1560px) {
	.productDesign .images {
		width: 65%;
	}

	.productDesign .msg {
		width: 30%;
	}

	.productDesign .list .txts {
		padding-top: 20px;
	}

	.productDesign .list .tit {
		line-height: 28px;
	}

	.productDesign .list .item {
		margin-bottom: 30px;
		padding-left: 40px;
	}

	.productDesign .title3 {
		margin-bottom: 40px;
	}

	.productDesign .images {
		height: 500px;
	}

}

@media screen and (max-width:1333px) {
	.productDesign .msg {
		margin-top: 0;
	}

	.productDesign .list .txts {
		padding-top: 10px;
	}

	.productDesign .list .item {
		margin-bottom: 16px;
	}

	.productDesign .title3 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:999px) {
	.productDesign .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.productDesign .msg {
		width: 100%;
	}

	.productDesign .list .item {
		padding: 0;
		padding-left: 30px;
	}

	.productDesign .images {
		width: 100%;
		height: 460px;
		margin-top: 40px;
	}

	.productDesign .title3 {
		margin-bottom: 40px;
	}

	.productDesign .list .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.productDesign .images {
		height: 400px;
		margin-top: 30px;
	}

	.productDesign .title3 {
		margin-bottom: 30px;
	}
}



.productDet {
	background-color: #f5f5f5;
	padding: 100px 0 86px 0;
}

.productDet .swiper-slide {
	margin-right: 0.9%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}


.productDet .swiper-slide .item:hover .image img{
	transform: scale(1.1);
}

.productDet .swiper-slide .image{
	overflow: hidden;
}

.productDet .swiper-slide .list {
	display: flex;
	justify-content: space-between;
	margin-top: 9px;
	width: 100%;
}

.productDet .item {
	position: relative;
	width: 100%;
}

.productDet .swiper-slide .list .item {
	width: 49.3%;
}


.productDet .swiper-slide .list .item .msg {
	width: 89%;
}

.productDet .swiper-slide .list .item:nth-child(2n) .msg {
	top: auto;
	bottom: 0;
}

.productDet .swiper-slide:last-child {
	margin-right: 0;
}

.productDet .swiper-slide:nth-child(2n-1) {
	width: 35.1%;
}

.productDet .swiper-slide:nth-child(2n) {
	width: 64%;
}



.productDet .swiper-slide:nth-child(2n)>.item .msg {
	width: 46%;
}


.productDet .image {
	height: 100%;
}

.productDet .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.productDet .msg {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	padding: 40px 62px;
}

.productDet .tit {
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.productDet .txts {
	font-size: 14px !important;
	line-height: 26px !important;
	color: #cccccc;
}


.productDet .sBtns {
	justify-content: center;
}

.productDet .sBtns>div {
	margin-top: 20px;
}


@media screen and (max-width:1560px) {
	.productDet .msg {
		padding: 30px;
	}
}

@media screen and (max-width:1333px) {
	.productDet .swiper-slide:nth-child(2n) .item {
		height: 300px;
	}

	.productDet .swiper-slide:nth-child(1) .item {
		height: 100%;
	}

	.productDet .swiper-slide .list .item .msg {
		width: 100%;
	}

	.productDet .swiper-slide:nth-child(2n)>.item .msg {
		width: 80%;
	}
}

@media screen and (max-width:999px) {
	.productDet .tit {
		font-size: 18px;
	}

	.productDet .swiper-slide:nth-child(2n-1) {
		width: 49%;
		margin-right: 1%;
	}

	.productDet .swiper-slide:nth-child(2n) {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.productDet .msg {
		padding: 20px;
	}

	.productDet .swiper-slide:nth-child(2n) .item {
		height: 240px;
	}
}

@media screen and (max-width:538px) {
	.productDet .swiper-slide:nth-child(2n-1) {
		width: 100%;
	}

	.productDet .swiper-slide:nth-child(1) {
		height: 450px;
	}

	.productDet .swiper-slide:nth-child(2n) .item {
		height: 220px;
	}

	.productDet .swiper-slide:nth-child(2n)>.item .msg {
		width: 100%;
	}

	.productDet .msg {
		padding: 30px 20px;
	}

	.productDet .tit {
		-webkit-line-clamp: 2;
	}
}



.aesthetics {
	padding: 93px 0 106px 0;
}



.chassis {
	position: relative;
}

.chassis .title {
	display: flex;
	justify-content: space-between;
	width: 89.3%;
	margin: 0 auto;
	margin-bottom: 73px;
}


.chassis .title2 {
	width: 48%;
	line-height: 58px;
}

.chassis .tips {
	width: 48%;
	padding-top: 46px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.chassis .gallery {
	overflow: hidden;
}


.chassis .gallery .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.chassis .gallery .msg {
	font-size: 16px;
	line-height: 26px;
	color: #cccccc;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	bottom: 48px;
	width: 69%;
}




.chassis .thumbs {
	width: calc(100% - 100px);
	max-width: 1109px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	bottom: 130px;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	border-bottom: 1px solid rgba(245, 245, 245, .3);
}


.chassis .thumbs .swiper-slide {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	color: #ffffff;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: auto;
	cursor: pointer;
	padding: 22px 20px;
	color: #cccccc;
	transition: .4s ease color;
}


.chassis .thumbs .swiper-slide::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	bottom: -1px;
	height: 2px;
	background-color: #f5f5f5;
	transition: .4s ease all;
}

.chassis .thumbs .swiper-slide-thumb-active {
	color: #ffffff;
}

.chassis .thumbs .swiper-slide-thumb-active::after {
	width: 100%;
}

@media screen and (max-width:1560px) {
	.chassis .title {
		width: 90%;
		margin-bottom: 50px;
	}

	.chassis .tips {
		padding-top: 30px;
	}

	.chassis .thumbs .swiper-slide {
		font-size: 20px;
	}
}

@media screen and (max-width:1333px) {
	.chassis .tips {
		padding-top: 20px;
	}

	.chassis .title {
		width: 95%;
	}

	.chassis .thumbs .swiper-slide {
		font-size: 18px;
		padding: 10px;
	}

	.chassis .gallery .msg {
		width: 75%;
	}
}

@media screen and (max-width:999px) {
	.chassis .title {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.chassis .tips {
		width: 100%;
		padding-top: 0;
		margin-top: 30px;
	}

	.chassis .thumbs .swiper-slide {
		font-size: 16px;
		line-height: 28px;
	}

	.chassis .gallery .msg {
		font-size: 14px;
	}

	.chassis .gallery .image img {
		height: 460px;
	}

	.chassis .title2 {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.chassis .tips {
		margin-top: 20px;
	}

	.chassis .title {
		margin-bottom: 30px;
	}

	.chassis .gallery .image img {
		height: 400px;
	}
}

@media screen and (max-width:538px) {
	.chassis .gallery .msg {
		bottom: 20px;
	}

	.chassis .thumbs {
		bottom: 90px;
	}
}



.vibrantColors {
	position: relative;
	background-color: #000000;
}


.vibrantColors .title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 15.7%;
	z-index: 9;
	pointer-events: none;
}



.vibrantColors .title2 {
	pointer-events: all;
	color: #ffffff;
	width: 40%;
}



.vibrantColors .swiper-slide {
	position: relative;
}


.vibrantColors .image {
	height: 100%;
}

.vibrantColors .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.vibrantColors .swiper-slide .msg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 11.8%;
	pointer-events: none;
	z-index: 9;
}


.vibrantColors .swiper-slide .des {
	width: 29.5%;
	margin-left: auto;
	pointer-events: all;
}


.vibrantColors .swiper-slide .tit {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 34px;
}

.vibrantColors .swiper-slide .txts {
	font-size: 16px;
	color: #ffffff;
	line-height: 32px;
}


.vibrantColors .colorBtns {
	position: absolute;
	z-index: 9;
	display: flex;
	flex-wrap: wrap;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
	justify-content: center;
}

.vibrantColors .colorBtns .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid transparent;
	justify-content: center;
	margin: 5px 18px;
	border-radius: 50%;
	cursor: pointer;
}



.vibrantColors .colorBtns .color {
	width: 18px;
	height: 18px;
	border-radius: 50%;
}


@media screen and (max-width:1560px) {
	.vibrantColors .swiper-slide .tit {
		margin-bottom: 20px;
	}

	.vibrantColors .swiper-slide .msg {
		top: 60px;
	}

	.vibrantColors .swiper-slide .des {
		width: 36%;
	}

	.vibrantColors .swiper-slide .txts {
		line-height: 28px;
	}

	.vibrantColors .colorBtns .item {
		margin: 5px 10px;
	}
}

@media screen and (max-width:1333px) {
	.vibrantColors .swiper-slide .msg {
		top: 40px;
	}

	.vibrantColors .swiper-slide .des {
		width: 40%;
	}

	.vibrantColors .swiper-slide .txts {
		-webkit-line-clamp: 3;
	}

	.vibrantColors .colorBtns .color {
		width: 14px;
		height: 14px;
	}

	.vibrantColors .colorBtns .item {
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width:999px) {
	.vibrantColors .image img {
		height: 460px;
	}

	.vibrantColors .swiper-slide .des {
		width: 46%;
	}

	.vibrantColors .colorBtns .color {
		width: 12px;
		height: 12px;
	}

	.vibrantColors .colorBtns .item {
		width: 22px;
		height: 22px;
	}

	.vibrantColors .swiper-slide .tit {
		font-size: 16px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.vibrantColors .colorBtns .item {
		margin: 5px 8px;
	}
}

@media screen and (max-width:538px) {
	.vibrantColors .title2 {
		width: 100%;
	}

	.vibrantColors .title {
		top: 30px;
	}

	.vibrantColors .swiper-slide .des {
		width: 90%;
	}

	.vibrantColors .swiper-slide .msg {
		top: 90px;
	}

	.vibrantColors .swiper-slide .tit {
		margin-bottom: 14px;
	}
}



.ability {
	padding: 152px 0 172px 0;
	position: relative;
}



.ability .imgBg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}


.ability .imgBg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.ability .msg {
	width: 46%;
}

.ability .title2 {
	color: #ffffff;
	margin-bottom: 27px;
}


.ability .tips {
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	margin-bottom: 49px;
	hyphens: auto;
}


.ability .list {
	width: 62.4%;
}

.ability .list .item {
	margin-bottom: 14px;
	background-color: rgba(255, 255, 255, .08);
	padding: 32px 69px 30px 37px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(148, 148, 148, .37);
	justify-content: space-between;
}

.ability .list .item:last-child {
	margin-bottom: 0;
}




.ability .list .name {
	font-size: 16px;
	line-height: 24px;
	color: #999999;
}

.ability .list .num {
	color: #ffffff;
	display: flex;
	align-items: flex-end;
	font-size: 16px;
	line-height: 26px;
	flex-shrink: 0;
	margin-left: 40px;
}



.ability .list .num span {
	font-size: 51px;
	line-height: 51px;
	margin-right: 5px;
}


@media screen and (max-width:1560px) {
	.ability .msg {
		width: 58%;
	}

	.ability .title2 {
		margin-bottom: 30px;
	}

	.ability .list .item {
		padding: 30px 30px;
		border-radius: 5px;
	}


	.ability .list {
		width: 60%;
	}

	.ability .list .num span {
		font-size: 40px;
		line-height: 40px;
	}
}

@media screen and (max-width:1333px) {
	.ability .list {
		width: 70%;
	}

	.ability .msg {
		width: 70%;
	}

	.ability .list .num span {
		font-size: 36px;
		line-height: 48px;
	}

	.ability .list .item {
		padding: 20px 30px;
	}
}

@media screen and (max-width:999px) {
	.ability .msg {
		width: 80%;
	}

	.ability .list .num span {
		font-size: 30px;
		line-height: 30px;
	}

	.ability .list .name {
		font-size: 14px;
		line-height: 26px;
	}
}

@media screen and (max-width:768px) {
	.ability .msg {
		width: 100%;
	}

	.ability .list .item {
		padding: 20px;
	}

	.ability .list .num span {
		font-size: 28px;
		line-height: 38px;
	}
}

@media screen and (max-width:538px) {
	.ability .list {
		width: 90%;
	}
}

.productDetPiece {
	padding: 100px 0 79px 0;
}



.productDetPiece .specifications {
	margin-top: 95px;
}


.specifications .list {
	margin-top: 43px;
}



.specifications .list .item {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 42px;
	margin-bottom: 42px;
}

.specifications .list .item:last-child {
	margin-bottom: 0;
}

.specifications .list .box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.specifications .list .tit {
	font-size: 24px;
	line-height: 34px;
	color: #222222;
	width: 240px;
	margin-right: 71px;
	flex-shrink: 0;
}

.specifications .list .msg {
	flex: 1;
	padding-top: 2px;
}


.specifications .list .msg p {
	line-height: 24px;
	color: #666666;
}


.specifications .des {
	margin-top: 26px;
}


.specifications .des p {
	color: #222222;
	font-size: 14px;
}


.relatedProducts {
	padding: 95px 0 82px 0;
	background-color: #f7f7f7;
}


@media screen and (max-width:1560px) {
	.productDetPiece .specifications {
		margin-top: 80px;
	}

	.specifications .list {
		margin-top: 50px;
	}

	.specifications .list .tit {
		margin-right: 40px;
	}

	.specifications .list .item {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.specifications .list .item {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.productDetPiece .specifications {
		margin-top: 60px;
	}

	.specifications .list .tit {
		font-size: 20px;
		line-height: 30px;
		width: 220px;
	}
}

@media screen and (max-width:999px) {
	.productDetPiece .specifications {
		margin-top: 50px;
	}

	.specifications .list {
		margin-top: 40px;
	}

	.specifications .list .box {
		flex-direction: column;
		align-items: flex-start;
	}

	.specifications .list .tit {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:768px) {
	.productDetPiece .specifications {
		margin-top: 40px;
	}

	.specifications .list {
		margin-top: 30px;
	}
}





/* 4-1资讯 */


.blog {
	padding: 65px 0 98px 0;
}


.blog .list .newItem {
	margin-top: 49px;
	display: flex;
	justify-content: space-between;
}


.blog .list .newItem:nth-child(2n) {
	flex-direction: row-reverse;
}


.blog .list .newItem:nth-child(1) {
	margin-top: 0;
}


.blog .list .image {
	flex-shrink: 0;
	width: 510px;
	overflow: hidden;
}

.blog .list .newItem:nth-child(2n-1) .image {
	margin-right: 77px;
}

.blog .list .newItem:nth-child(2n) .image {
	margin-left: 77px;
}

.blog .list .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.blog .list .msg {
	flex: 1;
	border-bottom: 1px solid #cccccc;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 16px;
}

.blog .list .tit {
	color: #333333;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 16px;
}

.blog .list .tit:hover {
	color: #ff6600;
}

.blog .list .txts {
	margin-bottom: 25px;
	min-height: 52px;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.blog .list .time {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #999999;
	margin-bottom: 13px;
}

.blog .list .btn {
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	position: relative;
	color: #ff6600;
}

.blog .list .btn::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 100%;
	background-color: #ff6600;
	transition: .4s ease all;
	pointer-events: none;
}


.blog .list .btn:hover::after {
	left: auto;
	right: 0;
	width: 0;
}


.blog .pager {
	margin-top: 74px;
}



@media screen and (max-width:1560px) {
	.blog .list .newItem:nth-child(2n-1) .image {
		margin-right: 50px;
	}

	.blog .list .newItem:nth-child(2n) .image {
		margin-left: 50px;
	}

	.blog .list .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.blog .list .image {
		width: 460px;
	}

	.blog .list .msg {
		padding-bottom: 20px;
	}

	.blog .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.blog .list .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.blog .list .image {
		width: 380px;
	}
}

@media screen and (max-width:999px) {
	.blog .list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.blog .list .newItem:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		width: 48%;
		margin-top: 30px;
	}

	.blog .list .newItem:nth-child(-n+2) {
		margin-top: 0px;
	}

	.blog .list .newItem:nth-child(n) .image {
		margin: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.blog .list .tit {
		-webkit-line-clamp: 2;
		margin-bottom: 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.blog .list .txts {
		margin-bottom: 10px;
		min-height: auto;
	}

	.blog .list .time {
		margin-bottom: 10px;
	}

	.blog .pager {
		margin-top: 50px;
	}

}

@media screen and (max-width:768px) {
	.blog .pager {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.blog .list .newItem:nth-child(-n+1) {
		margin-top: 0;
	}

	.blog .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.blog .list .newItem:nth-child(1) {
		margin-top: 0;
	}

	.blog .list .image {
		height: 280px;
	}
}


/* 4-2资讯 */

.bannerRange2 {
	height: 70px;
}

.blogDet {
	padding: 61px 0 85px 0;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.innerCrumb {
	padding-top: 27px;
}

.innerCrumb .crumb a,
.innerCrumb .crumb i {
	color: #333333;
}

.innerCrumb .crumb a.active,
.innerCrumb .crumb a:hover {
	color: #999999;
	text-decoration: none;
}

.blogDet .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.blogDet .blogDetCon {
	width: 75.125%;
}


.blogDet .latestNews {
	width: 21.82%;
	margin-top: -3px;
}


.blogDetCon h1 {
	font-weight: bold;
	line-height: 43px;
	color: #222222;
}


.blogDetCon .tips {
	display: flex;
	align-items: center;
	margin-top: 24px;
}


.blogDetCon .time {
	font-size: 16px;
	line-height: 28px;
	color: #999999;
	flex-shrink: 0;
	margin-right: 40px;
}


.share {
	display: flex;
	align-items: center;
}

.share span {
	font-size: 16px;
	color: #555555;
	flex-shrink: 0;
	margin-right: 9px;
}



.blogDetCon .des {
	margin-top: 19px;
}


.blogDetCon .des p {
	line-height: 30px !important;
	font-size: 16px !important;
}

.blogDetCon .des p em {
	font-size: 14px !important;
	font-style: normal;
}

.blogDetCon .prevOrNext {
	margin-top: 66px;
}



.prevOrNext {
	padding: 26px 0 27px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.prevOrNext div,
.prevOrNext a {
	font-size: 14px !important;
	line-height: 30px;
	color: #999999;
}

.prevOrNext a {
	color: #333333;
}

.prevOrNext a:hover {
	color: #ff6600;
}

.prevOrNext .prev {
	margin-bottom: 9px;
}


.latestNews .title3 {
	font-weight: bold;
}


.latestNews .list {
	margin-top: 23px;
}

.latestNews .image {
	overflow: hidden;
	margin-bottom: 14px;
}

.latestNews .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.latestNews .time {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
	margin-bottom: 4px;
}

.latestNews .name {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.latestNews .name:hover {
	color: #ff6600;
}


.latestNews .item {
	margin-top: 32px;
}

.latestNews .item:nth-child(1) {
	margin-top: 0;
}


.blogDet .hotProduct {
	margin-top: 99px;
}

.hotProduct .title2 {
	font-weight: bold;
	margin-bottom: 36px;
}


.hotProduct .swiper {
	overflow: visible;
}

.hotProduct .signs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 33px;
}


.hotProduct .sunBtn {
	display: flex;
	align-items: center;
	position: relative;
}


.hotProduct .sunBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}


.hotProduct .sunBtn p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.hotProduct .sunBtn img {
	flex-shrink: 0;
	width: 16px;
	margin-left: 12px;
}


.hotProduct .sunBtn:hover p {
	color: #ff6600;
}



.sBtns {
	display: flex;
	align-items: center;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	border: solid 1px #cccccc;
	width: 51px;
	height: 51px;
	font-weight: bold;
	color: #222222;
	background-color: #ffffff;
}


.sBtns>div.prev {
	margin-right: 25px;
}


.sBtns>div:hover {
	background-color: #ff6600;
	border-color: #ff6600;
	color: #ffffff;
}

.sBtns>div.swiper-button-disabled {
	cursor: auto;
}

.sBtns>div.swiper-button-disabled:hover {
	border: solid 1px #cccccc;
	color: #222222;
	background-color: #ffffff;
}


@media screen and (max-width:1560px) {
	.blogDet .latestNews {
		margin-top: 0;
	}

	.latestNews .list {
		margin-top: 40px;
	}

	.blogDetCon .prevOrNext {
		margin-top: 40px;
	}

	.prevOrNext {
		padding: 20px 0;
	}

	.blogDet .hotProduct {
		margin-top: 60px;
	}

	.sBtns>div {
		width: 46px;
		height: 46px;
		font-size: 14px;
	}

	.sBtns>div.prev {
		margin-right: 20px;
	}

	.hotProduct .signs {
		margin-top: 30px;
	}

	.innerCrumb {
		padding-top: 30px;
	}

}

@media screen and (max-width:1333px) {
	.sBtns>div {
		width: 42px;
		height: 42px;
	}

	.blogDet .blogDetCon {
		width: 70%;
	}

	.blogDet .latestNews {
		width: 25%;
	}
}

@media screen and (max-width:999px) {
	.blogDet .con {
		flex-direction: column;
		align-items: flex-start;
	}

	.blogDet .blogDetCon {
		width: 100%;
	}

	.blogDet .latestNews {
		width: 100%;
		margin-top: 50px;
	}

	.share span {
		font-size: 14px;
		line-height: 24px;
	}

	.latestNews .list {
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.latestNews .list .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

	.latestNews .list .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.latestNews .name {
		font-size: 14px;
		line-height: 26px;
	}

	.blogDet .hotProduct {
		margin-top: 50px;
	}

	.sBtns>div {
		width: 38px;
		height: 38px;
		font-size: 12px;
	}

	.hotProduct .title2 {
		margin-bottom: 30px;
	}

	.bannerRange2 {
		height: 60px;
	}

	.blogDetCon .tips {
		flex-direction: column;
		align-items: flex-start;
	}

	.blogDetCon .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.blogDetCon .prevOrNext {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.blogDet .latestNews {
		margin-top: 40px;
	}

	.bannerRange2 {
		height: 50px;
	}
}

@media screen and (max-width:538px) {
	.latestNews .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.latestNews .list .item:nth-child(1) {
		margin-top: 0;
	}

	.latestNews .image {
		height: 280px;
	}
}


/* 5-1帮助 */



.support .con {
	display: flex;
	justify-content: space-between;
}


.support .innerSlides {
	position: relative;
	width: 24.34%;
	padding: 41px 0 41px 0;
	padding-right: 89px;
}

.support .innerSlides::after {
	content: "";
	width: 100vw;
	height: 200%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -2;
	background-color: #f7f7f7;
}

.support .innerSlides .title3 {
	display: none;
	align-items: center;
	justify-content: space-between;
}

.support .innerSlides .list>li {
	border-bottom: 1px solid #e2e2e2;
}


.support .innerSlides .list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 23px 0;
	font-size: 16px;
	line-height: 19px;
	color: #666666;
}


.support .innerSlides .list a i {
	flex-shrink: 0;
	margin-left: 40px;
	color: #999999;
	font-size: 14px;
	font-weight: bold;
}


.support .innerSlides .list li.active>a,
.support .innerSlides .list a:hover {
	color: #333333;
}

.support .innerSlides .list li.active a i,
.support .innerSlides .list a:hover i {
	color: #ff6600;
}


.support .faq {
	width: 70%;
	padding: 58px 0 90px 0;
}


.faq .title2 {
	margin-bottom: 23px;
}


.faq .pager {
	margin-top: 52px;
	justify-content: flex-start;
}

.faq .pager .pageList {
	justify-content: flex-start;
}


.faq .pager .pageList .icon-left7 {
	margin-left: 0;
}


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}





.faqList .item {
	margin-bottom: 18px;
	position: relative;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 11px;
}


.faqList .item:last-child {
	margin-bottom: 0;
}

.faqList .item:nth-child(1) .answer {
	display: block;
}

.faqList .question .name {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}


.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	transform: translateY(-3px);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #eeeeee;
}



.faqList .question i {
	width: 12px;
	height: 2px;
	background-color: #333333;
}

.faqList .question i.move {
	width: 12px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(90deg);
}


.faqList .item.active .question i.move {
	transform: translateX(-50%) translateY(-50%) rotate(0deg);
}


.faqList .item .question:hover .name {
	color: #ff6600;
}

.faqList .item .question:hover .btns,
.faqList .item.active .question .btns {
	background-color: #ff6600;
}

.faqList .item .question:hover .btns i,
.faqList .item.active .question .btns i {
	background-color: #ffffff;
}

.faqList .item.active .question {
	padding-bottom: 9px;
}


.faqList .answer {
	display: none;
	transition: none;
	padding-bottom: 13px;
}


.faqList .answer p {
	color: #666;
	font-size: 14px !important;
	line-height: 24px !important;
}


@media screen and (max-width:1560px) {
	.support .innerSlides {
		padding: 60px 0;
		padding-right: 60px;
	}

	.support .faq {
		padding: 60px 0;
	}

	.faqList .item.active .question {
		padding-bottom: 20px;
	}

	.faqList .item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.faq .pager {
		margin-top: 40px;
	}

	.support .innerSlides .list a i {
		font-size: 12px;
	}
}

@media screen and (max-width:1333px) {
	.faqList .question .btns {
		width: 30px;
		height: 30px;
	}

	.support .innerSlides .list a {
		padding: 20px 0;
		line-height: 26px;
	}

	.support .innerSlides {
		padding-right: 40px;
		width: 30%;
	}

	.support .faq {
		width: 65%;
	}
}

@media screen and (max-width:999px) {
	.support .con {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.support .faq {
		width: 100%;
		padding: 50px 0;
	}

	.support .innerSlides {
		width: 100%;
		padding: 40px 0;
		padding-right: 40px;
	}

	.support .innerSlides::after {
		height: 100%;
	}

	.support .innerSlides .list a {
		padding: 12px 0;
		font-size: 14px;
		line-height: 26px;
	}

	.faq .pager {
		justify-content: center;
	}

	.faq .pager .pageList {
		justify-content: center;
	}

	.faq .pager .pageList .icon-left7 {
		margin-left: 4px;
	}

	.support .innerSlides .title3 {
		display: flex;
	}

	.support .innerSlides .list {
		margin-top: 20px;
		display: none;
		transition: none;
	}

	.support .innerSlides .title3 i {
		font-size: 14px;
		font-weight: bold;
	}

	.support .innerSlides .title3.active i {
		transform: rotate(90deg);
	}
}

@media screen and (max-width:768px) {
	.support .faq {
		padding: 40px 0;
	}

	.faqList .question .btns {
		width: 28px;
		height: 28px;
	}

	.support .innerSlides {
		padding-right: 30px;
	}
}

@media screen and (max-width:538px) {
	.support .faq {
		padding: 30px 0;
	}
}


/* 5-2帮助 */

.support .contactUs {
	width: 70.3%;
	padding: 58px 0 105px 0;
}

.contactUs .msg {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.contactUs .msg .des {
	width: 35%;
}

.contactUs .msg .map {
	width: 62.1%;
	margin-top: 6px;
}

.contactUs .msg .map img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}


.contactUs .msg .title2 {
	margin-bottom: 23px;
}

.contactUs .msg li {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}

.contactUs .msg li:nth-child(1) {
	margin-top: 0;
}

.contactUs .msg li .name,
.contactUs .msg li .num {
	font-size: 16px;
	line-height: 26px;
	color: #222222;
}

.contactUs .msg li.email .num {
	word-break: break-all;
}


.contactUs .msg li a.num:hover {
	color: #ff6600;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.contactUs form ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}


.contactUs form ul li {
	width: 49.4%;
	margin-right: 1.2%;
	margin-top: 26px;
}

.contactUs form ul li:nth-child(2n) {
	margin-right: 0;
}

.contactUs form ul li:nth-child(-n+2) {
	margin-top: 0;
}

.contactUs form .name {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 12px;
}


.contactUs form .name span {
	color: #e10000;
	flex-shrink: 0;
	margin-right: 5px;
}


.contactUs form input {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	height: 40px;
	padding: 0 10px;
	width: 100%;
}

.contactUs form textarea {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	height: 100px;
	padding: 10px;
	width: 100%;
}

.contactUs form li.message {
	width: 100%;
	margin-right: 0;
	margin-bottom: -4px;
}


.contactUs .codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	overflow: hidden;
	height: 40px;
}


.contactUs form li .codeCon input {
	border: none;
	flex: 1;
	height: 100%;
}


.contactUs form li .codeCon .codeImg {
	cursor: pointer;
	background-color: #f3fbfe;
	flex-shrink: 0;
}


.contactUs form li .codeCon .codeImg img {
	display: block;
	height: 100%;
	max-width: 90px;
}


.contactUs form li.subBtn {
	width: 100px;
	margin-right: 0;
	margin-left: 1.2%;
}

.contactUs form li.subBtn input {
	font-size: 14px !important;
	color: #ffffff;
	width: 100%;
	height: 40px;
	background-color: #ff6600;
	border-radius: 6px;
	overflow: hidden;
	border-color: #ff6600;
	cursor: pointer;
}

.contactUs form li.subBtn input:hover {
	background-color: #ffffff;
	color: #ff6600;
}


.contactUs form .m-formcountry {
	position: relative;
}

.contactUs form .m-formcountry .drop-btn {
	position: relative;
}

.contactUs form .m-formcountry .drop-btn i,
.contactUs form .m-formcountry .drop-btn svg {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.contactUs form .m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 223px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #ff6600 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

.contactUs form .m-formcountry .drop-list::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.contactUs form .m-formcountry .drop-list::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.05);
}

.contactUs form .m-formcountry .drop-list::-webkit-scrollbar-thumb {
	background-color: #ff6600;
}

.contactUs form .m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	padding: 0;
	padding: 5px 10px;
	cursor: pointer;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	color: #999;
	height: auto;
	width: 100%;
	margin: 0;
}

.contactUs form .m-formcountry .drop-list li.on {
	background-color: #ff6600;
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.support .contactUs {
		padding: 60px 0;
	}

	.contactUs .msg .map {
		margin-top: 0;
	}

	.contactUs form ul li {
		width: 49%;
		margin-right: 2%;
	}

	.contactUs form li.subBtn input {
		border-radius: 4px;
		margin-left: 2%;
	}

	.contactUs .msg {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.support .contactUs {
		width: 65%;
	}

	.contactUs form ul li {
		margin-top: 20px;
	}

	.contactUs .msg {
		flex-direction: column;
		align-items: flex-start;
	}

	.contactUs .msg .des {
		width: 100%;
		margin-bottom: 30px;
	}

	.contactUs .msg .map {
		width: 100%;
	}

	.contactUs .msg li {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.support .contactUs {
		width: 100%;
		padding: 40px 0;
	}

	.contactUs .msg li .name,
	.contactUs .msg li .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .msg {
		margin-bottom: 40px;
	}

	.contactUs form .name {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.contactUs form .m-formcountry .drop-btn i,
	.contactUs form .m-formcountry .drop-btn svg {
		font-size: 12px;
	}

	.contactUs form ul li {
		margin-top: 10px;
	}

	.contactUs form .m-formcountry .drop-list li {
		font-size: 14px;
		line-height: 24px;
	}

	.contactUs form input,
	.contactUs .codeCon,
	.contactUs form li.subBtn input {
		height: 36px;
	}

	.contactUs form .name {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:400px) {
	.contactUs form ul li:nth-child(n) {
		width: 100%;
		margin: 0;
		margin-top: 10px;
	}

	.contactUs form ul li:nth-child(1) {
		margin-top: 0;
	}

	.contactUs form li.subBtn input {
		margin-left: 0;
		margin-top: 10px;
	}

}


/* 5-3 帮助*/

.support .supportDescription {
	width: 70.3%;
	padding: 58px 0 91px 0;
}


.supportDescription .line {
	width: 100%;
	height: 1px;
	background-color: #cccccc;
	margin-top: 27px;
}


.supportDescription .maintenance {
	margin-top: 51px;
}

.supportDescription .maintenance:nth-child(1) {
	margin-top: 0;
}

.desTit {
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	color: #222222;
}

.warranty {
	margin-top: 20px;
}


.warranty .des {
	margin-top: 24px;
}


.supportDescription .standardEdit p {
	font-size: 14px !important;
	line-height: 30px !important;
	color: #666666;
}

.supportDescription .standardEdit strong {
	font-size: 18px;
	color: #333333;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
	border-collapse: collapse;
	line-height: 22px;
}


.warranty .table table tr:nth-child(1) td,
.warranty .table table tr:nth-child(2) td {
	background-color: #121212;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
}

.table table tr td {
	padding: 13px 20px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	border: 1px solid #cccccc;
}

.notice {
	margin-top: 20px;
}

.notice .des {
	margin-top: 21px;
}

.notice .des p {
	line-height: 30px !important;
	color: #666666;
}

.notice .table table tr td:nth-child(1) {
	text-align: left;
	padding: 13px 65px;
}

.notice .table table tr:nth-child(1) td,
.notice .table table tr:nth-child(2) td {
	background-color: #121212;
	color: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.exchange {
	margin-top: 36px;
}


.exchange .des {
	margin-top: 21px;
}


.exchange .des p {
	line-height: 30px !important;
	color: #666666;
}


.exchange .table table tr td:nth-child(1) {
	background-color: #121212;
	color: #ffffff;
}




@media screen and (max-width:1560px) {

	.supportDescription .line {
		margin-top: 30px;
	}

	.warranty {
		margin-top: 30px;
	}

	.support .supportDescription {
		padding: 60px 0;
	}

	.desTit {
		font-size: 22px;
		line-height: 30px;
	}

	.notice .table table tr td:nth-child(1) {
		padding: 13px 40px;
	}
}

@media screen and (max-width:1333px) {
	.support .supportDescription {
		width: 65%;
	}

	.desTit {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.support .supportDescription {
		width: 100%;
		padding: 50px 0;
	}

	.desTit {
		font-size: 18px;
		line-height: 28px;
	}

	.warranty .table table tr:nth-child(1) td,
	.warranty .table table tr:nth-child(2) td {
		font-size: 16px;
	}

	.warranty .table table tr td {
		font-size: 14px;
	}

	.notice .table table tr td:nth-child(1) {
		padding: 13px 20px;
	}

	.supportDescription .maintenance {
		margin-top: 40px;
	}

	.table table tr td {
		font-size: 14px;
	}

	.notice .table table tr:nth-child(1) td,
	.notice .table table tr:nth-child(2) td {
		font-size: 16px;
	}
}



/* innerBanner */

.innerBanner {
	position: relative;
	height: 900px;
}


.innerBannerImg {
	height: 100%;
}


.innerBannerImg video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	max-width: none;
}

.innerBannerImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: block;
}


.innerBannerMsg {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: 9;
	padding: 97px 0;
	height: 100%;
}

.innerBannerMsg .des {
	position: absolute;
	right: 0;
	top: 51.9%;
	width: 26.4%;
	z-index: 9;
	padding: 36px 0 46px 25px;
	transform: translateY(-50%);
}



.innerBannerMsg .des::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
	width: 83px;
	background-color: #ff6600;
	height: 100%;
}

.innerBannerMsg .des .time {
	font-weight: bold;
	font-size: 72px;
	line-height: 72px;
	color: #ffffff;
	margin-bottom: 18px;
}

.innerBannerMsg .des .txts {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}



.innerBannerMsg .msg {
	position: absolute;
	top: 51%;
	transform: translateY(-50%);
	z-index: 9;
	width: 51%;
}



.innerBannerMsg .msg .title {
	font-weight: bold;
	font-size: 72px;
	line-height: 87px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 33px;
}



.innerBannerMsg .msg .txts {
	font-size: 20px;
	line-height: 36px;
	color: #ffffff;
	margin-top: 23px;
	margin-bottom: 33px;
}



.crumb {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #ffffff;
}


.crumb a,
.crumb i {
	font-size: 14px;
	font-style: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.crumb a.active,
.crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 2px;
}


.crumb i {
	font-style: normal;
}




/* pager */


.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	margin: 5px 4px;
	background-color: #eeeeee;
	border-radius: 4px;
	overflow: hidden;
}


.pager .pageList a.active,
.pager .pageList a:hover {
	background-color: #333333;
	color: #ffffff !important;
}



.pager .pageList a.iconfont {
	font-size: 16px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 23px;
	position: relative;
}


.pager .addTo p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}


.pager .addTo img {
	flex-shrink: 0;
	width: 16px;
	margin-left: 12px;
}


.pager .addTo input {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}


.pager .addTo:hover p {
	color: #ff6600;
}


.pager .inqBtns {
	display: flex;
	align-items: center;
}

.pager .inqBtns a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 35px;
	font-size: 18px;
	padding: 0 30px;
	background-color: #eeeeee;
	border-radius: 4px;
}

.pager .inqBtns a {
	margin: 5px 10px;
}

.pager .inqBtns a:hover {
	background-color: #333333;
	color: #ffffff !important;
}




@media screen and (max-width:1560px) {
	.innerBanner {
		height: 700px;
	}

	.innerBannerMsg .des {
		top: 55%;
		width: 30%;
		padding: 40px 0 40px 30px;
	}

	.innerBannerMsg .des .time {
		font-size: 60px;
		line-height: 60px;
	}

	.innerBannerMsg .msg .title {
		font-size: 60px;
		line-height: 70px;
		margin-top: 0;
	}

	.innerBannerMsg .msg .txts {
		font-size: 18px;
		line-height: 28px;
	}

	.innerBannerMsg .msg .txts {
		margin-bottom: 0;
	}

	.pager .pageList a.iconfont {
		font-size: 14px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 600px;
	}

	.innerBannerMsg .des {
		width: 36%;
	}

	.innerBannerMsg .des .time {
		font-size: 50px;
		line-height: 50px;
	}

	.innerBannerMsg .des {
		padding: 30px 0 30px 20px;
	}

	.innerBannerMsg .msg .title {
		font-size: 46px;
		line-height: 60px;
	}


	.innerBannerMsg .msg {
		width: 62%;
		top: 55%;
	}

	.pager .pageList a {
		font-size: 16px;
		border-radius: 2px;
	}

}

@media screen and (max-width:999px) {
	.innerBannerMsg {
		padding: 30px 0;
	}

	.innerBanner {
		height: 500px;
	}

	.innerBannerMsg .des {
		width: 40%;
	}

	.innerBannerMsg .des .time {
		font-size: 40px;
		line-height: 40px;
	}

	.innerBannerMsg .msg {
		width: 70%;
	}

	.innerBannerMsg .msg .title {
		font-size: 36px;
		line-height: 48px;
	}

	.pager .pageList a {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}
	
	.pager .inqBtns a {
		height: 35px;
		font-size: 16px;
		padding: 0 20px;
	}
}

@media screen and (max-width:768px) {
	.innerBanner {
		height: 400px;
	}

	.innerBannerMsg .des {
		width: 46%;
	}

	.innerBannerMsg .des .time {
		font-size: 30px;
		line-height: 30px;
	}

	.innerBannerMsg .des::after {
		width: 60px;
	}

	.innerBannerMsg .msg .title {
		font-size: 28px;
		line-height: 38px;
	}
	
	.pager .inqBtns a {
		height: 32px;
		font-size: 14px;
		border-radius: 2px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 360px;
	}

	.innerBannerMsg .des {
		width: 56%;
	}

	.innerBannerMsg .des .time {
		font-size: 28px;
		line-height: 28px;
	}

	.innerBannerMsg .des::after {
		width: 50px;
	}
	
	.innerBannerMsg .msg {
		width: 80%;
	}
	
	.innerBannerMsg .msg .title {
		font-size: 26px;
		line-height: 38px;
	}
	.pager .inqBtns a{
		padding: 0 10px;
	}
}


/* footer */


footer {
	background-color: #121212;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
	padding: 77px 0 40px 0;
	flex-wrap: wrap;
}


footer .footerList .box li {
	margin-top: 4px;
}


footer .footerList .box li:nth-child(1) {
	margin-top: 0;
}


footer .footerList .titBox .meuBtn {
	display: none;
}


footer .footerList .fProduct {
	width: 20%;
	margin-right: 5.4%;
}


footer .footerList .fProduct ul>li {
	margin-top: 4px;
}

footer .footerList .fProduct ul>li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .fAbout {
	width: 20%;
	margin-right: 4.4%;
}

footer .footerList .fAbout ul>li {
	margin-top: 10px;
}

footer .footerList .fAbout ul>li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .fFollowUs {
	width: 26%;
	margin-right: 12.9%;
}


footer .footerList .fFollowUs ul {
	display: flex;
	flex-wrap: wrap;
}


footer .footerList .fFollowUs li:nth-child(n) {
	margin-right: 17px;
	margin-bottom: 11px;
	margin-top: 6px;
}


footer .footerList .fFollowUs li a {
	width: 47px;
	height: 47px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}


footer .footerList .fFollowUs li a img {
	filter: grayscale(100%);
}

footer .footerList .fFollowUs li a:hover img {
	transform: none;
	filter: grayscale(0%);
}

footer .footerList .fContact {
	width: 11.3%;
}

footer .footerList .fContact .num,
footer .footerList .fContact .name {
	font-size: 16px;
	line-height: 26px;
}


footer .footerList .fContact p {
	display: inline;
}

footer .footerList .fContact .address {
	margin-top: -4px;
}

footer .footerList .fContact .address p {
	line-height: 34px;
}



footer a,
footer p,
footer div {
	font-size: 14px;
	line-height: 26px;
	color: #999999;
}



footer .title {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
}

footer a.title {
	display: inline-block;
}




footer .footerList .box {
	margin-top: 16px;
}


footer .copyright {
	position: relative;
	z-index: 9;
	padding: 30px 0 30px 0;
	font-size: 14px;
	line-height: 26px;
	color: #555555;
	text-align: center;
}


footer .copyright::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	z-index: -1;
	background-color: #000000;
}



footer .copyright p {
	display: inline;
	font-size: 16px;
	color: #666666;
	margin: 0 0 0 5px;
}


footer .copyright a {
	display: inline;
	font-size: 16px;
	color: #666666;
}



footer .copyright a img {
	display: inline-block;
	margin-left: 5px;
}

footer .copyright a:hover img {
	transform: scale(1.1);
}


footer .email a {
	word-break: break-all;
}


@media screen and (max-width:1560px) {

	footer .footerList {
		padding: 50px 0;
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .fContact {
		width: 22%;
	}

	footer .footerList .fFollowUs li a {
		width: 45px;
		height: 45px;
	}

	footer .footerList .box {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fFollowUs li a {
		width: 38px;
		height: 38px;
	}

	footer .footerList .fContact {
		width: 25%;
	}

	footer .footerList .fFollowUs li:nth-child(n) {
		margin-top: 0;
		margin-right: 10px;
	}

	footer .footerList .fAbout {
		width: 23%;
	}
}

@media screen and (max-width:999px) {

	footer .copyright {
		padding-bottom: 60px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList>li ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) ul>li:nth-child(n) {
		margin-top: 10px;
		width: 48%;
	}

	footer .footerList>li:nth-child(n) ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList>li.fFollowUs ul {
		justify-content: flex-start;
	}

	footer .footerList>li.fFollowUs ul>li:nth-child(n) {
		margin-top: 0;
		width: auto;
	}

	footer .footerList .titBox {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	footer .footerList .titBox .meuBtn {
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 14px;
	}

	footer .footerList .titBox .meuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList .box {
		margin-top: 10px;
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}


	footer .footerList {
		padding: 30px 0;
	}

	footer .footerList .box {
		display: none;
		transition: none;
	}

	footer .footerList .fContact .num,
	footer .footerList .fContact .name {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	footer .footerList>li:nth-child(n) ul>li:nth-child(n) {
		margin-top: 10px;
		width: 100%;
	}

	footer .footerList>li:nth-child(n) ul>li:nth-child(-n+1) {
		margin-top: 0;
	}

	footer .footerList>li.fFollowUs ul>li:nth-child(n) {
		margin-top: 0;
		width: auto;
	}
}





/* 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: 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: 52px;
	height: 52px;
	background-color: rgba(0, 0, 0, .8);
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
	border-radius: 4px;
}

.customer .top a {
	width: 52px;
	height: 52px;
	background-color: rgba(0, 0, 0, .8);
	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;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.customer .top i {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border-radius: 50%;
}

.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #ff6600;
	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) {

	.customer .top a {
		width: 25%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #000000;
	}

	.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: 42px;
		margin: auto;
		width: 100%;
		background-color: #000000;
		color: #fff !important;
		border-radius: 0px;
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: #000000;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #ff6600;
	}

	.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%);
	}
}


@media screen and (max-width: 768px) {

	.customer .code img,
	.customer .code:hover img {
		left: 0%;
		transform: translateX(0%);
	}

	.customer .code.active img {
		transform: translateX(0%) translateY(-100%);
	}
}


@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=1757992328862') format('woff'),
		url('../fonts/iconfont.ttf?t=1757992328862') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.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";
}