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

ul {
	list-style: none;
}

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

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

img {
	border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

.standardLink a:hover {
	color: #0067b8 !important;
}

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


.standardEdit a {
	color: #015299;
}

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



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

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

textarea {
	resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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



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

	.innerRange {
		padding: 30px 0 80px 0 !important;
	}
}


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

	.innerRange {
		padding: 30px 0 60px 0 !important;
	}
}

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

	.innerRange {
		padding: 20px 0 50px 0 !important;
	}
}

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

	.innerRange {
		padding: 10px 0 40px 0 !important;
	}
}





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

@media screen and (max-width:1333px) {
	.standardTxt .title1 {
		font-size: 28px !important;
		line-height: 35px !important;
	}

	.standardTxt .title2 {
		font-size: 18px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .btn {
		font-size: 16px !important;
	}
}

@media screen and (max-width:999px) {
	.standardTxt .title1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}

	.standardTxt .title2 {
		font-size: 16px !important;
		line-height: 28px !important;
	}

	.standardTxt .txt,
	.standardTxt p {
		font-size: 14px !important;
		line-height: 26px !important;
	}

	.standardTxt .btn {
		font-size: 14px !important;
	}

}

@media screen and (max-width:768px) {
	.standardTxt .title1 {
		font-size: 22px !important;
	}

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

}







.oneRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.twoRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.threeRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.foreRow {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}


.clear {
	clear: both;
}

/* xnav */
header .xnav {
	display: none;
}

@media screen and (max-width:999px) {
	header .xnav {
		display: block;
	}

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #B98A41;
		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(185, 138, 65, 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: Mont-Regular, Arial, sans-serif;
	}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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


/* allnav */


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

nav.active {
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

.bannerRange {
	height: 140px;
}

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

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



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

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

nav .navList {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 28px;
	height: 96px;
}

nav .navList::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(180deg, #DABA88 0%, #CDA76B 33%, #F6E8BF 66%, #CCA669 100%);
	bottom: 0;
	z-index: -1;
}


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


nav .navList>ul>li {
	height: 100%;
	margin-right: 40.5px;
	position: relative;
}

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

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

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 100%;
	line-height: 96px;
	color: #000;
	font-size: 20px;
}


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



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


nav .btns .search {
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 20px;
}


nav .btns .search .searchBtn {
	cursor: pointer;
}


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

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


nav .btns .search form {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #ffffff;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.14);
	overflow: hidden;
	border-radius: 30px;
}


nav .btns .search form.active {
	width: 280px;
	padding: 0 10px;
}

nav .btns .search form input {
	width: 100%;
	height: 100%;
}


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

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

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


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

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #000;
	font-size: 18px;
}

nav .btns .lanBtn:hover {
	color: #B98A41;
}

nav .btns .lanBtn:hover i {
	color: #B98A41;
}



nav .btns .lanBtn i {
	color: #000;
}

nav .btns .lanBtn i.icon-yuyan {
	font-size: 18px;
	margin-right: 6px;
}

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


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

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

nav .btns .language ul a {
	padding: 0 20px;
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}


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

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



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


.productSlides {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0%;
	z-index: 9;
	display: none;
	transition: none;
	padding-top: 9px;
}

.productSlides .piece {
	display: flex;
	justify-content: space-between;
	padding: 34px 47px;
	background: #FFF;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.10);
	border-radius: 20px;
	overflow: hidden;
	align-items: center;
}

.productSlides .piece .checkBtns {
	width: 17.4%;
	border-right: 1px solid #B98A41;
	padding: 16px 10px 10px 0;
	position: relative;
	z-index: 9;
}

.productSlides .piece .checkBtns a {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	display: block;
	margin-top: 46px;
}


.productSlides .piece .checkBtns a:hover,
.productSlides .piece .checkBtns a.active {
	color: #B98A41;
}

.productSlides .piece .checkBtns a:nth-child(1) {
	margin-top: 0;
}


.productSlides .piece .checks {
	width: 80.7%;
	clip-path: polygon(-1.8% -1000%, 1000% -1000%, 1000% 1000%, -1.8% 1000%);
}

.productSlides .piece .checks .swiper {
	display: none;
}


.productSlides .piece .checks .swiper.active {
	display: block;
}


.productSlides .swiper {
	overflow: visible;
}

.productSlides .swiper-slide {
	width: 186px;
	margin-right: 50px;
}

.productSlides .swiper-slide:last-child {
	margin-right: 0;
}

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


.productSlides .swiper-slide .image {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	overflow: hidden;
}

.productSlides .swiper-slide .name {
	color: #666;
	font-size: 18px;
	line-height: 28px;
	margin-top: 19px;
	text-align: center;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 1;*/
	position: relative;
}

/* .productSlides .swiper-slide .name::after {
	content: attr(title);
	background: linear-gradient(93deg, #DABA88 0.35%, #CDA76B 33.12%, #F6E8BF 65.89%, #CCA669 99.65%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: .4s ease all;
} */

.productSlides .swiper-slide .name:hover {
	color: #B98A41;
}

/* .productSlides .swiper-slide .name:hover::after {
	opacity: 1;
} */


.productSlides .swiper-slide .image:hover img {
	transform: none;
}

.productSlides .swiper-slide .image:hover {
	box-shadow: 0 0 26px 4px rgba(0, 0, 0, 0.10);
}


/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	width: 308px;
	display: none;
	transition: none;
	border-radius: 20px;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.10);
	padding: 37px 0 37px 0;
}



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

.moreList {
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.moreList li {
	position: relative;
	margin-top: 18px;
}


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

.moreList a {
	padding: 0px 20px;
	color: #333333;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}

.moreList li:hover>a {
	color: #B98A41;
}


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

	nav .logo {
		width: 90px;
	}

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

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

	nav .btns .search {
		margin-right: 30px;
	}

	nav .navList {
		height: 60px;
		margin-bottom: 20px;
	}

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

	nav,
	.bannerRange {
		height: 100px;
	}

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

	.productSlides .piece {
		padding: 30px;
		border-radius: 10px;
	}

	.productSlides .piece .checkBtns {
		padding: 10px 10px 10px 0;
	}

	.productSlides .piece .checkBtns a {
		margin-top: 30px;
	}

	.productSlides .swiper-slide {
		width: 170px;
	}

	.productSlides .swiper-slide .name,
	.productSlides .swiper-slide .name::after {
		font-size: 16px;
		line-height:26px;
	}

	.productSlides .swiper-slide .image {
		border-radius: 10px;
	}

	.moreList,
	.moreList ul {
		width: 280px;
		border-radius: 10px;
		box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.10);
		padding: 20px 0 20px 0;
	}

	.moreList li {
		margin-top: 10px;
	}

	.moreList ul {
		top: -20px;
	}

	nav .btns .search form {
		height: 30px;
	}

	nav .btns .search form .subBtn {
		width: 30px;
		height: 30px;
	}

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

	nav .btns .language ul {
		border-radius: 10px;
		overflow: hidden;
	}
}

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

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

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

	nav .btns .lanBtn {
		font-size: 16px;
	}

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

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

	nav .btns .search .searchBtn i {
		font-size: 16px;
	}

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

	.productSlides .piece {
		border-radius: 5px;
		padding: 20px;
	}

	.productSlides .piece .checkBtns a {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}

	.productSlides .swiper-slide .name,
	.productSlides .swiper-slide .name::after {
		font-size: 14px;
		line-height: 24px;
	}

	.productSlides .swiper-slide .name {
		margin-top: 10px;
	}

	.productSlides .swiper-slide {
		width: 150px;
		margin-right: 45px;
	}

	.productSlides .piece .checkBtns {
		width: 20%;
	}

	.productSlides .piece .checks {
		width: 76%;
	}

	.productSlides .swiper-slide .image {
		border-radius: 5px;
	}

	.moreList a {
		font-size: 16px;
	}

	.moreList,
	.moreList ul {
		border-radius: 5px;
		width: 240px;
	}

	nav .btns .language ul {
		border-radius: 5px;
		overflow: hidden;
	}

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

@media screen and (max-width:1200px) {
	nav .navList {
		margin-bottom: 0;
		flex-direction: column-reverse;
		align-items: flex-end;
		justify-content: flex-end;
	}

	nav .logo {
		width: 70px;
	}

	nav .navList {
		height: 70px;
	}

	nav .navList>ul {
		height: 50px;
	}

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

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

	nav .btns {
		margin-left: 0;
		height: 20px;
	}

	.productSlides .piece .checkBtns {
		width: 26%;
	}

	.productSlides .piece .checks {
		width: 70%;
	}

	.productSlides .swiper-slide {
		width: 140px;
	}

	.moreList {
		transform: translateX(0);
		right: 0;
		left: auto;
	}

	.moreList a {
		text-align: right;
	}

	.moreList ul {
		left: auto;
		right: 100%;
	}

	nav .btns .search form {
		top: 50%;
		transform: translateY(-50%);
		right: calc(100% + 10px);
	}

	nav .btns .search form {
		height: 26px;
	}

	nav .btns .search form .subBtn {
		width: 26px;
		height: 26px;
	}

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

	nav .btns .language ul {
		top: calc(100% + 10px);
	}
}

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

	nav .navList::after {
		display: none;
	}

	nav,
	.bannerRange {
		height: 60px;
	}

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

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

	nav .logo {
		width: 56px;
	}

	nav .navList {
		height: 60px;
	}

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

	nav .btns .search {
		display: none;
	}

	nav .btns .language ul {
		top: 100%;
		padding: 14px 0;
	}

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

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

	nav .logo {
		width: 50px;
	}

}

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


/* indexBanner */


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


.indexBanner * {
	transition: none;
}


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


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

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


.indexBanner .swiper-slide .image img {
	max-width: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: all 6s ease-out;
}

.indexBanner .swiper-slide.swiper-slide-active .image img {
	transform: scale(1);
}

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


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


.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	border: 1px solid #B98A41;
	color: #B98A41;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
}


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


.sBtns>div:hover {
	background-color: #B98A41;
	color: #ffffff;
}


.indexBanner .btns {
	position: absolute;
	width: 100%;
	bottom: 69px;
	display: flex;
	align-items: center;
	z-index: 9;
	left: 0;
	padding-right: calc((100% - 1600px)/ 2);
}


.indexBanner .btns::before {
	content: "";
	display: block;
	background: #DABA88;
	flex: 1;
	height: 1px;
}

.indexBanner .btns::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 1px;
	background-color: #DABA88;
	width: calc((100% - 1628px) / 2);
	z-index: 9;
}

.indexBanner .btns .sBtns {
	flex-shrink: 0;
	margin-left: 14px;
}

.indexBanner .btns .sBtns>div {
	transition: .4s ease all;
}


.indexBanner .swiper-pagination {
	position: absolute;
	z-index: 9;
	right: 56px;
	left: auto;
	bottom: auto;
	width: auto;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}


.indexBanner .swiper-pagination .swiper-pagination-current {
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 50px;
	font-style: normal;
	line-height: 46px;
}


.indexBanner .swiper-pagination i {
	width: 42px;
	height: 2px;
	background-color: #333333;
}

.indexBanner .swiper-pagination .swiper-pagination-total {
	color: #333;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 32px;
}

@media screen and (max-width:1760px) {
	.indexBanner .swiper-pagination i {
		margin: 6px 0;
	}

	.indexBanner .swiper-pagination .swiper-pagination-total {
		font-size: 18px;
		line-height: 30px;
	}

	.indexBanner .swiper-pagination .swiper-pagination-current {
		font-size: 36px;
		line-height: 36px;
	}

	.indexBanner .swiper-pagination i {
		width: 35px;
	}

	.indexBanner .swiper-pagination {
		right: 80px;
	}

	.indexBanner .btns {
		padding-right: 80px;
	}

	.indexBanner .btns::after {
		width: calc(80px - 14px);
	}

	.indexBanner .btns {
		bottom: 40px;
	}

	.sBtns>div {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:1333px) {
	.sBtns>div {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}

	.indexBanner .btns {
		bottom: 30px;
	}

	.indexBanner .swiper-pagination .swiper-pagination-total {
		font-size: 16px;
		line-height: 26px;
	}

	.indexBanner .swiper-pagination .swiper-pagination-current {
		font-size: 32px;
		line-height: 32px;
	}

	.indexBanner .swiper-pagination i {
		width: 30px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .swiper-pagination .swiper-pagination-total {
		font-size: 14px;
		line-height: 24px;
	}

	.indexBanner .swiper-pagination .swiper-pagination-current {
		font-size: 26px;
		line-height: 26px;
	}

	.indexBanner .swiper-pagination i {
		width: 24px;
	}

	.sBtns>div {
		width: 34px;
		height: 34px;
	}

	.indexBanner .btns {
		bottom: 20px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .swiper-pagination {
		right: 25px;
	}

	.indexBanner .btns {
		padding-right: 25px;
	}

	.indexBanner .btns::after {
		width: calc(25px - 14px);
	}
}

@media screen and (max-width:538px) {
	.indexBanner .btns {
		padding-right: 15px;
		bottom: 10px;
	}

	.indexBanner .btns::after {
		width: calc(15px - 10px);
	}

	.indexBanner .btns .sBtns {
		margin-left: 10px;
	}

	.indexBanner .swiper-pagination i {
		margin: 4px 0;
	}

	.indexBanner .swiper-pagination {
		transform: translateY(-70%);
	}
}


/* title1 */

.title1 {
	color: #000;
	font-family: Mont-Bold;
	font-size: 50px;
	line-height: 56px;
}

a.title1 {
	display: inline-block;
}


a.title1:hover {
	color: #B98A41;
}



/* indexM1-1 */

.mainProducts {
	padding: 89px 0 131px 0;
	position: relative;
}

.mainProducts::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	z-index: -1;
	opacity: .3;
}


.mainProducts .swiper {
	overflow: visible;
	margin-top: 68px;
	clip-path: polygon(-1000% -1000%, 100% -1000%, 100% 1000%, -1000% 1000%);
}

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

.mainProducts .swiper-slide {
	width: 17.5%;
	margin-right: 20px;
	transition: .4s ease opacity;
	opacity: 0;
	pointer-events: none;
}


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


.mainProducts .swiper-slide .image {
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}


.mainProducts .swiper-slide .image:hover img {
	transform: none;
}

.mainProducts .swiper-slide .image:hover {
	box-shadow: 0 0 26px 4px rgba(0, 0, 0, 0.10);
}

.mainProducts h2 {
	font: inherit;
}

.mainProducts .tit {
	color: #000000;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
	margin-top: 14px;
}

.mainProducts .tit:hover {
	color: #B98A41;
}


@media screen and (max-width:1760px) {
	.mainProducts .swiper {
		margin-top: 40px;
	}

	.mainProducts .swiper-slide .image {
		border-radius: 10px;
	}

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

	.mainProducts .swiper-slide {
		width: 20%;
	}
}

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

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

	.mainProducts .swiper-slide .image {
		border-radius: 5px;
	}

	.mainProducts .swiper-slide {
		width: 24%;
	}
}

@media screen and (max-width:999px) {
	.mainProducts .swiper-slide {
		width: 28%;
	}

	.mainProducts .tit {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.mainProducts .swiper-slide {
		width: 30%;
	}
}

@media screen and (max-width:538px) {
	.mainProducts .swiper-slide {
		width: 46%;
	}
}



/* indexM2-1 */

.iTit {
	display: flex;
	flex-direction: column;
	align-items: center;
}

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


.iTit .tip {
	text-align: center;
	margin-top: 24px;
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
}


.swiperBox {
	position: relative;
}


.advantage {
	padding: 99px 0 108px 0;
}

.advantage .checkBtns {
	margin-top: 41px;
	display: flex;
	flex-wrap: wrap;
}

.advantage .checkBtns .item {
	width: 15.75%;
	margin-right: 1.1%;
	margin-top: 20px;
	display: flex;
	align-items: center;
	background: #F8F8F8;
	padding: 27px 25px 26px;
	position: relative;
	border-radius: 20px;
	color: #000;
	font-size: 18px;
	line-height: 28px;
	background-color: #F8F8F8;
	overflow: hidden;
	cursor: pointer;
}

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

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


.advantage .checkBtns .item::after {
	content: "";
	height: 10px;
	border-radius: 20px;
	background: linear-gradient(90deg, #DABA88 0.02%, #CDA76B 33.01%, #F6E8BF 65.99%, #CCA669 99.98%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: .4s ease all;
	width: calc(100% - 28px);
	opacity: 0;
}

.advantage .checkBtns .item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(180deg, #FFF 0%, #E9DCC7 100%);
	transition: .4s ease all;
	height: 0;
}

.advantage .checkBtns .item:hover:after,
.advantage .checkBtns .item.active:after {
	opacity: 1;
}

.advantage .checkBtns .item:hover,
.advantage .checkBtns .item.active {
	background-color: transparent;
}

.advantage .checkBtns .item:hover:before,
.advantage .checkBtns .item.active:before {
	height: 100%;
}

.advantage .swiper {
	overflow: visible;
	margin-top: 36px;
}

.advantage .swiper-slide {
	display: flex;
	justify-content: space-between;
}

.advantage .swiper-slide .box {
	width: 45.125%;
	padding: 51px 0 33px 0;
	position: relative;
	z-index: 9;
	margin-right: -7.25%;
	display: flex;
	align-items: center;
}

.advantage .swiper-slide .msg {
	border-radius: 20px;
	background-color: #ffffff;
	box-shadow: 0 0 26px 4px rgba(0, 0, 0, 0.10);
	padding: 48px 44px 32px;
}


.advantage .swiper-slide .image {
	width: 62.125%;
	border-radius: 20px;
	overflow: hidden;
}

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

.advantage .sTit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.sTit {
	color: #000;
	font-family: Mont-Bold;
	font-size: 36px;
	line-height: 40px;
}

a.sTit:hover {
	color: #B98A41;
}


.advantage .line {
	width: 34px;
	height: 4px;
	background-color: #B98A41;
	margin-top: 19px;
}

.standardEdit p {
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.standardEdit p strong {
	font-family: Mont-Bold;
}

.advantage .txts {
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.advantage .txts {
	line-height: 32px;
}

.advantage .cBtn {
	margin-top: 15px;
	font-size: 18px;
}


.cBtn {
	width: 180px;
	height: 50px;
	color: #ffffff;
	background-color: #B98A41;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	position: relative;
	border-radius: 50px;
	overflow: hidden;
	z-index: 9;
	color: #333;
	font-size: 20px;
	line-height: 32px;
	cursor: pointer;
}


.cBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(93deg, #DABA88 0.61%, #CDA76B 25.3%, #F6E8BF 69.76%, #CCA669 99.39%);
	z-index: -1;
	transition: .4s ease all;
}


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

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

.cBtn:hover::after {
	opacity: 0;
}


.cBtn:hover {
	background-color: #B98A41;
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.iTit .tip {
		font-size: 20px;
		line-height: 30px;
		margin-top: 10px;
	}

	.advantage .checkBtns .item {
		padding: 20px;
		border-radius: 10px;
	}

	.advantage .checkBtns .item::after {
		height: 6px;
	}

	.advantage .swiper-slide .msg {
		border-radius: 10px;
		padding: 40px 30px;
	}

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

	.advantage .cBtn {
		margin-top: 20px;
	}

	.cBtn {
		height: 46px;
	}

	.cBtn i {
		margin-left: 16px;
	}

	.advantage .swiper-slide .image {
		border-radius: 10px;
	}

	.advantage .swiper-slide .box {
		padding: 30px 0;
	}
}

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

	.advantage .checkBtns .item:nth-child(n) {
		font-size: 16px;
		line-height: 28px;
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
		border-radius: 5px;
	}

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

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

	.advantage .checkBtns {
		margin-top: 30px;
	}

	.advantage .swiper-slide .msg {
		padding: 30px 20px;
		border-radius: 5px;
	}

	.sTit {
		font-size: 24px;
		line-height: 36px;
	}

	.advantage .cBtn {
		font-size: 16px;
	}

	.cBtn {
		height: 40px;
		width: 160px;
	}

	.cBtn i {
		margin-left: 10px;
	}

	.advantage .swiper-slide .image {
		border-radius: 5px;
	}

	.advantage .swiper {
		margin-top: 30px;
	}

}

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

	.advantage .checkBtns .item:nth-child(n) {
		font-size: 14px;
		line-height: 24px;
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

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

	.advantage .checkBtns .item::after {
		height: 4px;
	}

	.sTit {
		font-size: 22px;
		line-height: 32px;
	}

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

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

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

	.advantage .swiper-slide {
		flex-direction: column;
		align-items: flex-start;
	}

	.advantage .swiper-slide .box {
		padding: 0;
		width: 100%;
	}

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

	.advantage .swiper-slide .image {
		width: 100%;
		margin-top: 20px;
		height: 300px;
	}
}

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

	.advantage .checkBtns {
		justify-content: space-between;
	}

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

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

/* indexM3-1 */


.imgBg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}


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


.iAbout {
	padding: 147px 0 148px 0;
	position: relative;
}

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

.iAbout .title1 {
	flex-shrink: 0;
	margin-right: 30px;
	margin-top: -7px;
}

.iAbout .title .txts {
	max-width: 47.44%;
	flex: 1;
}


.iAbout .con {
	display: flex;
	justify-content: space-between;
	margin-top: 44px;
}



.iAbout .dis {
	background-color: #ffffff;
	padding: 36px 32px 36px 41px;
	display: flex;
	justify-content: space-between;
	width: 50%;
	border-radius: 20px;
}

.iAbout .dis .msg {
	width: 35%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 21px 0;
}

.iAbout .dis .image {
	width: 60%;
	border-radius: 20px;
	overflow: hidden;
}


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

.iAbout .msg {
	width: 40%;
}

.iAbout .show {
	width: 51.5%;
	border-radius: 32px;
	overflow: hidden;
	position: relative;
}

.iAbout .show img {
	display: block;
}


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

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

.iAbout .cBtn {
	margin-top: 20px;
	width: 190px;
	font-size: 20px;
}



.iAbout .aboutNum {
	width: 46.875%;
}

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

.aboutNum .item {
	width: 48.4%;
	margin-top: 25px;
	background-color: #ffffff;
	padding: 56px 38px 22px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	min-height: 191px;
	z-index: 9;
}


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


.aboutNum .item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	background: linear-gradient(90deg, #DABA88 0.01%, #CDA76B 33%, #F6E8BF 66%, #CCA669 99.99%);
	height: 8px;
	width: calc(100% - 40px);
}


.aboutNum .item::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(233, 221, 200, 0.50) 0%, rgba(217, 199, 157, 0.50) 100%), #FFF;
	z-index: -1;
	transition: .4s ease all;
	opacity: 0;
}



.aboutNum .item:hover::before {
	opacity: 1;
}



.aboutNum .item .num {
	color: #000;
	font-family: Mont-Bold;
	font-size: 50px;
	line-height: 50px;
}

.aboutNum .item:hover .num {
	color: #B98A41;
}


.aboutNum .item .name {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	margin-top: 7px;
}


@media screen and (max-width:1760px) {
	.iAbout .title1 {
		margin-top: 0;
	}

	.iAbout .con {
		margin-top: 40px;
	}

	.iAbout .title .txts {
		max-width: 60%;
	}

	.iAbout .dis {
		padding: 30px 30px;
		border-radius: 10px;
	}

	.iAbout .dis .image {
		border-radius: 10px;
	}

	.iAbout .cBtn {
		font-size: 18px;
		width: 170px;
	}

	.aboutNum .item {
		border-radius: 10px;
		padding: 30px;
	}

	.aboutNum .item .name {
		font-size: 18px;
		line-height: 28px;
		margin-top: 14px;
	}

	.aboutNum .item .num {
		font-size: 36px;
		line-height: 36px;
	}

	.aboutNum .item::after {
		height: 6px;
	}
}

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

	.iAbout .dis {
		border-radius: 5px;
		width: 100%;
	}

	.iAbout .dis .image {
		border-radius: 5px;
	}

	.iAbout .cBtn {
		font-size: 16px;
		width: 160px;
	}

	.aboutNum .item {
		border-radius: 5px;
	}

	.aboutNum .item .num {
		font-size: 28px;
		line-height: 28px;
	}

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

	.iAbout .aboutNum {
		width: 100%;
		margin-top: 30px;
	}

	.aboutNum .item {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 20px;
		min-height: auto;
	}

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

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

	.iAbout .dis .image {
		max-height: 360px;
	}
}

@media screen and (max-width:999px) {
	.iAbout .dis {
		padding: 20px;
	}

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

	.aboutNum .item {
		padding: 20px;
	}

	.aboutNum .item .num {
		font-size: 24px;
		line-height: 24px;
	}

	.aboutNum .item::after {
		height: 4px;
	}
}

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

	.iAbout .title1 {
		margin-right: 0;
	}

	.iAbout .title .txts {
		width: 100%;
		margin-top: 30px;
		max-width: none;
	}

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

	.iAbout .dis .msg {
		padding: 0;
		width: 100%;
	}

	.iAbout .dis .image {
		width: 100%;
		margin-top: 20px;
		height: 300px;
	}

	.aboutNum {
		justify-content: space-between;
	}

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

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

	.aboutNum .item .num {
		font-size: 22px;
		line-height: 32px;
	}
}

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


/* indexM4-1 */


.touch {
	background: linear-gradient(90deg, rgba(233, 221, 200, 0.50) 0%, rgba(217, 199, 157, 0.50) 100%);
}



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


.touch .image {
	width: 360px;
	flex-shrink: 0;
	margin-right: 83px;
}


.touch .msg {
	flex: 1;
	padding-top: 18px;
	padding: 46px 0 30px;
}

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

.touch .msg .txts {
	color: #000;
	font-size: 22px;
	line-height: 30px;
	margin-top: 15px;
}


.touch .msg .cBtn {
	margin-top: 44px;
	width: 188px;
}

@media screen and (max-width:1760px) {
	.touch .msg {
		padding: 40px 0;
	}

	.touch .msg .txts {
		font-size: 18px;
		line-height: 30px;
		margin-top: 20px;
	}

	.cBtn {
		font-size: 18px;
	}
}

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

	.touch .image {
		width: 340px;
	}

	.touch .msg .cBtn {
		width: 170px;
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.touch .image {
		width: 280px;
		margin-right: 30px;
	}

	.touch .msg .cBtn {
		width: 160px;
	}

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

@media screen and (max-width:768px) {
	.touch .image {
		width: 240px;
	}

	.touch .msg .cBtn {
		width: 140px;
	}
}

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

	.touch .msg {
		padding: 0;
		width: 100%;
		padding-bottom: 30px;
		margin-top: 10px;
	}

	.touch .image {
		width: 100%;
		max-width: 240px;
		margin: 0 auto;
	}

	.touch .msg .cBtn {
		margin-top: 20px;
	}

}

/* indexM5-1 */

.showcase {
	overflow: hidden;
	padding: 110px 0 85px 0;
}

.showcase  .iTit{
	align-items: flex-start;
}

.showcase  .title1{
	text-align: left;
}


.showcase .swiperBox {
	margin-top: 62px;
}

.showcaseSwiper {
	width: 50%;
	margin: 0 auto;
}

.showcaseSwiper .swiper {
	width: 100%;
	overflow: visible;
}

.showcaseSwiper .swiper .swiper-slide {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.showcaseSwiper .swiper .swiper-slide:hover .image img {
	transform: scale(1.1);
}

.showcaseSwiper .image {
	overflow: hidden;
	height: 440px;
}

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


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


.showcaseSwiper .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 36px 240px 36px 43px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
	z-index: 2;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}


.showcaseSwiper .swiper .swiper-slide:hover .msg {
	padding-bottom: 129px;
}


.showcaseSwiper .tit {
	font-family: Mont-Bold;
	color: #FFF;
	font-size: 36px;
	line-height: 46px;
}


.showcaseSwiper a.tit:hover {
	color: #B98A41;
}


.showcaseSwiper .txts {
	font-size: 20px;
	line-height: 34px;
	margin-top: -4px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: 34px;
}

.showcaseSwiper .swiper-slide:hover .txts {
	-webkit-line-clamp: 4;
	height: 136px;
}

.showcaseSwiper .cBtn {
	opacity: 0;
	position: absolute;
	right: 34px;
	bottom: 45px;
}

.showcaseSwiper .swiper-slide:hover .cBtn {
	opacity: 1;
}


.swiperBox .sBtns>div {
	position: absolute;
	z-index: 9;
	top: 50%;
}

.showcaseSwiper .sBtns>div {
	border: none;
	color: #000;
	background-color: #B98A41;
}

.showcaseSwiper .sBtns>div::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	z-index: -1;
	transition: .4s ease all;
}

.showcaseSwiper .sBtns>div:hover::after {
	opacity: 0;
}

.showcaseSwiper .sBtns>div:hover {
	color: #ffffff;
}

.showcaseSwiper .sBtns>div.prev {
	left: 0px;
	transform: translateX(-50%) translateY(-50%);
}

.showcaseSwiper .sBtns>div.next {
	right: 0px;
	transform: translateX(50%) translateY(-50%);
}



@media screen and (max-width:1760px) {
	.showcase .swiperBox {
		margin-top: 40px;
	}

	.showcaseSwiper .swiper .swiper-slide {
		border-radius: 10px;
	}

	.showcaseSwiper .txts {
		font-size: 18px;
		line-height: 28px;
		height: 28px;
		margin-top: 20px;
	}

	.showcaseSwiper .swiper-slide:hover .txts {
		height: 112px;
	}

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

	.showcaseSwiper .msg {
		padding: 30px 230px 30px 40px;
	}
}

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

	.showcaseSwiper {
		width: 70%;
	}

	.showcaseSwiper .tit {
		font-size: 24px;
		line-height: 24px;
	}

	.showcaseSwiper .msg {
		padding: 30px 220px 30px 40px;
	}

	.showcaseSwiper .image {
		height: 360px;
	}

	.showcaseSwiper .cBtn {
		bottom: 30px;
	}

	.showcaseSwiper .swiper .swiper-slide:hover .msg {
		padding-bottom: 80px;
	}

	.showcaseSwiper .swiper .swiper-slide {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.showcaseSwiper .swiper-slide:nth-child(n) .txts {
		height: 104px;
	}

	.showcaseSwiper .swiper .swiper-slide:nth-child(n) .msg {
		padding: 30px;
	}

	.showcaseSwiper .swiper-slide .cBtn {
		opacity: 1;
		position: relative;
		left: 0;
		bottom: 0;
		margin-left: auto;
		margin-top: 20px;
	}

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

	.showcaseSwiper .swiper-slide:nth-child(n) .txts {
		-webkit-line-clamp: 4;
	}
}

@media screen and (max-width:768px) {
	.showcaseSwiper .image {
		height: 360px;
	}

	.showcaseSwiper .swiper .swiper-slide:nth-child(n) .msg {
		padding: 20px;
	}

	.showcaseSwiper {
		width: 80%;
	}

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

@media screen and (max-width:538px) {
	.showcaseSwiper {
		width: 90%;
	}
}


/* indexM6-1 */

.support .con {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	padding: 345px 100px 143px;
}

.support .title1 {
	color: #ffffff;
}

.support .msg {
	width: 41.45%;
	margin-left: auto;
}

.support .tip {
	color: #FFF;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 32px;
	margin-top: 23px;
}

.support .txt {
	margin-top: 11px;
}

.support .txt p {
	color: #ffffff;
}


.support .cBtn {
	margin-top: 36px;
}

@media screen and (max-width:1760px) {
	.support .msg {
		width: 60%;
	}

	.support .con {
		padding: 80px 80px;
		border-radius: 10px;
	}

	.support .tip {
		font-size: 20px;
	}

	.support .txt {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.support .msg {
		width: 80%;
	}

	.support .con {
		padding: 60px 80px;
		border-radius: 5px;
	}

	.support .tip {
		font-size: 18px;
	}
}

@media screen and (max-width:999px) {
	.support .msg {
		width: 100%;
	}

	.support .con {
		padding: 50px 50px;
	}

	.support .tip {
		font-size: 16px;
	}

	.support .cBtn,
	.support .tip {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.support .con {
		padding: 40px 40px;
	}
}

@media screen and (max-width:538px) {
	.support .con {
		padding: 40px 20px;
	}
}

/* indexM7-1 */

.iNews {
	padding: 78px 0 98px 0;
}


.iNews .con {
	display: flex;
	justify-content: space-between;
	margin-top: 64px;
}


.iNews .newShow {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
	background-color: #F4F4F4;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}



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



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




.iNews .newShow .time {
	font-size: 18px;
	line-height: 30px;
	color: #B98A41;
}


.iNews .newShow .msg {
	padding: 27px 26px 26px;
	width: 100%;
}

.iNews .newShow .msg .txts {
	color: #000;
	font-size: 18px;
	line-height: 32px;
	min-height: 64px;
	margin-top: 5px;
}




.iNews .list {
	width: 47.5%;
}


.iNews .list .item {
	margin-top: 21px;
	border-radius: 20px;
	background: #F4F4F4;
	overflow: hidden;
	position: relative;
	padding: 27px 45px 26px;
}

.iNews .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	z-index: -1;
	opacity: 0;
	transition: .4s ease all;
}


.iNews .list .item:hover {
	background-color: transparent;
}

.iNews .list .item:hover::after {
	opacity: 1;
}


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


.iNews .list .item:hover .time {
	color: #000;
	font-family: Mont-Bold;
}

.iNews .list .time {
	color: #B98A41;
	font-size: 18px;
	line-height: 30px;
}

.iNews .list .tit {
	color: #000;
	font-size: 18px;
	line-height: 32px;
	margin-top: 5px;
	min-height: 64px;
}



@media screen and (max-width:1760px) {
	.iNews .con {
		margin-top: 40px;
	}

	.iNews .newShow {
		border-radius: 10px;
	}

	.iNews .newShow .msg {
		padding: 20px;
	}

	.iNews .newShow .cBtn {
		margin-top: 20px;
	}

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

	.iNews .list .cBtn {
		margin-top: 20px;
	}
}

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

	.iNews .newShow .msg .txts {
		min-height: 56px;
	}

	.iNews .list .tit {
		font-size: 16px;
		line-height: 28px;
		min-height: 56px;
	}

	.iNews .newShow {
		border-radius: 5px;
	}

	.iNews .list .item {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.iNews .newShow .msg .txts {
		min-height: 52px;
	}

	.iNews .list .tit {
		font-size: 14px;
		line-height: 26px;
		min-height: 52px;
	}
}

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

	.iNews .list {
		width: 100%;
		margin-top: 30px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

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

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

	.iNews .newShow {
		width: 100%;
	}

	.iNews .newShow .image {
		height: 300px;
		flex: none;
	}
}

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

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

	.iNews .newShow .image {
		height: 280px;
	}
}

/* 1-1 */

.products {
	padding: 37px 0 158px 0;
}

.products .title1 {
	color: #B98A41;
}

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

.products .list .item {
	width: 22.5%;
	margin-right: 3.33%;
	margin-top: 42px;
}

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

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


.products .list .image {
	overflow: hidden;
	border-radius: 20px;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}


.products .list .name {
	color: #333;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	margin-top: 25px;
}


.products .list .name:hover {
	color: #B98A41;
}

.products .list .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-top: 24px;
	width: 190px;
	height: 50px;
	position: relative;
	z-index: 9;
	overflow: hidden;
	border-radius: 50px;
}


.products .list .btns::before {
	content: "";
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	box-sizing: border-box;
	border: 1px solid #B98A41;
	transition: .4s ease all;
}


.products .list .btns::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 80px;
	background: linear-gradient(93deg, #DABA88 0.55%, #CDA76B 33.19%, #F6E8BF 65.82%, #CCA669 99.45%);
	opacity: 0;
	transition: .4s ease all;
	box-sizing: border-box;
}



.products .list .btns:hover::after {
	opacity: 1;
}

.products .list .btns:hover:before {
	opacity: 0;
}


.products .list .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-right: 16px;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	overflow: hidden;
}

.products .list .checkBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	z-index: -1;
	opacity: 1;
	transition: .4s ease all;
}



.products .list .btns a {
	color: #B98A41;
	font-size: 18px;
}

.products .list .btns:hover a {
	color: #333;
}

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


.products .list .checkBtn i {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	opacity: 0;
}

.products .list .checkBtn.active i {
	opacity: 1;
}

.products .list .btns:hover .checkBtn i {
	color: #B98A41;
}

.products .list .btns:hover .checkBtn {
	background-color: #ffffff;
}

.products .list .btns:hover .checkBtn::after {
	opacity: 0;
}


.products .list .checkBtn input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
}


.products .pager {
	margin-top: 115px;
}

@media screen and (max-width:1760px) {
	.products .list .btns {
		height: 45px;
		width: 180px;
	}

	.products .list .checkBtn {
		margin-right: 10px;
	}

	.products .list {
		margin-top: 40px;
	}

	.products .pager {
		margin-top: 60px;
	}

	.products .list .name {
		font-size: 18px;
		line-height: 28px;
		margin-top: 20px;
	}

	.products .list .btns {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.products .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.products .list .btns {
		height: 40px;
		width: 160px;
	}

	.products .list .checkBtn {
		width: 16px;
		height: 16px;
	}

	.products .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.products .list .item:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 30px;
	}

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

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

	.products .list .btns {
		height: 36px;
		width: 150px;
	}

	.products .list {
		margin-top: 30px;
	}

	.products .pager {
		margin-top: 30px;
	}

	.products .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.products .list .btns {
		height: 34px;
		width: 140px;
	}
}

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

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

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


/* 1-2 */

.productDet {
	padding: 54px 0 123px 0;
}

.productShow {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.productShow .shows {
	flex-shrink: 0;
	margin-right: 3.8%;
}

.productShow .shows {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: none;
}


.productShow .shows .showSipwer {
	width: 734px;
	margin-right: 15px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 20px;
}


.productShow .shows .checkSwiper {
	width: 162px;
	overflow: hidden;
	height: 100%;

}

.productShow .shows .swiperBox {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 734px;
	padding: 28px 0;
}


.productShow .shows .swiperBox .prev,
.productShow .shows .swiperBox .next {
	width: 100%;
	position: absolute;
	color: #000;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #ffffff;
}


.productShow .shows .swiperBox .swiper-button-disabled {
	pointer-events: none;
}


.productShow .shows .swiperBox .prev:after,
.productShow .shows .swiperBox .next:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	transition: .4s ease all;
	z-index: -1;
	box-sizing: border-box;
}



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


.productShow .shows .swiperBox .prev:hover,
.productShow .shows .swiperBox .next:hover {
	color: #ffffff;
	background-color: #B98A41;
}

.productShow .shows .swiperBox .prev:hover:after,
.productShow .shows .swiperBox .next:hover:after {
	opacity: 0;
}

.showSipwerBox {
	position: relative;
}


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


.productShow .shows .swiperBox .prev {
	top: 0;
}

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

.productShow .shows .swiperBox .next {
	bottom: 0;
}

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


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


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

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



.productShow .jianjie {
	flex: 1;
	padding: 79px 0 56px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.productShow .jianjie h1 {
	color: #000;
	font-size: 36px;
	font-weight: normal;
	line-height: 46px;
}

.productShow .jianjie .model{
	font-size: 20px;
	line-height: 30px;
	margin-top: 20px;
}

.productShow .jianjie .share {
	margin-top: 32px;
}


.productShow .jianjie .txts {
	margin-top: 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.productShow .jianjie .btns {
	display: flex;
	margin-top: 85px;
}

.productShow .jianjie .btns a {
	width: 200px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	background-color: #F8F8F8;
	border-radius: 80px;
	position: relative;
	overflow: hidden;
	color: #B98A41;
	font-size: 18px;
}


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

.productShow .jianjie .btns a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(93deg, #DABA88 0.61%, #CDA76B 25.3%, #F6E8BF 69.76%, #CCA669 99.39%);
	transition: .4s ease all;
	opacity: 0;
}


.productShow .jianjie .btns a:hover::after {
	opacity: 1;
}

.productShow .jianjie .btns a:hover {
	background-color: transparent;
	color: #333;
}


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

}

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

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

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


.specifications {
	margin-top: 104px;
}

.specifications .title1 {
	font-size: 36px;
	line-height: 46px;
}


.specifications .txts {
	margin-top: 44px;
}


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

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

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

.table table tr td {
	padding: 16px 48px;
	font-size: 18px;
	line-height: 28px;
	background-color: #F8F8F8;
	font-family: Mont-Regular, Arial, sans-serif;
	color: #333333;
}

.table table tr td:nth-child(2n-1) {
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 20px;
}

.productAdvantage {
	margin-top: 100px;
}

.productAdvantage .title1 {
	font-size: 36px;
	line-height: 46px;
}

.productAdvantage .list {
	margin-top: 53px;
	display: flex;
	flex-wrap: wrap;
}

.productAdvantage .list .item {
	width: 31%;
	margin-right: 3.5%;
	margin-top: 30px;
	background-color: #F8F8F8;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	padding: 35px 30px 32px;
}


.productAdvantage .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	transition: .4s ease all;
}


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

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

.productAdvantage .list .image {
	margin: 0 auto;
	width: 70px;
	height: 70px;
}

.productAdvantage .list .tit {
	color: #333;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	margin-top: 9px;
}


.productAdvantage .list .txts {
	color: #333;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	margin-top: 15px;
}

.productAdvantage .list .item:hover {
	background-color: transparent;
}

.productAdvantage .list .item:hover::after {
	opacity: 1;
}

.productAdvantage .list .item:hover .image img {
	filter: grayscale(100%) brightness(500%);
}


.productAdvantage .list .item:hover .tit {
	color: #B98A41;
}

.precautions {
	margin-top: 104px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.precautions .clear {
	display: none;
}

.precautions .image {
	border-radius: 20px;
	overflow: hidden;
	width: 50%;
}

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

.precautions .msg {
	width: 45.7%;
}

.precautions .msg .title1 {
	font-size: 36px;
	line-height: 46px;
}

.precautions .msg .txts {
	margin-top: 39px;
}

.precautions .msg .txts p em {
	color: #B98A41;
	font-style: normal;
	font-family: Mont-Bold;
}




.productShowCase .showcaseSwiper {
	margin-top: 60px;
}


.productFaq {
	padding: 102px 0 131px 0;
}

.productFaq .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 46px;
}

.productFaq .faqList {
	margin-top: 42px;
}

.productFaq .faqList .question:hover,
.productFaq .faqList .item.active .question {
	background-color: transparent;
}


.productFaq .faqList .question::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	transition: .4s ease all;
}


.productFaq .faqList .question:hover:after,
.productFaq .faqList .item.active .question:after {
	opacity: 1;
}

.productFaq .faqList .answer {
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
}


@media screen and (max-width:1750px) {
	.productShow .shows .showSipwer {
		width: 500px;
		border-radius: 10px;
	}

	.productShow .shows .swiperBox {
		height: 500px;
	}

	.productShow .jianjie {
		padding: 30px 0;
	}

	.productShow .shows .checkSwiper {
		width: 103px;
	}

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

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		width: 42px;
		height: 42px;
	}

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

	.productShow .jianjie .share {
		margin-top: 30px;
	}

	.productShow .jianjie .btns {
		margin-top: 30px;
	}

	.productShow .jianjie .btns a {
		height: 46px;
		width: 180px;
	}

	.specifications,
	.productAdvantage {
		margin-top: 60px;
	}

	.table table tr td {
		padding: 10px 20px;
	}

	.productAdvantage .list {
		margin-top: 40px;
	}

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

	.productAdvantage .list .image {
		width: 60px;
		height: 60px;
	}

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

	.precautions {
		margin-top: 60px;
	}

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

	.precautions .msg .txts {
		margin-top: 30px;
	}

	.productShowCase .showcaseSwiper {
		margin-top: 40px;
	}

	.table table tr td:nth-child(2n-1) {
		font-size: 18px;
	}
	
	.productShow .jianjie .model{
		font-size: 18px;
		line-height: 28px;
	}
}


@media screen and (max-width:1333px) {
	.productShow .shows .showSipwer {
		width: 400px;
		border-radius: 5px;
	}

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

	.productShow .shows .swiperBox {
		height: 400px;
	}

	.productShow .jianjie {
		padding: 0;
	}

	.productShow .shows .checkSwiper {
		width: 78.5px;
	}

	.productShow .jianjie .btns a {
		font-size: 16px;
		height: 40px;
		width: 146px;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		width: 36px;
		height: 36px;
	}

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

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

	.table table tr td:nth-child(2n-1) {
		font-size: 16px;
	}

	.specifications .txts {
		margin-top: 40px;
	}

	.productAdvantage .list .image {
		width: 55px;
		height: 55px;
	}

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

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

	.precautions .image {
		border-radius: 5px;
		float: left;
		margin-right: 5%;
	}

	.precautions,
	.precautions .clear {
		display: block;
	}

	.precautions .msg {
		width: 100%;
	}
}


@media screen and (max-width:999px) {
	.productShow .jianjie .model{
		font-size: 16px;
		line-height: 26px;
	}
	div.jqZoomPup {
		display: none;
	}

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

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

	.productShow .jianjie {
		flex: none;
		width: 100%;
		margin-top: 20px;
	}

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

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

	.productShow .jianjie .btns {
		margin-top: 20px;
	}

	.productShow .jianjie .btns a {
		font-size: 14px;
		height: 36px;
		width: 140px;
	}

	.productShow .shows {
		margin: 0 auto;
	}

	.productShow .shows .showSipwer {
		width: 360px;
	}

	.productShow .shows .swiperBox {
		height: 360px;
	}

	.productShow .shows .checkSwiper {
		width: 68.5px;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		width: 32px;
		height: 32px;
	}

	.specifications,
	.productAdvantage,
	.precautions {
		margin-top: 50px;
	}

	.specifications .txts {
		margin-top: 30px;
	}

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

	.table table tr td:nth-child(2n-1) {
		font-size: 14px;
	}

	.productAdvantage .list {
		margin-top: 30px;
	}

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

	.productAdvantage .list .image {
		width: 50px;
		height: 50px;
	}

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

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

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

	.productShowCase .showcaseSwiper {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.productShow .shows .showSipwer {
		width: 320px;
	}

	.productShow .shows .swiperBox {
		height: 320px;
	}

	.productShow .shows .checkSwiper {
		width: 58.5px;
	}

	.specifications,
	.productAdvantage,
	.precautions {
		margin-top: 40px;
	}

	.productAdvantage .list .image {
		width: 46px;
		height: 46px;
	}

}

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

	.productShow .shows .swiperBox {
		height: 280px;
	}

	.productShow .shows .checkSwiper {
		width: 48.5px;
	}

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

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

	.precautions .image {
		width: 100%;
		float: none;
		margin-top: 26px;
	}

	.precautions {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.productAdvantage .list .image {
		width: 42px;
		height: 42px;
	}
}

@media screen and (max-width:400px) {
	.productShow .shows .showSipwer {
		width: 220px;
	}

	.productShow .shows .swiperBox {
		height: 220px;
	}

	.productShow .shows .checkSwiper {
		width: 33.5px;
	}

	.productShow .jianjie .btns a {
		width: 135px;
	}

	.productShow .shows .swiperBox .prev,
	.productShow .shows .swiperBox .next {
		width: 28px;
		height: 28px;
	}
}

/* 2-1 */

.capabilities {
	padding: 42px 0 68px 0;
}

.capabilities .title1 {
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}

.capabilities .customizationList {
	margin-top: 47px;
}

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

.customizationList .item {
	width: 31.625%;
	margin-right: 2.5625%;
	margin-top: 30px;
}

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

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

.customizationList .image {
	border-radius: 20px;
	overflow: hidden;
}

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

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



.customizationList .tit {
	color: #000;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
	margin-top: 29px;
}


.customizationList .txts {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 15px;
}

@media screen and (max-width:1760px) {
	.customizationList .image {
		border-radius: 10px;
	}

	.capabilities .customizationList {
		margin-top: 40px;
	}

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

@media screen and (max-width:1333px) {
	.customizationList .tit {
		font-size: 18px;
		line-height: 28px;
		margin-top: 14px;
	}

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

	.customizationList .txts {
		margin-top: 10px;
	}
}

@media screen and (max-width:999px) {
	.capabilities .customizationList {
		margin-top: 30px;
	}

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

	.customizationList {
		justify-content: space-between;
	}

	.customizationList .item:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 30px;
	}

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


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

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

.customizedCases {
	position: relative;
	padding: 106px 0 84px 0;
}

.customizedCases::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.3;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
}


.customizedCases .title1 {
	font-size: 36px;
	line-height: 46px;
}


.customizedCases .tips {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 14px;
}

.customizedCases .swiper {
	overflow: visible;
	margin: 0;
	margin-top: 54px;
}


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


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


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


.customizedCases .image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #EBEBEB;
}

.customizedCases .image:hover {
	box-shadow: 0 0 26px 4px rgba(0, 0, 0, 0.10);
	border-color: #ffffff;
}

.customizedCases .name {
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 32px;
	margin-top: 14px;
}

.creation {
	padding: 86px 0 48px 0;
}

.creation .title1 {
	font-size: 36px;
	line-height: 46px;
}

.creation .tips {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 14px;
}


.creation .customizationList {
	margin-top: 49px;
}


@media screen and (max-width:1760px) {
	.customizedCases .tips {
		margin-top: 30px;
	}

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

	.customizedCases .swiper {
		margin-top: 40px;
	}

	.creation .tips {
		margin-top: 30px;
	}

	.creation .customizationList {
		margin-top: 40px;
	}
}

@media screen and (max-width:1333px) {
	.customizedCases .name {
		font-size: 16px;
		line-height: 28px;
		margin-top: 10px;
	}

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

@media screen and (max-width:999px) {
	.customizedCases .swiper {
		margin-top: 30px;
	}

	.customizedCases .name {
		font-size: 14px;
		line-height: 26px;
	}

	.creation .customizationList {
		margin-top: 30px;
	}
}



.minimum {
	padding: 112px 0 111px 0;
	background-color: #F8F8F8;
}


.minimum .title1 {
	color: #000;
	font-family: Mont-Bold;
	font-size: 36px;
	line-height: 40px;
	text-align: center;
}


.minimum .tips {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 17px;
	text-align: center;
}



.minimum .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.minimum .list .item {
	width: 49.375%;
	position: relative;
	border-radius: 20px;
	z-index: 9;
	overflow: hidden;
}

.minimum .list .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

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


.minimum .list .msg {
	padding: 61px 34px 42px;
}

.minimum .list .tit {
	color: #FFF;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
}

.minimum .list .txts {
	margin-top: 25px;
}

.minimum .list .txts p {
	color: #FFF;
}

.minimum .list .txts p em {
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 18px;
	font-style: normal;
}

@media screen and (max-width:1760px) {
	.minimum .list .msg {
		padding: 40px 30px;
	}

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

	.minimum .tips {
		margin-top: 30px;
	}

	.minimum .list {
		margin-top: 40px;
	}

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

@media screen and (max-width:1333px) {
	.minimum .list .msg {
		padding: 30px 20px;
	}

	.minimum .list .item {
		border-radius: 5px;
	}

	.minimum .list .txts p em {
		font-size: 16px;
	}

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

@media screen and (max-width:999px) {
	.minimum .list {
		margin-top: 30px;
	}

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

	.minimum .list .txts p em {
		font-size: 14px;
	}
}

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

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

.customizationProcess {
	padding: 79px 0 116px 0;
}

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

.customizationProcess .con .msg {
	width: 42%;
}

.customizationProcess .con .image {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}

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


.customizationProcess .con .title1 {
	font-size: 36px;
	line-height: 46px;
	color: #333333;
}

.customizationProcess .con .tips {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 14px;
}


.customizationProcess .list {
	margin-top: 48px;
	display: flex;
	flex-wrap: wrap;
}

.customizationProcess .list .item {
	width: 15.625%;
	margin-right: 5.46875%;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}


.customizationProcess .list .item:nth-child(2n-1) {
	padding-top: 89px;
}


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

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

.customizationProcess .list .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 250px;
	position: relative;
	padding: 10px 30px;
	z-index: 9;
	border-radius: 50%;
}

.customizationProcess .list .circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background-color: #F8F8F8;
	overflow: hidden;
}


.customizationProcess .list .box::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: calc(100% + 16px);
	width: 48px;
	height: 14px;
	background-image: url("../images/customizationprocesssign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}


.customizationProcess .list .box::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	border-top: 6px dashed #B98A41;
	z-index: -1;
}


.customizationProcess .list .item:nth-child(2n-1) .box::before {
	transform: rotate(-24deg);
	top: 22%;
	left: 80%;
}

.customizationProcess .list .item:nth-child(2n) .box::before {
	transform: rotate(24deg);
	top: 69%;
	left: 80%;
}


.customizationProcess .list .item:nth-child(5n) .box::before {
	display: none;
}



.customizationProcess .list .circle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	opacity: 0;
	transition: .4s ease all;
}


.customizationProcess .list .num {
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: Mont-Bold;
	font-size: 50px;
	line-height: 50px;
}

.customizationProcess .list .name {
	color: #000;
	text-align: center;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
	margin-top: 5px;
}

.customizationProcess .txts {
	color: #333;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin-top: 55px;
}


.customizationProcess .list .item:hover .circle::before {
	opacity: 1;
}

.customizationProcess .list .item:hover .num {
	filter: grayscale(100%) brightness(500%);
}


.customizationProcess .list .item:hover .txts {
	color: #B98A41;
}

@media screen and (max-width:1760px) {
	.customizationProcess .con .tips {
		margin-top: 30px;
	}

	.customizationProcess .con .image {
		border-radius: 10px;
	}

	.customizationProcess .list {
		margin-top: 60px;
	}

	.customizationProcess .list .box::before {
		width: 200%;
	}

	.customizationProcess .list .item:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 40px;
		padding-top: 0;
	}

	.customizationProcess .list .item:nth-child(3n) {
		margin-right: 0;
		padding-top: 80px;
	}

	.customizationProcess .list .item:nth-child(3n-2) {
		padding-top: 80px;
	}

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

	.customizationProcess .list .item:nth-child(n) .box::before {
		border-width: 5px;
		display: block;
		top: 0;
		transform: rotate(0);
	}

	.customizationProcess .list .item:nth-child(3n) .box::before,
	.customizationProcess .list .item:last-child .box::before {
		display: none;
	}

	.customizationProcess .list .name {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}

	.customizationProcess .list .num {
		font-size: 42px;
		line-height: 42px;
	}

	.customizationProcess .list .box {
		width: 220px;
		height: 220px;
	}

	.customizationProcess .list .item:nth-child(3n-2) .box::before {
		transform: rotate(-18deg);
		top: 22%;
	}

	.customizationProcess .list .item:nth-child(3n-1) .box::before {
		transform: rotate(18deg);
		top: 55%;
	}
}

@media screen and (max-width:1333px) {
	.customizationProcess .list .box {
		width: 200px;
		height: 200px;
	}

	.customizationProcess .con .image {
		border-radius: 5px;
	}

	.customizationProcess .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.customizationProcess .list .num {
		font-size: 36px;
		line-height: 36px;
	}

	.customizationProcess .list .item:nth-child(n) .box::before {
		border-width: 4px;
		width: 128%;
	}

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

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

	.customizationProcess .txts {
		margin-top: 40px;
	}

	.customizationProcess .list .box::after {
		top: calc(100% + 10px);
	}

	.customizationProcess .list .item:nth-child(3n-2),
	.customizationProcess .list .item:nth-child(3n) {
		padding-top: 60px;
	}
}

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

	.customizationProcess .con .msg {
		width: 100%;
	}

	.customizationProcess .con .image {
		width: 100%;
		margin-top: 30px;
	}

	.customizationProcess .list {
		margin-top: 50px;
	}

	.customizationProcess .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.customizationProcess .list .num {
		font-size: 28px;
		line-height: 28px;
	}

	.customizationProcess .list .box {
		width: 170px;
		height: 170px;
	}

	.customizationProcess .list .box::after {
		width: 30px;
		height: 10px;
	}
}

@media screen and (max-width:768px) {
	.customizationProcess .list {
		margin-top: 40px;
		justify-content: space-between;
	}

	.customizationProcess .list .item:nth-child(n) {
		width: 49%;
		margin-right: 0;
		margin-top: 30px;
		padding-top: 0;
	}

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

	.customizationProcess .list .item:nth-child(n) .box::before {
		display: none;
	}

	.customizationProcess .list .box {
		padding: 10px 20px;
	}
}

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

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


/* 3-1 */

.aboutUs {
	position: relative;
	padding: 86px 0 70px 0;
}


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

.aboutUs .msg {
	width: 48.5%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 13px;
}

.aboutUs .msg .txts {
	margin-top: 53px;
}

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

.aboutUs .show {
	width: 46.875%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.aboutUs .show .image {
	flex: 1;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}

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


.aboutUs .show .aboutNum {
	margin-top: 25px;
}

@media screen and (max-width:1760px) {
	.aboutUs .show .image {
		border-radius: 10px;
	}

	.aboutUs .msg {
		padding-top: 0;
	}

	.aboutUs .msg .txts {
		margin-top: 30px;
	}
}

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

	.aboutUs .msg {
		width: 100%;
	}

	.aboutUs .show {
		width: 100%;
		margin-top: 30px;
	}

	.aboutUs .show .image {
		height: 360px;
		border-radius: 5px;
		flex: none;
	}
}

@media screen and (max-width:999px) {
	.aboutUs .msg .txts {
		margin-top: 26px;
	}
}

@media screen and (max-width:768px) {
	.aboutUs .show .image {
		height: 300px;
	}
}

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

.aboutPiece {
	padding: 102px 0 112px 0;
}


.ability .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 46px;
}


.ability .tip {
	color: #B98A41;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	margin-top: 14px;
}

.ability .txts {
	color: #000;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}


.ability .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 44px;
}


.ability .list .item:nth-child(n) {
	width: 23.75%;
	margin-right: 1.66%;
	margin-top: 20px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	padding: 74px 30px 51px;
	background: #F8F8F8;
}


.ability .list .item:nth-child(n)::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .4s ease all;
	z-index: -1;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
}



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

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

.ability .list .tit {
	color: #000;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
}


.ability .list .line {
	width: 42px;
	height: 4px;
	background-color: #B98A41;
	margin-top: 16px;
}

.ability .list .item:hover .line {
	background-color: #ffffff;
}

.ability .list .msg {
	color: #000;
	font-size: 18px;
	line-height: 32px;
	margin-top: 17px;
}


.ability .list .item:hover {
	background-color: transparent;
}

.ability .list .item:hover::after {
	opacity: 1;
}


@media screen and (max-width:1760px) {
	.ability .txts {
		margin-top: 20px;
	}

	.ability .list {
		margin-top: 40px;
	}

	.ability .list .item:nth-child(n) {
		padding: 40px 30px;
		border-radius: 10px;
	}

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

@media screen and (max-width:1333px) {
	.ability .tip {
		font-size: 16px;
		line-height: 26px;
	}

	.ability .list {
		margin-top: 30px;
		justify-content: space-between;
	}

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

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

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

@media screen and (max-width:999px) {
	.ability .tip {
		font-size: 14px;
		line-height: 24px;
	}

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

	.ability .list .line {
		height: 3px;
		margin-top: 10px;
		width: 30px;
	}
}

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

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


.markets {
	margin-top: 109px;
}


.markets .title1 {
	font-size: 36px;
	line-height: 46px;
}

.markets .txts {
	margin-top: 14px;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.aboutPiece .con {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: calc((100vw - 1600px)/ 2);
	margin-top: 71px;
}


.aboutPiece .adds {
	width: 36%;
	padding-top: 7.5px;
}

.aboutPiece .adds .tit {
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 32px;
}

.aboutPiece .adds .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 32px;
}

.aboutPiece .adds .list .image {
	width: 88px;
	margin-right: 24px;
	border-radius: 4px;
	margin-bottom: 24px;
	overflow: hidden;
	border: 1px solid #F4F4F4;
}

.aboutPiece .adds .list .image:hover {
	box-shadow: 0 0 10px 4px rgba(161, 161, 161, 0.50);
}

.aboutPiece .show {
	width: 59.35%;
	position: relative;
}

.aboutPiece .show .item {
	position: absolute;
	left: 0;
	top: 0;
}

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




.aboutPiece .show .item .circle {
	position: relative;
	width: 12px;
	height: 12px;
	background-color: #B98A41;
	border-radius: 50%;
}

.aboutPiece .show .item img {
	width: 52px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	display: block;
	max-width: none;
	bottom: 18px;
}

.aboutPiece .show .item .circle div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	background-color: #B98A41;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
}



.aboutPiece .show .item .circle .circle1 {
	animation-delay: 0.8s;
}

.aboutPiece .show .item .circle .circle2 {
	animation-delay: 1.6s;
}

.aboutPiece .show .item .circle .circle3 {
	animation-delay: 2.4s;
}

.aboutPiece .show .item:nth-child(1) {
	left: 16.9%;
	top: 29.94%;
}

.aboutPiece .show .item:nth-child(2) {
	left: 57.9%;
	top: 26.4%;
}

.aboutPiece .show .item:nth-child(3) {
	left: 78.9%;
	top: 23.4%;
}

.aboutPiece .show .item:hover img {
	animation: move 2s ease 0s infinite;
}

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

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

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

@keyframes move {
	0% {
		transform: translateX(-50%) translateY(0);
	}

	50% {
		transform: translateX(-50%) translateY(-10px);
	}

	100% {
		transform: translateX(-50%) translateY(0);
	}
}

@media screen and (max-width:1760px) {
	.markets {
		margin-top: 80px;
	}

	.aboutPiece .con {
		padding-left: 80px;
		margin-top: 40px;
		align-items: center;
	}

	.aboutPiece .adds {
		padding-top: 0;
	}

	.aboutPiece .adds .list .image {
		width: 80px;
	}

	.aboutPiece .show .item img {
		width: 42px;
	}

	.markets .txts {
		margin-top: 20px;
	}

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

@media screen and (max-width:1333px) {
	.markets {
		margin-top: 60px;
	}

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

	.aboutPiece .adds .list .image {
		width: 64px;
		margin-right: 14px;
		margin-bottom: 14px;
	}

	.aboutPiece .adds .list {
		margin-top: 24px;
	}

	.aboutPiece .adds {
		width: 38%;
	}

	.aboutPiece .show .item img {
		width: 36px;
	}

	.aboutPiece .con {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.markets {
		margin-top: 50px;
	}

	.aboutPiece .con {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 80px;
	}

	.aboutPiece .adds {
		width: 100%;
	}

	.aboutPiece .adds .list .image {
		width: 58px;
	}

	.aboutPiece .show {
		width: 100%;
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	.markets {
		margin-top: 40px;
	}

	.aboutPiece .con {
		padding: 0 25px;
	}

	.aboutPiece .adds .list .image {
		width: 50px;
		margin-right: 10px;
	}

	.aboutPiece .show .item .circle {
		width: 10px;
		height: 10px;
	}

	.aboutPiece .show .item img {
		width: 32px;
	}
}

@media screen and (max-width:538px) {
	.aboutPiece .con {
		padding: 0 15px;
	}
}


.history {
	position: relative;
	padding: 80px 0 95px 0;
}

.history .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 46px;
}

.history .swiper {
	margin-top: 83px;
	max-width: 1784px;
	width: calc(100% - 40px);
}

.history .year {
	color: #333;
	font-family: Mont-Bold;
	font-size: 50px;
	line-height: 50px;
}

.history .day {
	color: #333;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
	margin-top: 8px;
}

.history .txts {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 12px;
}

.history .swiper-slide {
	display: flex;
	align-items: flex-start;
}

.history .circle {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: transparent;
	position: relative;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}


.history .swiper-slide:hover .circle {
	background-color: rgba(185, 138, 65, .2);
}

.history .circle::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: rgba(185, 138, 65, .2);
	opacity: 0;
	transition: .4s ease all;
}

.history .swiper-slide:hover .circle::after {
	opacity: 1;
}

.history .circle div {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(185, 138, 65, 1);
	position: relative;
}


.history .circle div::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 4px;
	height: 2400%;
	background: linear-gradient(180deg, #B98A41 0%, rgba(185, 138, 65, 0.00) 100%);
}


.history .swiper-slide:nth-child(2n) {
	padding-top: 145px;
}

.history .swiper-slide:hover .year {
	color: #B98A41;
}


@media screen and (max-width:1760px) {
	.history .swiper {
		margin-top: 50px;
	}

	.history .year {
		font-size: 42px;
		line-height: 42px;
	}

	.history .day {
		font-size: 20px;
		line-height: 30px;
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.history .swiper-slide:nth-child(2n) {
		padding-top: 80px;
	}

	.history .year {
		font-size: 36px;
		line-height: 46px;
	}

	.history .swiper {
		margin-top: 40px;
	}

	.history .day {
		font-size: 18px;
		line-height: 28px;
	}
}

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

	.history .day {
		font-size: 16px;
		line-height: 26px;
	}

	.history .swiper-slide:nth-child(2n) {
		padding-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.history .swiper-slide:nth-child(2n) {
		padding-top: 0px;
	}

	.history .year {
		font-size: 24px;
		line-height: 36px;
	}
}


.realization {
	padding: 120px 0 147px 0;
}

.realization .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 46px;
}

.realization .tips {
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 14px;
}

.realization .swiperBox {
	margin-top: 50px;
}


.realization .swiper-slide {
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	background: #F8F8F8;
}

.realization .swiper-slide .image {
	width: 50%;
}

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

.realization .swiper-slide .msg {
	width: 50%;
	padding: 40px 68px 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.realization .msg .tit {
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
}

.realization .msg .txts {
	margin-top: 20px;
}

.realization .swiperBox .sBtns>div {
	border: none;
	color: #000;
}


.realization .swiperBox .sBtns>div.prev {
	left: 0;
	transform: translateY(-50%) translateX(-50%);
}

.realization .swiperBox .sBtns>div.next {
	right: 0;
	transform: translateY(-50%) translateX(50%);
}

.realization .swiperBox .sBtns>div::after {
	content: '';
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
}

.realization .swiperBox .sBtns>div:hover::after {
	opacity: 0;
	background-color: #DABA88;
}

.realization .swiperBox .sBtns>div:hover {
	color: #ffffff;
}

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

@media screen and (max-width:1760px) {
	.realization .tips {
		margin-top: 20px;
	}

	.realization .swiper-slide .msg {
		padding: 40px 30px;
	}

	.realization .swiper-slide {
		border-radius: 10px;
	}

	.realization .swiperBox {
		margin-top: 40px;
	}
}

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

	.realization .swiperBox {
		margin-top: 30px;
	}

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

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

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

	.realization .swiper-slide .msg {
		width: 100%;
		padding: 30px;
		flex: 1;
	}

	.realization .swiper-slide .image {
		width: 100%;
		height: 360px;
		flex-shrink: 0;
	}

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

@media screen and (max-width:768px) {
	.realization .swiper-slide .image {
		height: 300px;
	}
}

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

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

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

	.realization .swiperBox .sBtns {
		justify-content: center;
	}
}

.development {
	position: relative;
	padding: 88px 0 98px 0;
}

.development .title1 {
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	color: #ffffff;
}

.development .tips {
	margin-top: 14px;
}

.development .tips p {
	color: #ffffff;
	text-align: center;
}

.development .con {
	padding: 22px 20px;
	border-radius: 20px;
	padding-right: 140px;
	position: relative;
	background-color: rgba(255, 255, 255, .9);
	margin-top: 25px;
}


.development .sBtns {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	right: 37px;
	top: 50%;
	transform: translateY(-50%);
}

.development .sBtns>div {
	border: none;
	position: relative;
	background-color: transparent;
	color: #000;
}

.development .sBtns>div::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: .4s ease all;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	z-index: -1;
}

.development .sBtns>div:hover::after {
	opacity: 0;
}

.development .sBtns>div:hover {
	color: #ffffff;
	background-color: #DABA88;
}



.development .sBtns .prev {
	margin-bottom: 10px;
	margin-right: 0;
	transform: rotate(90deg);
}

.development .sBtns .next {
	transform: rotate(90deg);
}

.development .swiper-slide {
	display: flex;
	justify-content: space-between;
	height: auto;
}

.development .swiper-slide .image {
	width: 34.2%;
	border-radius: 20px;
	overflow: hidden;
}

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


.development .swiper-slide .msg {
	width: 62.9%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 20px 0;
}

.development .swiper-slide .tit {
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
}

.development .swiper-slide .txts {
	margin-top: 23px;
}

.development .swiper-slide .txts p {
	color: #000;
	font-size: 18px;
	line-height: 32px;
}

.development .dis {
	margin-top: 37px;
}

.development .dis p {
	color: #ffffff;
}

@media screen and (max-width:1760px) {
	.development .tips {
		margin-top: 20px;
	}

	.development .con {
		margin-top: 40px;
		padding: 20px;
		padding-right: 100px;
		border-radius: 10px;
	}

	.development .swiper-slide .image {
		border-radius: 10px;
	}
}

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

	.development .swiper-slide .image,
	.development .con {
		border-radius: 5px;
	}

	.development .con {
		margin-top: 30px;
	}

	.development .dis {
		margin-top: 30px;
	}

	.development .swiper-slide .tit {
		font-size: 20px;
	}
}

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

	.development .swiper-slide .msg {
		padding: 0;
		width: 100%;
		padding-top: 20px;
		flex: 1;
	}

	.development .swiper-slide .image {
		width: 100%;
		height: 360px;
		margin-top: 20px;
		flex-shrink: 0;
	}
}

@media screen and (max-width:768px) {
	.development .swiper-slide .image {
		height: 300px;
	}
}

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

	.development .sBtns {
		position: static;
		flex-direction: row;
		transform: translateY(0);
		justify-content: center;
	}

	.development .sBtns>div:nth-child(n) {
		transform: rotate(0);
		margin-top: 20px;
	}

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

	.development .con {
		padding: 20px;
	}
}

/* 4-1 */

.exhibition {
	padding: 19px 0 95px 0;
}


.exhibition .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 46px;
}


.exhibition .list {
	margin-top: 49px;
	flex-wrap: wrap;
	display: flex;
}


.exhibition .list .item {
	width: 32.25%;
	margin-right: 1.625%;
	margin-top: 46px;
}

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


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


.exhibition .list .image {
	border-radius: 20px;
	overflow: hidden;
}

.exhibition .list .image:hover img {
	transform: scale(1.1);
}

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

.exhibition .list .name {
	color: #000;
	font-size: 18px;
	line-height: 32px;
	margin-top: 22px;
}


.exhibition .list .name:hover {
	color: #B98A41;
}


.exhibition .pager {
	margin-top: 95px;
}

@media screen and (max-width:1760px) {
	.exhibition .list .image {
		border-radius: 10px;
	}

	.exhibition .list {
		margin-top: 40px;
	}

	.exhibition .list .name {
		margin-top: 16px;
	}

	.exhibition .list .item {
		margin-top: 30px;
	}

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

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

	.exhibition .list .name {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.exhibition .list .name {
		font-size: 14px;
		line-height: 24px;
		margin-top: 14px;
	}

	.exhibition .list {
		margin-top: 30px;
	}

	.exhibition .pager {
		margin-top: 30px;
	}
}

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

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

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

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

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


/* 4-2 */

.factoryTour {
	padding: 25px 0 90px;
}

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


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

.factoryTour .msg .title1 {
	font-size: 36px;
	line-height: 46px;
}

.factoryTour .msg .txts {
	margin-top: 36px;
	color: #333;
	font-size: 18px;
	line-height: 28px;
}

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

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

.innerSbtns>div {
	position: relative;
	border: none;
	background-color: transparent;
	overflow: hidden;
	color: #000000;
}


.innerSbtns>div::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .4s ease all;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
}

.innerSbtns>div:hover::after {
	opacity: 0;
}



.factoryTour .swiper {
	width: 72.7%;
	margin: 0;
}


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

@media screen and (max-width:1760px) {
	.factoryTour .msg .txts {
		line-height: 30px;
	}
}

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

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

	.factoryTour .msg .txts {
		margin-top: 20px;
	}

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

	.factoryTour .swiper {
		width: 100%;
		margin-top: 30px;
	}
}

.process {
	background-color: #F8F8F8;
	padding: 114px 0 116px 0;
}

.process .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 46px;
}


.process .tips {
	width: 72%;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 14px;
}


.process .list {
	margin-top: 42px;
	display: flex;
	flex-wrap: wrap;
}

.process .list .item {
	width: 31.75%;
	margin-right: 2.375%;
	margin-top: 30px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.10);
	z-index: 9;
}


.process .list .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
}

.process .list .item:hover .image {
	opacity: 0;
}

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

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

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



.process .list .msg {
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	padding: 70px 56px 46px;
	opacity: 0;
	height: 100%;
}


.process .list .item:hover .msg {
	opacity: 1;
}


.process .list .tit {
	color: #000;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
}

.process .list .txts {
	margin-top: 22px;
}

@media screen and (max-width:1760px) {
	.process .tips {
		width: 80%;
		margin-top: 30px;
	}

	.process .list .msg {
		padding: 40px 30px;
	}

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

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

@media screen and (max-width:1333px) {
	.process .tips {
		width: 100%;
	}

	.process .list .tit {
		font-size: 18px;
	}

	.process .list {
		margin-top: 30px;
	}

	.process .list .msg {
		padding: 30px 20px;
	}

	.process .list .item {
		border-radius: 5px;
	}
}

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

	.process .list .txts {
		margin-top: 16px;
	}

	.process .list .msg {
		opacity: 1;
		padding: 20px;
	}

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

	.process .list .item {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.process .list .item:nth-child(n) .image {
		position: static;
		opacity: 1;
	}

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

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

	.process .tips {
		margin-top: 20px;
	}
}


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

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


.certificate {
	padding: 58px 0 81px 0;
}


.certificate .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 46px;
}


.certificate .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	margin-top: 41px;
}


.certificate .image:hover img {
	transform: translateY(-10px);
}


.certificate .image {
	margin-bottom: 29px;
}


.certificate .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.certificate .name {
	color: #B98A41;
	background-color: #F8F8F8;
	border-radius: 50px;
	padding: 10px 43px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.certificate .name p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
}

.certificate .name::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .4s ease all;
	opacity: 0;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
}


.certificate .swiper-slide:hover .name {
	color: #000;
}


.certificate .swiper-slide:hover .name {
	background-color: transparent;
}


.certificate .swiper-slide:hover .name::after {
	opacity: 1;
}

@media screen and (max-width:1760px) {
	.certificate .name {
		padding: 5px 30px;
	}

	.certificate .image {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .name {
		padding: 4px 20px;
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.certificate .swiper {
		margin-top: 30px;
	}
}



.inspection {
	padding: 128px 0 129px 0;
}

.inspection .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 46px;
}

.inspection .tips {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-top: 14px;
	color: #333;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
}


.inspection .con {
	margin-top: 34px;
	display: flex;
	justify-content: space-between;
}

.inspection .imgSwiper {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}

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

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

.inspection .msg .sBtns>div {
	margin-top: 24px;
}

.inspection .msg .tit {
	color: #000;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 34px;
}


.inspection .msg .txts {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 24px;
}



.inspection .msg .msgSwiper {
	overflow: hidden;
	width: 100%;
}

@media screen and (max-width:1760px) {
	.inspection .tips {
		margin-top: 30px;
	}

	.inspection .con {
		margin-top: 40px;
	}

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

@media screen and (max-width:1333px) {
	.inspection .tips {
		width: 100%;
	}

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

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

	.inspection .con {
		margin-top: 30px;
	}
}

@media screen and (max-width:999px) {
	.inspection .msg .tit {
		font-size: 18px;
		line-height: 28px;
	}

	.inspection .msg {
		padding: 30px 0;
	}
}

@media screen and (max-width:768px) {
	.inspection .tips {
		margin-top: 20px;
	}
}

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

	.inspection .msg {
		padding: 0;
		width: 100%;
		margin-top: 20px;
	}

	.inspection .msg .txts {
		margin-top: 20px;
	}

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

	.inspection .imgSwiper {
		width: 100%;
	}
}

/* 5-1 */

.afterSales {
	padding: 25px 0 120px 0;
}


.afterSales .dis .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 56px;
	width: 80%;
	margin: 0 auto;
}

.afterSales .dis .title1 span {
	color: #B98A41;
}

.afterSales .dis .tips {
	color: #333;
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	margin-top: 17px;
}


.coreService {
	margin-top: 118px;
}

.coreService .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 46px;
}


.coreService .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 66px;
}


.coreService .list .item {
	width: 23.75%;
	margin-right: 1.66%;
	margin-top: 30px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	background-color: #F8F8F8;
	padding: 57px 24px 73px;
}


.coreService .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	transition: .4s ease all;
	opacity: 0;
}

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

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


.coreService .list .image {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}


.coreService .list .image img {
	width: 60px;
	height: 60px;
}

.coreService .list .tit {
	color: #B98A41;
	text-align: center;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
	margin-top: 18px;
}

.coreService .list .txts {
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-top: 24px;
}




.coreService .list .item:hover {
	background-color: transparent;
}


.coreService .list .item:hover::after {
	opacity: 1;
}

.coreService .list .item:hover .image {
	background-color: #ffffff;
}

.coreService .list .item:hover .tit {
	color: #000;
}


.salesSupport {
	margin-top: 125px;
}



.salesSupport .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 46px;
}


.salesSupport .list {
	margin-top: 77px;
}

.salesSupport .list .item {
	margin-top: 88px;
	display: flex;
	align-items: center;
	justify-content: space-between;

}

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


.salesSupport .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.salesSupport .list .image {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}


.salesSupport .list .image:hover img {
	transform: scale(1.1);
}


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

.salesSupport .list .txts {
	width: 46.2%;
	color: #333;
	font-size: 22px;
	line-height: 46px;
}

@media screen and (max-width:1760px) {
	.afterSales .dis .title1 {
		width: 100%;
	}

	.afterSales .dis .tips {
		margin-top: 30px;
		font-size: 18px;
		line-height: 30px;
	}

	.coreService {
		margin-top: 80px;
	}

	.coreService .list {
		margin-top: 50px;
	}

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

	.coreService .list .image img {
		width: 46px;
		height: 46px;
	}

	.coreService .list .image {
		width: 70px;
		height: 70px;
	}

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

	.coreService .list .txts {
		margin-top: 20px;
	}

	.salesSupport {
		margin-top: 80px;
	}

	.salesSupport .list {
		margin-top: 50px;
	}

	.salesSupport .list .image {
		border-radius: 10px;
	}

	.salesSupport .list .txts {
		font-size: 20px;
		line-height: 32px;
	}

	.salesSupport .list .item {
		margin-top: 50px;
	}
}

@media screen and (max-width:1333px) {
	.coreService {
		margin-top: 60px;
	}

	.coreService .list {
		margin-top: 40px;
		justify-content: space-between;
	}

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

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

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

	.salesSupport {
		margin-top: 60px;
	}

	.salesSupport .list .image {
		border-radius: 5px;
	}

	.salesSupport .list .item {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.coreService {
		margin-top: 50px;
	}

	.coreService .list {
		margin-top: 30px;
	}

	.coreService .list .item {
		padding: 30px 20px;
	}

	.coreService .list .image img {
		width: 40px;
		height: 40px;
	}

	.coreService .list .image {
		width: 65px;
		height: 65px;
	}

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

	.salesSupport {
		margin-top: 50px;
	}

	.salesSupport .list {
		margin-top: 30px;
		justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
	}

	.salesSupport .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		width: 49%;
		margin-top: 30px;
		justify-content: flex-start;
	}

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

	.salesSupport .list .image {
		width: 100%;
	}

	.salesSupport .list .txts {
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.coreService {
		margin-top: 40px;
	}

	.salesSupport {
		margin-top: 40px;
	}
}

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

	.coreService .list .item:nth-child(n),
	.salesSupport .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

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



/* 5-2 */

.download {
	padding: 25px 0 109px 0;
}


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


.download .list .item:nth-child(n) {
	margin-top: 28px;
	width: 48.375%;
	border-radius: 100px;
	padding: 24px 51px 24px 42.5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	background-color: #F5F5F5;
	overflow: hidden;
}

.download .list .item:nth-child(n)::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	opacity: 0;
	transition: .4s ease all;
}


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

.download .list .name {
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.download .list .item:hover {
	background-color: transparent;
}

.download .list .item:hover .name {
	color: #000;
}

.download .list .item:hover::after {
	opacity: 1;
}

.download .list img {
	flex-shrink: 0;
	margin-left: 30px;
	width: 28px;
}


.download .list .item:hover img {
	filter: grayscale(100%) brightness(500%);
	transform: none;
}


.download .pager {
	margin-top: 95px;
}

@media screen and (max-width:1760px) {
	.download .list .item:nth-child(n) {
		padding: 12px 30px;
	}

	.download .list img {
		width: 24px;
	}

	.download .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.download .list .item:nth-child(n) {
		width: 49%;
		padding: 10px 20px;
	}

	.download .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.download .list img {
		width: 22px;
	}

	.download .pager {
		margin-top: 50px;
	}
}

@media screen and (max-width:999px) {
	.download .list .name {
		font-size: 14px;
		line-height: 24px;
	}

	.download .list img {
		width: 20px;
	}

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

@media screen and (max-width:768px) {
	.download .pager {
		margin-top: 30px;
	}
}

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

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


.hotProducts {
	padding: 89px 0 131px 0;
	position: relative;
}


.hotProducts .bg {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	z-index: -1;
	opacity: .3;
}

.hotProducts .swiper {
	overflow: visible;
	margin-top: 68px;
	clip-path: polygon(-1000% -1000%, 100% -1000%, 100% 1000%, -1000% 1000%);
}

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

.hotProducts .swiper-slide {
	width: 17.5%;
	margin-right: 20px;
	transition: .4s ease opacity;
	opacity: 0;
	pointer-events: none;
}


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


.hotProducts .swiper-slide .image {
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}


.hotProducts .swiper-slide .image:hover img {
	transform: none;
}

.hotProducts .swiper-slide .image:hover {
	box-shadow: 0 0 26px 4px rgba(0, 0, 0, 0.10);
}

.hotProducts h2 {
	font: inherit;
}

.hotProducts .tit {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	margin-top: 14px;
}

.hotProducts .tit:hover {
	color: #B98A41;
}


@media screen and (max-width:1760px) {
	.hotProducts .swiper {
		margin-top: 40px;
	}

	.hotProducts .swiper-slide .image {
		border-radius: 10px;
	}

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

	.hotProducts .swiper-slide {
		width: 20%;
	}
}

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

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

	.hotProducts .swiper-slide .image {
		border-radius: 5px;
	}

	.hotProducts .swiper-slide {
		width: 24%;
	}
}

@media screen and (max-width:999px) {
	.hotProducts .swiper-slide {
		width: 28%;
	}

	.hotProducts .tit {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:768px) {
	.hotProducts .swiper-slide {
		width: 30%;
	}
}

@media screen and (max-width:538px) {
	.hotProducts .swiper-slide {
		width: 46%;
	}
}


/* 5-3 */

.faq {
	padding: 23px 0 108px 0;
}

.faq .title1 {
	font-size: 36px;
	line-height: 46px;
	text-align: center;
}

.faq .faqList {
	margin-top: 42px;
}

.faqList .item {
	margin-bottom: 16px;
}

.faqList .item:nth-child(1) .answer {
	display: block;
}


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


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F8F8F8;
	position: relative;
	padding: 23px 20px 19px 50px;
}


.faqList .question:hover,
.faqList .item.active .question {
	background-color: #E9DDC8;
}



.faqList .question .name {
	color: #000;
	font-size: 18px;
	line-height: 32px;
}


.faqList .question .name em {
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 22px;
	font-style: normal;
	margin-right: 5px;
}



.faqList .question .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
	margin-left: 30px;
	width: 50px;
	height: 50px;
}



.faqList .question i {
	width: 22px;
	height: 4px;
	background-color: #B98A41;
}

.faqList .question i.move {
	width: 22px;
	height: 4px;
	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 .answer {
	display: none;
	transition: none;
	margin-top: 2px;
	padding: 37px 80px 27px 50px;
	background-color: #E9DDC8;
	position: relative;
}


.faqList .answer p {
	color: #000;
	font-size: 18px;
	line-height: 32px;
}


.faqList .answer p:nth-child(1){
	text-indent:2em;
}
.faqList .answer .tit{
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 22px;
	font-style: normal;
	position: absolute;
	left: 50px;
	top: 40px;
	opacity: 0;
}

.faqList .item.active .answer .tit{
	opacity: 1;
}


.faq .pager {
	margin-top: 139px;
}

@media screen and (max-width:1760px) {
	.faqList .question {
		padding: 14px 20px;
	}

	.faqList .answer {
		padding: 14px 20px;
	}
	
	.faqList .answer .tit {
	    left: 20px;
	    top: 19px;
	}
	
	.faqList .question .btns {
		width: 40px;
		height: 40px;
	}

	.faqList .question i:nth-child(n) {
		width: 20px;
		height: 3px;
	}

	.faq .pager {
		margin-top: 50px;
	}
}

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

	.faqList .question .name em,
	.faqList .answer .tit {
		font-size: 18px;
	}

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

@media screen and (max-width:999px) {
	.faqList .question .name {
		font-size: 14px;
		line-height: 24px;
	}

	.faqList .question .btns {
		width: 36px;
		height: 36px;
	}

	.faqList .question i:nth-child(n) {
		width: 16px;
		height: 3px;
	}

	.faq .faqList {
		margin-top: 30px;
	}

	.faq .pager {
		margin-top: 30px;
	}

	.faqList .question .name em,
	.faqList .answer .tit {
		font-size: 16px;
	}
}
/* 5-4 */

.news {
	padding: 27px 0 109px 0;
}

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

.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 88px;
}

.news .list .item {
	width: 30.875%;
	margin-right: 3.6875%;
	margin-top: 60px;
	border-radius: 20px;
	overflow: hidden;
}

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

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

.news .list .msg {
	position: relative;
	padding: 17px 21px 31px;
	background-color: #F4F4F4;
}


.news .list .image {
	overflow: hidden;
}

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

.news .list .msg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	transition: .4s ease all;
	opacity: 0;
}


.news .list .time {
	color: #B98A41;
	font-size: 18px;
	line-height: 30px;
}

.news .list .txts {
	color: #000;
	font-size: 18px;
	line-height: 32px;
	min-height: 64px;
	margin-top: 8px;
}


.news .list .item:hover .msg {
	background-color: transparent;
}

.news .list .item:hover .msg::after {
	opacity: 1;
}


.news .list .item:hover .cBtn {
	background-color: #ffffff;
	color: #B98A41;
}

.news .list .item:hover .cBtn i {
	color: #B98A41;
}

.news .list .item:hover .cBtn::after {
	opacity: 0;
}

.news .list .item .msg .cBtn:hover {
	background-color: #B98A41;
	color: #ffffff;
}

.news .list .item .msg .cBtn:hover i {
	color: #ffffff;
}


.news .list .cBtn {
	margin-top: 16px;
}


.news .pager {
	margin-top: 97px;
}


@media screen and (max-width:1760px) {
	.news .list {
		margin-top: 50px;
	}

	.news .list .item {
		border-radius: 10px;
		margin-top: 40px;
	}

	.news .list .msg {
		padding: 20px;
	}

	.news .pager {
		margin-top: 60px;
	}
}

@media screen and (max-width:1333px) {
	.news .list {
		margin-top: 40px;
	}

	.news .list .txts {
		min-height: 56px;
	}

	.news .list .item {
		border-radius: 5px;
		margin-top: 30px;
	}

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

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

	.news .list {
		justify-content: space-between;
		margin-top: 30px;
	}

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

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

	.news .pager {
		margin-top: 30px;
	}
}


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

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

	.news .list .txts {
		min-height: auto;
	}
}


/* 5-4-1 */

.newDet {
	padding: 23px 0 90px 0;
}

.newDet .title1 {
	color: #333;
	font-size: 36px;
	line-height: 46px;
	font-weight: normal;
}


.newDet .tips {
	display: flex;
	align-items: center;
	margin-top: 33px;
}

.newDet .tips .time {
	display: flex;
	align-items: center;
	color: #B98A41;
	font-size: 18px;
	line-height: 32px;
	margin-right: 38px;
}



.newDet .tips .time img {
	flex-shrink: 0;
	margin-right: 12px;
	width: 20px;
}

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

.share span {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-right: 8.5px;
}

.newDet .dis {
	margin-top: 37px;
	padding: 42px 0 96px 0;
	border-top: 1px solid #B98A41;
	border-bottom: 1px solid #B98A41;
}


.newDet .dis p {
	font-size: 20px;
	line-height: 40px;
}

.newDet .prevOrNext {
	margin-top: 53px;
}

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

.prevOrNext>div {
	width: 49%;
}


.prevOrNext .name {
	color: #333;
	font-family: Mont-Bold;
	font-size: 20px;
	line-height: 30px;
}


.prevOrNext a.name:hover {
	color: #B98A41;
}


.prevOrNext .next .name {
	text-align: right;
}


.prevOrNext .btn {
	width: 180px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 80px;
	overflow: hidden;
	margin-top: 15px;
	color: #333;
	font-size: 20px;
	line-height: 30px;
}

.prevOrNext .btn i {
	font-weight: bold;
	font-size: 14px;
	flex-shrink: 0;
}

.prevOrNext .prev .btn i {
	margin-right: 17px;
}

.prevOrNext .next .btn i {
	margin-left: 17px;
}

.prevOrNext a.btn:hover {
	background-color: #B98A41;
	color: #ffffff;
}

.prevOrNext a.btn:hover::after {
	opacity: 0;
}

.prevOrNext a.btn:hover i {
	color: #ffffff;
}


.prevOrNext .next .btn {
	margin-left: auto;
}

.prevOrNext .btn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(93deg, #DABA88 0.61%, #CDA76B 25.3%, #F6E8BF 69.76%, #CCA669 99.39%);
	transition: .4s ease all;
}

@media screen and (max-width:1760px) {
	.newDet .tips {
		margin-top: 40px;
	}

	.newDet .dis {
		padding: 40px 0;
		margin-top: 40px;
	}

	.newDet .dis p {
		font-size: 18px;
		line-height: 32px;
	}

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

	.prevOrNext .btn {
		font-size: 18px;
		height: 46px;
		width: 170px;
	}
}

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

	.newDet .prevOrNext {
		margin-top: 40px;
	}

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

	.prevOrNext .btn {
		height: 40px;
		width: 150px;
	}

}

@media screen and (max-width:999px) {
	.share span {
		font-size: 14px;
		line-height: 24px;
	}

	.newDet .tips .time {
		margin-right: 30px;
	}

	.newDet .tips {
		margin-top: 30px;
	}

	.newDet .dis {
		padding: 30px 0;
		margin-top: 30px;
	}

	.prevOrNext .name {
		font-size: 14px;
		line-height: 26px;
	}

	.newDet .prevOrNext {
		margin-top: 30px;
	}

	.prevOrNext .btn {
		height: 36px;
		width: 140px;
	}
}

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

	.prevOrNext>div:nth-child(n) {
		width: 100%;
	}

	.prevOrNext .btn {
		margin-top: 0px;
		width: 120px;
		flex-shrink: 0;
		margin-right: 10px;
	}

	.prevOrNext .next {
		margin-top: 20px;
	}

	.prevOrNext>div {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		width: 100%;
		justify-content: flex-end;
	}

	.prevOrNext .next .name {
		text-align: left;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
	}

	.prevOrNext .prev .btn i {
		margin-right: 10px;
	}

	.prevOrNext .next .btn i {
		margin-left: 10px;
	}
}

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

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 20px;
	}
}

/* 6-1 */


.contactUs {
	padding: 0px 0 92px 0;
}

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


.contactUs .con .msg {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.contactUs .con .getQuote {
	width: 57.7%;
	position: relative;
	padding: 131px 0 139px 46px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.contactUs .con .getQuote::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% + ((100vw - 1600px)/ 2));
	height: 100%;
	z-index: -1;
	border-radius: 0 0 0 100px;
	background: linear-gradient(90deg, rgba(233, 221, 200, 0.30) 0%, rgba(217, 199, 157, 0.30) 100%);
}


.contactUs .con .getQuote .title1 {
	font-size: 36px;
	line-height: 46px;
}


.contactUs .msg .item {
	display: flex;
	align-items: flex-start;
	margin-top: 24px;
	position: relative;
	background-color: #F4F4F4;
	border-radius: 100px;
	padding: 16px 43px 16px 43px;
	overflow: hidden;
	width: 100%;
}


.contactUs .msg .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: .4s ease all;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	z-index: -1;
}


.contactUs .msg .item:hover {
	background-color: transparent;
}


.contactUs .msg .item:hover .num {
	color: #000;
}

.contactUs .msg .item:hover::after {
	opacity: 1;
}

.contactUs .msg .item:nth-child(1) {
	margin-top: 0;
}

.contactUs .msg .item .sign {
	flex-shrink: 0;
	margin-right: 28.5px;
	transform: translateY(11px);
}


.contactUs .msg .item .sign i {
	font-size: 40px;
	color: #B98A41;
}


.contactUs .msg .item .name {
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 22px;
	line-height: 30px;
}

.contactUs .msg .infoList {
	display: flex;
	flex-wrap: wrap;
}

.contactUs .msg .item .num {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	margin-right: 20px;
}


.contactUs .msg .item .num:last-child {
	margin-right: 0;
}


.contactUs .msg .item .infoList a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}

.contactUs .msg .email a {
	word-break: break-all;
}



.getQuote .tit {
	font-family: Mont-Bold;
	font-size: 36px;
	line-height: 46px;
	color: #000;
}


.getQuote form {
	margin-top: 43px;
}


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

.getQuote form li {
	width: 49%;
	margin-top: 21px;
	background-color: #ffffff;
	padding: 0 20px;
	height: 60px;
	border-radius: 100px;
}


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


.getQuote form li.must {
	position: relative;
	padding-left: 31px;
}

.getQuote form li.must::after {
	content: "*";
	position: absolute;
	left: 19px;
	top: 16px;
	color: #F51313;
	font-size: 18px;
	line-height: 28px;
}



.getQuote form li.message {
	width: 100%;
	height: 85px;
	padding: 12px 20px;
	margin-bottom: -4px;
	padding-left: 31px;
}


.getQuote form li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	border: none;
	margin-bottom: 0;
	overflow: hidden;
}



.getQuote form li.codeCon input {
	flex: 1;
	background-color: #ffffff;
	padding: 0 20px;
	padding-left: 31px;
}



.getQuote form li.codeCon .codeImg {
	flex-shrink: 0;
	width: 79px;
	height: 39px;
	cursor: pointer;
	background-color: #f3fbfe;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 33px;
}


.getQuote form li.codeCon .codeImg img {
	display: block;
}


.getQuote form li.subBtn {
	padding: 0;
	border: none;
	background-color: transparent;
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}

.getQuote form li.subBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(92deg, #DABA88 15.96%, #CDA76B 38.42%, #F6E8BF 60.89%, #CCA669 84.04%);
	z-index: -1;
	transition: .4s ease all;
}



.getQuote form li.subBtn input {
	font-size: 20px;
	cursor: pointer;
	background-color: transparent;
	color: #000;
}


.getQuote form li.subBtn:hover input {
	background-color: #B98A41;
	color: #ffffff;
}


.getQuote form li.subBtn:hover::after {
	opacity: 0;
}


.getQuote input,
.getQuote textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	color: #333333;
	font-size: 18px;
}

.getQuote input::-webkit-input-placeholder,
.getQuote textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #000;
	opacity: 1;
}

.getQuote input:-moz-placeholder,
.getQuote textarea:-moz-placeholder {
	font-size: 18px;
	color: #000;
	opacity: 1;
}

.getQuote input::-moz-placeholder,
.getQuote textarea::-moz-placeholder {
	font-size: 18px;
	color: #000;
	opacity: 1;
}

.getQuote input:-ms-input-placeholder,
.getQuote textarea:-ms-input-placeholder {
	font-size: 18px;
	color: #000;
	opacity: 1;
}


form li.m-formcountry {
	position: relative;
	padding: 0;
}

.getQuote form li.m-formcountry {
	padding: 0;
}

footer .footerList form li.m-formcountry {
	padding: 0;
}

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

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

form li.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: #B98A41 rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
	border-radius: 20px;
}

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

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

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

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

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

.contactUs .map {
	border-radius: 20px;
	margin-top: 75px;
	overflow: hidden;
}


.contactUs .map img,
.contactUs .map iframe {
	display: block;
}


@media screen and (max-width:1760px) {
	.contactUs .con .getQuote::after {
		width: calc(100% + 80px);
		border-radius: 0 0 0 60px;
	}

	.contactUs .msg .item {
		padding: 30px 30px;
	}

	.contactUs .msg .infoList {
		margin-top: 10px;
	}

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

	.contactUs .msg .item .sign i {
		font-size: 34px;
	}

	.contactUs .msg .item .sign {
		margin-right: 20px;
	}

	.contactUs .con .getQuote {
		padding: 80px 0 80px 40px;
	}

	.contactUs .map {
		border-radius: 10px;
		margin-top: 60px;
	}

	form li.m-formcountry .drop-list {
		border-radius: 10px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .msg .item .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .msg .item .sign i {
		font-size: 28px;
	}

	.contactUs .msg .infoList {
		margin-top: 5px;
	}

	.contactUs .msg .item {
		padding: 24px;
	}

	.contactUs .con .getQuote {
		padding: 60px 0 60px 30px;
	}

	.getQuote form li.codeCon .codeImg {
		margin-right: 14px;
	}

	.contactUs .msg .item .sign {
		margin-right: 14px;
	}

	.getQuote form li {
		height: 50px;
	}

	.getQuote form li.must::after {
		top: 12px;
		left: 10px;
	}

	form li.m-formcountry .drop-list {
		border-radius: 5px;
	}

	.getQuote form li,
	form li.m-formcountry .drop-btn {
		padding: 0 14px;
	}

	form li.m-formcountry .drop-list li {
		padding: 5px 14px;
	}


	.getQuote form li.must {
		padding-left: 20px;
	}

	.getQuote form li.m-formcountry {
		padding: 0;
	}

	.getQuote form li.codeCon {
		padding: 0;
	}

	.getQuote form li.codeCon input {
		padding-left: 20px;
	}

	.contactUs .con .getQuote::after {
		border-radius: 0 0 0 40px;
	}

	.contactUs .map {
		border-radius: 5px;
	}
}

@media screen and (max-width:999px) {
	.contactUs .map {
		margin-top: 50px;
	}

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

	.contactUs .con .msg {
		width: 100%;
	}

	.contactUs .msg .item {
		padding: 20px 40px;
	}

	.contactUs .msg .item .sign i {
		font-size: 24px;
	}

	.contactUs .msg .item .sign {
		transform: translateY(5px);
	}

	.contactUs .con .getQuote {
		width: 100%;
		margin-top: 50px;
		padding: 50px 0 50px 30px;
	}

	.getQuote form {
		margin-top: 30px;
	}

	.getQuote form li {
		height: 46px;
	}

	.contactUs .con .getQuote::after {
		border-radius: 0 0 0 20px;
	}

	.contactUs .msg .item .num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .map {
		margin-top: 40px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .con .getQuote {
		margin-top: 40px;
		padding: 40px 0 40px 25px;
	}

	.contactUs .msg .item {
		padding: 20px 25px;
	}
}

@media screen and (max-width:538px) {
	.getQuote form li {
		height: 40px;
	}

	.getQuote form li.must::after {
		top: 10px;
	}

	.getQuote form li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

	.getQuote form li:nth-child(1) {
		margin-top: 0;
	}

	.getQuote form li.codeCon .codeImg {
		width: 70px;
		height: 30px;
	}
}


/* 6-2 */

.distributor {
	padding: 26px 0 118px 0;
}


.distributor .title1 {
	text-align: center;
	color: #000;
	font-size: 36px;
	line-height: 40px;
	width: 60%;
	margin: 0 auto;
}

.distributor .title1 span {
	color: #B98A41;
}

.distributor .tips {
	color: #333;
	text-align: center;
	font-size: 18px;
	line-height: 32px;
	margin-top: 16px;
}

.distributor .list {
	margin-top: 82px;
}

.distributor .list .item {
	margin-top: 84px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


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

.distributor .list .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}


.distributor .list .image {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}

.distributor .list .clear {
	display: none;
}


.distributor .list .msg {
	width: 45%;
}

.distributor .list .msg .tit {
	color: #000;
	font-family: Mont-Bold;
	font-size: 22px;
	font-weight: 800;
	line-height: 30px;
}

.distributor .list .msg .txts {
	margin-top: 37px;
}


.distributor .list .msg .txts p em {
	color: #B98A41;
	font-family: Mont-Bold;
	font-style: normal;
}




.distributorDis {
	position: relative;
	padding: 125px 0 127px 0;
}

.distributorDis .txts {
	text-align: center;
	color: #FFF;
	font-size: 22px;
	line-height: 38px;
	width: 74%;
	margin: 0 auto;
}


@media screen and (max-width:1760px) {
	.distributor .title1 {
		width: 80%;
	}

	.distributor .tips {
		margin-top: 30px;
	}

	.distributor .list {
		margin-top: 60px;
	}

	.distributor .list .image {
		border-radius: 10px;
	}

	.distributor .list .msg .txts {
		margin-top: 30px;
	}

	.distributor .list .item {
		margin-top: 60px;
	}

	.distributorDis .txts {
		width: 80%;
	}

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

@media screen and (max-width:1333px) {
	.distributor .title1 {
		width: 100%;
	}

	.distributor .list .msg .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.distributor .list .image {
		border-radius: 5px;
	}

	.distributor .list {
		margin-top: 50px;
	}

	.distributor .list .item {
		display: block;
		margin-top: 40px;
	}

	.distributor .list .clear {
		display: block;
	}

	.distributor .list .item:nth-child(2n-1) .image {
		float: right;
		margin-left: 5%;
	}

	.distributor .list .item .msg {
		width: 100%;
	}

	.distributor .list .item:nth-child(2n) .image {
		float: left;
		margin-right: 5%;
	}

	.distributorDis .txts {
		width: 100%;
	}
}

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

	.distributor .list .msg .txts {
		margin-top: 26px;
	}

	.distributor .list {
		margin-top: 40px;
	}

	.distributor .list .item {
		margin-top: 30px;
	}
}


@media screen and (max-width:538px) {
	.distributor .list .item:nth-child(n) {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.distributor .list .item:nth-child(n) .image {
		width: 100%;
		float: none;
		margin: 0;
		margin-top: 26px;
	}

	.distributor .list .item:nth-child(n) .image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-width: none;
	}
}



/* innerCrumb */

.innerCrumb {
	padding: 40px 0 35px 0;
}



/* crumb */

.crumb a,
.crumb i {
	color: #666;
	font-size: 18px;
	line-height: 32px;
}

.crumb a.active,
.crumb a:hover {
	color: #B98A41;
}

.crumb i {
	font-style: normal;
	margin: 0 1px;
}


/* 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: 46px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #333;
	margin: 5px 8px;
	border-radius: 50%;
	background-color: #F8F8F8;
	overflow: hidden;
}


.pager .pageList a.active {
	color: #ffffff;
}


.pager .pageList a:hover,
.pager .pageList a.active {
	color: #ffffff;
	background-color: #B98A41;
}


.pager .pageList a.iconfont {
	position: relative;
	background-color: transparent;
	font-size: 14px;
	margin: 5px 22px;
}


.pager .pageList a.iconfont::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #E9DDC8 0%, #D9C79D 100%);
	z-index: -1;
	transition: .4s ease all;
}

.pager .pageList a.iconfont:hover {
	background-color: #B98A41;
}

.pager .pageList a.iconfont:hover::after {
	opacity: 0;
}

.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 0px;
	position: relative;
	color: #B98A41;
	font-size: 18px;
	line-height: 28px;
	margin-left: -4px;
}


.pager .addTo img {
	flex-shrink: 0;
	width: 12px;
	margin-left: 14px;
}

.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.pager .addTo:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

@media screen and (max-width:1760px) {
	.innerCrumb {
		padding: 30px 0;
	}

	.pager .pageList a {
		width: 40px;
		height: 40px;
		margin: 6px;
	}

	.pager .pageList a.iconfont {
		margin: 5px 10px;
		font-size: 12px;
	}

	.pager .addTo {
		margin-left: 0;
	}
}

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

	.crumb a,
	.crumb i {
		font-size: 16px;
		line-height: 28px;
	}

	.innerCrumb {
		padding: 20px 0;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

	.pager .addTo {
		font-size: 16px;
		line-height: 26px;
		margin: 5px 10px;
	}
}

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

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a {
		width: 34px;
		height: 34px;
		font-size: 14px;
	}

	.pager .addTo {
		font-size: 14px;
		line-height: 24px;
	}
}






/* footer */


footer {
	background-color: #F4F4F4;
	padding: 45px 0 0 0;
}

footer a {
	display: inline-block;
}

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


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


footer .blogrolls a {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #FFF;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin: 5px 0;
	margin-right: 22.5px;
}

footer .blogrolls a:hover {
	background-color: #007BB6;
}

footer .blogrolls a:hover i {
	color: #ffffff;
}

footer .blogrolls a:hover i::after {
	opacity: 0;
}


footer .blogrolls i {
	position: relative;
	z-index: 9;
	font-size: 18px;
}

footer .blogrolls i.icon-linkedin {
	color: #007BB6;
}

footer .blogrolls i.icon-Youtube {
	color: #FE0000;
}

footer .blogrolls i.icon-twitter-new {
	color: #000000;
}

footer .blogrolls i.icon-facebook {
	color: #3D5A98;
}

footer .blogrolls i.icon-instagram1 {
	color: #ffffff;
	font-size: 14px;
}

footer .blogrolls i.icon-instagram1::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border-radius: 4px;
	z-index: -1;
	transition: .4s ease all;
	background: linear-gradient(to right, rgb(131, 58, 180), rgb(253, 29, 29), rgb(252, 176, 69));
	width: 18px;
	height: 18px;
}

footer .blogrolls i.icon-vk {
	color: #0076FB;
}

footer .blogrolls i.icon-douyin {
	color: #000000;
}

footer .fMsg .phone {
	display: flex;
	align-items: center;
	border-radius: 50px;
	background: #B98A41;
	padding: 11px 17px 11px 22px;
	color: #FFF;
	font-family: Mont-Bold;
	font-size: 30px;
	line-height: 40px;
}


footer .fMsg .phone i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background-color: #ffffff;
	color: #B98A41;
	flex-shrink: 0;
	margin-right: 12px;
	font-size: 24px;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 56px 0 53px 0;
	border-top: 1px solid #CCC;
	margin: 25px 0 21px 0;
}


footer .footerList .box {
	margin-top: 20px;
}


footer .footerList ul li {
	margin-top: 15px;
}

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


footer .footerList .fContact {
	width: 40%;
	margin-right: 5.1%;
}

footer .footerList .fContact .title {
	color: #B98A41;
	font-family: Mont-Bold;
	font-size: 30px;
	line-height: 40px;
}



footer .footerList .fProducts {
	width: 15%;
	margin-right: 2.1%;
}

footer .footerList .fProducts .titBox {
	margin-top: -1px;
}

footer .footerList .fProducts .box {
	margin-top: 16px;
}

footer .footerList .fProducts ul li {
	margin-top: 4px;
}

footer .footerList .fInquiry {
	width: 37.8%;
}


footer .footerList .fInquiry .titBox {
	margin-top: 6px;
}



footer .footerList .fInquiry form {
	margin-top: 18px;
}



footer a,
footer p,
footer div {
	color: #333;
	font-size: 18px;
	line-height: 32px;
}


footer a:hover {
	color: #B98A41;
}


footer .title {
	color: #B98A41;
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
	font-family: Mont-Bold;
}


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



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


footer .titBox .menuBtn {
	display: none;
}



footer .footerList li.fContact li {
	display: flex;
	align-items: flex-start;
}


footer .footerList li.fContact li:nth-child(1) {
	margin-top: 0;
}


footer .footerList li.fContact li i {
	flex-shrink: 0;
	margin-right: 12px;
	font-size: 18px;
	transform: translateY(-2px);
	color: #B98A41;
}

footer .footerList li.fContact .info {
	display: flex;
	flex-wrap: wrap;
}


footer .footerList li.fContact .info .num {
	margin-right: 10px;
}

footer .footerList li.fContact .info .num:last-child {
	margin-right: 0;
}


footer .email a {
	word-break: break-all;
}



footer form ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -2px;
	justify-content: space-between;
	align-items: flex-end;
}


footer .footerList form li {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 0 !important;
	height: 50px;
	padding: 0 24.5px;
	margin-top: 26px;
	border-radius: 50px;
	overflow: hidden;
}



footer .footerList form li:nth-child(-n+1) {
	margin-top: 0;
}



footer .footerList form li.must {
	position: relative;
}

footer .footerList form li.must::after {
	content: "*";
	position: absolute;
	left: 11px;
	top: 9px;
	color: #F51313;
	font-size: 20px;
}



footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	color: #333333;
	font-size: 20px;
}


footer form li.code.must {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
}


footer form li.code input {
	flex-shrink: 1;
	padding: 0 24.5px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
	max-width: 70px;
}


footer form li.code .codeImg img {
	display: block;
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 9;
}


footer form li.subBtn input {
	background-color: transparent;
	color: #333;
	cursor: pointer;
	font-size: 20px;
	line-height: 30px;
}


footer form li.subBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(91deg, #DABA88 0.3%, #CDA76B 33.1%, #F6E8BF 65.9%, #CCA669 99.7%);
	z-index: -1;
	transition: .4s ease all;
}



footer form li.subBtn input:hover {
	background-color: #B98A41;
	color: #ffffff;
}



footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: #BCBCBC;
	font-size: 20px;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: #BCBCBC;
	font-size: 20px;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: #BCBCBC;
	font-size: 20px;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: #BCBCBC;
	font-size: 20px;
}


footer .fBottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color: #000;
	padding: 33px 0 26px 0;
}


footer .copyright,
footer .links,
footer .copyright a,
footer .links a,
footer .copyright p {
	color: #B9B9B9;
	font-size: 16px;
	line-height: 26px;
}

footer .links {
	margin-top: 2px;
}


footer .links a {
	margin-right: 10px;
}

footer .links span {
	margin-right: 10px;
}

footer .copyright p {
	display: inline;
}


footer .copyright a {
	display: inline-block;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #B98A41;
}

footer .copyright .image {
	margin-left: 14px;
}




@media screen and (max-width:1760px) {
	footer .blogrolls a {
		width: 45px;
		height: 45px;
	}

	footer .fMsg {
		padding: 40px 0;
	}

	footer .fMsg .phone i {
		width: 45px;
		height: 45px;
		font-size: 20px;
	}

	footer .fMsg .phone {
		font-size: 20px;
		line-height: 30px;
		padding: 6px 20px;
	}

	footer {
		padding-top: 0px;
	}

	footer .footerList {
		justify-content: space-between;
		margin: 0;
		padding: 40px 0;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .fBottom {
		padding: 30px 0;
	}

	footer .links {
		margin-top: 10px;
	}

	footer .footerList .fInquiry .titBox,
	footer .footerList .fProducts .titBox {
		margin-top: 0;
	}

	footer .footerList .fContact .title {
		font-size: 28px;
		line-height: 40px;
	}

	footer .footerList .fInquiry form {
		margin-top: 16px;
	}

	footer form input,
	footer form textarea {
		font-size: 18px;
	}

	footer form input::-webkit-input-placeholder,
	footer form textarea::-webkit-input-placeholder {
		font-size: 18px;
	}

	footer form input:-moz-placeholder,
	footer form textarea:-moz-placeholder {
		font-size: 18px;
	}

	footer form input::-moz-placeholder,
	footer form textarea::-moz-placeholder {
		font-size: 18px;
	}

	footer form input:-ms-input-placeholder,
	footer form textarea:-ms-input-placeholder {
		font-size: 18px;
	}

	footer .footerList .fProducts ul li {
		margin-top: 10px;
	}

}

@media screen and (max-width:1333px) {
	footer .blogrolls a {
		width: 40px;
		height: 40px;
		margin-right: 16px;
	}

	footer .fMsg .phone i {
		width: 36px;
		height: 36px;
		font-size: 16px;
	}

	footer .fMsg .phone {
		font-size: 18px;
	}

	footer .footerList .fContact .title {
		font-size: 24px;
		line-height: 36px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 16px;
		line-height: 28px;
	}

	footer .title {
		font-size: 20px;
		line-height: 30px;
	}

	footer .footerList form li {
		height: 40px;
		margin-top: 20px;
	}

}


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

	footer .fMsg {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding: 30px 0 25px;
	}


	footer .fMsg .phone {
		font-size: 16px;
		padding: 5px 10px;
	}

	footer .fMsg .phone i {
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	footer .blogrolls {
		margin-top: 20px;
	}

	footer .blogrolls a {
		width: 36px;
		height: 36px;
	}

	footer .blogrolls a i {
		font-size: 16px;
	}

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		padding: 30px 0;
	}


	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList li.fContact .box {
		margin-top: 14px;
	}


	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

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

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 30px;
		height: 30px;
		font-size: 12px;
		color: #333333;
		font-weight: bold;
		flex-shrink: 0;
		margin-left: 10px;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .footerList li.fContact .address {
		width: 100%;
	}

	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .list li.fContact .address {
		width: 100%;
	}

	footer .footerList li.fContact .address .num {
		line-height: 26px;
	}

	footer form {
		margin-top: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer form ul>li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer form ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .footerList form li:nth-child(n) {
		height: 40px;
	}

	footer .footerList form li:nth-child(n) {
		width: 48%;
	}

	footer .footerList form li.message {
		height: 100px;
		width: 100%;
	}


	footer form {
		display: none;
		transform: none;
		transition: none;
	}

	footer .phone .num {
		font-size: 16px;
		line-height: 28px;
	}

	footer .title,
	footer .footerList .fContact .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .fProducts .box {
		margin-top: 14px;
	}

	footer .footerList .fInquiry form {
		margin-top: 14px;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 24px;
	}

	footer .links {
		margin-top: 10px;
	}

	form li.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList form li:nth-child(n) {
		height: 36px;
	}

	footer .fBottom {
		padding-bottom: 70px;
	}

}

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

	footer .title,
	footer .footerList .fContact .title {
		font-size: 16px;
	}
}


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


	footer .blogrolls a {
		margin-left: 0;
		margin-right: 10px;
	}

	footer .blogrolls .list {
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;
	}
}


/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: Mont-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */

.customer {
	position: fixed;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
	border-radius: 30px;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
	width: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px 0;
}

.customer>div {
	margin-bottom: 18px;
	border-radius: 50%;
}


.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	color: #B98A41;
	font-size: 24px;
	border-radius: 50%;
	position: relative;
	background-color: transparent;

}

.customer div a:after,
.customer div div:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #B98A41;
	color: #ffffff;
	z-index: -1;
	border-radius: 50%;
	opacity: 0;
	transition: .4s ease all;
}

.customer .top {
	margin-bottom: 0;
}

.customer .top a {
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
}


.customer .top i {
	font-size: 26px;
	color: #B98A41;
}

.customer div div {
	cursor: pointer;
}

.customer div:hover a,
.customer div:hover div {
	color: #ffffff;
	background-color: transparent;
}

.customer div:hover a:after,
.customer div:hover div:after {
	opacity: 1;
}

.customer div a:hover i {
	color: #ffffff;
}

.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: -10;
	opacity: 0;
	pointer-events: none;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}


@media screen and (max-width: 1360px) {
	.customer {
		right: 5px;
	}

	.customer>div {
		margin-bottom: 10px;
	}

	.customer {
		width: 50px;
	}

	.customer div a,
	.customer div div {
		width: 45px;
		height: 45px;
		font-size: 22px;
	}

	.customer .top i {
		font-size: 24px;
	}

	.customer .top a {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width: 999px) {
	.customer {
		display: block;
		border-radius: 0;
		padding: 0;
		box-shadow: none;
		background-color: transparent;
	}

	.customer>div {
		margin-bottom: 0;
	}

	.customer .top a {
		width: 100%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #ffffff;
	}

	.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: #ffffff;
		color: #B98A41;
		border-radius: 0px;
	}

	.customer div:hover a,
	.customer div:hover div {
		color: #B98A41;
		background-color: #ffffff;
	}

	.customer div a:hover i {
		color: #B98A41;
	}

	.customer div a:after,
	.customer div div:after {
		border-radius: 0;
		display: none;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #B98A41;
		color: #ffffff;
	}

	.customer div.active a:after,
	.customer div.active div:after {
		opacity: 1;
	}

	.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%);
		pointer-events: all;
	}
}

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

	.customer .code img,
	.customer .code:hover img {
		left: 0%;
		transform: translateX(0%);
	}

	.customer .code.active img {
		left: 0%;
		transform: translateX(0%) translateY(-100%);
	}
}


@font-face {
	font-family: 'Mont-Bold';
	font-display: swap;
	src: url('../fonts/montbold.eot');
	src: url('../fonts/Montbold.eot') format('embedded-opentype'),
		url('../fonts/montbold.woff2') format('woff2'),
		url('../fonts/Montbold.woff') format('woff'),
		url('../fonts/montbold.ttf') format('truetype'),
		url('../fonts/montbold.svg#montbold') format('svg');
}

@font-face {
	font-family: 'Mont-Regular';
	font-display: swap;
	src: url('../fonts/montregular.eot');
	src: url('../fonts/MontRegular.eot') format('embedded-opentype'),
		url('../fonts/montregular.woff2') format('woff2'),
		url('../fonts/MontRegular.woff') format('woff'),
		url('../fonts/montregular.ttf') format('truetype'),
		url('../fonts/montregular.svg#montregular') format('svg');
}



@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src: url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

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




footer form .message{
    height: 85px !important;
    padding: 12px 24.5px !important;
}


.relation-data{
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    /*background-color: #F4F4F4;*/
    
    color: #333;
    font-size: 18px;
    line-height: 32px;
}
.relation-data .relation-div{
    width: 48.5%;
    background-color: #F4F4F4;
    padding: 30px 50px;
    border-radius: 50px;
}
.relation-data .relation-div .relation-div1{
    display: flex;
    align-items: center;
    margin-bottom:25px;
}
.relation-data .relation-div .relation-div1 img{
    max-width: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right:20px;
}
.relation-data .relation-div .relation-div1 span p:first-child{
    font-family: Mont-Bold;
    font-size: 22px;
    line-height: 30px;
}
.relation-data .relation-div .relation-div2 .iconfont{
    font-size: 20px;
    color: #B98A41;
    margin-right: 10px;
}
.relation-data .relation-div .relation-div2 p{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
@media screen and (max-width: 999px){
    .relation-data{
        flex-direction: column;
    }
    .relation-data .relation-div{
        width: 100%;
        margin: 20px 0;
    }
}