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

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: PlusJakartaDisplay-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}

textarea {
	resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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


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

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

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





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

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

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

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

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

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

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

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

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

}

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

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

}







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

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

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

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


.clear {
	clear: both;
}

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

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

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #CDAC8B;
		left: 80px;
		right:auto;
		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(205, 172, 139, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

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

	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: PlusJakartaDisplay-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, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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


/* allnav */


nav {
	height: 157px;
	background-color: #ffffff;
	position: relative;
	left: 0;
	top: 0;
}


nav .nTop {
	height: 40px;
	background-color: #CDAC8B;
	position: relative;
	z-index: 99999;
}


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


nav .nTop .swiper {
	width: 10%;
	flex: 1;
}


nav .nTop .swiper .swiper-slide {
	display: flex;
	align-items: center;
	margin-right: 36px;
	width: auto;
}


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

nav .nTop .swiper i {
	flex-shrink: 0;
	font-size: 18px;
	margin-right: 10px;
	color: #ffffff;
}



nav .nTop .swiper .num {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}


nav .nTop .swiper a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}


nav .nTop .blogrolls {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 60px;
}



nav .nTop .blogrolls a {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	color: rgba(255, 255, 255, .6);
	margin-left: 8.5px;
	line-height: 20px;
}


nav .nTop .blogrolls a:hover {
	background-color: rgba(255, 255, 255, 1);
	color: #CDAC8B;
}




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



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

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

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



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


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

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

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


nav .navList>ul>li {
	margin-left: 28px;
	position: relative;
}


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


nav a {
	display: block;
}


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

nav .navList>ul>li>a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 31px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #CDAC8B;
	opacity: 0;
	transition: .4s ease all;
}


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

nav .navList>ul>li.active>a:after,
nav .navList>ul>li:hover>a:after {
	color: #CDAC8B;
	opacity: 1;
}


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

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


nav .search .searchBtn {
	cursor: pointer;
}


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



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


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


nav .search form.active {
	width: 260px;
}

nav .search form>input {
	padding: 0 10px;
}


nav .search form input {
	width: 100%;
	height: 100%;
	color: #333333;
	background-color: transparent;
}



nav .search form .subBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 30px;
	width: 30px;
	margin-right: 5px;
}



nav .search form .subBtn i {
	color: #333333;
	font-weight: bold;
	font-size: 16px;

}


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



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


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



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

nav .lanBtn img {
	width: 27px;
	flex-shrink: 0;
	margin-left: 10px;
}


nav .lanBtn:hover span {
	color: #CDAC8B;
}

nav .lanBtn span {
	font-size: 18px;
	line-height: 28px;
	color: #333;
}

nav .lanBtn i {
	color: #333;
	font-size: 8px;
	flex-shrink: 0;
	margin-left: 12px;
	margin-right: 5px;

}

nav .lanBtn:hover i {
	color: #CDAC8B;
}

nav .lanBtn i.icon-up7 {
	transform: rotate(180deg);
}

nav .language.active .lanBtn i.icon-up7 {
	transform: rotate(0deg);
}

nav .language ul {
	position: absolute;
	top: 100%;
	background-color: #feffff;
	box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	transition: none;
	overflow: hidden;
	padding: 23px 0 22px 0;
}


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

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

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


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


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

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







/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
	padding: 23px 0 22px 0;
	width: max-content;
	max-width: 280px;
	min-width: 183px;
	display: none;
	transition: none;
}


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


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


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

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


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


.moreList a:hover {
	color: #CDAC8B;
}

header .xnav .msg {
	display: none;
}

header .xnav .blogrolls {
	display: none;
}


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

	nav .nBottom {
		height: 80px;
	}

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

	nav {
		height: 120px;
	}

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

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

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

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

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

	.moreList ul {
		top: -20px;
	}

	.moreList li {
		margin-bottom: 14px;
	}
	nav .language ul {
		padding: 20px 0;
	}
	nav .language ul li{
		margin-bottom: 14px;
	}
}

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

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

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

	nav .navList>ul>li>a::after {
		width: 6px;
		height: 6px;
	}

	nav .logo {
		width: 200px;
	}

	nav .nTop .swiper .num {
		font-size: 14px;
		line-height: 26px;
	}

	nav .nTop .swiper i {
		font-size: 16px;
	}

	nav .nTop .swiper .swiper-slide {
		margin-right: 20px;
	}
}

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

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

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

	nav .lanBtn img {
		width: 24px;
	}

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

	nav .logo {
		width: 190px;
	}
}

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

	nav .navList .btns {
		height: 100%;
	}

	nav .search,
	nav .nTop .swiper,
	nav .nTop .blogrolls {
		display: none;
	}

	nav .nTop {
		height: 0;
	}

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

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

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

	nav .lanBtn i {
		margin-right: 0;
		margin-left: 10px;
	}

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

	header .xnav .msg {
		display: block;
		margin-top: 20px;
	}

	header .xnav .msg .item {
		display: flex;
		align-items: flex-start;
		margin-top: 14px;
	}

	header .xnav .msg .item:nth-child(1) {
		margin-top: 0;
	}

	header .xnav .msg i {
		flex-shrink: 0;
		color: #ffffff;
		font-size: 16px;
		margin-left: 10px;
		transform: translateY(3px);
	}

	header .xnav .msg .num {
		font-size: 14px;
		color: #ffffff;
	}

	header .xnav .msg .email .num {
		word-break: break-all;
	}

	header .xnav .blogrolls {
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
	}

	header .xnav .blogrolls a {
		color: #ffffff;
		font-size: 18px;
		margin: 5px 0;
		margin-right: 20px;
	}
	nav .language ul li{
		margin-bottom: 10px;
	}
	nav .language ul li a{
		font-size: 14px;
		line-height: 26px;
	}
	nav .language ul a img,
	nav .language ul a:hover img{
		transform: translateY(7px);
	}
}


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

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

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

	nav .logo {
		width: 180px;
	}
}

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

	nav .logo {
		width: 150px;
	}

	nav .lanBtn img {
		margin-right: 5px;
	}

	nav .navList .btns {
		margin-right: 50px;
	}
}



/* 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 {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


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


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



.indexBanner img {
	display: block;
}


.indexBanner .signs {
	position: absolute;
	z-index: 99;
	left: 50%;
	transform: translateX(-50%);
	bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 20px;
}



.indexBanner .swiper-pagination {
	position: static;
	margin: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: auto;
}




.indexBanner .swiper-pagination span {
	cursor: pointer;
	width: 34px;
	height: 4px;
	border-radius: 0%;
	cursor: pointer;
	opacity: 1;
	transition: .4s ease all;
	background-color: rgba(255, 255, 255, .6);
	margin: 5px 8px !important;
}



.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: rgba(255, 255, 255, 1);
}


@media screen and (max-width:1560px) {
	.indexBanner .signs {
		bottom: 20px;
	}
}


@media screen and (max-width:999px) {
	.indexBanner .swiper-pagination span {
		width: 30px;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .signs {
		bottom: 15px;
	}
}

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination span {
		width: 24px;
		margin: 2px 5px !important;
	}
}



/* iTit */


.title1 {
	color: #333;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 44px;
	line-height: 58px;
}

a.title1 {
	display: inline-block;
}

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

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

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



/* indexM1-1 */

.iProducts {
	padding: 93px 0 78px 0;
}


.iProducts .tips {
	text-align: center;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #666;
	font-size: 18px;
	line-height: 30px;
}




.iProducts .productCatgeory {
	margin-top: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.iProducts .productCatgeory .item {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 10px 63px;
}


.iProducts .productCatgeory .sign {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
	margin-left: 16px;
}


.iProducts .productCatgeory .tit {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	position: relative;
}


.iProducts .productCatgeory .tit::after {
	content: attr(title);
	font-family: PlusJakartaDisplay-Bold;
	display: block;
	height: 0;
	overflow: hidden;
}

.iProducts .productCatgeory .item:hover .tit,
.iProducts .productCatgeory .item.active .tit {
	color: #CDAC8B;
}

.iProducts .productCatgeory .item.active .tit {
	font-family: PlusJakartaDisplay-Bold;
}


.iProducts .checks {
	margin-top: 32px;
}

.productSwiper h2 {
	font-weight: normal;
}

.productSwiper .image {
	overflow: hidden;
	border-radius: 10px;
	background: #F4F4F4;
	overflow: hidden;
}


.productSwiper .image img {
	display: flex;
	align-items: center;
	justify-content: center;
}


.productSwiper .msg {
	padding: 0 32px;
	margin-top: 21px;
}


.productSwiper .msg .tit {
	color: #333;
	font-size: 20px;
	line-height: 30px;
}

.productSwiper .msg .tit:hover {
	color: #CDAC8B;
}

.productSwiper .msg .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	min-height: 56px;
	margin-top: 15px;
}


.productSwiper .msg .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #CDAC8B;
	height: 51px;
	border-radius: 16px;
	background-color: #CDAC8B;
	margin-top: 25px;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}


.productSwiper .msg .btn:hover {
	background-color: transparent;
	color: #CDAC8B;
}


.swiperBox {
	position: relative;
}

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #D9D9D9;
	color: #333;
	font-size: 18px;
	cursor: pointer;
}

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

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


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

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

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

.productSwiper .sBtns>div {
	top: 40%;
}


@media screen and (max-width:1560px) {
	.iProducts .tips {
		margin-top: 30px;
	}

	.iProducts .productCatgeory .item {
		margin: 10px 30px;
	}

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

	.iProducts .productCatgeory .sign {
		width: 45px;
		height: 45px;
	}

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

	.productSwiper .msg {
		padding: 0 20px;
	}

	.sBtns>div {
		width: 45px;
		height: 45px;
		font-size: 16px;
		line-height: 45px;
	}

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

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

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

	.productSwiper .msg .btn {
		border-radius: 10px;
		height: 45px;
	}
}

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

	.iProducts .productCatgeory .sign {
		width: 40px;
		height: 40px;
	}

	.iProducts .productCatgeory .item {
		margin: 5px 20px;
	}

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

	.iProducts .checks {
		margin-top: 30px;
	}

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

	.productSwiper .msg {
		padding: 0;
	}



	.productSwiper .msg .btn {
		border-radius: 5px;
		height: 40px;
	}
}

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

	.iProducts .productCatgeory .sign {
		width: 36px;
		height: 36px;
	}

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

	.productSwiper .msg {
		margin-top: 10px;
	}

	.productSwiper .msg .txts {
		margin-top: 10px;
	}

	.productSwiper .msg .btn {
		height: 36px;
		margin-top: 20px;
	}

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

@media screen and (max-width:768px) {
	.swiperBox .sBtns>div {
		position: static;
		transform: translateY(0);
		margin-top: 30px;
	}

	.swiperBox .sBtns {
		display: flex;
		align-items: center;
		justify-content: center;
		direction: ltr;
	}

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

	.iProducts .checks {
		max-width: 500px;
		margin: 0 auto;
		margin-top: 30px;
	}
}


@media screen and (max-width:538px) {
	.productSwiper .msg .btn {
		height: 34px;
		line-height: 34px;
	}

	.iProducts .productCatgeory .sign {
		width: 30px;
		height: 30px;
	}

	.iProducts .tips {
		margin-top: 20px;
	}

	.iProducts .productCatgeory,
	.iProducts .checks {
		margin-top: 20px;
	}
}

@media screen and (max-width:450px) {
	.iProducts .checks {
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}
}


/* indexM2-1 */

.iAbout {
	padding: 32px 0 134px 0;
	position: relative;
}

.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 .con {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.iAbout .msg {
	width: 40%;
}

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


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


.iAbout .show img {
	display: block;
}


.iAbout .txts {
	margin-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.cBtn {
	width: 139px;
	height: 46px;
	border: 1px solid #CDAC8B;
	color: #ffffff;
	background-color: #CDAC8B;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
}


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

.iAbout .cBtn {
	margin-top: 42px;
}



.iAbout .aboutNum {
	margin-top: 74px;
	width: 114.5%;
}

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

.aboutNum .item {
	width: 40%;
	margin-top: 52px;
}

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



.aboutNum .item .num {
	font-family: PlusJakartaDisplay-Bold;
	font-size: 44px;
	line-height: 44px;
	color: #CDAC8B;
}


.aboutNum .item .name {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-top: 10px;
}

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

	.cBtn {
		border-radius: 5px;
		height: 40px;
	}

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

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

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

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

	.aboutNum .item {
		margin-top: 40px;
	}
}

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

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

	.aboutNum .item {
		width: 48%;
	}

	.aboutNum .item {
		margin-top: 30px;
	}
}

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

	.iAbout .msg {
		width: 100%;
	}

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

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

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

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

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

	.iAbout .show {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		margin-top: 30px;
	}
}

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

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

	.iAbout .txts,
	.iAbout .cBtn {
		margin-top: 20px;
	}

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

@media screen and (max-width:450px) {
	.aboutNum .item:nth-child(n) {
		width: 48%;
		margin-top: 30px;
	}

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




/* indexM3-1 */

.advantages {
	background-image: url("../images/indexM3-1.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 66px 0 65px 0;
}

.advantages .msg {
	width: 50.21%;
	background-color: rgba(255, 255, 255, .9);
	padding: 56px 48px 55px;
}


.advantages .msg .tips {
	color: #666;
	font-size: 18px;
	line-height: 32px;
	margin-top: 20px;
}

.advantages .list {
	margin-top: 43px;
}

.advantages .list .item {
	display: flex;
	align-items: flex-start;
	margin-top: 37px;
}

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


.advantages .list .sign {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 5px;
	margin-left: 31px;
	background-color: #CDAC8B;
	margin-top: 1px;
}


.advantages .list .tit {
	color: #333;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 20px;
	line-height: 32px;
}

.advantages .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 4px;
}

@media screen and (max-width:1560px) {
	.advantages .msg {
		padding: 50px;
		width: 60%;
	}

	.advantages .list .sign {
		margin-right: 0;
		margin-left: 20px;
		margin-top: -5px;
		
	}

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

	.advantages .list .txts {
		margin-top: 10px;
	}

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

	.advantages .msg .tips {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.advantages .msg {
		padding: 40px;
		width: 70%;
	}
}

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

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

	.advantages .list .sign {
		width: 45px;
		height: 45px;
	}
}

@media screen and (max-width:768px) {
	.advantages .msg {
		padding: 30px;
	}

	.advantages .list .item {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.advantages .msg {
		padding: 30px 20px;
	}

	.advantages .msg .tips {
		margin-top: 20px;
	}

	.advantages .list .item {
		flex-direction: column;
		align-items: flex-start;
	}

	.advantages .list .sign {
		margin-right: 0;
		margin-top: 0;
		margin-bottom: 10px;
	}

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



/* indexM4-1 */

.touch {
	padding: 82px 0 77px 0;
	background-color: #FFF7F0;
}


.touch .sTit {
	text-align: center;
}

.sTit {
	font-size: 36px;
	line-height: 48px;
	font-family: PlusJakartaDisplay-Bold;
	color: #333333;
}

a.sTit {
	display: inline-block;
}

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

.touch .txts {
	text-align: center;
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 25px;
}


.touch .cBtn {
	margin: 0 auto;
	margin-top: 38px;
}


@media screen and (max-width:1560px) {
	.sTit {
		font-size: 28px;
		line-height: 40px;
	}

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

@media screen and (max-width:1333px) {
	.sTit {
		font-size: 24px;
		line-height: 36px;
	}

	.touch .txts {
		font-size: 16px;
		line-height: 28px;
	}
}

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

	.touch .txts {
		font-size: 14px;
		line-height: 26px;
	}
}

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

@media screen and (max-width:538px) {
	.touch .txts {
		margin-top: 20px;
	}

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

/* indexM5-1 */


.iNews {
	padding: 107px 0 100px 0;
}


.iNews .tips {
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 12px;
}


.iNews .swiperBox {
	margin-top: 36px;
}


.newItem .image {
	overflow: hidden;
}

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

.newItem .image:hover {
	border-radius: 16px 0 0 0;
}


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


.newItem .msg {
	padding: 0 30px;
	margin-top: 20px;
}

.newItem .time {
	color: #999;
	font-size: 16px;
	line-height: 28px;
}


.newItem .tit {
	font-family: PlusJakartaDisplay-Bold;
	font-size: 20px;
	line-height: 32px;
	color: #5E4938;
	margin-top: 15px;
	min-height: 64px;
}

.newItem .tit:hover {
	color: #CDAC8B;
}


.newItem .txts {
	font-size: 16px;
	line-height: 28px;
	min-height: 56px;
	color: #444;
	margin-top: 26px;
}

.newItem .cBtn {
	margin-top: 22px;
	background-color: transparent;
	border-color: #333;
	color: #333;
}

.newItem .cBtn:hover {
	background-color: #CDAC8B;
	border-color: #CDAC8B;
	color: #ffffff;
}


@media screen and (max-width:1560px) {
	.newItem .msg {
		padding: 0 20px;
	}

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

	.newItem .tit {
		font-size: 18px;
		line-height: 28px;
		min-height: 56px;
	}

	.newItem .txts {
		margin-top: 20px;
	}

	.newItem .image:hover {
		border-radius: 10px 0 0 0;
	}
}

@media screen and (max-width:1333px) {
	.newItem .msg {
		padding: 0;
	}

	.newItem .image:hover {
		border-radius: 5px 0 0 0;
	}
}

@media screen and (max-width:999px) {
	.newItem .tit {
		font-size: 14px;
		line-height: 26px;
		min-height: 52px;
	}

	.newItem .tit {
		font-size: 16px;
	}

	.newItem .msg,
	.newItem .tit,
	.newItem .txts {
		margin-top: 10px;
	}
}

@media screen and (max-width:538px) {
	.iNews .tips {
		margin-top: 20px;
	}

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


@media screen and (max-width:450px) {
	.iNews .swiperBox {
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}
}

/* 2-1products */

.products {
	padding: 76px 0 110px 0;
}

.products .con {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.products .slides {
	width: 24.5%;
}

.products .productSearch {
	height: 56px;
	width: 100%;
	border-radius: 8px;
	background: #F2F2F2;
	display: flex;
	align-items: center;
}

.products .productSearch>input {
	flex: 1;
	height: 100%;
	background-color: transparent;
	padding: 0 21px;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 20px;
	width: 10%;
}

.products .productSearch input::-webkit-input-placeholder {
	font-family: PlusJakartaDisplay-Bold;
	font-size: 20px;
	color: #666666;
}

.products .productSearch input:-moz-placeholder {
	font-family: PlusJakartaDisplay-Bold;
	font-size: 20px;
	color: #666666;
}

.products .productSearch input::-moz-placeholder {
	font-family: PlusJakartaDisplay-Bold;
	font-size: 20px;
	color: #666666;
}

.products .productSearch input:-ms-input-placeholder {
	font-family: PlusJakartaDisplay-Bold;
	font-size: 20px;
	color: #666666;
}


.products .productSearch .subBtn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	margin-right: 1px;
	flex-shrink: 0;
	height: 100%;
}

.products .productSearch .subBtn i {
	font-size: 20px;
	color: #666;
}

.products .productSearch .subBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background-color: transparent;
}

.products .productSearch .subBtn:hover i {
	color: #CDAC8B;
}

.productClassification {
	margin-top: 14px;
}


.products .slides .title {
	color: #333;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 24px;
	line-height: 34px;
}

.productClassification .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E4E4E4;
	padding: 10px 0;
}


.productClassification .title .meun {
	display: none;
}

.productClassification .list {
	margin-top: 7px;
}


.productClassification .list li {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 11px;
}

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

.productClassification .list li a {
	display: block;
	padding: 12px 0 12px 0;
	color: #333;
	font-size: 18px;
	line-height: 32px;
}

.productClassification .list li a:hover {
	color: #CDAC8B;
}



.slideProducts {
	margin-top: 42px;
}

.slideProducts .title {
	border-bottom: 1px solid #E4E4E4;
	padding: 19px 0;
}

.slideProducts .list {
	margin-top: 25px;
}

.slideProducts .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

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



.slideProducts .list .image {
	overflow: hidden;
	border: 1px solid #F0F0F0;
	width: 38%;
}

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

.slideProducts .list .tit {
	color: #333;
	font-size: 18px;
	line-height: 32px;
	width: 57.5%;
}

.slideProducts .list .tit:hover {
	color: #CDAC8B;
}


.contactSlides {
	border-radius: 32px 0;
	background: #CDAC8B;
	padding: 33px 27px 24px;
	margin-top: 55px;
}



.products .slides .contactSlides .title {
	color: #ffffff;
}

.contactSlides .list {
	margin-top: 12px;
}

.contactSlides li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
}

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

.contactSlides i {
	font-size: 14px;
	color: #ffffff;
	flex-shrink: 0;
	margin-right: 14px;
	transform: translateY(5px);
	margin-left: 5px;
}


.contactSlides .num {
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
}

.contactSlides a.num:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.contactSlides .email a {
	word-break: break-all;
}

.contactSlides .email i {
	font-size: 20px;
}

.products .piece {
	width: 69.7%;
	margin-top: -2px;
}

.products .piece .title {
	color: #333;
	font-size: 26px;
	line-height: 34px;
}

.products .mbox {
	margin-top: 20px;
}


.mbox {
	height: 56px;
	overflow: hidden;
}

.mbox .standardEdit p {
	color: #666;
	font-size: 16px;
	line-height: 28px;
}


.mBtn {
	display: flex;
	align-items: center;
	width: max-content;
	margin-top: 20px;
	cursor: pointer;
}

.mBtn:hover {
	color: #CDAC8B;
}



.products .piece form {
	margin-top: 25px;
}

.products .piece .list {
	display: flex;
	flex-wrap: wrap;
}


.products .piece .list .item {
	width: 31.65%;
	margin-left: 2.52%;
	margin-right: 0%;
	margin-top: 37px;
	
}

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

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

.products .piece .list .image {
	border-radius: 10px;
	overflow: hidden;
}

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

.products .piece .list .msg {
	padding: 0 22px;
	margin-top: 13px;
}

.products .piece .list .tit {
	color: #333;
	font-size: 20px;
	line-height: 32px;
}

.products .piece .list .tit:hover {
	color: #CDAC8B;
}

.products .piece .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 2px;
	min-height: 56px;
}

.products .piece .list .btns {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	border-radius: 16px;
	background-color: #CDAC8B;
	border-radius: 16px;
	margin-top: 29px;
}




.products .piece .list .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	outline: 1px solid #ffffff;
	position: relative;
	overflow: hidden;
	margin-left: 11px;
}

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


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

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

.products .piece .list .btn {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
}

.products .piece .list .btn:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.products .piece .pager {
	margin-top: 80px;
}


@media screen and (max-width:1560px) {
	.products .piece .list .image {
		border-radius: 5px;
	}

	.products .piece .list .msg {
		padding: 0 10px;
		margin-top: 10px;
	}

	.products .piece .list .tit {
		font-size: 18px;
	}

	.products .piece .list .txts {
		margin-top: 10px;
	}

	.products .piece .list .btns {
		margin-top: 20px;
		height: 40px;
		border-radius: 10px;
	}

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

	.productClassification .title,
	.slideProducts .title {
		padding: 14px 0;
	}

	.products .slides .title {
		font-size: 22px;
		line-height: 32px;
	}

	.productClassification,
	.slideProducts {
		margin-top: 30px;
	}

	.contactSlides {
		margin-top: 40px;
	}

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

	.contactSlides {
		border-radius: 20px 0;
		padding: 20px;
	}

	.contactSlides .num {
		font-size: 16px;
		line-height: 26px;
	}

	.contactSlides .list {
		margin-top: 20px;
	}

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

	.products .piece form {
		margin-top: 40px;
	}

	.products .piece .list .checkBtn {
		width: 14px;
		height: 14px;
	}

	.products .piece .title {
		font-size: 24px;
		line-height: 36px;
	}

	.products .productSearch {
		height: 50px;
		border-radius: 5px;
	}

	.products .productSearch .subBtn {
		width: 50px;
		margin: 0;
	}

	.products .productSearch>input {
		font-size: 18px;
		padding: 0 10px;
	}

	.products .productSearch input::-webkit-input-placeholder {
		font-size: 18px;
	}

	.products .productSearch input:-moz-placeholder {
		font-size: 18px;
	}

	.products .productSearch input::-moz-placeholder {
		font-size: 18px;
	}

	.products .productSearch input:-ms-input-placeholder {
		font-size: 18px;
	}

	.products .productSearch .subBtn i {
		font-size: 18px;
	}

	.products .piece {
		margin-top: 0;
	}

}

@media screen and (max-width:1333px) {
	.productClassification .list li a {
		font-size: 16px;
		line-height: 26px;
		padding: 6px 0;
	}

	.products .slides .title {
		font-size: 20px;
	}

	.productClassification,
	.slideProducts {
		margin-top: 20px;
	}

	.contactSlides {
		margin-top: 30px;
		border-radius: 10px 0;
		padding: 20px 10px;
	}

	.products .piece .title {
		font-size: 22px;
		line-height: 34px;
	}

	.products .mbox {
		margin-top: 24px;
	}

	.products .piece .list {
		justify-content: space-between;
	}

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

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

	.products .piece form {
		margin-top: 30px;
	}

	.products .piece {
		width: 64%;
	}

	.products .slides {
		width: 30%;
	}

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

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

	.products .piece {
		width: 100%;
	}

	.products .piece .title {
		font-size: 20px;
		line-height: 30px;
	}

	.mbox {
		height: 52px;
	}

	.products .piece .list {
		justify-content: flex-start;
	}

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

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

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

	.products .piece .list .msg {
		padding: 0;
	}

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

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

	.products .piece .list .btns {
		height: 36px;
		border-radius: 5px;
	}

	.products .piece .pager {
		margin-top: 40px;
	}

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

	.contactSlides .num {
		font-size: 14px;
		line-height: 26px;
	}

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

	.contactSlides .list li {
		width: 48%;
		margin-top: 10px;
		margin-bottom: 0;
	}

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

	.contactSlides {
		border-radius: 5px 0;
		padding: 30px 10px;
	}

	.productClassification .title .meun {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		cursor: pointer;
	}

	.productClassification .title .meun i {
		font-size: 18px;
	}

	.productClassification .title .meun.active i {
		transform: rotate(45deg);
	}

	.products .slides {
		width: 100%;
		margin-top: 50px;
	}

	.products .productSearch .subBtn i {
		font-size: 16px;
	}

	.products .productSearch {
		height: 46px;
	}

	.products .slides .title {
		font-size: 18px;
		line-height: 28px;
	}

	.productClassification .list li a {
		font-size: 14px;
		line-height: 24px;
	}

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

	.slideProducts .list .item {
		width: 48%;
		margin-top: 20px;
	}

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

	.productClassification .list {
		display: none;
		transition: none;
	}
}

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

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

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

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

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

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

@media screen and (max-width:450px) {
	.products .piece .list .item:nth-child(n) {
		width: 100%;
		margin: 0 auto;
		margin-top: 30px;
		max-width: 280px;
	}

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

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

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

	.slideProducts .list .image {
		width: 120px;
		flex-shrink: 0;
		margin-right: 20px;
	}

	.slideProducts .list .tit {
		flex: 1;
	}
}


/* 2-2Products */

.productDet {
	padding: 78px 0 53px 0;
}

.productShow {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


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

.productShow .box *{
    direction: ltr;
}


.productShow .jianjie {
	width: 56.2%;
	margin-top: 21px;
}


.productShow .box .showSipwer {
	margin-bottom: 22px;
	overflow: hidden;
	border-radius: 10px;
}


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


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


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

}

.productShow img {
	display: block;
}

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

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


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

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

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


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


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


.jianjie h1 {
	font-size: 26px;
	line-height: 36px;
	color: #333333;
	font-weight: normal;
}

.jianjie .txts {
	margin-top: 22px;
}

.jianjie .txts p {
	color: #666666;
}


.jianjie .tip {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 22px;
}


.jianjie .btns {
	display: flex;
	align-items: center;
	margin-top: 58px;
}


.jianjie .btns a {
	margin-left: 11px;
	width: 148px;
}


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

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



.jianjie .share {
	margin-top: 57px;
}




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

}

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

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: 10px;
}


.productOverview {
	margin-top: 91px;
	display: flex;
	justify-content: space-between;
}

.productOverview .msg {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 10px 0;
}

.productOverview .image {
	width: 44.28%;
}

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


.productOverview .msg .txts {
	margin-top: 15px;
}

.productOverview .msg .txts p {
	color: #666666;
}


.productAdvnatgae {
	margin-top: 98px;
	display: flex;
	justify-content: space-between;
}


.productAdvnatgae .image {
	width: 47%;
}


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


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

.productAdvnatgae .txts {
	margin-top: 33px;
}

.productAdvnatgae .txts p {
	margin-top: 18px;
	font-size: 18px;
	color: #666666;
}


.productAdvnatgae .txts p:nth-child(1) {
	margin-top: 0;
}


.attribute {
	margin-top: 89px;
}



.attribute .txts {
	margin-top: 17px;
}


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

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


.table table tr:nth-child(1) td {
	background-color: #f5f5f5;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	padding: 10px 3px;
}



.table table tr td {
	padding: 15px 3px;
	font-size: 16px;
	font-family: PlusJakartaDisplay-Regular, Arial, sans-serif;
	color: #333333;
	border: 1px solid #d9d9d9;
}

.table table tr td strong {
	font-weight: normal;
	font-family: PlusJakartaDisplay-Bold;
}




@media screen and (max-width:1560px) {
	.jianjie h1 {
		font-size: 24px;
		line-height: 36px;
	}

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

	.jianjie .btns {
		margin-top: 40px;
	}

	.jianjie .share {
		margin-top: 40px;
	}

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

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

	.productOverview,
	.productAdvnatgae,
	.attribute {
		margin-top: 80px;
	}

	.attribute .txts {
		margin-top: 30px;
	}

	.table table tr:nth-child(1) td {
		font-size: 20px;
		padding: 14px 3px;
	}
}

@media screen and (max-width:1333px) {
	.productShow .box .checkSwiper .iconfont {
		font-size: 16px;
	}

	.productShow .jianjie {
		margin-top: 0;
	}

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

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

	.jianjie .tip {
		margin-top: 20px;
	}

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

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

	.productOverview,
	.productAdvnatgae,
	.attribute {
		margin-top: 60px;
	}

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

	.productAdvnatgae .txts p {
		margin-top: 10px;
	}

	.productAdvnatgae .txts {
		margin-top: 30px;
	}
}

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

	.zoomPad {
		cursor: default !important;
	}

	.zoomPup {
		display: none !important;
	}

	.zoomWindow {
		display: none !important;
	}

	.zoomPreload {
		display: none !important;
	}

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

	.productShow .jianjie {
		width: 100%;
		margin-top: 40px;
	}

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

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

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

	.productOverview,
	.attribute {
		margin-top: 50px;
	}

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

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

	.productOverview .msg .txts {
		margin-top: 20px;
	}

	.productOverview .image,
	.productAdvnatgae .image {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		margin-top: 30px;
	}

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

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

	.productAdvnatgae .txts {
		margin-top: 20px;
	}

	.productAdvnatgae .txts p {
		margin-top: 0;
	}

	.table table tr:nth-child(1) td {
		font-size: 16px;
		line-height: 28px;
	}

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

	.productAdvnatgae {
		margin-top: 50px;
	}

	.jianjie .tip {
		font-size: 14px;
		line-height: 26px;
	}
}


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

	.productOverview,
	.attribute,
	.productAdvnatgae {
		margin-top: 40px;
	}

	.jianjie h1 {
		font-size: 18px;
		line-height: 28px;
	}

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


.productDetPiece {
	padding: 85px 0 133px 0;
}


.packaging .list {
	margin-top: 39px;
	display: flex;
	flex-wrap: wrap;
}

.packaging .list .image {
	width: 32.14%;
	margin-right: 1.79%;
	margin-top: 28px;
}


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


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

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



.productDetPiece .innerTouch {
	margin-top: 136px;
}


@media screen and (max-width:1560px) {
	.productDetPiece .innerTouch {
		margin-top: 80px;
	}
}

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

	.productDetPiece .innerTouch {
		margin-top: 60px;
	}

	.packaging .list .image {
		margin-top: 24px;
	}
}

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

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

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

	.productDetPiece .innerTouch {
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.productDetPiece .innerTouch {
		margin-top: 40px;
	}
}

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

	.packaging .list .image:nth-child(1) {
		margin-top: 0;
	}
}


/* 3-1customization */

.expertise {
	padding: 76px 0 100px 0;
}

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


.expertise .msg {
	width: 48%;
	padding-bottom: 24px;
}

.expertise .sTit {
	line-height: 46px;
}

.expertise .image {
	width: 46.21%;
	border-radius: 16px;
	overflow: hidden;
}


.expertise .txts {
	margin-top: 43px;
}


.expertise .txts p {
	font-size: 20px;
	margin-bottom: 20px;
}


.expertise .txts p em {
	position: relative;
}

.expertise .txts p em::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	width: 28px;
	height: 28px;
	background-image: url("../images/standardEditSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.expertise .txts p:last-child {
	margin-bottom: 0;
}

.expertise .btn {
	width: max-content;
	max-width: 100%;
	padding: 8px 34.2px;
	background: #CDAC8B;
	border: 1px solid #CDAC8B;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	margin-top: 43px;
}

.expertise .btn:hover {
	background-color: transparent;
	color: #CDAC8B;
}

@media screen and (max-width:1560px) {
	.expertise .msg {
		padding-bottom: 0;
	}

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

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

	.expertise .btn {
		border-radius: 5px;
	}

	.expertise .sTit {
		line-height: 40px;
	}
}

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

	.expertise .btn {
		margin-top: 40px;
		padding: 4px 20px;
	}

	.expertise .txts p em {
		padding-left: 35px;
	}

	.expertise .txts p em::after {
		width: 22px;
		height: 22px;
		top: 4px;
	}

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

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

	.expertise .sTit {
		line-height: 36px;
	}
}

@media screen and (max-width:999px) {
	.expertise .sTit {
		line-height: 34px;
	}

	.expertise .btn {
		margin-top: 30px;
	}
}

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

	.expertise .msg {
		width: 100%;
	}

	.expertise .image {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.expertise .sTit {
		line-height: 30px;
	}
}

@media screen and (max-width:538px) {
	.expertise .txts {
		margin-top: 20px;
	}

	.expertise .btn {
		margin-top: 20px;
		padding: 5px 20px;
	}
}

.available {
	padding: 67px 0 62px 0;
	background-color: #FFF7F0;
}


.available .sTit {
	text-align: center;
}

.available .appList {
	margin-top: 45px;
}

.available .cBtn {
	margin: 39px auto 0;
	width: 175px;
}

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

	.available .appList,
	.available .cBtn {
		margin-top: 40px;
	}
}

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

	.available .appList,
	.available .cBtn {
		margin-top: 30px;
	}
}


.customization {
	padding: 96px 0 127px 0;
}

.customization .ourCases {
	margin-top: 101px;
}


.ourCases .sTit {
	text-align: center;
}

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

.ourCases .show {
	width: 49.42%;
}

.ourCases>.cBtn {
	margin: 0 auto;
	margin-top: 63px;
	width: 165px;
}

.ourCases .list {
	width: 48.78%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


.ourCases .list .item {
	width: 48.7%;
	margin-top: 28px;
}

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


.ourCases .item {
	position: relative;
	overflow: hidden;
}


.ourCases .image {
	height: 100%;
	overflow: hidden;
	position: relative;
}

.ourCases .list .item {
	height: auto;
}

.ourCases .image::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	transition: .4s ease all;
	height: 0;
	opacity: 0;
}



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

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


.ourCases .item .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	z-index: 2;
	padding: 28px 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	opacity: 0;
	transform: translateY(100%);
}

.ourCases .item:hover .image::after {
	height: 41.47%;
	opacity: 1;
}


.ourCases .item .name {
	text-align: center;
}


.ourCases .item:hover .title {
	opacity: 0;
}

.ourCases .item:hover .msg {
	transform: translateY(0);
	opacity: 1;
}

.ourCases .item .tit {
	color: #FFF;
	font-size: 20px;
	line-height: 32px;
	pointer-events: all;
}

.ourCases .item .tit:hover {
	color: #CDAC8B;
}

.ourCases .item .txts {
	color: #FFF;
	font-size: 16px;
	line-height: 28px;
	pointer-events: all;
	margin-top: 13px;
}


.ourCases .item .cBtn {
	margin-top: 24px;
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff;
	pointer-events: all;
}


.ourCases .item .cBtn:hover {
	background-color: #CDAC8B;
	color: #ffffff;
	border-color: #CDAC8B;
}


@media screen and (max-width:1560px) {
	.customization .ourCases {
		margin-top: 60px;
	}

	.ourCases .item .msg {
		padding: 30px 20px;
	}

	.ourCases .item .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.ourCases .item .txts {
		margin-top: 10px;
	}

	.ourCases .item .cBtn {
		margin-top: 20px;
	}

	.ourCases>.cBtn {
		margin-top: 50px;
	}

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

}

@media screen and (max-width:1333px) {
	.ourCases .item .msg {
		padding: 20px 16px;
	}

	.ourCases .item .cBtn {
		margin-top: 16px;
	}

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

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

	.customization .ourCases {
		margin-top: 50px;
	}

	.ourCases .con {
		margin-top: 30px;
		flex-direction: column;
		align-items: flex-start;
	}

	.ourCases .show {
		width: 100%;
		height: 300px;
	}

	.ourCases .list {
		width: 100%;
		margin-top: 20px;
	}

	.ourCases .list .item {
		height: 260px;
	}

	.ourCases .item .msg {
		transform: translateY(0);
		opacity: 1;
	}

	.ourCases>.cBtn {
		margin-top: 40px;
		width: 150px;
	}

	.ourCases .item .image::after {
		height: 41.47%;
		opacity: 1;
	}
}

@media screen and (max-width:768px) {
	.ourCases .show {
		height: 280px;
	}

	.ourCases .list .item {
		height: 240px;
	}

	.customization .ourCases {
		margin-top: 40px;
	}
}

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

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


.customization .innerTouch {
	margin-top: 137px;
}

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

.innerTouch .msg {
	width: 47.28%;
}

.innerTouch .txts {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 24px;
}

.innerTouch form {
	margin-top: 32px;
}

.innerTouch .name {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 6px;
}


.innerTouch input {
	height: 50px;
	padding: 0 12px;
	border: 1px solid #D9D9D9;
	width: 100%;
}


.innerTouch li {
	margin-top: 24px;
}

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

.innerTouch textarea {
	height: 136px;
	padding: 16px 12px;
	width: 100%;
	border: 1px solid #D9D9D9;
	margin-bottom: -4px;
}

.innerTouch .codeCon {
	display: flex;
	justify-content: space-between;
	border: 1px solid #D9D9D9;
	height: 50px;
}

.innerTouch .codeCon>input {
	border: none;
	flex: 1;
	height: 100%;
}

.innerTouch .codeCon .codeImg {
	height: 100%;
	max-width: 97px;
	cursor: pointer;
	background-color: #f3fbfe;
}


.innerTouch .codeCon .codeImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.innerTouch .subBtn {
	width: 113px;
	height: 46px;
	border-color: #CDAC8B;
	background-color: #CDAC8B;
	color: #ffffff;
	border-radius: 10px;
	cursor: pointer;
}

.innerTouch .subBtn:hover {
	background-color: #ffffff;
	color: #CDAC8B;
}


.innerTouch .image {
	width: 47.28%;
}

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

.innerTouch input::-webkit-input-placeholder,
.innerTouch textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

.innerTouch input:-moz-placeholder,
.innerTouch textarea:-moz-placeholder {
	color: #999;
	font-size: 16px;
}

.innerTouch input::-moz-placeholder,
.innerTouch textarea::-moz-placeholder {
	color: #999;
	font-size: 16px;
}

.innerTouch input:-ms-input-placeholder,
.innerTouch textarea:-ms-input-placeholder {
	color: #999;
	font-size: 16px;
}


@media screen and (max-width:1560px) {
	.customization .innerTouch {
		margin-top: 80px;
	}

	.innerTouch input,
	.innerTouch .codeCon,
	.innerTouch .subBtn {
		height: 46px;
	}

	.innerTouch .subBtn {
		border-radius: 5px;
	}

	.innerTouch li {
		margin-top: 20px;
	}
}

@media screen and (max-width:1333px) {
	.customization .innerTouch {
		margin-top: 60px;
	}

	.innerTouch input,
	.innerTouch .codeCon,
	.innerTouch .subBtn {
		height: 40px;
	}
}

@media screen and (max-width:999px) {
	.customization .innerTouch {
		margin-top: 50px;
	}

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

	.innerTouch .msg {
		width: 100%;
	}

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

	.innerTouch textarea {
		margin-bottom: 0;
	}

	.innerTouch ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}

	.innerTouch li {
		margin-top: 10px;
		width: 48%;
	}

	.innerTouch li.message {
		width: 100%;
	}

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

	.innerTouch form {
		margin-top: 30px;
	}

	.innerTouch .image {
		width: 100%;
		margin-top: 30px;
		height: 400px;
	}

	.innerTouch li .subBtn {
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.customization .innerTouch {
		margin-top: 40px;
	}

	.innerTouch .image {
		height: 360px;
	}
}

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

	.innerTouch form {
		margin-top: 20px;
	}
}

@media screen and (max-width:450px) {
	.innerTouch li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

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

/* 4-1case */

.case {
	padding: 79px 0 90px 0;
}


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

.case .list .item {
	width: 48.5%;
	display: flex;
	justify-content: space-between;
	margin-top: 44px;
	background-color: #F5F5F5;
}

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


.case .list .item:hover {
	background-color: #FFF7F0;
}

.case .list .image {
	overflow: hidden;
	width: 44.5%;
}

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

.case .list .msg {
	width: 55.5%;
	padding: 22px 30px 30px;
}

.case .list .tit {
	color: #5E4938;
	font-size: 20px;
	line-height: 32px;
	min-height: 96px;
	position: relative;
}

.case .list .tit:hover {
	font-family: PlusJakartaDisplay-Bold;
	color: #5E4938;
}


.case .list .tit::after {
	content: attr(title);
	font-family: PlusJakartaDisplay-Bold;
	display: block;
	height: 0;
	overflow: hidden;
}


.case .list .txts {
	color: #444;
	font-size: 16px;
	line-height: 28px;
	min-height: 56px;
	margin-top: 17px;
}

.case .list .cBtn {
	margin-top: 32px;
	border-color: #333;
	background-color: transparent;
	color: #333333;
}

.case .list .cBtn:hover {
	background-color: #CDAC8B;
	border-color: #CDAC8B;
	color: #ffffff;
}


.case .pager {
	margin-top: 100px;
}


@media screen and (max-width:1560px) {
	.case .list .tit {
		font-size: 18px;
		line-height: 30px;
		min-height: 90px;
	}

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

@media screen and (max-width:1333px) {
	.case .list .msg {
		padding: 20px;
		width: 50%;
	}

	.case .list .image {
		width: 50%;
	}

	.case .list .item {
		margin-top: 30px;
	}

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

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

	.case .list .msg {
		width: 100%;
		padding: 20px 16px;
	}

	.case .list .image {
		width: 100%;
	}

	.case .list .tit {
		font-size: 16px;
		line-height: 28px;
		-webkit-line-clamp: 2;
		min-height: 56px;
	}

	.case .list .txts {
		min-height: 52px;
		margin-top: 10px;
	}

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

@media screen and (max-width:768px) {
	.case .pager {
		margin-top: 30px;
	}
}


@media screen and (max-width:450px) {
	.case .list .item:nth-child(n) {
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}

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

/* 4-2case */

.caseDet {
	padding: 73px 0 85px 0;
}

.caseDet h1 {
	text-align: center;
	color: #333;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 26px;
	line-height: 38px;
}

.caseDet .share {
	justify-content: center;
	margin-top: 33px;
}

.caseDet .con {
	margin-top: 29px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 31px 0 102px 0;
}

.standardEdit p strong {
	color: #333;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 24px;
	line-height: 34px;
	text-transform: capitalize;
	font-weight: normal;
}

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


.standardEdit p em strong {
	color: #333;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 20px;
	line-height: 32px;
	text-transform: capitalize;
	position: relative;
	font-weight: normal;
}

.standardEdit p em strong::after {
	content: "";
	position: absolute;
	left: -45px;
	top: 0;
	width: 28px;
	height: 28px;
	background-image: url("../images/standardEditSign.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.caseDet .coreApp {
	margin-top: 71px;
}

.coreApp .tit {
	color: #333;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 24px;
	line-height: 34px;
}

.coreApp .appList {
	margin-top: 27px;
}

.appList {
	display: flex;
	flex-wrap: wrap;
}

.appList .item {
	width: 23.21%;
	margin-left: 2.38%;
}

.appList .item:nth-child(4n) {
	margin-left: 0;
}

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

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

.appList .name {
	color: #333;
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	margin-top: 24px;
}

.appList .txts {
	text-align: center;
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 17px;
}


.caseDet .process {
	margin-top: 85px;
}


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


.process .sTit {
	text-align: center;
}

.process .list {
	margin-top: 43px;
	display: flex;
	flex-wrap: wrap;
	width: 118.2%;
}

.process .list .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 15%;
	margin-right: 2%;
	margin-top: 30px;
}

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

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

.process .list .item:nth-child(6n)::after {
	display: none;
}

.process .list .image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background-color: #CDAC8B;
}

.process .list .name {
	text-align: center;
	color: #333;
	font-size: 20px;
	line-height: 32px;
	margin-top: 23px;
}


.process .list .sign {
	width: 91px;
	position: absolute;
	top: 40px;
	right: 88%;
	transform: translateY(-50%);
}

.process .list .sign img {
	display: block;
}

.process .list .item:last-child .sign {
	display: none;
}


.caseDet .prevOrNext {
	margin-top: 32px;
	direction: ltr;
}

@media screen and (max-width:1560px) {
	.caseDet h1 {
		font-size: 24px;
		line-height: 36px;
	}

	.caseDet .share {
		margin-top: 30px;
	}

	.caseDet .con {
		padding: 30px 0 60px 0;
		margin-top: 30px;
	}

	.standardEdit p strong {
		font-size: 22px;
		line-height: 34px;
	}

	.standardEdit p em strong {
		font-size: 18px;
		line-height: 30px;
	}

	.caseDet .coreApp {
		margin-top: 60px;
	}

	.coreApp .appList {
		margin-top: 40px;
	}

	.appList .name {
		font-size: 18px;
		line-height: 30px;
		margin-top: 20px;
	}

	.caseDet .process {
		margin-top: 60px;
	}

	.process .list .name {
		font-size: 18px;
		line-height: 28px;
	}

	.process .list {
		width: 100%;
	}

	.process .list .image {
		width: 76px;
		height: 76px;
	}

	.process .list .sign {
		width: 76px;
		top: 38px;
	}
}

@media screen and (max-width:1333px) {
	.standardEdit p strong {
		font-size: 20px;
		line-height: 30px;
	}

	.appList .item:nth-child(n) {
		width: 32%;
		margin-left: 2%;
		margin-top: 30px;
	}

	.appList .item:nth-child(3n) {
		margin-left: 0;
	}

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


	.process .list .item:nth-child(n) {
		width: 20%;
		margin-right: 6.66%;
	}

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

	.process .list .item:nth-child(4n) .sign {
		display: none;
	}

	.process .list .sign {
		left: 95%;
	}

	.caseDet .coreApp {
		margin-top: 50px;
	}

	.caseDet .process {
		margin-top: 50px;
	}

	.appList .txts {
		margin-top: 10px;
	}

}

@media screen and (max-width:999px) {
	.caseDet h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.standardEdit p strong {
		font-size: 18px;
		line-height: 30px;
	}

	.standardEdit p em strong {
		font-size: 16px;
		line-height: 28px;
	}

	.standardEdit p em strong::after {
		width: 24px;
		height: 24px;
		left: -35px;
	}

	.standardEdit p em {
		padding-left: 35px;
	}

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

	.caseDet .coreApp {
		margin-top: 40px;
	}

	.coreApp .appList {
		margin-top: 30px;
	}

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

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

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

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

	.caseDet .con {
		padding: 30px 0 50px 0;
	}

	.caseDet .process {
		margin-top: 40px;
	}

	.process .list .name {
		margin-top: 10px;
	}

	.process .list .image {
		width: 70px;
		height: 70px;
	}

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

	.process .list .item:nth-child(n) .sign {
		display: block;
	}

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

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

	.process .list .item:last-child .sign,
	.process .list .item:nth-child(3n) .sign {
		display: none;
	}

	.process .list .sign {
		width: 60px;
		top: 25px;
		left: 92%;
	}
}

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

	.caseDet h1,
	.coreApp .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.caseDet .con {
		padding: 30px 0 40px 0;
	}
}

@media screen and (max-width:538px) {
	.process .list .sign {
		left: 86%;
	}
}

@media screen and (max-width:450px) {
	.appList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

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

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

	.process .list .item:nth-child(n) .sign {
		display: block;
	}

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

	.process .list .item:nth-child(2n) .sign,
	.process .list .item:last-child .sign {
		display: none;
	}

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

	.process .list .sign {
		left: 94%;
	}
}

/* 5-1about */

.company {
	padding: 97px 0 127px 0;
}


.company .con {
	display: flex;
	align-items: center;
}


.company .msg {
	width: 43%;
	margin-left: 9.2%;
}

.company .msg .tit {
	color: #333;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 24px;
	line-height: 34px;
}

.company .msg .txts {
	margin-top: 21px;
}


.company .aboutNum {
	width: 38.3%;
}


.company .aboutNum .item .name {
	margin-top: 18px;
}


.company .aboutNum .item {
	margin-top: 34px;
}

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

.company .show {
	margin-top: 62px;
	position: relative;
}

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

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


.company .video .playBtn {
	width: 84px;
	height: 84px;
}

.company .video .playBtn img {
	display: block;
	filter: grayscale(100%) brightness(300%);
}

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

.video .playBtn {
	position: relative;
	width: 60px;
	height: 60px;
}


.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	border-width: 0.5px;
	border-style: solid;
	border-color: #fff;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
}



.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}

@media screen and (max-width:1560px) {
	.company .msg .txts {
		margin-top: 30px;
	}

	.company .show {
		margin-top: 60px;
	}

	.company .video .playBtn {
		width: 76px;
		height: 76px;
	}
}

@media screen and (max-width:1333px) {
	.company .con {
		justify-content: space-between;
	}

	.company .msg {
		margin-right: 0;
	}

	.company .aboutNum {
		width: 48%;
	}

	.company .msg .tit {
		font-size: 22px;
	}

	.company .show {
		margin-top: 50px;
	}

	.company .video .playBtn {
		width: 65px;
		height: 65px;
	}
}

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

	.company .msg {
		width: 100%;
	}

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

	.company .aboutNum .item .name {
		margin-top: 10px;
	}

	.company .aboutNum .item {
		margin-top: 20px;
	}

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

	.company .show {
		margin-top: 40px;
	}

	.company .image {
		height: 400px;
	}

	.company .video .playBtn {
		width: 56px;
		height: 56px;
	}
}

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

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

	.company .video .playBtn {
		width: 46px;
		height: 46px;
	}
}

@media screen and (max-width:538px) {
	.company .msg .txts {
		margin-top: 20px;
	}

	.company .show {
		margin-top: 30px;
	}

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



.history {
	padding: 110px 0 161px 0;
}

.history .sTit {
	text-align: center;
}

.history .con {
	margin-top: 60px;
	padding: 0 20px;
}


.history .line {
	width: 100%;
	height: 2px;
	background-color: #D9D9D9;
	position: relative;
}


.history .con .btns>div {
	color: #4D4D4D;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	cursor: pointer;
}

.history .con .btns>div.swiper-button-disabled {
	pointer-events: none;
}

.history .con .btns>div.prev {
	left: -42px;
}

.history .con .btns>div.next {
	right: -42px;
}

.history .con .btns>div:hover {
	color: #CDAC8B;
}


.history .year {
	color: rgba(205, 172, 139, .3);
	text-align: center;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 46px;
	line-height: 46px;
	text-align: center;
}

.history .txts {
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	margin-top: 6px;
}

.history .topSwiper .txts {
	margin-bottom: 9px;
}

.history .bottomSwiper .year {
	margin-top: 1px;
}

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

.history .topSwiper,
.history .bottomSwiper {
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}

.history .topSwiper .swiper-slide {
	padding-bottom: 55px;
}

.history .bottomSwiper .swiper-slide {
	padding-top: 35px;
}

.history .topSwiper .swiper-wrapper {
	align-items: flex-end;
}

.history .bottomSwiper .swiper-wrapper {
	align-items: flex-start;
}

.history .swiper-slide {
	height: auto;
	position: relative;
}

.history .swiper-slide::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 12.5px;
	background-color: #D9D9D9;
}

.history .topSwiper .swiper-slide::after {
	bottom: 0;
}

.history .bottomSwiper .swiper-slide::after {
	top: 0;
}


.history .topSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.history .bottomSwiper .swiper-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.history .topSwiper .swiper-slide:nth-child(2n) .year,
.history .topSwiper .swiper-slide:nth-child(2n) .txts {
	display: none;
}

.history .topSwiper .swiper-slide:nth-child(2n-1) .image {
	display: none;
}

.history .bottomSwiper .swiper-slide:nth-child(2n-1) .year,
.history .bottomSwiper .swiper-slide:nth-child(2n-1) .txts {
	display: none;
}

.history .bottomSwiper .swiper-slide:nth-child(2n) .image {
	display: none;
}




@media screen and (max-width:1560px) {
	.history .con {
		padding: 0;
		margin-top: 50px;
	}

	.history .swiper-slide {
		padding: 0;
	}

	.history .year {
		font-size: 36px;
		line-height: 36px;
	}

	.history .topSwiper .txts {
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.history .topSwiper .swiper-slide {
		padding-bottom: 40px;
	}

	.history .bottomSwiper .swiper-slide {
		padding-top: 40px;
	}

	.history .year {
		font-size: 28px;
		line-height: 28px;
	}

	.history .con .btns>div {
		font-size: 22px;
	}
}

@media screen and (max-width:999px) {
	.history .year {
		font-size: 24px;
		line-height: 24px;
	}

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

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

	.history .topSwiper .swiper-slide {
		padding-bottom: 30px;
	}

	.history .bottomSwiper .swiper-slide {
		padding-top: 30px;
	}

	.history .year {
		font-size: 22px;
		line-height: 22px;
	}

	.history .con {
		margin-top: 30px;
	}
}




.certificate {
	padding: 85px 0 168px;
	background-color: rgba(238, 240, 242, .6);
	position: relative;
}

.certificate .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}


.certificate .title .box {
	flex-shrink: 0;
	margin-right: 14.6%;
}

.certificate .aBtns>div {
	margin-top: 8px;
}

.certificate .title .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 18px;
}


.certificate .swiperBox {
	max-width: 1920px;
	margin: 0 auto;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	margin-top: 36px;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 9;
}

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



.certificate .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	pointer-events: none;
	position: relative;
	transform-origin: center bottom;
}

.certificate .swiper .swiper-slide .image {
	transform: scale(.5);
}

.certificate .swiper .slide-r15 .image {
	transform: scale(.63) translateX(24%);
}

.certificate .swiper .slide-l15 .image {
	transform: scale(.63) translateX(-24%);
}

.certificate .swiper .slide-r10 .image {
	transform: scale(.8) translateX(29%);
}

.certificate .swiper .slide-l10 .image {
	transform: scale(.8) translateX(-29%);
}

.certificate .swiper .slide-r5 .image {
	transform: scale(.85) translateX(20%);
}

.certificate .swiper .slide-l5 .image {
	transform: scale(.85) translateX(-20%);
}

.certificate .swiper .slide-center-main .image {
	transform: scale(1);
}

.certificate .swiper .swiper-slide .image {
	transform-origin: bottom center;
	pointer-events: all;
}

.certificate .image:hover img {
	transform: translateY(-10px);
}


.certificate .swiper .swiper-slide .name {
	position: absolute;
	bottom: 0;
	transform: translateY(calc(100% + 61px)) translateX(-50%);
	font-size: 18px;
	line-height: 30px;
	z-index: 9;
	left: 50%;
	opacity: 0;
	width: 100%;
	text-align: center;
	color: #333333;
}


.certificate .swiper .swiper-slide-active .name {
	opacity: 1;
	pointer-events: all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.certificate .shadowImg {
	position: absolute;
	bottom: -38.6%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}


.certificate .shadowImg img {
	display: block;
}



@media screen and (max-width:1560px) {
	.certificate .swiper .swiper-slide .name {
		font-size: 16px;
		line-height: 28px;
		transform: translateY(calc(100% + 30px)) translateX(-50%);
	}

	.certificate {
		padding: 80px 0 130px 0;
	}

	.certificate .title .aBtns>div {
		margin-top: 20px;
	}

	.certificate .title .txts {
		padding-bottom: 0;
		margin-top: 0;
	}
	.certificate .aBtns>div{
		margin-top: 10px;
	}
}

@media screen and (max-width:1333px) {
	.certificate .swiper .slide-r15 .image {
		transform: scale(.63) translateX(16%);
	}

	.certificate .swiper .slide-l15 .image {
		transform: scale(.63) translateX(-16%);
	}

	.certificate .swiper .slide-r10 .image {
		transform: scale(.7) translateX(-0%);
	}

	.certificate .swiper .slide-l10 .image {
		transform: scale(.7) translateX(0%);
	}

	.certificate .swiper .slide-r5 .image {
		transform: scale(.85) translateX(10%);
	}

	.certificate .swiper .slide-l5 .image {
		transform: scale(.85) translateX(-10%);
	}

	.certificate .shadowImg {
		bottom: -27.6%;
	}

	.certificate {
		padding: 60px 0 120px 0;
	}
}

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

	.certificate .title .txts {
		margin-top: 20px;
	}

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

	.certificate .swiper .swiper-slide:nth-child(n) .image {
		transform: none;
	}

	.certificate .swiper {
		clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	}

	.certificate .swiperBox {
		padding: 0 80px;
		margin-top: 30px;
	}
	
	.certificate .swiper .swiper-slide .name{
		transform: translateY(calc(100% + 10px)) translateX(-50%);
		opacity: 1;
	}
	
	.certificate{
		padding: 50px 0 80px;
	}
	
	.certificate .shadowImg{
		bottom: -19.6%;
	}
	.certificate .aBtns>div{
		margin-top: 20px;
	}
}

@media screen and (max-width:768px) {
	.certificate .swiperBox {
		padding: 0 25px;
	}
}

@media screen and (max-width:538px) {
	.certificate .swiperBox {
		padding: 0 15px;
	}
	.certificate .shadowImg{
		bottom: -13%;
	}
}

.factoryDisplay {
	padding: 73px 0 111px 0;
}


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


.factoryDisplay .title .aBtns {
	flex-shrink: 0;
	margin-left: 40px;
}


.aBtns {
	display: flex;
	align-items: center;
	direction: ltr;
}

.aBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #666;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(217, 217, 217, .6);
	cursor: pointer;
}


.aBtns>div:hover {
	background-color: #CDAC8B;
	color: #ffffff;
}


.aBtns>div.prev {
	margin-right: 10px;
}

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

.factoryDisplay .swiper {
	margin-top: 32px;
}


.factoryDisplay .swiper .image {
	overflow: hidden;
}



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




@media screen and (max-width:1560px) {
	.aBtns>div {
		width: 50px;
		height: 50px;
	}
}

@media screen and (max-width:1333px) {
	.aBtns>div {
		width: 46px;
		height: 46px;
	}
}

@media screen and (max-width:999px) {
	.aBtns>div {
		width: 40px;
		height: 40px;
	}

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

@media screen and (max-width:768px) {
	.aBtns>div {
		width: 36px;
		height: 36px;
	}
}

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

	.factoryDisplay .title .aBtns {
		margin-left: 0;
	}

	.factoryDisplay .title .aBtns>div {
		margin-top: 20px;
	}
}


/* 6-1news */

.news {
	padding: 86px 0 87px 0;
}


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


.newShow .image {
	width: 48.7%;
	overflow: hidden;
}


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

.newShow .image:hover {
	border-radius: 30px 0 0 0;
}

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

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

.newShow .tit {
	color: #5E4938;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 20px;
	line-height: 32px;
}


.newShow .tit:hover {
	color: #CDAC8B;
}


.newShow .txts {
	margin-top: 23px;
	color: #444;
	font-size: 16px;
	line-height: 28px;
}


.newShow .time {
	color: #999;
	font-size: 16px;
	line-height: 28px;
	margin-top: 24px;
}


.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 86px;
}


.news .list .newItem {
	width: 32%;
	margin-right: 2%;
	margin-top: 60px;
}


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

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


.news .pager {
	margin-top: 79px;
}


@media screen and (max-width:1560px) {
	.news .list {
		margin-top: 80px;
	}

	.news .list .newItem {
		margin-top: 40px;
	}

	.news .pager {
		margin-top: 80px;
	}

	.newShow .tit {
		font-size: 18px;
		line-height: 30px;
	}

	.newShow .image:hover {
		border-radius: 20px 0 0 0;
	}
}

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

	.news .list,
	.news .pager {
		margin-top: 60px;
	}

	.newShow .image:hover {
		border-radius: 10px 0 0 0;
	}
}

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

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

	.news .list .newItem:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 30px;
	}

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

	.news .list,
	.news .pager {
		margin-top: 50px;
	}

	.newShow .image:hover {
		border-radius: 5px 0 0 0;
	}
}

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

	.news .list,
	.news .pager {
		margin-top: 40px;
	}
}

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

	.newShow .msg {
		padding: 0;
		margin-top: 20px;
		width: 100%;
	}

	.newShow .txts {
		margin-top: 10px;
	}

	.newShow .image {
		width: 100%;
	}

	.newShow .time {
		margin-top: 20px;
	}

	.news .list .newItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.news .list .newItem:nth-child(1) {
		margin-top: 0px;
	}
}


/* 6-2news */


.newsDet {
	padding: 84px 0 78px 0;
}

.newDetCon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newDetCon .con {
	width: 64.14%;
}

.newDetCon .relatedNews {
	width: 29.21%;
}

.newDetCon h1 {
	font-weight: normal;
	color: #333;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 24px;
	line-height: 34px;
}

.newDetCon .tips {
	margin-top: 19px;
	display: flex;
	align-items: center;
}


.newDetCon .tips .time {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	flex-shrink: 0;
	margin-right: 35px;
}

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


.share span {
	color: #444;
	font-size: 16px;
	line-height: 28px;
	margin-right: 13px;
}


.newDetCon .details {
	margin-top: 8px;
	padding: 43px 0 75px 0;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #cccccc;
}

.newDetCon .prevOrNext {
	margin-top: 32px;
	direction: ltr;
}


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

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}


.prevOrNext>div.next {
	justify-content: flex-end;

}

.prevOrNext .next .tit {
	text-align: right;
}

.prevOrNext .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	background-color: rgba(217, 217, 217, .6);
	border-radius: 50%;
}

.prevOrNext .prev .btn {
	margin-right: 17px;
}

.prevOrNext .next .btn {
	margin-left: 17px;
}

.prevOrNext .btn i {
	font-size: 12px;
	color: #666;
}


.prevOrNext a.btn:hover {
	background-color: #CDAC8B;
}


.prevOrNext a.btn:hover i {
	color: #ffffff;
}


.prevOrNext .tit {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.prevOrNext .name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 2px;
}

.prevOrNext a.name:hover {
	color: #CDAC8B;
}

.relatedNews .title {
	color: #333;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 24px;
	line-height: 34px;
	margin-top: -7px;
}

.relatedNews .list {
	margin-top: 35px;
}

.relatedNews .list .item {
	padding: 35px 27px 16px;
	margin-top: 40px;
	background-color: #F5F5F5;
}

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

.relatedNews .list .tit {
	color: #333;
	font-size: 20px;
	line-height: 32px;
}

.relatedNews .list .tit:hover {
	color: #CDAC8B;
}


.relatedNews .list .txts {
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-top: 13px;
}


.relatedNews .list .time {
	color: #999;
	font-size: 16px;
	line-height: 28px;
	margin-top: 23px;
}


.relatedProducts {
	padding: 92px 0 66px 0;
	background: linear-gradient(180deg, #FFF7F0 0%, rgba(255, 247, 240, 0.00) 100%);
}

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

.relatedProducts .tips {
	text-align: center;
	color: #666;
	font-size: 18px;
	line-height: 30px;
	margin-top: 10px;
}


.relatedProducts .swiperBox {
	margin-top: 38px;
}



@media screen and (max-width:1560px) {
	.relatedNews .title {
		margin-top: 0;
	}

	.newDetCon .tips {
		margin-top: 30px;
	}

	.newDetCon .details {
		padding: 30px 0;
		margin-top: 30px;
	}

	.newDetCon .prevOrNext {
		margin-top: 30px;
	}

	.relatedNews .list .item {
		padding: 30px 20px;
	}

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

	.relatedNews .list .time {
		margin-top: 20px;
	}

	.relatedProducts .tips {
		margin-top: 30px;
	}

	.prevOrNext .btn {
		width: 52px;
		height: 52px;
	}
}


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

	.newDetCon h1,
	.relatedNews .title {
		font-size: 20px;
		line-height: 30px;
	}

	.prevOrNext .btn {
		width: 45px;
		height: 45px;
	}

	.newDetCon .con {
		width: 66%;
	}

	.relatedNews .list .item {
		margin-top: 30px;
	}

}

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

	.prevOrNext .tit {
		font-size: 16px;
	}

	.prevOrNext .name {
		font-size: 14px;
	}

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

	.newDetCon .con {
		width: 100%;
	}

	.share span,
	.newDetCon .tips .time {
		font-size: 14px;
		line-height: 26px;
	}

	.newDetCon h1,
	.relatedNews .title {
		font-size: 18px;
	}

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

	.newDetCon .relatedNews {
		width: 100%;
	}

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

	.newDetCon .relatedNews {
		margin-top: 50px;
	}

	.relatedNews .list .item {
		padding: 20px;
	}

	.relatedProducts .swiperBox {
		margin-top: 30px;
	}
}

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

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

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row-reverse;
		margin-top: 20px;
	}

	.prevOrNext .next .btn {
		margin-left: 0;
		margin-right: 19px;
	}

	.prevOrNext .next .tit {
		text-align: left;
	}

	.relatedProducts .swiperBox {
		max-width: 500px;
		margin: 0 auto;
		margin-top: 30px;
	}
}


@media screen and (max-width:538px) {
	.newDetCon .tips {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 20px;
	}

	.newDetCon .tips .time {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.newDetCon .details {
		padding: 20px 0;
		margin-top: 20px;
	}

	.newDetCon .prevOrNext {
		margin-top: 20px;
	}

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

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

}

@media screen and (max-width:450px) {
	.relatedProducts .swiperBox {
		max-width: 280px;
		margin: 0 auto;
		margin-top: 30px;
	}
}



/* 7-1contact */

.contactUs {
	padding: 80px 0 106px 0;
	position: relative;
}


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

.contactUs .list .item {
	width: 31.21%;
	margin-left: 3.185%;
	margin-top: 42px;
	padding: 34px 66px 75px;
	border: 1px solid #D9D9D9;
	border-radius: 16px;
}


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

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

.contactUs .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
}



.contactUs .list .name {
	font-size: 20px;
	line-height: 30px;
	color: #222;
	margin-top: 13px;
}


.contactUs .list .num {
	font-size: 24px;
	line-height: 38px;
	color: #444;
	margin-top: 18px;
	display: inline-block;
}



.contactUs .list .email .num {
	word-break: break-all;
}


.contactUs .list a.num:hover {
	color: #CDAC8B;
}


.contactUs .map {
	position: relative;
	padding: 55px 45px;
	margin-top: 74px;
}



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

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


.contactUs .address {
	margin-left: auto;
	width: 27.45%;
	padding: 46px 43px 40px;
	display: flex;
	align-items: flex-start;
	background-color: rgba(255, 255, 255, .9);
	min-height: 391px;
}


.contactUs .address .sign {
	width: 24px;
	flex-shrink: 0;
	margin-right: 16px;
	transform: translateY(8px);
}


.contactUs .address .sign img {
	display: block;
}

.contactUs .address .tit {
	color: #333;
	font-size: 20px;
	line-height: 32px;
}


.contactUs .address .txts {
	color: #333;
	font-size: 16px;
	line-height: 28px;
	margin-top: 9px;
}





.contactQuote {
	padding: 69px 0 78px 0;
	background-color: #FFF7F0;
}


.contactQuote .sTit {
	text-align: center;
	color: #333;
}

.contactQuote form {
	margin-top: 45px;
}

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


.contactQuote ul li {
	width: 48.56%;
	height: 51px;
	margin-top: 23px;
	background-color: #ffffff;
	padding: 0 12px;
}

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


.contactQuote ul li.message {
	width: 100%;
	height: 140px;
	padding: 12px 12px;
}

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

.contactQuote ul li.code input {
	flex: 1;
	padding: 0 12px;
}


.contactQuote ul li.code .codeImg {
	flex-shrink: 0;
	width: 79px;
	height: 39px;
	background-color: #f3fbfe;
	cursor: pointer;
	margin-right: 7px;
}

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

.contactQuote ul li.subBtn {
	padding: 0;
	border: none;
}

.contactQuote ul li.subBtn input {
	background-color: #CDAC8B;
	color: #f7f8f9;
	border: 1px solid #CDAC8B;
	cursor: pointer;
	text-transform: uppercase;
}

.contactQuote ul li.subBtn:hover {
	background-color: transparent;
}

.contactQuote ul li.subBtn:hover input {
	color: #CDAC8B;
	background-color: transparent;
}



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


.contactQuote input::-webkit-input-placeholder,
.contactQuote textarea::-webkit-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #555;
	opacity: 1;
}

.contactQuote input:-moz-placeholder,
.contactQuote textarea:-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #555;
	opacity: 1;
}

.contactQuote input::-moz-placeholder,
.contactQuote textarea::-moz-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #555;
	opacity: 1;
}

.contactQuote input:-ms-input-placeholder,
.contactQuote textarea:-ms-input-placeholder {
	font-family: Poppins-Regular;
	font-size: 16px;
	color: #555;
	opacity: 1;
}


form li.m-formcountry {
	position: relative;
	padding: 0;
}

footer .footerList form li.m-formcountry {
	padding: 0;
}

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

form li.m-formcountry .drop-btn i,
form li.m-formcountry .drop-btn svg {
	position: absolute;
	right: 12px;
	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: 210px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #CDAC8B rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

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: #CDAC8B;
}

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

form li.m-formcountry .drop-list li:hover {
	background-color: #CDAC8B;
	color: #ffffff;
}



@media screen and (max-width:1560px) {
	.contactUs .list .item {
		border-radius: 10px;
		padding: 40px 30px;
	}

	.contactUs .list .num {
		font-size: 20px;
		line-height: 30px;
	}

	.contactUs .list .name {
		font-size: 18px;
	}

	.contactUs .address {
		padding: 40px 30px;
		width: 30%;
	}

	.contactUs .map {
		padding: 50px 40px;
	}
}

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

	.contactUs .list .num {
		font-size: 18px;
		line-height: 28px;
		margin-top: 10px;
	}

	.contactUs .list .name {
		font-size: 16px;
		line-height: 26px;
	}

	.contactUs .list .sign {
		width: 36px;
		height: 36px;
	}

	.contactUs .map {
		padding: 40px 30px;
		margin-top: 60px;
	}

	.contactUs .address {
		width: 40%;
	}

	.contactQuote ul li {
		height: 46px;
	}

	.contactQuote form {
		margin-top: 40px;
	}
}

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

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

	.contactUs .list .item:nth-child(-n+2) {
		margin-top: 30px;
	}

	.contactUs .list .num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .list .name {
		font-size: 14px;
	}

	.contactUs .map {
		padding: 30px 20px;
		margin-top: 50px;
	}

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

	.contactUs .address .sign {
		transform: translateY(2px);
	}

	.contactUs .address {
		width: 54%;
		min-height: 300px;
	}

	.contactQuote form {
		margin-top: 30px;
	}

	.contactQuote ul li {
		margin-top: 16px;
	}

	.contactUs .list .sign {
		width: 34px;
		height: 34px;
	}
}

@media screen and (max-width:768px) {
	.contactUs .map {
		margin-top: 40px;
	}

	.contactUs .address {
		padding: 30px 20px;
		min-height: 280px;
	}

	.contactQuote ul li {
		height: 40px;
	}

	.contactQuote ul li.message {
		height: 120px;
	}
}

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

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

	.contactUs .list .name {
		margin-top: 10px;
	}

	.contactUs .address {
		width: 90%;
	}

	.contactQuote ul li:nth-child(n) {
		width: 100%;
		margin-top: 14px;
	}

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

	.contactQuote ul li {
		height: 36px;
	}

	.contactUs .list .sign {
		width: 30px;
		height: 30px;
	}
}



/* innerBanner */


.innerBanner {
	height: 404px;
	position: relative;
}

.innerBanner .image {
	height: 100%;
}

.innerBanner .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}

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

.innerBanner .con {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.innerBanner .title1 {
	color: #ffffff;
	text-align: center;
}


.innerBanner .crumb {
	margin-top: 2px;
}

/* crumb */

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

.crumb a,
.crumb i {
	font-size: 18px;
	line-height: 30px;
	color: #FFF;
}

.crumb a.active,
.crumb a:hover {
	color: #CDAC8B;
}

.crumb i {
	font-style: normal;
}




/* pager */

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

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.pager .pageList a {
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PlusJakartaDisplay-Regular, Arial, sans-serif;
	font-size: 16px;
	color: #666666;
	margin: 5px 7.5px;
	background-color: #F8F8F8;
	border-radius: 5px;
}


.pager .pageList a:hover,
.pager .pageList a.active {
	color: #ffffff !important;
	background-color: #CDAC8B;
}

.pager .pageList a.prev {
	width: 66px;
}

.pager .pageList a.next {
	width: 67px;
}



.pager .addTo {
	display: flex;
	align-items: center;
	margin: 5px 16px;
	position: relative;
	color: #CDAC8B;
	font-size: 16px;
	line-height: 28px;
}

.pager .addTo:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.pager .addTo img {
	flex-shrink: 0;
	margin-right: 22px;
	width: 22px;
}


.pager .addTo input {
	background-color: transparent;
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



@media screen and (max-width:1560px) {
	.innerBanner .crumb {
		margin-top: 20px;
	}

	.innerBanner {
		height: 360px;
	}

	.pager .pageList a {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:1333px) {
	.innerBanner {
		height: 300px;
	}

	.crumb a,
	.crumb i {
		font-size: 16px;
		inherits: 28px;
	}

	.pager .pageList a {
		width: 38px;
		height: 38px;
	}

	.pager .addTo img {
		width: 20px;
		margin-left: 10px;
	}
}

@media screen and (max-width:999px) {
	.innerBanner {
		height: 260px;
	}

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .pageList a {
		width: 36px;
		height: 36px;
		font-size: 14px;
		margin: 5px 6px;
	}

	.pager .addTo {
		font-size: 14px;
		line-height: 26px;
	}

	.pager .addTo img {
		width: 18px;
	}

}

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

	.innerBanner .crumb {
		margin-top: 10px;
	}
}

@media screen and (max-width:538px) {
	.innerBanner {
		height: 200px;
	}
}


/* footer */


footer {
	background: linear-gradient(0deg, #5E4938 0%, #5E4938 100%);
	padding: 100px 0 21px 0;
}


footer a {
	display: inline-block;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}


footer .footerList .box {
	margin-top: 13px;
}

footer .footerList ul li {
	margin-top: 14px;
}

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


footer .footerList .fNav {
	width: 14%;
	margin-right: 3.2%;
}

footer .footerList .fProducts {
	width: 20%;
	margin-right: 2.5%;
}

footer .footerList .fContact {
	width: 28%;
	margin-right: 6%;
}


footer .footerList .fInquiry {
	width: 26.3%;
}


footer .footerList .fInquiry form {
	margin-top: 18px;
}


footer a,
footer p,
footer div {
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
}


footer a:hover {
	color: #CDAC8B;
}


footer .title {
	color: #FFF;
	font-family: PlusJakartaDisplay-Bold;
	font-size: 20px;
	line-height: 30px;
	display: inline-block;
}


footer a.title:hover {
	color: #CDAC8B;
}


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 .box {
	margin-top: 27px;
}

footer .footerList li.fContact ul li {
	margin-top: 21px;
}

footer .footerList li.fContact li i {
	flex-shrink: 0;
	margin-left: 13px;
	font-size: 24px;
	color: #ffffff;
}

footer .footerList li .nums {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

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%;
	border: 1px solid #ffffff;
	margin-bottom: 0 !important;
	height: 46px;
	padding: 0 9px;
	margin-top: 10px;
	border-radius: 5px;
}



footer .footerList form li:nth-child(-n+1) {
	margin-top: 0;
}


footer form input,
footer form textarea {
	background-color: transparent;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 18px;
}


footer form ul li.message {
	height: 88px;
	padding: 14px 9px;
	width: 100%;
}

footer form li.code {
	display: flex;
	justify-content: space-between;
	padding: 0;
	border: none;
	border-radius: 0;
}



footer form li.code input {
	flex-shrink: 1;
	padding: 0 9px;
	border: 1px solid #ffffff;
	border-radius: 5px;
}


footer form li.code .codeImg {
	height: 100%;
	flex-shrink: 0;
	width: 114px;
	height: 46px;
	cursor: pointer;
	background-color: #f3fbfe;
	margin-right: 10px;
	border-radius: 5px;
	overflow: hidden;
}


footer form li.code .codeImg img {
	height: 100%;
}


footer form li.subBtn {
	padding: 0;
	background-color: transparent;
	border: none;
	overflow: hidden;
}


footer form li.subBtn input {
	background-color: #FFF;
	color: #CDAC8B;
	cursor: pointer;
}



footer form li.subBtn input:hover {
	background-color: #CDAC8B;
	color: #ffffff;
}



footer form input::-webkit-input-placeholder,
footer form textarea::-webkit-input-placeholder {
	color: #FFF;
}

footer form input:-moz-placeholder,
footer form textarea:-moz-placeholder {
	color: #FFF;
}

footer form input::-moz-placeholder,
footer form textarea::-moz-placeholder {
	color: #FFF;
}

footer form input:-ms-input-placeholder,
footer form textarea:-ms-input-placeholder {
	color: #FFF;
}

footer .line {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .2);
	margin-top: 42px;
}

footer .fBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}


footer .copyright,
footer .copyright a,
footer .copyright p {
	color: #FFF;
	font-size: 12px;
	line-height: 24px;
}


footer .copyright p {
	display: inline;
}


footer .copyright a {
	display: inline-block;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #CDAC8B;
}

footer .copyright .image {
	margin-left: 5px;
}


footer .blogrolls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 40px;
}



footer .blogrolls a {
	width: 34px;
	height: 34px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, .6);
	overflow: hidden;
	color: rgba(255, 255, 255, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 13.5px;
}


footer .blogrolls a:hover {
	border: 1px solid rgba(255, 255, 255, 1);
	color: rgba(255, 255, 255, 1);
}



@media screen and (max-width:1560px) {
	footer {
		padding: 60px 0;
	}

	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .box,
	footer form {
		margin-top: 30px;
	}

	footer .footerList .fProducts {
		width: 16%;
	}

	footer .footerList li.fContact .box,
	footer .footerList .fInquiry form {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fProducts {
		width: 20%;
	}

	footer .footerList li.fContact li i {
		font-size: 20px;
	}

	footer .footerList .fInquiry {
		width: 30%;
	}

	footer .footerList form li,
	footer form li.code .codeImg {
		height: 40px;
	}

	footer form li.code .codeImg {
		width: 98px;
	}
	
    footer a, footer p, footer div{
    	font-size: 16px;
    	line-height: 26px;
    }
}


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

	footer {
		padding: 40px 0 80px;
	}


	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList li.fContact .box {
		margin-top: 10px;
	}


	footer .footerList .box {
		margin-top: 12px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

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

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 35px;
		height: 35px;
		font-size: 14px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}


	footer .footerList .box ul li:nth-child(n) {
		margin-right: 0;
	}


	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: 36px;
	}

	footer .footerList form li:nth-child(n) {
		width: 48%;
	}

	footer .footerList form li.message {
		height: 100px;
		width: 100%;
	}

	footer form li.code .codeImg {
		width: 85px;
		height: 36px;
	}

	footer form ul li.message {
		width: 100%;
	}

	footer form {
		display: none;
		transform: none;
		transition: none;
	}

	footer .phone .num {
		font-size: 16px;
		line-height: 28px;
	}

	footer .title {
		font-size: 18px;
		line-height: 28px;
	}

	footer .footerList .fInquiry form {
		margin-top: 20px;
	}

	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 .fBottom {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	footer .blogrolls {
		margin-left: 0;
		margin-bottom: 20px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 16px;
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	footer .fBottom {
		margin-top: 30px;
	}
}

@media screen and (max-width:768px) {
	footer .fLogo {
		width: 100px;
	}

	footer {
		padding: 40px 0 80px 0;
	}

	footer .title {
		font-size: 16px;
	}

	footer .titBox .menuBtn {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList .box {
		margin-top: 5px;
	}

}


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

	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: PlusJakartaDisplay-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */


.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, .3);
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 9px;
	margin-right: 10px;
	font-size: 24px;
}


.customer div a.icon-whatsapp1{
	background-color: #1296DB;
}


.customer div div.icon-wechat{
	background-color: #28C445;
}


.customer .top a {
	width: 60px;
	height: 60px;
	background-color: rgba(0, 0, 0, .3);
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	position: fixed;
	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: 30px;
}


.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #CDAC8B;
	color: #fff;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
	pointer-events: none;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
	pointer-events: all;
}

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

	.customer div a,
	.customer div div,
	.customer .top a {
		border-radius: 5px;
		width: 50px;
		height: 50px;
		margin-right: 5px;
		font-size: 20px;
		margin-bottom: 5px;
	}

	.customer .top a i {
		font-size: 24px;
	}
}

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

	.customer div a,
	.customer div div,
	.customer .top a {
		border-radius: 5px;
		width: 46px;
		height: 46px;
		font-size: 18px;
		margin-bottom: 3px;
	}

	.customer .top a i {
		font-size: 22px;
	}

}

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

	.customer .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		margin: 0;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		transform: translateY(0);
	}

	.customer div {
		width: 20%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		color: #fff !important;
		border-radius: 0px;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer div a:hover,
	.customer div div:hover {
		background-color: rgba(0, 0, 0, .3);
	}
	
	.customer div:hover a.icon-whatsapp1{
		background-color: #1296DB;
	}
	
	.customer div:hover div.icon-wechat{
		background-color: #28C445;
	}

	.customer div.active a,
	.customer div.active div {
		background-color: #CDAC8B;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}




@font-face {
	font-family: 'PlusJakartaDisplay-Bold';
	font-display: swap;
	src: url('../fonts/PlusJakartaDisplayBold.eot');
	src: url('../fonts/PlusJakartaDisplayBold.eot') format('embedded-opentype'),
		url('../fonts/PlusJakartaDisplayBold.woff2') format('woff2'),
		url('../fonts/PlusJakartaDisplayBold.woff') format('woff'),
		url('../fonts/PlusJakartaDisplayBold.ttf') format('truetype'),
		url('../fonts/PlusJakartaDisplayBold.svg#PlusJakartaDisplayBold') format('svg');
}

@font-face {
	font-family: 'PlusJakartaDisplay-Medium';
	font-display: swap;
	src: url('../fonts/PlusJakartaDisplayMedium.eot');
	src: url('../fonts/PlusJakartaDisplayMedium.eot') format('embedded-opentype'),
		url('../fonts/PlusJakartaDisplayMedium.woff2') format('woff2'),
		url('../fonts/PlusJakartaDisplayMedium.woff') format('woff'),
		url('../fonts/PlusJakartaDisplayMedium.ttf') format('truetype'),
		url('../fonts/PlusJakartaDisplayMedium.svg#PlusJakartaDisplayMedium') format('svg');
}

@font-face {
	font-family: 'PlusJakartaDisplay-Regular';
	font-display: swap;
	src: url('../fonts/PlusJakartaDisplayRegular.eot');
	src: url('../fonts/PlusJakartaDisplayRegular.eot') format('embedded-opentype'),
		url('../fonts/PlusJakartaDisplayRegular.woff2') format('woff2'),
		url('../fonts/PlusJakartaDisplayRegular.woff') format('woff'),
		url('../fonts/PlusJakartaDisplayRegular.ttf') format('truetype'),
		url('../fonts/PlusJakartaDisplayRegular.svg#PlusJakartaDisplayRegular') format('svg');
}



@font-face {
	font-family: "iconfont";
	font-display: swap;
	/* Project id 4576167 */
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
		url('../fonts/iconfont.woff?t=1765175553560') format('woff'),
		url('../fonts/iconfont.ttf?t=1765175553560') 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";
}