@charset "utf-8";

/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	transition: all .4s ease;
}

body {
	margin: 0 auto;
	font-family: Arial, sans-serif;
	height: 100%;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}

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: #0067b8;
}

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



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

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

textarea {
	resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table table tr td {
	padding: 10px 20px;
	font-size: 16px;
	/*background-color: #f4f4f4;*/
	font-family: Montserrat-Light;
	color: #333333;
}

@media screen and (max-width:999px) {
	.table table tr td {
		padding: 8px 15px;
		font-size: 14px;
		line-height: 26px;
	}

}

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

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

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



@media screen and (max-width:1600px) {
	.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:1600px) {
	.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;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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

.allNav {
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100px;
	width: 100%;
}

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

.allNav.innerAllNav.innerAllNav2 {
	background-color: rgba(255, 255, 255, .9);
}

.allNav.innerAllNav.innerAllNav2.active2{
	background-color: rgba(255, 255, 255, 1);
}

.bannerRange2 {
	height: 130px;
}

.allNav::after {
	content: "";
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-color: rgba(0, 0, 0, .2);
	height: 1px;
	opacity: 0;
	transition: .4s ease all;
}


.allNav.active::after {
	opacity: 1;
}


.allNav.active2:after {
	opacity: 0;
}

.allNav .safeRange {
	max-width: 1730px;
	height: 100%;
}


.allNav.active,
.allNav:hover {
	background-color: rgba(245, 244, 242, .9);
}

.allNav.active2{
	background-color: #f5f4f2;
}


.allNav.active .menu .menuBtn,
.allNav.active2 .menu .menuBtn,
.allNav:hover .menu .menuBtn {
	background-color: #680f00;
}

.allNav.active .menu .menuBtn .line,
.allNav.active2 .menu .menuBtn .line,
.allNav:hover .menu .menuBtn .line {
	background-color: #ffffff;
}


.allNav.active .menu .menuBtn:hover,
.allNav:hover .menu .menuBtn:hover {
	background-color: #000000;
}


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



.allNav .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 147px;
}

.allNav .logo img:nth-child(2) {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

.allNav.active .logo img:nth-child(1),
.allNav.active2 .logo img:nth-child(1),
.allNav:hover .logo img:nth-child(1) {
	opacity: 0;
}

.allNav.active .logo img:nth-child(2),
.allNav.active2 .logo img:nth-child(2),
.allNav:hover .logo img:nth-child(2) {
	opacity: 1;
}


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


.allNav .menu {
	display: flex;
	align-items: center;
}

.allNav .menu .menuBtn {
	position: relative;
	width: 35px;
	height: 35px;
	background-color: #ffffff;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 17px;
}


.allNav .menu .menuBtn:hover {
	background-color: #680f00;
}

.allNav .menu .menuBtn:hover .line {
	background-color: #ffffff;
}



.allNav .menu .menuBtn .line {
	width: 19px;
	height: 3px;
	background-color: #000000;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}



.allNav .menu .menuBtn .line:nth-child(1) {
	top: 10px;
}

.allNav .menu .menuBtn .line:nth-child(2) {
	top: 17px;
}

.allNav .menu .menuBtn .line:nth-child(3) {
	top: 24px;
}

.allNav .languages {
	display: flex;
	align-items: center;
}

.allNav .languages a {
	margin-right: 22px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}


.allNav.active .languages a,
.allNav.active2 .languages a,
.allNav:hover .languages a {
	color: #000000;
}

.allNav .languages a:last-child {
	margin-right: 0;
}


.allNav .languages a:hover {
	color: #830600;
}



.allNav .btns {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}



.allNav .searchBtn {
	margin-right: 30px;
	cursor: pointer;
}


.allNav .searchBtn i {
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.allNav.active .searchBtn i,
.allNav.active2 .searchBtn i,
.allNav:hover .searchBtn i {
	color: #000000;
}


.allNav .searchBtn:hover i {
	color: #830600;
}


.allNav .location {
	cursor: pointer;
}

.allNav .location i {
	color: #ffffff;
	font-size: 20px;
}


.allNav.active .location i,
.allNav.active2 .location i,
.allNav:hover .location i {
	color: #000000;
}

.allNav .location:hover i {
	color: #830600;
}




nav {
	position: fixed;
	z-index: 99999;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: calc(100vh - 100px);
	background-color: #ffffff;
	top: 100px;
	overflow: auto;
	padding: 62px 0 62px 0;
	display: none;
	transition: none;
}



nav::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000040;
	border-radius: 10px;
}

nav::-webkit-scrollbar-thumb {
	background-color: #830600;
	border-radius: 10px;
}

nav::-webkit-scrollbar-track {
	background-color: transparent;
}




nav .closeBtn {
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	display: inline-block;
	margin-bottom: 8px;
}


nav .closeBtn img {
	filter: brightness(0%);
	transform: translateY(3px);
	margin-right: 5px;
}


nav .closeBtn:hover {
	color: #830600;
}

nav .closeBtn:hover img {
	filter: brightness(100%);
}


nav .con {
    margin:0 auto;
	position: relative;
	padding: 54px 0 32px 0;
	margin-bottom: 39px;
	max-width: 2500px;
}



nav .con::after,
nav .con::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 1px;
	background-color: rgba(197, 188, 175, .3);
	max-width: 1771px;
}


nav .con::after {
	top: 0;
}

nav .con::before {
	bottom: 0;
}



nav .navList {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 140px;
}




nav .navList .titBox .menuBtn {
	display: none;
}



nav .navList .title {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}


nav .navList a.title:hover {
	color: #830600;
}


nav .navList .box {
	margin-top: 21px;
}


nav .navList .box li {
	margin-bottom: 6px;
}

nav .navList .box li:last-child {
	margin-bottom: 0;
}

nav .navList a {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	display: block;
}

nav .navList a:hover {
	color: #830600;
}


nav .navList .nAbout {
	width: 16%;
	margin-right: 3.85%;
}


nav .navList .nRooms {
	width: 18%;
	margin-right: 3.5%;
}

nav .navList .nCollections {
	width: 23%;
	margin-right: 2.6%;
}

nav .navList .nService {
	width: 21%;
	margin-right: 2.95%;
}


nav .navList .nNews {
	width: 9.1%;
}



nav .msg {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}


nav .msg .lBox {
	display: flex;
	align-items: flex-end;
}

nav .msg .lBox .image {
	width: 323px;
	flex-shrink: 0;
	margin-right: 27px;
}


nav .msg .lBox .tip {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 8px;
}


nav .msg .lBox .name {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

nav .msg .lBox .name:hover {
	color: #830600;
}


nav .msg .lBox .txts {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 29px;
}


nav .msg .rBox {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: -3px;
	flex-shrink: 0;
	margin-left: 30px;
}

nav .msg .rBox .list {
	margin-bottom: 17px;
}

nav .msg .rBox .list a {
	display: block;
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 26px;
	color: #000000;
	text-align: right;
}


nav .msg .rBox .list a:hover {
	color: #830600;
}

nav .msg .rBox .list a:last-child {
	margin-bottom: 0;
}


nav .msg .rBox .sign .tit {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	text-align: right;
	margin-bottom: 2px;
}


nav .msg .rBox .sign .txts {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}




nav .blogrolls {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

nav .blogrolls a,
nav .blogrolls div {
	margin: 5px 15px;
}

nav .blogrolls a,
nav .blogrolls div i {
	font-size: 22px;
	color: #000000;
	cursor: pointer;
}

nav .blogrolls a:hover,
nav .blogrolls div:hover i {
	color: #830600;
}

nav .wechatCode {
	position: relative;
}


nav .wechatCode .image {
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	align-items: center;
	justify-content: center;
	z-index: 99;
	display: none;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.2);
}

nav .wechatCode:hover .image {
	display: flex;
}


.searchCon {
	position: fixed;
	z-index: 999;
	width: 100%;
	z-index: 999999;
	background-color: #ffffff;
	left: 50%;
	transform: translateX(-50%);
	top: 100px;
	height: calc(100vh - 100px);
	display: none;
	transition: none;
}



.searchCon .con {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 288px;
	max-width: none;
}

@media screen and (max-width:1920px) {
	.searchCon .con {
		max-width: 1600px;
	}
}

.searchCon form {
	width: 546px;
	height: 57px;
	border: solid 2px #000000;
	display: flex;
	align-items: center;
	margin-bottom: 29px;
}


.searchCon form .goSearch {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 71px;
	position: relative;
	flex-shrink: 0;
}


.searchCon form .goSearch:hover i {
	color: #830600;
}


.searchCon form .goSearch i {
	font-size: 29px;
	font-weight: bold;
	color: #000000;
}


.searchCon form .goSearch input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 99;
	opacity: 0;
}


.searchCon form>input {
	text-align: center;
	width: 100%;
	height: 100%;
	flex: 1;
	font-size: 20px;
	color: #000000;
	padding-right: 75px;
}



.searchCon form>input::-webkit-input-placeholder {
	font-size: 20px;
	color: rgba(0, 0, 0, .5);
}

.searchCon form>input:-moz-placeholder {
	font-size: 20px;
	color: rgba(0, 0, 0, .5);
}

.searchCon form>input::-moz-placeholder {
	font-size: 20px;
	color: rgba(0, 0, 0, .5);
}

.searchCon form>input:-ms-input-placeholder {
	font-size: 20px;
	color: rgba(0, 0, 0, .5);
}



.searchCon .msg {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
	text-align: center;
	line-height: 28px;
}

.searchCon .msg a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	color: rgba(0, 0, 0, .5);
}

.searchCon .msg a:hover {
	color: #830600;
}




.allNav .con,
nav .safeRange {
	max-width: none;
}


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

	.allNav .con,
	nav .safeRange {
		max-width: 1600px;
	}
}








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


	.allNav {
		height: 100px;
	}

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

	.bannerRange2 {
		height: 100px;
	}


	nav,
	.searchCon {
		height: calc(100vh - 100px);
		top: 100px;
		padding: 50px 0;
	}

	.searchCon .con {
		padding: 120px;
	}

	.searchCon form .goSearch i {
		font-size: 24px;
	}

	.searchCon form .goSearch {
		width: 60px;
	}

	.searchCon form>input {
		padding-right: 60px;
	}

	.searchCon form>input {
		font-size: 18px !important;
	}



	.searchCon form>input::-webkit-input-placeholder {
		font-size: 18px !important;
	}

	.searchCon form>input:-moz-placeholder {
		font-size: 18px !important;
	}

	.searchCon form>input::-moz-placeholder {
		font-size: 18px !important;
	}

	.searchCon form>input:-ms-input-placeholder {
		font-size: 18px !important;
	}


	nav .con {
		padding: 40px 0;
	}

	nav .navList {
		justify-content: space-between;
	}

	nav .navList>li:nth-child(n) {
		margin-right: 0;
	}

	nav .navList .nNews {
		width: 15%;
	}

	nav .navList .nAbout {
		width: 12%;
	}

	nav .navList .nRooms {
		width: 15%;
	}

	nav .navList .nCollections {
		width: 20%;
	}

	nav .navList .nService {
		width: 16%;
	}

	nav .navList .title {
		font-size: 18px;
		line-height: 28px;
	}

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

	nav .con::after,
	nav .con::before {
		width: 100%;
	}
}



@media screen and (max-width:1600px) {
	.allNav {
		height: 80px;
	}

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

	.bannerRange2 {
		height: 80px;
	}

	nav,
	.searchCon {
		height: calc(100vh - 80px);
		top: 80px;
	}

	nav .msg .lBox .image {
		width: 290px;
	}

	nav .msg .lBox .txts {
		margin-bottom: 0;
	}

	nav .msg .lBox {
		align-items: center;
	}

	nav .msg .rBox {
		margin-bottom: 0;
	}

	.allNav .logo {
		width: 130px;
	}
}

@media screen and (max-width:1333px) {
	nav .navList .nNews {
		width: 17%;
	}

	nav .navList {
		margin-bottom: 50px;
	}

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

	nav .msg .lBox .image {
		width: 260px;
	}

	nav .msg .rBox .sign .tit {
		font-size: 18px;
	}

	nav .msg .rBox .list a {
		font-size: 14px;
		line-height: 24px;
	}

	nav .closeBtn {
		margin-bottom: 20px;
	}

	nav .blogrolls a,
	nav .blogrolls div i {
		font-size: 20px;
	}

	.searchCon form {
		height: 50px;
	}

	.searchCon form>input {
		font-size: 16px !important;
	}

	.searchCon form>input::-webkit-input-placeholder {
		font-size: 16px !important;
	}

	.searchCon form>input:-moz-placeholder {
		font-size: 16px !important;
	}

	.searchCon form>input::-moz-placeholder {
		font-size: 16px !important;
	}

	.searchCon form>input:-ms-input-placeholder {
		font-size: 16px !important;
	}

	.searchCon form .goSearch i {
		font-size: 22px;
	}

	.searchCon .con {
		padding: 100px 0;
	}
}

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

	.bannerRange {
		height: 50px;
		background-color: #000000;
	}

	.allNav {
		height: 50px;
	}

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

	.bannerRange2 {
		height: 50px;
		background-color: #f5f4f2;
	}


	nav,
	.searchCon {
		height: calc(100vh - 50px);
		top: 50px;
	}


	.allNav .logo {
		width: 95px;
	}

	.allNav .menu .menuBtn {
		width: 30px;
		height: 30px;
	}

	.allNav .menu .menuBtn .line {
		height: 2px;
	}

	.allNav .menu .menuBtn .line:nth-child(2) {
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
	}

	.allNav .menu .menuBtn .line:nth-child(1) {
		top: 8px;
	}

	.allNav .menu .menuBtn .line:nth-child(3) {
		top: 20px;
	}

	nav {
		padding: 30px 0;
	}

	nav .con {
		padding: 30px 0;
	}

	nav .navList {
		justify-content: flex-start;
		margin-bottom: 40px;
	}

	nav .navList .title {
		font-size: 16px;
		line-height: 28px;
	}

	nav .navList a {
		font-size: 14px;
		line-height: 26px;
	}

	nav .navList>li:nth-child(n) {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

	nav .navList>li:nth-child(3n) {
		margin-right: 0;
	}


	nav .navList>li:nth-child(-n+3) {
		margin-top: 0;
	}

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

	nav .navList .box {
		margin-top: 10px;
	}

	nav .msg .lBox .name {
		font-size: 16px;
		line-height: 28px;
	}

	nav .msg .lBox {
		margin-bottom: 20px;
	}

	nav .msg .rBox {
		align-items: flex-start;
		margin-left: 0;
	}

	nav .msg .rBox .list a {
		text-align: left;
	}

	nav .msg .rBox .sign .tit {
		text-align: left;
	}


	nav .wechatCode:hover .image {
		display: none;
	}

	nav .wechatCode.active .image {
		display: flex;
	}

	nav .blogrolls div.wechatCode:hover i {
		color: #000000;
	}

	nav .blogrolls div.wechatCode.active i {
		color: #830600;
	}

	.searchCon form {
		height: 45px;
	}

	.searchCon .con {
		padding: 80px 0;
	}
}



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

	.allNav .languages a {
		font-size: 14px;
		line-height: 26px;
	}

	nav {
		padding: 20px 0;
	}

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

	nav .closeBtn img {
		transform: translateY(4px);
	}

	nav .msg .lBox .image {
		width: 240px;
		margin-right: 20px;
	}

	nav .msg .rBox .sign .tit {
		font-size: 16px;
	}

	nav .navList {
		margin-bottom: 30px;
	}

	nav .con {
		margin-bottom: 30px;
	}

	.searchCon .con {
		padding: 60px 0;
	}

	.searchCon form {
		width: 90%;
		margin-bottom: 20px;
		height: 40px;
	}

	.searchCon form .goSearch {
		width: 50px;
	}

	.searchCon form>input {
		padding-right: 50px;
	}

	.searchCon .msg {
		font-size: 14px;
		line-height: 24px;
	}


	.searchCon form>input {
		font-size: 14px !important;
	}

	.searchCon form>input::-webkit-input-placeholder {
		font-size: 14px !important;
	}

	.searchCon form>input:-moz-placeholder {
		font-size: 14px !important;
	}

	.searchCon form>input::-moz-placeholder {
		font-size: 14px !important;
	}

	.searchCon form>input:-ms-input-placeholder {
		font-size: 14px !important;
	}

	.searchCon form .goSearch i {
		font-size: 20px;
	}
}

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

	nav .navList>li:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	nav .navList>li:nth-child(-n+2) {
		margin-top: 0;
	}

	nav .msg .lBox {
		flex-direction: column;
		align-items: flex-start;
	}

	nav .msg .lBox .image {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.allNav .searchBtn {
		margin-right: 20px;
	}

	.allNav .languages a {
		margin-right: 10px;
	}

	.allNav .menu .menuBtn {
		margin-right: 10px;
	}

	.allNav .logo {
		width: 80px;
	}

	nav .msg .lBox .txts {
		font-size: 14px;
		line-height: 24px;
	}

	nav .wechatCode .image {
		left: auto;
		right: -30px;
		transform: translateX(0);
	}

	.searchCon form {
		width: 100%;
	}

	.searchCon .con {
		padding: 50px 0;
	}
}





/* indexbanner */

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


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


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

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

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



.indexBanner img {
	display: block;
}

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

.indexBanner .swiper-pagination {
	bottom: 28px;
	display: none;
}

.indexBanner .swiper-pagination span {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 1);
	margin: 0 16px !important;
	opacity: 1;
}

.indexBanner .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #830600;
}



.indexBanner .swiper-slide .msg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	height: 100%;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 179px 0;
}


.indexBanner .swiper-slide .msg .title {
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	margin-bottom: 32px;
}

.indexBanner .swiper-slide .msg .txts {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-bottom: 149px;
}

.indexBanner .swiper-slide .msg .cBtn:hover {
	background-color: #ffffff;
	color: #830600;
}


.indexBanner .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .3);
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
	width: 52px;
	height: 52px;
	top: 46.5%;
	z-index: 99;
	position: absolute;
}


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

.indexBanner .btns>div.prev {
	left: 2.45%;
}

.indexBanner .btns>div.next {
	right: 2.45%;
}



@media screen and (max-width:1800px) {
	.indexBanner .btns>div {
		top: 50%;
		transform: translateY(-50%);
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

	.indexBanner .btns>div.prev {
		left: 15px;
	}

	.indexBanner .btns>div.next {
		right: 15px;
	}
}


@media screen and (max-width:1600px) {
	.indexBanner .swiper-slide .msg .txts {
		margin-bottom: 60px;
	}

	.indexBanner .swiper-slide .msg {
		padding: 0;
		justify-content: center;
		padding-top: 80px;
	}

	.indexBanner .swiper-slide .msg .title {
		font-size: 50px;
		line-height: 60px;
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .swiper-slide .msg .txts {
		margin-bottom: 50px;
	}

	.indexBanner .swiper-slide .msg {
		padding: 0;
		justify-content: center;
		padding-top: 60px;
	}

	.indexBanner .swiper-slide .msg .title {
		font-size: 40px;
		line-height: 50px;
	}

	.indexBanner .btns>div {
		width: 42px;
		height: 42px;
		font-size: 14px;
	}
}

@media screen and (max-width:999px) {
	.indexBanner .swiper-slide .msg {
		padding-top: 0px;
	}

	.indexBanner .swiper-slide .msg .title {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.indexBanner .swiper-slide .msg .txts {
		font-size: 16px;
		margin-bottom: 40px;
	}

	.indexBanner .btns {
		display: none;
	}

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

	.indexBanner .swiper-pagination span {
		margin: 0 10px !important;
	}
}

@media screen and (max-width:768px) {
	.indexBanner .swiper-slide .msg {
		display: none;
	}

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

@media screen and (max-width:538px) {
	.indexBanner .swiper-pagination {
		bottom: 10px;
	}

	.indexBanner .swiper-pagination span {
		margin: 0 8px !important;
		width: 10px;
		height: 10px;
	}
}











/* common */

.f1Bg {
	background-color: #f1edec;
}


.title1 {
	font-size: 44px;
	line-height: 58px;
	color: #000000;
	font-weight: bold;
}

a.title1 {
	display: inline-block;
}

/* a.title1:hover {
	color: #830600;
} */

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


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


/* indexM1-1 */


.iProductSeries {
	padding: 106px 0 123px 0;
}


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

.iProductSeries .iTit {
	margin-bottom: 14px;
}

.iProductSeries .txts {
	text-align: center;
	width: 65%;
	margin: 0 auto 55px;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.iProductSeries .swiper {
	width: 100%;
	overflow: visible;
	clip-path: polygon(0% 0%, 1000% 0%, 1000% 100%, 0 100%);
}

.swiperBox {
	position: relative;
}



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


.pSeriesItem .box {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.pSeriesItem .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 56px 34px;
	background-color: rgba(0, 0, 0, .8);
	top: 0;
	left: 0;
	transform: translateY(100%);
	opacity: 0;
	transition: .6s ease all;
}


.pSeriesItem .box:hover .msg {
	transform: translateY(0);
	opacity: 1;
}

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


.pSeriesItem h2 {
	font-weight: bold;
}


.pSeriesItem .tit {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 18px;
}

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

.pSeriesItem .des {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	margin-bottom: 30px;
	hyphens: auto;
}

.pSeriesItem .msg .cBtn {
	font-weight: normal;
}

.cBtn {
	padding: 6px 32px;
	background-color: #830600;
	border-radius: 20px;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	min-width: 170px;
	font-weight: bold;
}


.cBtn:hover {
	background-color: #000000;
}




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


.pSeriesItem .name {
	font-size: 18px;
	line-height: 25px;
	color: #000000;
}


.pSeriesItem .name:hover {
	color: #830600;
}


.pSeriesSwiper .btns>div {
	width: 53px;
	height: 53px;
	background-color: rgba(255, 255, 255, .8);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	z-index: 99;
	top: 42.7%;
	font-weight: bold;
	font-size: 22px;
}




.pSeriesSwiper .btns>div:hover {
	background-color: #830600;
	color: #ffffff;
}


.pSeriesSwiper .btns>div.prev {
	left: -63px;
}

.pSeriesSwiper .btns>div.next {
	right: -63px;
}



.pSeriesSwiper .swiper {
	margin-bottom: 40px;
}



.pSeriesSwiper .swiper .swiper-slide {
	width: 21.25%;
	margin-right: 34px;
}

.iProductSeries .pSeriesSwiper {
	margin-bottom: 67px;
	width: 100%;
}




.iProductSeries .swiper-scrollbar {
	position: static;
	width: 100%;
	background-color: #d3d3d3;
	height: 3px;
	border-radius: 0;
}

.iProductSeries .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #830600;
	cursor: pointer;
	height: 5px;
	border-radius: 0;
	top: -1px;
}


.iProductSeries .looking {
	font-weight: bold;
}

@media screen and (max-width:1600px) {
	.iProductSeries .txts {
		width: 80%;
	}

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

	.pSeriesItem .msg {
		padding: 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.pSeriesSwiper .swiper .swiper-slide {
		width: 25%;
	}

	.pSeriesSwiper .btns>div {
		width: 45px;
		height: 45px;
		font-size: 16px;
	}

}

@media screen and (max-width:1333px) {
	.iProductSeries .txts {
		width: 90%;
	}

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

	.pSeriesSwiper .swiper .swiper-slide {
		width: 28%;
	}

	.pSeriesItem .des {
		-webkit-line-clamp: 3;
	}

	.iProductSeries .pSeriesSwiper {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.cBtn {
		font-size: 14px;
		padding: 4px 25px;
		min-width: auto;
	}

	.pSeriesItem .msg {
		display: none;
	}

	.pSeriesSwiper .swiper .swiper-slide {
		width: 32%;
		margin-right: 30px;
	}

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

	.pSeriesItem .box {
		margin-bottom: 10px;
	}

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

	.pSeriesSwiper .btns>div {
		width: 35px;
		height: 35px;
		font-size: 12px;
	}

	.pSeriesSwiper .swiper {
		margin-bottom: 20px;
	}

	.iProductSeries .swiper-scrollbar {
		height: 2px;
	}

	.iProductSeries .swiper-scrollbar .swiper-scrollbar-drag {
		height: 4px;
	}

	.iProductSeries .pSeriesSwiper {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:768px) {
	.pSeriesSwiper .btns>div {
		position: static;
		margin-bottom: 20px;
	}

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

	.pSeriesSwiper .btns>div.prev {
		margin-right: 20px;
	}

	.pSeriesSwiper .swiper .swiper-slide {
		width: 36%;
		margin-right: 20px;
	}

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

	.iProductSeries .pSeriesSwiper {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.iProductSeries .txts {
		width: 100%;
	}

	.pSeriesSwiper .swiper .swiper-slide {
		width: 46%;
		margin-right: 20px;
	}
}

/* indexM2-1 */


.historyPiece {
	padding: 119px 0 123px 0;
}



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

.historyPiece .msg {
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 95px;
}

.historyPiece .image {
	width: 59.625%;
	overflow: hidden;
}

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




.historyPiece .title1 {
	margin-bottom: 6px;
}


.historyPiece .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 74px;
}


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

	.historyPiece .title1 {
		margin-bottom: 30px;
	}

	.historyPiece .txts {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {
	.historyPiece .txts {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.historyPiece .msg {
		padding: 30px 0;
	}

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

	.historyPiece .msg {
		width: 40%;
	}

	.historyPiece .image {
		width: 55%;
	}

	.historyPiece .title1 {
		margin-bottom: 25px;
	}
}

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

	.historyPiece .msg {
		width: 100%;
		padding: 0;
		margin-bottom: 35px;
	}

	.historyPiece .title1 {
		margin-bottom: 20px;
	}

	.historyPiece .image {
		width: 100%;
		height: 260px;
	}
}

@media screen and (max-width:538px) {
	.historyPiece .image {
		width: 100%;
		height: 240px;
	}
}




/* indexM3-1 */

.fullVideo {
	position: relative;
}

.fullVideo .image {
	height: 100%;
}

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

.video {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	top: 0;
	left: 0;
}


.video .playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 83px;
}


.video:hover .playBtn img {
	transform: scale(1.1);
}

@media screen and (max-width:1600px) {
	.video .playBtn {
		width: 70px;
	}
}

@media screen and (max-width:1333px) {
	.video .playBtn {
		width: 65px;
	}
}

@media screen and (max-width:999px) {
	.video .playBtn {
		width: 56px;
	}
}

@media screen and (max-width:768px) {
	.fullVideo {
		height: 300px;
	}

	.video .playBtn {
		width: 50px;
	}
}

@media screen and (max-width:538px) {
	.fullVideo {
		height: 260px;
	}
}



/* indexM4-1 */



.compantVideo .safeRange {
	padding: 109px 0 121px 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.compantVideo .comTxts {
	font-size: 20px;
	line-height: 32px;
	font-weight: bold;
	color: #000000;
	width: 62%;
	text-align: center;
	margin: 0 auto 73px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}


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

.compantVideo .image {
	position: relative;
	width: 59.625%;
}


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



.compantVideo .msg {
	width: 34%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 70px;
}


.compantVideo .title1 {
	margin-bottom: 8px;
}


.compantVideo .txts {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 98px;
}

@media screen and (max-width:1600px) {
	.compantVideo .title1 br {
		display: none;
	}

	.compantVideo .title1 {
		margin-bottom: 20px;
	}

	.compantVideo .msg {
		padding: 40px 0;
	}

	.compantVideo .txts {
		margin-bottom: 60px;
	}

	.compantVideo .comTxts {
		width: 80%;
		margin-bottom: 60px;
	}

	.compantVideo .comTxts br {
		display: none;
	}
}

@media screen and (max-width:1333px) {
	.compantVideo .comTxts {
		width: 90%;
		margin-bottom: 50px;
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width:999px) {
	.compantVideo .comTxts {
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 28px;
		-webkit-line-clamp: 3;
	}

}

@media screen and (max-width:768px) {
	.compantVideo .con {
		flex-direction: column-reverse;
	}

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

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

	.compantVideo .image {
		width: 100%;
		height: 260px;
	}
}

@media screen and (max-width:538px) {
	.compantVideo .comTxts {
		width: 100%;
	}

	.compantVideo .image {
		height: 240px;
	}
}


/* indexM5-1 */


.iProject {
	padding: 28px 0 121px 0;
}


.projectSwiper .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 46px;
}

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

.projectSwiper .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	color: #ffffff;
	border-radius: 50%;
	font-weight: bold;
	font-size: 16px;
}


.projectSwiper .btns>div:hover {
	background-color: #830600;
}



.projectSwiper .btns>div.prev {
	margin-right: 13px;
}


.projectSwiper .swiper {
	overflow: visible;
	clip-path: polygon(-5% -1000%, 105% -1000%, 105% 1000%, -5% 1000%);
}

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

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

.projectItem {
	background-color: #ffffff;
}


.projectItem .cBtn {
	background-color: #000000;
}


.projectItem .cBtn:hover {
	background-color: #830600;
}

.projectItem:hover {
	box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.1);
}


.projectItem .image {
	overflow: hidden;
}



.projectItem .box {
	position: relative;
}


.projectItem .box .sign {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 3px 20px;
	pointer-events: none;
	font-size: 14px;
	line-height: 24px;
	color: rgba(0, 0, 0, .7);
	position: absolute;
	bottom: 23px;
	left: 30px;
	max-width: calc(100% - 60px);
}



.projectItem .msg {
	padding: 21px 30px 44px 30px;

}


.projectItem .name {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 18px;
}

.projectItem .name:hover {
	color: #830600;
}

.projectItem .txts {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 37px;
}

@media screen and (max-width:1600px) {
	.projectItem .msg {
		padding: 20px 15px;
	}

	.projectItem .name {
		margin-bottom: 10px;
	}

	.projectItem .txts {
		margin-bottom: 20px;
	}

	.projectSwiper .btns>div {
		font-size: 14px;
	}
}

@media screen and (max-width:1333px) {
	.projectItem .name {
		font-size: 18px;
	}

	.projectSwiper .title {
		margin-bottom: 40px;
	}
}

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

	.projectItem .box {
		height: 250px;
	}

	.projectItem .box .image {
		height: 100%;
	}

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

	.projectItem .msg {
		padding: 15px 0;
	}

	.projectItem:hover {
		box-shadow: 0px 0px 10px rgba(122, 122, 122, 0);
	}

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

@media screen and (max-width:768px) {
	.projectItem .box {
		height: 240px;
	}
}

/* indexM6-1 */

.iCorporateNews {
	padding: 110px 0 80px 0;
}

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


.corporateNews .title {
	display: flex;
	align-items: center;
	margin-bottom: 57px;
	width: 100%;
}


.corporateNews .title .line {
	flex: 1;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
	width: 100%;
}

.corporateNews .title .title1 {
	margin: 0 45px;
	text-align: center;
	font-size: 44px;
	color: #000000;
}


.corporateNews .cNewsSwiper {
	margin-bottom: 60px;
	width: 100%;
}


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

.cNewItem .box {
	position: relative;
	margin-bottom: 27px;
	overflow: hidden;
	width: 100%;
}


.cNewItem .image {
	overflow: hidden;
}


.cNewItem a.image:hover img {
	transform: scale(1, 1);
}


.cNewItem .msg {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #000000;
	width: 90.2%;
	padding: 41px 32px 49px 32px;
	z-index: 2;
	transform: translateX(100%);
	transition: .6s ease all;
	opacity: 0;
}

.cNewItem:hover .msg {
	transform: translateX(0%);
	opacity: 1;
}


.cNewItem .msg .tit {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 24px;
}

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

.cNewItem .msg .txts {
	font-size: 16px;
	line-height: 23px;
	color: #ffffff;
	margin-bottom: 21px;
	hyphens: auto;
}


.cNewItem .msg .time {
	font-size: 14px !important;
	line-height: 24px;
	color: #666666;
	margin-bottom: 36px;
}

.cNewItem .msg .cBtn:hover {
	background-color: #ffffff;
	color: #830600;
}

.cNewItem .name {
	position: absolute;
	bottom: 36px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	pointer-events: none;
}

.cNewItem:hover .name {
	opacity: 0;
	pointer-events: none;
}

.cNewItem .sign {
	margin: 0 auto;
	padding: 6.5px 30px;
	border: 1px solid #000000;
	border-radius: 15px;
	line-height: 16px;
	font-size: 14px;
	color: rgba(0, 0, 0, .7);
}


.cNewItem a.sign:hover {
	background-color: #830600;
	color: #ffffff;
	border-color: #830600;
}



.sBtns>div {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	cursor: pointer;
	z-index: 99;
	color: #000000;
	width: 20px;
}

.sBtns>div img {
	filter: grayscale(100%) brightness(0%);
}

.sBtns>div:hover img {
	filter: grayscale(0%) brightness(100%);
}

.sBtns>div:hover {
	color: #830600;
}


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


.sBtns>div.prev img {
	transform: rotate(180deg);
}

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


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

	.sBtns>div {
		width: 16px;
	}

	.corporateNews .title {
		margin-bottom: 50px;
	}

	.corporateNews .cNewsSwiper {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:1333px) {
	.cNewItem .name {
		bottom: 30px;
		font-size: 16px;
		line-height: 28px;
	}

	.cNewItem .msg {
		padding: 20px;
	}

	.cNewItem .msg .tit {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.cNewItem .msg .txts {
		-webkit-line-clamp: 2;
		margin-bottom: 10px;
	}

	.cNewItem .msg .time {
		margin-bottom: 24px;
	}

}

@media screen and (max-width:999px) {
	.cNewItem .box {
		height: 250px;
	}

	.cNewItem .msg {
		display: none;
	}

	.cNewItem .image {
		height: 100%;
	}

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

	.cNewItem:hover .name {
		opacity: 1;
	}

	.sBtns>div {
		width: 14px;
	}

	.corporateNews .cNewsSwiper {
		margin-bottom: 40px;
	}



}

@media screen and (max-width:768px) {
	.cNewItem .box {
		height: 240px;
		margin-bottom: 20px;
	}

	.cNewItem .name {
		bottom: 20px;
	}

	.corporateNews .cNewsSwiper {
		margin-bottom: 0px;
	}

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

	.sBtns>div {
		position: static;
		margin: 20px 0;
		transform: translateY(0);
		width: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sBtns>div img {
		width: 12px;
	}

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

@media screen and (max-width:538px) {
	.corporateNews .title .title1 {
		margin: 0 20px;
	}
}












/* indexM7-1 */

.findUs {
	padding: 50px 0 106px;
}

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


.findUs .title1 {
	white-space: nowrap;
}


.findUs .line {
	width: 435px;
	height: 2px;
	background-color: #000000;
	border: solid 1px #000000;
	margin: 0 39px 0 30px;
}


.findUs .blogrolls {
	display: flex;
	flex-wrap: wrap;
}


.findUs .blogrolls>a,
.findUs .blogrolls>div {
	margin: 5px 15px;
	color: #000000;
	font-size: 22px;
}

.findUs .blogrolls>div i {
	font-size: 22px;
}

.findUs .blogrolls a.readBook {
	font-size: 29px;
}


.findUs .blogrolls a:last-child {
	margin-bottom: 0;
}

.findUs .blogrolls a:hover {
	color: #830600;
}


.findUs .blogrolls .wechatCode {
	position: relative;
	cursor: pointer;
}

.findUs .blogrolls .wechatCode:hover i {
	color: #830600;
}

.findUs .blogrolls .wechatCode .image {
	width: 140px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	max-width: none;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	padding: 10px;
	display: none;
	transition: none;
	z-index: 999;
}

.findUs .blogrolls .wechatCode:hover .image {
	display: block;
}




@media screen and (max-width:1600px) {
	.findUs {
		padding-top: 0 !important;
	}
}


@media screen and (max-width:1333px) {
	.findUs .line {
		width: 300px;
	}

	.findUs .blogrolls>a,
	.findUs .blogrolls>div {
		font-size: 20px;
	}
}

@media screen and (max-width:999px) {
	.findUs .blogrolls .wechatCode:hover .image {
		display: none;
	}

	.findUs .blogrolls .code.active .image {
		display: block;
	}

	.findUs .blogrolls .wechatCode:hover i {
		color: #000000;
	}

	.findUs .blogrolls .code.active i {
		color: #830600;
	}
}

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

	.findUs .line {
		width: 100%;
		margin: 20px 0;
		height: 1px;
	}
}



/* banner2 */


.banner2 {
	position: relative;
}




.banner2 .image {
	height: 100%;
	position: relative;
}

.banner2 .video {
	width: 58px;
	height: 58px;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 99;
}

.banner2 .video .playBtn {
	width: 100%;
	height: 100%;
}

.banner2 .video.video2,
.banner2 .video.video3 {
	width: 118px;
	height: 118px;
}

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

.banner2 .con {
	position: absolute;
	height: 100%;
	display: flex;
	align-items: flex-end;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	padding: 30px 0;
	pointer-events: none;
}


.banner2 .con .name {
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-84%);
	text-align: center;
	width: 100%;
	pointer-events: all;
}


.banner2 .msg {
	position: absolute;
	top: 53.1%;
	transform: translateY(-50%);
}


.banner2 .msg .tit {
	font-weight: bold;
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
	margin-bottom: 49px;
	pointer-events: all;
}


.banner2 .msg .txts {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	pointer-events: all;
}


.banner2 .crumb {
	position: relative;
	z-index: 999;
	pointer-events: all;
}


/* crumb */

.crumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 26px;
}

.crumb a,
.crumb i {
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}

.banner2 .crumb {
	margin-top: 0;
}

.banner2 .crumb a,
.banner2 .crumb i {
	color: #ffffff;
}

.crumb a.active,
.crumb a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
}

.crumb i {
	font-style: normal;
	margin: 0 4px;
}

@media screen and (max-width:1760px) {
	.banner2 .video.video2 {
		width: 80px;
		height: 80px;
		transform: translateX(-50%) translateY(-125%);
	}

	.banner2 .video.video3 {
		width: 80px;
		height: 80px;
	}
}

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

	.banner2 .con .name,
	.banner2 .msg .tit {
		font-size: 50px;
		line-height: 60px;
	}

	.banner2 .msg {
		top: 50%;
	}

	.banner2 .msg .tit {
		margin-top: -20px;
	}

	.crumb {
		margin-top: 20px;
	}



}

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

	.banner2 .con .name,
	.banner2 .msg .tit {
		font-size: 40px;
		line-height: 50px;
	}



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

	.banner2 .video.video2 {
		width: 70px;
		height: 70px;
		transform: translateX(-50%) translateY(-140%);
	}

	.banner2 .video.video3 {
		width: 70px;
		height: 70px;
	}
}

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

	.banner2 .con .name,
	.banner2 .msg .tit {
		font-size: 30px;
		line-height: 40px;
	}

	.banner2 .con {
		padding: 20px 0;
	}

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

	.banner2 .video.video2 {
		width: 60px;
		height: 60px;
		transform: translateX(-50%) translateY(-150%);
	}

	.banner2 .video.video3 {
		width: 60px;
		height: 60px;
	}
}

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

	.banner2 .con .name,
	.banner2 .msg .tit {
		font-size: 24px;
		line-height: 35px;
	}

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

	.banner2 .video.video2 {
		width: 50px;
		height: 50px;
		transform: translateX(-50%) translateY(-140%);
	}

	.banner2 .video.video3 {
		width: 50px;
		height: 50px;
	}
}

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

	.banner2 .video.video2 {
		left: auto;
		right: 0;
	}
}



/* 2-1Company */

.company {
	padding: 111px 0 112px 0;
}


.companyBox {
	max-width: 960px;
	margin: 0 auto;
}


.clamor {
	position: relative;
}

.clamor .title {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: bold;
	font-size: 46px;
	color: #222222;
	line-height: 60px;
	transform: translateY(-7px);
	width: 200px;
}

.clamor .clamorTxts {
	color: #222222;
	margin-bottom: 89px;
	hyphens: auto;
}

.designPatent {
	margin-bottom: 85px;
}


.designPatent .title1 {
	font-size: 36px;
	line-height: 48px;
	color: #000000;
	margin-bottom: 13px;
}


.designPatent .title1 span {
	color: #830600;
}

.designPatent .txts p {
	hyphens: auto;
}

.designPatent .txts p strong {
	color: #222222;
}

.companyVideo {
	height: 797px;
	position: relative;
}

.companyVideo .image {
	height: 100%;
}

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



.companyVideo .playBtn {
	width: 107px;
	height: 107px;
}


.companyVideo .playBtn img {
	width: 100%;
	height: 100%;
}

.intelligent {
	padding: 102px 0 84px 0;
}

.intelligent .title1 {
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 14px;
}


.intelligent .txts {
	margin-bottom: 77px;
}

.intelligent .txts p {
	hyphens: auto;
	line-height: 30px;
}

.intelligent .txts p strong {
	color: #000000;
}

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


.intelligent .numList {
	width: 22%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 29px;
}

.intelligent .imgList {
	width: 75.2%;
}


.intelligent .numList .item {
	margin-bottom: 13px;
}


.intelligent .numList .item:last-child {
	margin-bottom: 0;
}


.intelligent .numList .item:nth-child(1) .num {
	font-weight: bold;
	font-size: 40px;
	line-height: 44px;
	color: #830600;
}

.intelligent .numList .item:nth-child(1) .sign {
	margin-top: 13px;
}

.intelligent .numList .num {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #830600;
}

.intelligent .numList .name {
	font-size: 18px;
	line-height: 24px;
	color: #222222;
}

.intelligent .numList .sign {
	font-weight: bold;
	font-size: 28px;
	line-height: 28px;
	color: #830600;
	margin-top: 4px;
}




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


.intelligent .imgList .image {
	height: 410px;
}

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

.intelligent .imgList .image:nth-child(1) {
	width: 43.7%;
}

.intelligent .imgList .image:nth-child(2) {
	width: 52%;
}


.enterpriesHistory .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 76px;
}

.enterpriesHistory .con {
	position: relative;
}


.enterpriesHistory .con .companyBox {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 999;
}


.enterpriesHistory .imgSwiper .image {
	height: 755px;
}

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

.enterpriesHistory .yearSwiper {
	margin-bottom: 32px;
	width: 100%;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	padding-right: 100px;
}

.enterpriesHistory .txtsSwiper {
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	margin-bottom: 52px;
}


.enterpriesHistory .yearSwiper .swiper-slide {
	font-size: 28px;
	line-height: 30px;
	color: #ffffff;
	width: auto;
	margin-right: 40px;
	cursor: pointer;
}

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

.enterpriesHistory .yearSwiper .swiper-slide-thumb-active {
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	transform: translateY(-2px);
	padding: 0 18px 0 13px;
}



.enterpriesHistory .txtsSwiper .swiper-slide {
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
}


.enterpriesHistory .con {
	position: relative;
}

.enterpriesHistory .btns>div {
	position: absolute;
	top: 48.3%;
	z-index: 99;
	font-size: 38px;
	cursor: pointer;
	width: 22px;
	color: #ffffff;
}

.enterpriesHistory .btns>div.prev {
	left: 63px;
}

.enterpriesHistory .btns>div.next {
	right: 63px;
}


.enterpriesHistory .btns>div:hover {
	color: #830600;
}

.unique {
	margin-bottom: 40px;
	margin-top: 103px;
}

.unique .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 14px;
}

.unique .txts p {
	hyphens: auto;
}

.trust .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 13px;
}

.trust .txts p {
	hyphens: auto;
}


.designPhilosophy {
	background-color: #f7f7f7;
	padding: 86px 0 106px 0;
}

.designPhilosophy .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 39px;
}

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

.designPhilosophy .list .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 14px;
}

.designPhilosophy .list .item .image {
	width: 100%;
}

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


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

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

.designPhilosophy .tit {
	font-weight: bold;
	font-size: 28px;
	line-height: 35px;
	color: #222222;
	margin-bottom: 18px;
}


.designPhilosophy .msg {
	padding-bottom: 30px;
}




.designPhilosophy .msg p:last-child {
	margin-bottom: 0;
}



.brandSpirit {
	padding: 112px 0 109px 0;
}

.brandSpirit .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	color: #333333;
	margin-bottom: 15px;
}

.brandSpirit .txts {
	margin-bottom: 53px;
}

.brandSpirit .txts p {
	hyphens: auto;
}

.earth {
	margin-bottom: 56px;
}

.earth .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 13px;
}

.earth .txts {
	margin-bottom: 43px;
}

.earth .txts p {
	hyphens: auto;
}

.earth .earthImg {
	height: 516px;
	margin-bottom: 119px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.earth .earthImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: 1280px;
}

@media screen and (max-width:1600px) {
	.clamor .title {
		position: static;
		transform: translateX(0);
		width: 100%;
		margin-bottom: 40px;
	}

	.clamor .title br {
		display: none;
	}

	.clamor .clamorTxts,
	.designPatent,
	.intelligent .txts {
		margin-bottom: 80px;
	}

	.designPatent .title1 {
		margin-bottom: 40px;
	}

	.companyVideo {
		height: 560px;
	}

	.companyVideo .playBtn {
		width: 90px;
		height: 90px;
	}

	.intelligent .title1,
	.enterpriesHistory .title1,
	.unique .title1,
	.trust .title1,
	.designPhilosophy .title1,
	.brandSpirit .title1,
	.earth .title1 {
		margin-bottom: 40px;
	}

	.intelligent .numList {
		padding-top: 0;
	}

	.unique {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.designPhilosophy,
	.brandSpirit {
		padding: 80px 0;
	}

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

	.earth .txts {
		margin-bottom: 60px;
	}

	.earth .earthImg {
		margin-bottom: 80px;
		height: 500px;
	}

	.earth {
		margin-bottom: 80px;
	}

	.enterpriesHistory .imgSwiper .image {
		height: 600px;
	}

	.enterpriesHistory .yearSwiper {
		margin-bottom: 50px;
	}

	.enterpriesHistory .txtsSwiper {
		margin-bottom: 60px;
	}

	.enterpriesHistory .btns>div {
		font-size: 34px;
	}

	.enterpriesHistory .btns>div.prev {
		left: 40px;
	}

	.enterpriesHistory .btns>div.next {
		right: 40px;
	}



}

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

	.clamor .title,
	.designPatent .title1 {
		margin-bottom: 30px;
	}

	.clamor .clamorTxts,
	.designPatent,
	.intelligent .txts {
		margin-bottom: 60px;
	}

	.companyVideo {
		height: 450px;
	}

	.companyVideo .playBtn {
		width: 70px;
		height: 70px;
	}

	.intelligent .title1,
	.unique .title1,
	.trust .title1,
	.brandSpirit .title1,
	.earth .title1 {
		margin-bottom: 30px;
	}

	.intelligent .numList .item:nth-child(1) .num {
		font-size: 34px;
	}

	.unique {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.designPhilosophy,
	.brandSpirit {
		padding: 60px 0;
	}

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

	.earth .earthImg {
		height: 400px;
	}

	.earth .earthImg {
		margin-bottom: 60px;
	}

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

	.earth .corporateNews .cNewsSwiper {
		margin-bottom: 30px;
	}

	.earth {
		margin-bottom: 60px;
	}

	.enterpriesHistory .imgSwiper .image {
		height: 550px;
	}

	.enterpriesHistory .con .companyBox {
		max-width: 640px;
	}

	.enterpriesHistory .yearSwiper .swiper-slide {
		margin-right: 47px;
	}

	.enterpriesHistory .btns>div.prev {
		left: 30px;
	}

	.enterpriesHistory .btns>div.next {
		right: 30px;
	}

	.enterpriesHistory .yearSwiper .swiper-slide {
		font-size: 24px;
	}

	.enterpriesHistory .yearSwiper .swiper-slide-thumb-active {
		font-size: 40px;
	}

	.enterpriesHistory .btns>div {
		font-size: 32px;
	}

}

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

	.clamor .title,
	.designPatent .title1 {
		margin-bottom: 20px;
	}

	.clamor .clamorTxts,
	.designPatent,
	.intelligent .txts {
		margin-bottom: 50px;
	}

	.companyVideo {
		height: 360px;
	}

	.companyVideo .playBtn {
		width: 65px;
		height: 65px;
	}

	.intelligent .title1,
	.unique .title1,
	.trust .title1,
	.brandSpirit .title1,
	.earth .title1 {
		margin-bottom: 20px;
	}

	.clamor .clamorTxts,
	.designPatent,
	.intelligent .txts {
		margin-bottom: 40px;
	}

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

	.intelligent .numList {
		width: 100%;
		margin-bottom: 40px;
	}

	.intelligent .numList .item:nth-child(1) .num {
		font-size: 30px;
	}

	.intelligent .numList .name {
		font-size: 16px;
		line-height: 28px;
	}

	.intelligent .imgList {
		width: 100%;
	}

	.intelligent .imgList .image {
		height: 360px;
	}

	.unique {
		margin-top: 50px;
		margin-bottom: 50px;
	}

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

	.designPhilosophy .msg {
		padding-bottom: 20px;
	}

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

	.earth .earthImg {
		margin-bottom: 50px;
		height: 300px;
	}

	.enterpriesHistory .con .companyBox {
		position: static;
		transform: translateX(0);
		background-color: #f7f7f7;
		max-width: none;
		padding: 30px 30px;
	}

	.enterpriesHistory .imgSwiper .image {
		height: 360px;
	}

	.enterpriesHistory .btns>div {
		top: 180px;
		transform: translateY(-50%);
		font-size: 28px;
	}

	.enterpriesHistory .yearSwiper .swiper-slide {
		color: #222222;
		font-size: 22px;
		line-height: 30px;
	}

	.enterpriesHistory .txtsSwiper .swiper-slide {
		color: #666666;
		font-size: 14px;
	}

	.enterpriesHistory .yearSwiper {
		margin-bottom: 30px;
	}

	.enterpriesHistory .txtsSwiper {
		margin-bottom: 0;
	}

	.enterpriesHistory .yearSwiper .swiper-slide-thumb-active {
		font-size: 34px;
	}
}

@media screen and (max-width:768px) {
	.companyVideo {
		height: 300px;
	}

	.companyVideo .playBtn {
		height: 55px;
		width: 55px;
	}

	.intelligent .imgList .image {
		height: 320px;
	}

	.unique {
		margin: 40px 0 40px 0;
	}

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

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

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

	.designPhilosophy .msg {
		padding-bottom: 0;
	}

	.designPhilosophy,
	.brandSpirit {
		padding: 50px 0;
	}

	.enterpriesHistory .title1 {
		margin-bottom: 30px;
	}

	.corporateNews .title {
		margin-bottom: 40px;
	}

	.enterpriesHistory .imgSwiper .image {
		height: 300px;
	}

	.enterpriesHistory .btns>div {
		top: 150px;
	}

	.enterpriesHistory .yearSwiper .swiper-slide {
		font-size: 20px;
	}

	.enterpriesHistory .yearSwiper .swiper-slide-thumb-active {
		font-size: 30px;
		padding: 0;
	}

	.enterpriesHistory .yearSwiper {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.companyVideo {
		height: 240px;
	}

	.companyVideo .playBtn {
		width: 50px;
		height: 50px;
	}

	.intelligent .numList .item:nth-child(1) .num {
		font-size: 28px;
	}

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

	.intelligent .imgList .image:nth-child(n) {
		width: 100%;
		height: 240px;
		margin-top: 20px;
	}

	.intelligent .imgList .image:nth-child(1) {
		margin-top: 0;
	}

	.designPhilosophy,
	.brandSpirit {
		padding: 40px 0;
	}

	.designPhilosophy .title1 {
		margin-bottom: 30px;
	}

	.earth .earthImg {
		height: 240px;
	}

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

	.enterpriesHistory .con .companyBox {
		padding: 30px 20px;
	}

	.enterpriesHistory .imgSwiper .image {
		height: 240px;
	}

	.enterpriesHistory .btns>div {
		top: 120px;
		font-size: 25px;
	}

	.enterpriesHistory .btns>div.prev {
		left: 20px;
	}

	.enterpriesHistory .btns>div.next {
		right: 20px;
	}
}

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

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

	.designPhilosophy .list .item .image {
		height: 240px;
	}

}
































/* 2-2Awards */

.award .con {
	padding: 101px 0 128px 0;
	max-width: 1158px;
	margin: 0 auto;
}

.award .con .title1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 13px;
	text-align: center;
	color: #222222;
}


.award .con .awardTxts {
	text-align: center;
	width: 86%;
	margin: 0 auto 86px;
}

.award .list .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}


.award .list .item:last-child {
	margin-bottom: 0;
}


.award .list .image {
	width: 30.7%;
	display: flex;
	align-items: center;
}


.award .list .msg {
	width: 55.55%;
	padding: 87px 0;
}



.award .list .line {
	height: 3px;
	width: 33px;
	background-color: #222222;
	margin-bottom: 22px;
}


.award .list .tit {
	font-size: 32px;
	line-height: 45px;
	color: #222222;
	margin-bottom: 28px;
	font-weight: bold;
}



.award .hotProducts {
	padding: 102px 0 121.5px 0;
	position: relative;
}

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


.award .corporateNews {
	padding: 107px 0 56px 0;
}

@media screen and (max-width:1600px) {
	.award .con .title1 {
		margin-bottom: 40px;
	}

	.award .list .msg {
		padding: 40px 0;
	}

	.award .list .tit {
		font-size: 28px;
		line-height: 35px;
	}

	.award .hotProducts,
	.award .corporateNews {
		padding: 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.award .con .awardTxts {
		margin-bottom: 60px;
	}

	.award .list .tit {
		font-size: 24px;
	}

	.award .list .msg {
		padding: 30px 0;
		width: 60%;
	}

	.award .list .item {
		margin-bottom: 50px;
	}

	.award .hotProducts,
	.award .corporateNews {
		padding: 60px 0;
	}
}

@media screen and (max-width:999px) {
	.award .con .title1 {
		margin-bottom: 30px;
	}

	.award .con .awardTxts {
		width: 100%;
		margin-bottom: 50px;
	}

	.award .list .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.award .list .msg {
		padding: 20px 0;
	}

	.award .list .item {
		margin-bottom: 40px;
	}

	.award .hotProducts,
	.award .corporateNews {
		padding: 50px 0;
	}
}

@media screen and (max-width:768px) {
	.award .list .tit {
		font-size: 20px;
	}

	.award .con .awardTxts {
		margin-bottom: 40px;
	}

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

	.award .list .msg {
		width: 100%;
		padding: 0;
	}

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

	.award .con {
		max-width: 500px;
	}

	.award .hotProducts,
	.award .corporateNews {
		padding: 40px 0;
	}
}

@media screen and (max-width:538px) {
	.award .list .tit {
		font-size: 18px;
	}

	.award .list .image {
		max-width: 220px;
	}
}



/* 2-3-1Designer */

.designer {
	padding: 119px 0 62px 0;
}


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


.designer .list {
	width: 30%;
	padding: 31px 0;
}

.designer .list li {
	margin-bottom: 36px;
}

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

.designer .list li a {
	color: #666666;
	transition: none;
}

.designer .list li a:hover {
	font-weight: bold;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	color: #222222;
}


.designer .title1 {
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 79px;
}


.designer .images {
	width: 65.5%;
	display: flex;
	flex-wrap: wrap;
}

.designer .images .item {
	width: 31.5%;
	margin-right: 2.75%;
	position: relative;
	margin-top: 29px;
	overflow: hidden;
}


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

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

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

.designer .images .item a:hover img {
	transform: scale(1, 1);
}

.designer .images .item .name {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .9);
	padding: 20px 20px 10px 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	min-height: 93px;
	pointer-events: none;
	transform: translateY(100%);
}

.designer .images .item:hover .name {
	transform: translateY(0%);
}

@media screen and (max-width:1600px) {
	.designer .list {
		padding: 20px 0;
	}

	.designer .title1 {
		margin-bottom: 50px;
	}

	.designer .list li {
		margin-bottom: 30px;
	}

	.designer .images .item .name {
		padding: 10px 20px;
		font-size: 18px;
		min-height: 60px;
	}
}

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

	.designer .list {
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.designer .title1 {
		margin-bottom: 30px;
	}

	.designName {
		display: flex;
		flex-wrap: wrap;
	}

	.designer .designName li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.designer .designName li:nth-child(3n) {
		margin-right: 0;
	}

	.designer .designName li:nth-child(-n+3) {
		margin-top: 0;
	}

	.designer .images {
		width: 100%;
	}
}

@media screen and (max-width:999px) {
	.designer .list li a {
		font-size: 16px;
	}

	.designer .images .item .name {
		font-size: 16px;
	}

	.designer .designName {
		justify-content: space-between;
	}

	.designer .designName li:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 10px;
	}

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

	.designer .images {
		justify-content: space-between;
	}

	.designer .images .item:nth-child(n) {
		width: 47%;
		margin-right: 0;
		margin-top: 35px;
	}

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

	.designer .safeRange {
		max-width: 600px;
	}

	.designer .images .item .name {
		min-height: 50px;
		transform: translateY(0%);
	}

}

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

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

	.designer .images .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.designer .images .item:nth-child(1) {
		margin-top: 0;
	}

	.designer .safeRange {
		max-width: 320px;
	}
}





/* 2-3-2details */

.designerDes {
	position: relative;
}

.designerDes .safeRange {
	max-width: 1616px;
}


.designerDes::after {
	content: "";
	width: 100%;
	height: 200%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #f5f4f2;
	z-index: -1;
}

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

.designerDes .con {
	padding: 118px 0 61px 0;
}


.designerDes .des {
	margin-bottom: 112px;
}

.designerDes .des .msg {
	padding-top: 38px;
}

.designerDes .des .image {
	width: 42.85%;
	float: left;
	margin-right: 9.15%;
}

.designerDes .des .title1 {
	color: #222222;
	margin-bottom: 25px;
}

.designerDes .des .txts p {
	font-size: 16px;
	line-height: 26px;
}


.designerPieces .title1 {
	margin-bottom: 23px;
}


.designerPieces .line {
	width: 100%;
	height: 1px;
	background-color: #7a7a79;
	margin-bottom: 70px;
}

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


.productList .productItem {
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 32px;
}

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

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

@media screen and (max-width:1600px) {
	.designerDes .des .msg {
		padding-top: 30px;
	}

	.designerDes .des .title1 {
		margin-bottom: 30px;
	}

	.designerDes .des {
		margin-bottom: 80px;
	}
}

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

	.designerDes .des .image {
		margin-right: 5%;
	}

	.designerDes .des {
		margin-bottom: 60px;
	}

	.designerPieces .line {
		margin-bottom: 60px;
	}

	.productList .productItem {
		margin-top: 20px;
	}
}

@media screen and (max-width:999px) {
	.designerDes .des {
		margin-bottom: 50px;
	}

	.designerPieces .line {
		margin-bottom: 50px;
	}

	.productList .productItem {
		margin-top: 15px;
	}
}

@media screen and (max-width:768px) {
	.designerDes .des .image {
		width: 48%;
	}

	.designerDes .des .title1 {
		margin-bottom: 20px;
	}

	.designerDes .des,
	.designerPieces .line {
		margin-bottom: 40px;
	}

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

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

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

@media screen and (max-width:538px) {
	.designerDes .des .image {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 30px;
	}

	.designerDes .safeRange {
		max-width: 400px;
	}
}

@media screen and (max-width:450px) {
	.productList .productItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}

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


/* 2-4Stores */


.stores {
	padding: 116px 0 61px 0;
}

.stores .title1 {
	font-size: 36px;
	line-height: 50px;
	color: #222222;
}

.stores .visit {
	display: flex;
	justify-content: space-between;
	margin-bottom: 121px;
}


.stores .visit .msg {
	width: 21.2%;
	padding: 30px 0;
}

.stores .visit .swiperBox {
	width: 64%;
	height: 576px;
}

.stores .visit .swiperBox .swiper {
	height: 100%;
}

.stores .visit .swiperBox .image {
	height: 100%;
}

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

.stores .visit .title1 {
	margin-bottom: 46px;
}

.stores .visit .visitLine {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .3);
	margin-bottom: 48px;
}

.stores .visit .showRoomList li {
	margin-bottom: 26px;
}

.stores .visit .showRoomList li:last-child {
	margin-bottom: 0;
}


.stores .visit .swiperBox .prev {
	left: 57px;
}

.stores .visit .swiperBox .next {
	right: 57px;
}

.stores .visit .sBtns>div {
	width: 22px;
}

.stores .visit .sBtns img {
	filter: grayscale(100%) brightness(1000%);
}

.stores .visit .sBtns div:hover img {
	filter: grayscale(0%) brightness(100%);
}


.stores .list {
	margin-bottom: 122px;
}

.stores .list .item {
	margin-bottom: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.stores .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}


.stores .list .item:last-child {
	margin-bottom: 0;
}


.stores .list .item .image {
	width: 64%;
	position: relative;
	height: 576px;
}

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

.stores .list .item .msg {
	width: 27.3%;
	padding-left: 39px;
}

.stores .list .item .title1 {
	position: relative;
	margin-bottom: 6px;
}

.stores .list .item .title1::after {
	content: "";
	position: absolute;
	width: 27px;
	height: 35px;
	background-image: url("../images/location.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: -38px;
	top: 7px;
}



.stores .line {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .5);
	margin-bottom: 61px;
}





.sendRequest .title1 {
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 33px;
}



.sendRequest ul {
	display: flex;
	flex-wrap: wrap;
}


.sendRequest ul li {
	width: 23.7%;
	margin-right: 1.73%;
}

.sendRequest form {
	max-width: 1523px;
}

.sendRequest ul li:nth-child(4n) {
	margin-right: 0;
}


.sendRequest .name {
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 0, 0, .8);
	margin-bottom: 7px;
}

.sendRequest input {
	width: 100%;
	height: 50px;
	border: solid 1px #000000;
	padding: 0 18px;
}

.sendRequest ul li.message {
	width: 100%;
	margin-right: 0;
	margin-top: 21px;
	margin-bottom: 14px;
}

.sendRequest textarea {
	height: 134px;
	border: solid 1px #000000;
	width: 100%;
	padding: 10px 18px;
}


.sendRequest .statement {
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}


.sendRequest .statement .txts {
	font-family: ArialMT;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 20px;
}


.sendRequest .statement .txts a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	color: #666666;
}

.sendRequest .statement .txts a:hover {
	color: #830600;
}



.sendRequest .checkBtn {
	display: flex;
	align-items: center;
}

.sendRequest .checkBtn .item {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 28px;
	color: rgba(102, 102, 102, .8);
	margin-right: 10px;
}

.sendRequest .checkBtn .item:last-child {
	margin-right: 0;
}


.sendRequest .radioBtn {
	position: relative;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	outline: 1px solid rgba(102, 102, 102, .8);
	flex-shrink: 0;
	margin-right: 5px;
}


.sendRequest .radioBtn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #830600;
	opacity: 0;
}

.sendRequest .radioBtn::before {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);

}

.sendRequest .radioBtn.active {
	outline-color: #830600;
}

.sendRequest .radioBtn.active::after {
	opacity: 1;
}


.sendRequest .radioBtn input {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	z-index: 99;
	cursor: pointer;
	opacity: 0;
}

.sendRequest .codeCon {
	width: 49.73%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
	border: 1px solid #000000;
}

.sendRequest .codeCon input {
	height: 100%;
	border: none;
}

.sendRequest .codeCon .codeImg {
	max-width: 104px;
	height: 100%;
	flex-shrink: 0;
	cursor: pointer;
	background-color: #f3fbfe;
}

.sendRequest .codeCon .codeImg img {
	height: 100%;
}


.sendRequest ul li.subBtn {
	border: none;
}

.sendRequest ul li.subBtn input {
	padding: 0;
	border: 1px solid #680f00;
	font-size: 18px;
	color: #830600;
	background-color: #ffffff;
	width: 100%;
	cursor: pointer;
}

.sendRequest .subBtn input:hover {
	background-color: #830600;
	color: #ffffff;
}



.sendRequest input::-webkit-input-placeholder,
.sendRequest textarea::-webkit-input-placeholder {
	font-size: 16px;
	color: #000000;
	opacity: 1;
}

.sendRequest input:-moz-placeholder,
.sendRequest textarea:-moz-placeholder {
	font-size: 16px;
	color: #000000;
	opacity: 1;
}

.sendRequest input::-moz-placeholder,
.sendRequest textarea::-moz-placeholder {
	font-size: 16px;
	color: #000000;
	opacity: 1;
}

.sendRequest input:-ms-input-placeholder,
.sendRequest textarea:-ms-input-placeholder {
	font-size: 16px;
	color: #000000;
	opacity: 1;
}


.m-formcountry {
	position: relative;
}

.m-formcountry .drop-btn {
	position: relative;
}

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

.m-formcountry .drop-list {
	display: none;
	border: 1px solid #e6e6e6;
	width: 100%;
	position: absolute;
	top: 100%;
	background-color: #fff;
	max-height: 537px;
	overflow-x: hidden;
	z-index: 10001;
	scrollbar-color: #830600 #f1f1f1;
	scrollbar-width: thin;
}

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


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

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

.m-formcountry .drop-list li {
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	padding: 3px 27px;
	cursor: pointer;
	width: 100%;
	border: none;
	color: #666666;
}

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

@media screen and (max-width:1600px) {
	.stores .visit .sBtns>div {
		width: 20px;
	}

	.stores .visit .title1 {
		margin-bottom: 30px;
	}

	.stores .visit .showRoomList li {
		margin-bottom: 20px;
	}

	.stores .visit .visitLine {
		margin-bottom: 30px;
	}

	.stores .visit .msg {
		width: 26%;
	}

	.stores .visit,
	.stores .list .item {
		margin-bottom: 80px;
	}

	.stores .list .item .msg {
		width: 32%;
	}

	.stores .list .item .title1 {
		margin-bottom: 30px;
	}

	.sendRequest .title1 {
		margin-bottom: 40px;
	}

	.stores .list .item .image,
	.stores .visit .swiperBox {
		height: 450px;
	}

	.stores .list .item .image,
	.stores .visit .swiperBox {
		width: 56%;
	}

	.stores .list .item .msg,
	.stores .visit .msg {
		width: 40%;
	}

	.stores .list {
		margin-bottom: 100px;
	}
}

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

	.stores .list .item .image,
	.stores .visit .swiperBox {
		height: 400px;
	}

	.stores .list .item .image,
	.stores .visit .swiperBox {
		width: 50%;
	}

	.stores .list .item .msg,
	.stores .visit .msg {
		width: 45%;
	}

	.stores .visit .sBtns>div {
		width: 18px;
	}

	.stores .visit,
	.stores .list .item {
		margin-bottom: 60px;
	}

	.stores .list .item .title1::after {
		top: 0;
	}

	.stores .list {
		margin-bottom: 80px;
	}

	.sendRequest ul li:nth-child(n) {
		width: 32%;
		margin-right: 2%;
	}

	.sendRequest ul li:nth-child(3n) {
		margin-right: 0;
	}

	.sendRequest ul li.message {
		width: 100%;
		margin: 0;
	}

	.sendRequest ul li.statement {
		width: 100%;
		margin: 0;
		padding-bottom: 20px;
	}

	.sendRequest ul li:nth-child(n) {
		margin-top: 20px;
	}

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

	.sendRequest input,
	.sendRequest .codeCon {
		height: 45px;
	}

	.sendRequest .name {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.sendRequest ul li.m-formcountry {
		width: 100%;
		margin-right: 0;
	}

	.sendRequest ul li.codeCon {
		width: 66%;
	}

	.sendRequest ul li.subBtn {
		margin-right: 0;
	}

	.stores .visit .showRoomList li {
		font-size: 16px;
		line-height: 28px;
	}

	.sendRequest .checkBtn .item {
		font-size: 16px;
	}

	.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		height: auto;
		margin: 0;
		line-height: 26px;
	}

	.m-formcountry .drop-list {
		max-height: 300px;
	}
}

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

	.stores .visit,
	.stores .list .item {
		margin-bottom: 50px;
	}

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

	.stores .visit .msg {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.stores .visit .title1 {
		margin-bottom: 20px;
	}

	.stores .visit .title1 br {
		display: none;
	}

	.stores .visit .showRoomList {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.stores .visit .showRoomList li {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 0;
		width: 48%;
		margin-top: 10px;
	}

	.stores .visit .showRoomList li:nth-child(-n+2) {
		margin-top: 0;
	}

	.stores .list .item .image,
	.stores .visit .swiperBox {
		width: 100%;
		height: 320px;
	}


	.stores .list .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.stores .list .item .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.stores .list .item .title1 {
		margin-bottom: 20px;
	}

	.stores .list .item .title1::after {
		width: 24px;
		height: 31px;
		top: 1px;
	}

	.stores .list,
	.stores .line {
		margin-bottom: 60px;
	}

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

	.sendRequest .title1 {
		margin-bottom: 30px;
	}

	.sendRequest input,
	.sendRequest .codeCon {
		height: 40px;
	}

	.sendRequest .statement .txts {
		font-size: 14px;
	}

	.sendRequest .checkBtn .item {
		font-size: 14px;
	}

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

	.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		height: auto;
		margin-top: 0;
		font-size: 14px;
		line-height: 26px;
	}

}

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

	.stores .list .item .image,
	.stores .visit .swiperBox {
		height: 260px;
	}

	.stores .list .item .title1::after {
		width: 20px;
		height: 26px;
	}

	.stores .list,
	.stores .line {
		margin-bottom: 50px;
	}

	.sendRequest ul {
		justify-content: space-between;
	}

	.sendRequest ul li:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 14px;
	}

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

	.sendRequest ul li.message,
	.sendRequest ul li.statement {
		width: 100%;
	}

	.sendRequest ul li.statement {
		padding-bottom: 10px;
	}

	.sendRequest input,
	.sendRequest .codeCon {
		height: 36px;
	}

	.m-formcountry .drop-list {
		max-height: 260px;
	}
}

@media screen and (max-width:538px) {
	.m-formcountry .drop-list {
		max-height: 240px;
	}

	.stores .visit .showRoomList li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.stores .visit .showRoomList li:nth-child(1) {
		margin-top: 0;
	}

	.stores .visit .visitLine {
		margin-bottom: 20px;
	}

	.stores .list .item .msg {
		padding-left: 25px;
	}

	.stores .list .item .title1::after {
		left: -30px;
	}

	.stores .visit,
	.stores .list .item,
	.stores .list,
	.stores .line {
		margin-bottom: 40px;
	}
}

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

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




/* 3-1-1rooms */

.room {
	position: relative;
}

.room::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 200%;
	background-color: #f6f6f6;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.room .con {
	padding: 73px 0 68px 0;
}

.room .pNav {
	margin-bottom: 32px;
}

.pNav {
	border-bottom: 1px solid rgba(154, 154, 154, .5);
	position: relative;
	padding: 0 50px;
}

.pNav .btns>div {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
	color: #222222;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
}

.pNav .btns>div.prev {
	left: 0;
}

.pNav .btns>div.next {
	right: 0;
}


.pNav .btns>div:hover {
	color: #830600;
}


.pNav .swiper {
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
	width: 100%;
}


.pNav .swiper .swiper-slide {
	width: auto;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	padding: 10px 0;
	margin-right: 50px;
	cursor: pointer;
}

.pNav .swiper .swiper-slide a {
	color: #222222;
}

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

.pNav .swiper .swiper-slide::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #222222;
	left: 0%;
	bottom: -1px;
	transition: .4s ease all;
	width: 0;
}

.pNav .swiper .swiper-slide.active::after {
	width: 100%;
}


.pNav .swiper .swiper-slide:hover::after {
	width: 100%;
}





.room .roomTxts {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	width: 82%;
	margin: 0 auto 52px;
}


.roomNav,
.allProducts .productNav {
	padding: 13px 0 10px 0;
	border-top: 1px solid rgba(154, 154, 154, 0.5);
	border-bottom: 1px solid rgba(154, 154, 154, 0.5);
	margin-bottom: 51px;
}

.slideNav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.slideNav .item {
	min-width: 205px;
	margin-right: 11px;
	position: relative;
}

.slideNav .item.active ul {
	z-index: 999;
}


.slideNav .item:last-child {
	margin-right: 0;
}


.slideNav .title {
	width: 100%;
	height: 38px;
	border: solid 1px #b3b3b3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	padding: 0 12px 0 16px;
}



.slideNav .title .name {
	font-size: 16px;
	line-height: 26px;
	color: #000000;
}

.slideNav .title .btn {
	flex-shrink: 0;
	width: 12px;
	margin-left: 20px;
	margin-top: -5px;
}

.slideNav .title .btn img {
	transform: rotate(-90deg);
}

.slideNav .item.active .title .btn img {
	transform: rotate(0deg);
}



.slideNav .item ul {
	position: absolute;
	width: 100%;
	top: calc(100% + 1px);
	left: 0;
	background-color: #f1f1f1;
	border: solid 1px #000000;
	z-index: 99;
	padding: 5px 0 10px 0;
	display: none;
	transition: none;
	max-height: 345px;
	overflow: auto;
}

.slideNav .item ul::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #00000040;
	border-radius: 0;
}

.slideNav .item ul::-webkit-scrollbar-thumb {
	background-color: #830600;
	border-radius: 0;
}

.slideNav .item ul::-webkit-scrollbar-track {
	background-color: transparent;
}



.slideNav .item ul li {
	margin-bottom: 1px;
}

.slideNav .item ul li:last-child {
	margin-bottom: 0;
}


.slideNav .item ul li a {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	padding: 0 20px;
	display: block;
}


.slideNav .item ul li a:hover {
	background-color: #830600;
	color: #ffffff;
}


.room .roomList {
	margin-bottom: 40px;
}


.roomList {
	display: flex;
	flex-wrap: wrap;

}

.roomList .item {
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 44px;
}

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

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

.roomList .item .image {
	margin-bottom: 25px;
	overflow: hidden;
}

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


.roomList .item .tit {
	font-size: 22px;
	line-height: 30px;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}


.roomList .item .tit:hover {
	color: #830600;
}



.room .disBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	margin: 0 auto;
	width: 171px;
	height: 40px;
	background-color: #830600;
	border-radius: 20px;
}

.room .disBtn:hover {
	background-color: #000;
}



@media screen and (max-width:1600px) {
	.roomList .item .tit {
		font-size: 20px;
		line-height: 30px;
	}

	.roomList .item .image {
		margin-bottom: 20px;
	}

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

	.roomNav,
	.allProducts .productNav {
		padding: 13px 0;
	}
}

@media screen and (max-width:1333px) {
	.room .roomTxts {
		width: 90%;
		font-size: 16px;
	}

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

	.roomList .item .image {
		margin-bottom: 15px;
	}

}

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

	.room .roomTxts {
		width: 100%;
	}

	.room .roomTxts {
		margin-bottom: 40px;
	}

	.slideNav .title .name {
		font-size: 14px;
	}

	.slideNav .item ul li a {
		font-size: 14px;
		line-height: 28px;
	}

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

	.roomList .item .tit {
		font-size: 16px;
		line-height: 26px;
	}

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

	.roomList .item:nth-child(-n+3) {
		margin-top: 0;
	}
	
	.slideNav .item ul {
		max-height: 305px;
	}

}

@media screen and (max-width:768px) {
	.roomList .item:nth-child(n) {
		width: 47%;
		margin-right: 0;
		margin-top: 30px;
	}

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

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

	.room .roomList {
		margin-bottom: 30px;
	}

	.pNav .swiper .swiper-slide {
		font-size: 14px;
		line-height: 24px;
	}
}

@media screen and (max-width:538px) {
	.slideNav .item {
		flex: auto;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

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


/* 3-1-2rooms*/

.diningRoom {
	position: relative;
}

.diningRoom::after {
	content: "";
	width: 100%;
	height: 200%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #f6f6f6;
	z-index: -1;
}



.diningRoom .con {
	padding: 84px 0 55px 0;
}



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

.diningRoom .line {
	width: 100%;
	height: 1px;
	background-color: #000000;
	margin: 13px 0 60px 0;
}

.diningRoom .diningRoomSlide {
	margin-bottom: 85px;
}


.diningRoomSlide {
	padding: 0 60px;
	position: relative;
}


.diningRoomSlide .swiper {
	width: 100%;
	overflow: visible;
	clip-path: polygon(0% -1000%, 100% -1000%, 100% 1000%, 0 1000%);
}


.diningRoomSlide .swiper-slide {
	width: auto;
	margin-right: 51px;
}

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



.diningRoomSlide .swiper-slide a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.diningRoomSlide .swiper-slide a img {
	margin-bottom: 13px;
	width: 200px;
}


.diningRoomSlide .swiper-slide a span {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 4px;
}

.diningRoomSlide .active a span {
	color: #830600;
}

.diningRoomSlide .swiper-slide a:hover img {
	transform: scale(1, 1);
}

.diningRoomSlide .swiper-slide a:hover span {
	color: #830600;
}




.diningRoomSlide .btns>div {
	width: 35px;
	height: 35px;
	cursor: pointer;
	color: #000000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
	font-size: 20px;
}


.diningRoomSlide .btns>div.prev {
	left: 0;
}

.diningRoomSlide .btns>div.next {
	right: 0;
}

.diningRoomSlide .btns>div:hover {
	color: #830600;
}

.diningRoom .productList {
	margin-bottom: 77px;
}

@media screen and (max-width:1600px) {
	.diningRoom .line {
		margin: 30px 0 80px 0;
	}

	.diningRoomSlide .swiper-slide a span {
		font-size: 16px;
	}

	.diningRoomSlide .swiper-slide a img {
		width: 160px;
	}

	.diningRoom .diningRoomSlide {
		margin-bottom: 80px;
	}

	.diningRoom .productList {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.diningRoomSlide .swiper-slide a img {
		width: 120px;
	}

	.diningRoom .line {
		margin-bottom: 60px;
	}

	.diningRoom .diningRoomSlide {
		margin-bottom: 60px;
	}

	.diningRoom .productList {
		margin-bottom: 50px;
	}

	.diningRoomSlide .btns>div {
		font-size: 18px;
	}
}

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

	.diningRoomNav .title1 {
		margin-bottom: 30px;
	}

	.diningRoomSlide .swiper-slide a span {
		font-size: 14px;
		line-height: 26px;
	}

	.diningRoomSlide .swiper-slide a img {
		width: 100px;
	}

	.diningRoomSlide {
		padding: 0 50px;
	}

	.diningRoomSlide .btns>div {
		font-size: 16px;
	}

	.diningRoom .line,
	.diningRoom .diningRoomSlide {
		margin-bottom: 50px;
	}

	.diningRoom .productList {
		margin-bottom: 40px;
	}
}

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

	.diningRoom .line,
	.diningRoom .diningRoomSlide {
		margin-bottom: 40px;
	}

	.diningRoomSlide .swiper-slide a img {
		width: 90px;
	}
}



/* 3-1-3rooms-details */



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

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


.productShow .jianjie {
	width: 43.85%;
	margin-top: -7px;
	padding: 64px 0;
}


.productShow .box .showSipwer {
	overflow: hidden;
}


.productShow img {
	display: block;
}



.jianjie h1 {
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 9px;
}

.jianjie .info {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 32px;
}

.jianjie .info .item {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-right: 31px;
}


.jianjie .info .item:last-child {
	margin-right: 0;
}



.jianjie .size {
	display: flex;
	align-items: flex-start;
	padding: 35px 20px 36px;
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	margin-bottom: 53px;
}



.jianjie .size .tit {
	font-size: 26px;
	line-height: 35px;
	color: #222222;
	margin-right: 18px;
	flex-shrink: 0;
	transform: translateY(19px);
}


.jianjie .size .list {
	display: flex;
	flex-wrap: wrap;
}

.jianjie .size .list .item {
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 2px solid transparent;
	overflow: hidden;
	margin: 5px 0;
	margin-right: 20px;
	cursor: pointer;
	overflow: hidden;
	width: 60px;
}

.jianjie .size .list .item:hover img {
	transform: scale(1.1);
}

.jianjie .size .list .item.active {
	border-radius: 2px;
	outline-color: #830600;
	border-color: transparent;
}



.jianjie .lTit {
	display: flex;
	align-items: flex-start;
	font-size: 26px;
	line-height: 35px;
	color: #222222;
}



.jianjie .lTit::before {
	content: "";
	width: 17px;
	height: 3px;
	background-color: #680f00;
	flex-shrink: 0;
	margin-right: 9px;
	transform: translateY(15px);
	border-radius: 2px;
}

.productMaterial .lTit {
	margin-bottom: 6px;
}


.productMaterial .txts {
	padding-left: 28px;
}


.productMaterial {
	margin-bottom: 28px;
}

.downloadBtns .lTit {
	margin-bottom: 11px;
}

.downloadBtns .btns {
	display: flex;
	align-items: center;
	padding-left: 28px;
	flex-wrap: wrap;
}


.downloadBtns .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 17px;
	margin-bottom: 5px;
	border-radius: 15px;
	border: solid 1px rgba(125, 125, 125, 0.2);
	padding: 0px 18px;
	cursor: pointer;
	color: #959595;
	font-size: 16px;
	min-width: 130px;
}

.downloadBtns .btns>div:hover {
	border-color: #830600;
	background-color: #830600;
	color: #ffffff;
}


.productDet .master {
	position: relative;
	padding-top: 96px;
}


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


.productDet .master .mTxts {
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	text-align: center;
	width: 62%;
	margin: 0 auto 58px;
	font-weight: bold;
}



.productDet .master .des {
	display: flex;
	justify-content: space-between;
}


.productDet .master .msg {
	width: 39%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 252px;
}

.productDet .master .msg .title1 {
	font-size: 36px;
	line-height: 45px;
	color: #222222;
	margin-bottom: 14px;
}


.productDet .master .msg .txts {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}

.productDet .master .image {
	position: relative;
	width: 40%;
}


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


.productDet .master .image .playBtn {
	width: 97px;
	height: 97px;
	opacity: .6;
}

.productDet .master .image .playBtn img {
	width: 100%;
	height: 100%;
}


.showImages {
	padding: 126px 0 126px 0;
}


.showImages .swiper {
	margin-bottom: 52px;
}

.showImages .swiper-slide {
	margin-right: 13px;
	height: 580px;
	width: auto;
}

.showImages .swiper-slide .image {
	height: 100%;
	overflow: hidden;
	position: relative;
}


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

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

.showImages .swiper-slide  i{
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 32px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
	font-weight: bold;
	opacity: 0;
	pointer-events: none;
}

.showImages .swiper-slide .image:hover i{
	opacity: 1;
}

.showImages .swiper-scrollbar {
	position: static;
	background-color: #b1b1b1;
	width: calc(100% - 160px);
	max-width: 1600px;
	margin: 0 auto;
	cursor: pointer;
	height: 2px;
	border-radius: 0;
}

.showImages .swiper-scrollbar .swiper-scrollbar-drag {
	height: 5px;
	background-color: #680f00;
	border-radius: 0;
	top: -2.5px;
}



.rdMaterie {
	position: relative;
	padding: 101px 0 108px 0;
}



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





.rdMaterie .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	margin-bottom: 28px;
}


.rdMaterie .list {
	max-width: 1280px;
	margin: 0 auto;
	margin-bottom: 45px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


.rdMaterie .list .item {
	margin-top: 30px;
	width: 23%;
	margin-right: 2.66%;
}

.rdMaterie .list .item .image {
	width: 100%;
}

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


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


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


.rdMaterie .list .item .image {
	margin-bottom: 22px;
}


.rdMaterie .list .item .name {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
}


.rdMaterie .msg {
	max-width: 685px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 37px;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	hyphens: auto;
}

.rdMaterie .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 225px;
	height: 40px;
	background-color: #830600;
	border-radius: 20px;
	font-size: 16px;
	color: #ffffff;
	margin: 0 auto;
}


.rdMaterie .btn:hover {
	background-color: #000000;
}



.relatedProducts {
	padding: 102px 0 134px 0;
}


.relatedProducts .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	color: #222222;
	text-align: center;
	margin-bottom: 42px;
}


.relatedProducts .swiper {
	overflow: visible;
	clip-path: polygon(-5% -1000%, 105% -1000%, 105% 1000%, -5% 1000%);
}


.relatedProducts .swiper-slide {
	opacity: 0;
	pointer-events: none;
	transition: .4s ease opacity, .4s ease box-shadow;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

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

.relatedProducts .swiper-slide:hover {
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0);
}




.relatedProducts .productItem .msg .txts,
.relatedProducts .productItem .msg .name {
	font-size: 18px;
	color: rgba(102, 102, 102, 0.8);
}

.relatedProducts .productItem .msg {
	padding: 18px 20px 40px;
}



.productDet .showimage {
	height: 680px;
	margin-bottom: 67px;
	overflow: hidden;
	display: block;
}

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



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

}

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

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


/* download */

.frame {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
	max-height: 100%;
	overflow: auto;
}


.frame .box {
	position: absolute;
	left: 50%;
	top: 50%;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
	transform: translateY(-50%) translateX(-50%);
	width: 541px;
	max-height: 100%;
}



.frame .msg {
	padding: 24px 26.5px 29px;
	background-color: #830600;
}


.frame .msg .tit {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 4px;
}


.frame .msg .txts {
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}

.frameCon {
	padding: 7px 30px 58px;
	background-color: #ffffff;
}


.frame .tip {
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	margin-bottom: -2px;
}


.frame .name {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 0px;
}

.frame form li {
	margin-bottom: 5px;
}


.frame input {
	width: 100%;
	height: 39px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 0 10px;
	color: #000000;
}

.frame textarea {
	height: 75px;
	border: solid 1px #cccccc;
	padding: 10px;
	width: 100%;
}


.frame .codeCon {
	display: flex;
	justify-content: space-between;
	border: 1px solid #cccccc;
	margin-bottom: 37px;
	height: 38px;
}



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


.frame .codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
	max-width: 104px;
}

.frame .codeCon .codeImg img {
	height: 100%;
}



.frame .subBtn {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.frame .subBtn input {
	cursor: pointer;
	width: 316px;
	height: 47px;
	background-color: #830600;
	border-radius: 23px;
	border: none;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

.frame .subBtn input:hover {
	background-color: #000000;
}


.frame .closeBtn {
	width: 30px;
	height: 30px;
	border: solid 2px #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: auto;
	margin-bottom: 8px;
	transform: translateX(50%);
}

.frame .closeBtn i {
	font-size: 21px;
	color: #dddddd;
	margin-top: 2px;
	margin-left: 1px;
}


.frame .closeBtn:hover {
	border-color: #ffffff;
	background-color: #ffffff;
}


.frame .closeBtn:hover i {
	color: #830600;
}



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

	.productShow {
		margin-top: 0;
		padding: 40px 0;
	}

	.jianjie .size {
		padding: 15px 20px;
		margin-bottom: 30px;
	}

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

	.jianjie .info .item,
	.productMaterial .txts p {
		font-size: 16px;
		line-height: 28px;
	}

	.jianjie .size .tit {
		font-size: 20px;
		transform: translateY(14px);
	}

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

	.jianjie .lTit::before {
		transform: translateY(12px);
	}

	.jianjie .size .list .item {
		width: 50px;
	}

	.productMaterial .lTit,
	.jianjie .lTit {
		margin-bottom: 20px;
	}

	.productMaterial {
		margin-bottom: 30px;
	}

	.productDet .master {
		padding-top: 80px;
	}

	.productDet .master .mTxts {
		width: 80%;
		margin-bottom: 50px;
	}

	.productDet .master .msg .title1 {
		margin-bottom: 30px;
	}

	.productDet .master .msg {
		padding-bottom: 200px;
		width: 45%;
	}

	.productDet .master .image .playBtn {
		width: 80px;
		height: 80px;
	}

	.productDet .showimage {
		margin-bottom: 80px;
		height: 500px;
	}

	.relatedProducts .productItem .msg {
		padding: 20px;
	}

	.relatedProducts .productItem .msg .txts,
	.relatedProducts .productItem .msg .name {
		font-size: 16px;
		line-height: 26px;
	}

	.relatedProducts .productItem .msg .name {
		margin-bottom: 5px;
	}

	.frame .msg {
		padding: 30px 30px;
	}

	.frame input {
		height: 35px;
	}

	.frame .codeCon {
		height: 35px;
	}

	.frame .codeCon {
		margin-bottom: 30px;
	}

	.frame .subBtn input {
		height: 38px;
	}

	.frameCon {
		padding-bottom: 40px;
	}
	.showImages .swiper-slide:nth-child(n) {
		height: 500px;
	}
}


@media screen and (max-width:1333px) {
	.jianjie h1 {
		font-size: 28px;
		line-height: 38px;
	}

	.jianjie .size .list .item {
		width: 45px;
		margin-right: 20px;
	}

	.jianjie .size {
		padding: 15px 10px;
	}

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

	.jianjie .size .tit {
		font-size: 18px;
	}

	.productDet .master .mTxts {
		width: 90%;
	}

	.productDet .master .msg {
		padding-bottom: 124px;
	}

	.productDet .master .image .playBtn {
		width: 70px;
		height: 70px;
	}

	.rdMaterie .msg {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 30px;
	}

	.rdMaterie .btn {
		height: 35px;
	}

	.rdMaterie .list {
		margin-bottom: 25px;
	}

	.rdMaterie .title1 {
		margin-bottom: 30px;
	}

	.productDet .showimage {
		height: 400px;
		margin-bottom: 60px;
	}

	.productDet .master {
		padding-top: 60px;
	}
	.showImages .swiper-slide:nth-child(n) {
		height: 400px;
	}
}


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

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

	.jianjie h1 {
		font-size: 26px;
	}

	.productDet .master {
		padding-top: 50px;
	}

	.productDet .master .mTxts {
		width: 100%;
	}

	.productDet .master .des {
		flex-direction: column;
		align-items: flex-start;
	}

	.productDet .master .msg {
		padding-bottom: 0;
		margin-bottom: 30px;
		width: 100%;
	}

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

	.productDet .master .image {
		width: 100%;
		height: 300px;
	}

	.productDet .master .image .playBtn {
		width: 60px;
		height: 60px;
	}

	.showImages .swiper {
		margin-bottom: 40px;
	}


	.rdMaterie .msg {
		font-size: 14px;
		line-height: 26px;
	}
	
	.rdMaterie .list{
		justify-content: space-between;
	}

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

	.rdMaterie .list .item:nth-child(-n+2){
		margin-top: 0;
	}
	
	.rdMaterie .btn {
		height: 30px;
	}

	.productDet .showimage {
		height: 320px;
		margin-bottom: 50px;
	}

	.frame .box {
		width: 450px;
	}
	.showImages .swiper-slide:nth-child(n) {
		height: 320px;
	}
	.showImages .swiper-slide i{
		font-size: 28px;
	}
}


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

	.jianjie h1 {
		font-size: 24px;
		line-height: 35px;
	}

	.jianjie .info .item,
	.productMaterial .txts p {
		font-size: 14px;
		line-height: 26px;
	}

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

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

	.productMaterial .lTit,
	.jianjie .lTit {
		margin-bottom: 15px;
	}

	.productDet .master .image .playBtn {
		width: 55px;
		height: 55px;
	}


	.showImages .swiper-scrollbar {
		width: calc(100% - 50px);
	}

	.showImages .swiper-scrollbar .swiper-scrollbar-drag {
		top: -1.5px;
	}

	.rdMaterie .list .item .image {
		margin-bottom: 15px;
	}

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

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

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

	.relatedProducts .productItem .msg .txts,
	.relatedProducts .productItem .msg .name {
		font-size: 14px;
		line-height: 26px;
	}

	.showImages .swiper-slide:nth-child(n) {
		height: 260px;
	}

	.productDet .showimage {
		height: 300px;
	}

	.rdMaterie .list .item .image {
		height: 160px;
	}

	.downloadBtns .btns>div {
		font-size: 14px;
	}

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

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

}

@media screen and (max-width:538px) {
	.productShow .box {
		max-width: 380px;
		margin-bottom: 30px;
	}

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

	.jianjie .lTit::before {
		transform: translateY(0);
		margin-right: 0;
		margin-bottom: 5px;
	}

	.productMaterial .txts,
	.downloadBtns .btns {
		padding-left: 0;
	}

	.productDet .master .image {
		height: 260px;
	}

	.showImages .swiper-slide:nth-child(n) {
		height: 240px;
	}

	.productDet .showimage {
		height: 260px;
	}
	.showImages .swiper-slide i{
		font-size: 24px;
	}
}


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

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

	.frame .box {
		width: 90%;
	}
	
}




/* 3-2Time to */

.timeTo {
	padding: 113px 0 58px 0;
}

.timeTo .timeToTxt {
	margin-bottom: 102px;
}


.timeToTxt .title1 {
	text-align: center;
	margin-bottom: 24px;
	color: #222222;
}


.timeToTxt .txts {
	font-size: 22px;
	line-height: 32px;
	color: #666666;
	text-align: center;
	width: 80%;
	margin: 0 auto 48px;
}


.timeToTxt .btn {
	width: 247px;
	height: 40px;
	background-color: #830600;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin: 0 auto;
}


.timeToTxt .btn:hover {
	background-color: #000000;
}


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

.spaceWalksTit .tit {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	flex-shrink: 0;
	margin-right: 30px;
}



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


.spaceWalksTit .list a {
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin: 5px 0;
	margin-right: 48px;
}

.spaceWalksTit .list a:last-child {
	margin-right: 0;
}

.spaceWalksTit .list a:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 6px;
	color: #830600;
	text-decoration-thickness: 2px;
}

.timeTo .spaceWalksTit {
	margin-bottom: 53px;
}




.walks {
	position: relative;
	padding: 65px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.walksItem:nth-child(2n) .walks {
	flex-direction: row-reverse;
}


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


.walks .image {
	width: 53.68%;
}


.walks .msg {
	width: 43%;
}

.walks .tip {
	font-size: 20px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 31px;
}


.walks .title1 {
	font-size: 36px;
	line-height: 52px;
	color: #222222;
	margin-bottom: 31px;
}


.walks .txts {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	margin-bottom: 64px;
	hyphens: auto;
}


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

.walks .btns>a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 190px;
	height: 41px;
	border-radius: 20px;
	border: solid 1px #680f00;
	font-size: 18px;
	color: #830600;
	margin-right: 38px;
}

.walks .btns>a:nth-child(2) {
	width: 220px;
}

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


.walks .btns>a:hover {
	background-color: #680f00;
	color: #ffffff;
}


.timeTo .hotProducts {
	position: relative;
	padding: 111px 0 125px 0;
}

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


.timeTo .hotProducts .sBtns>div {
	width: 19px;
}

.hotProducts .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 58px;
}



.hotProducts .titBox .btn {
	flex-shrink: 0;
	margin-left: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	display: flex;
	align-items: center;
}

.hotProducts .titBox .btn img {
	filter: grayscale(100%) brightness(0%);
	flex-shrink: 0;
	margin-left: 9px;
}


.hotProducts .titBox .btn:hover {
	color: #680f00;
}

.hotProducts .titBox .btn:hover img {
	transform: scale(1, 1);
	filter: grayscale(0%) brightness(100%);
}


.timeTo .spaceList {
	margin-top: 123px;
}


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



.spaceList .item {
	width: 45.1875%;
	position: relative;
	height: 366px;
	margin-top: 92px;
}

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


.spaceList .item .image {
	height: 100%;
}

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


.spaceList .item .des {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px 65px;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
}

.spaceList .item .msg {
	width: calc(86% - 93px);
}


.spaceList .tit {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #f9f9f9;
	margin-bottom: 18px;
	margin-top: 5px;
}


.spaceList .txts {
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}



.spaceList .btn {
	width: 94px;
	position: absolute;
	right: 109px;
	bottom: 55px;
}



@media screen and (max-width:1600px) {
	.timeTo .timeToTxt {
		margin-bottom: 80px;
	}

	.timeToTxt .txts {
		font-size: 20px;
		line-height: 30px;
	}

	.walks,
	.timeTo .hotProducts {
		padding: 80px 0;
	}

	.timeTo .spaceList {
		margin-top: 80px;
	}

	.spaceList .item {
		margin-top: 50px;
	}

	.spaceList .item .des {
		padding: 30px 40px;
	}

	.spaceList .item .msg {
		width: calc(100% - 94px);
	}

	.spaceList .btn {
		right: 60px;
		bottom: 20px;
	}

	.spaceList .item {
		width: 48%;
	}

	.hotProducts .titBox {
		margin-bottom: 50px;
	}
}



@media screen and (max-width:1333px) {
	.timeToTxt .txts {
		width: 90%;
		margin-bottom: 30px;
	}

	.walks,
	.timeTo .hotProducts {
		padding: 60px 0;
	}

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

	.walks .btns>a {
		margin-right: 26px;
	}

	.hotProducts .titBox {
		margin-bottom: 40px;
	}

	.spaceList .item .msg {
		width: 100%;
	}

	.timeTo .spaceList {
		margin-top: 60px;
	}

	.spaceList .item .des {
		padding: 30px;
	}

	.spaceList .item {
		height: 300px;
	}

	.spaceList .item .msg {
		margin-bottom: 50px;
	}

	.spaceList .btn {
		width: 80px;
	}

	.walks .btns>a {
		font-size: 16px;
	}

	.timeTo .timeToTxt {
		margin-bottom: 60px;
	}

	.spaceList .tit {
		font-size: 22px;
	}
}

@media screen and (max-width:999px) {
	.walks .btns>a {
		font-size: 14px;
		height: 38px;
	}

	.walks .tip {
		font-size: 18px;
		line-height: 28px;
	}

	.timeTo .hotProducts .sBtns>div {
		width: 16px;
	}

	.timeTo .timeToTxt {
		margin-bottom: 50px;
	}

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

	.spaceWalksTit .tit {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.timeToTxt .btn {
		height: 36px;
		width: 220px;
	}

	.timeToTxt .txts {
		width: 100%;
	}

	.timeTo .spaceWalksTit {
		margin-bottom: 40px;
	}

	.walks,
	.timeTo .hotProducts {
		padding: 50px 0;
	}

	.timeTo .spaceList {
		margin-top: 50px;
	}

	.spaceList .tit {
		font-size: 20px;
		line-height: 30px;
		margin-top: 0;
	}

	.spaceList .item .des {
		padding: 20px;
	}

	.spaceList .item {
		margin-top: 35px;
	}

	.spaceList .btn {
		width: 70px;
		right: 20px;
	}

	.walks .tip {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.walks .image {
		width: 50%;
	}

	.walks .msg {
		width: 45%;
	}

	.walks .btns>a {
		margin-right: 20px;
	}

	.walks .title1 {
		font-size: 22px !important;
		line-height: 30px !important;
	}
}

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

	.walksItem:nth-child(n) .walks {
		flex-direction: column;
		align-items: flex-start;
	}

	.walks .msg {
		width: 100%;
	}

	.walks .btns>a {
		width: 160px;
	}

	.walks .btns>a:nth-child(2) {
		width: 185px;
	}

	.walks {
		max-width: 480px;
		margin: 0 auto;
	}

	.walks .image {
		width: 100%;
		margin-bottom: 30px;
	}

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

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

	.spaceList .item {
		height: 240px;
	}
}

@media screen and (max-width:538px) {
	.hotProducts .titBox {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.hotProducts .titBox .btn {
		margin-left: 0;
		margin-top: 15px;
	}
}

















/* 4-1New Arrival */

.newArrival {
	position: relative;
}


.newArrival::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 200%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: #f6f6f6;
	z-index: -1;
}


.newArrival .con {
	padding: 49px 0 56px 0;
}



.newArrival .line {
	width: 100%;
	height: 1px;
	background-color: rgba(154, 154, 154, .5);
	margin: 20px 0 54px 0;
}


.newArrival .pNav {
	margin-bottom: 20px;
}


.newArrival .productList {
	margin-bottom: 117px;
}


/* 4-2New Arrival */

.allProducts {
	position: relative;
}


.allProducts::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 200%;
	background-color: #f6f6f6;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}


.allProducts .con {
	padding: 49px 0 59px 0;
}



.allProducts .allProductTxts {
	width: 86%;
	padding: 41px 0 45px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #222222;
}



.allProducts .productNav {
	border-top: 1px solid rgba(154, 154, 154, .5);
	border-bottom: 1px solid rgba(154, 154, 154, .5);
	margin-bottom: 126px;
}



.allProducts .productList {
	margin-bottom: 118px;
}


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

	.newArrival .productList,
	.allProducts .productNav,
	.allProducts .productList {
		margin-bottom: 80px;
	}

	.allProducts .allProductTxts {
		padding: 40px 0;
	}

	.newArrival .pNav {
		margin-bottom: 30px;
	}

	.newArrival .line {
		margin-top: 30px;
	}

}

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

	.newArrival .productList,
	.allProducts .productNav,
	.allProducts .productList {
		margin-bottom: 60px;
	}

	.allProducts .allProductTxts {
		width: 100%;
		font-size: 16px;
	}

	.allProducts .slideNav .title {
		height: 50px;
	}

	.allProducts .slideNav .title .name {
		font-size: 16px;
	}
}

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

	.newArrival .productList,
	.allProducts .productNav,
	.allProducts .productList {
		margin-bottom: 50px;
	}

	.allProducts .allProductTxts {
		font-size: 14px;
	}

	.allProducts .slideNav .title {
		height: 45px;
	}

	.allProducts .slideNav .title .name {
		font-size: 14px;
	}

	.allProducts .allProductTxts {
		padding: 30px 0;
	}
}

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

	.newArrival .productList,
	.allProducts .productNav,
	.allProducts .productList {
		margin-bottom: 40px;
	}

	.allProducts .slideNav .title {
		height: 40px;
	}
}

@media screen and (max-width:538px) {
	.allProducts .slideNav .title {
		height: 40px;
	}

	.allProducts .slideNav .item:last-child::after {
		display: none;
	}

	.newArrival .line {
		margin-bottom: 40px;
	}
}




/* 4-3Series */


.productSeries {
	padding: 67px 0 54px 0;
}


.seriesStyle {
	margin-bottom: 107px;
}


.seriesStyle .title1 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #222222;
}


.seriesStyle .txts {
	text-align: center;
	width: 64%;
	margin: 0 auto;
	font-family: ArialMT;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}



.productSeries .list .item {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.productSeries .list .item:nth-child(2n-1) {
	padding: 53px 0 54px 0;
}

.productSeries .list .item:nth-child(2n-1)::after {
	content: "";
	height: 100%;
	width: 100vw;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	background-color: #f1edec;

}


.productSeries .list .item:nth-child(2n) {
	justify-content: flex-end;
	padding: 104px 0 111px 0;
}


.productSeries .list .image {
	height: 769px;
	width: 75.0625%;
}

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

.productSeries .list .des {
	position: absolute;
	top: 51.9%;
	transform: translateY(-50%);
	height: 641px;
	width: 30.0625%;
	left: 0;
	display: flex;
	flex-direction: column;
}


.productSeries .list .item:nth-child(2n-1) .des {
	left: auto;
	right: 0;
	top: 52.5%;
}


.productSeries .list .des .msg {
	flex: 1;
	padding: 122px 48px 100px 48px;
	background-color: #ffffff;
}



.productSeries .list .des .btn {
	flex-shrink: 0;
	height: 71px;
	background-color: #830600;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.productSeries .list .des .btn:hover {
	background-color: #000000;
}




.productSeries .list .des .tit {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 30px;
	text-align: center;
}

.productSeries .list .des .txts {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	font-size: 16px;
	line-height: 26px;
	color: #666666;
	hyphens: auto;
}


@media screen and (max-width:1600px) {
	.seriesStyle .txts {
		width: 80%;
	}

	.seriesStyle .txts br {
		display: none;
	}

	.seriesStyle .title1 {
		margin-bottom: 30px;
	}

	.seriesStyle {
		margin-bottom: 80px;
	}

	.productSeries .list .des .msg {
		padding: 60px 50px;
	}

	.productSeries .list .des {
		width: 40%;
		height: 460px;
	}

	.productSeries .list .des .txts {
		-webkit-line-clamp: 8;
	}

	.productSeries .list .des .tit {
		font-size: 28px;
		line-height: 35px;
	}

	.productSeries .list .image {
		height: 600px;
	}

	.productSeries .list .des .btn {
		height: 55px;
	}

	.productSeries .list .item:nth-child(2n-1) {
		padding: 50px 0;
	}

	.productSeries .list .item:nth-child(2n) {
		padding: 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.seriesStyle .txts {
		width: 100%;
	}

	.seriesStyle {
		margin-bottom: 60px;
	}

	.productSeries .list .des .tit {
		font-size: 24px;
		line-height: 35px;
	}

	.productSeries .list .des .msg {
		padding: 40px 30px;
	}

	.productSeries .list .des {
		width: 50%;
		height: 390px;
	}

	.productSeries .list .des .txts {
		-webkit-line-clamp: 6;
	}

	.productSeries .list .image {
		height: 520px;
	}
}

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

	.seriesStyle {
		margin-bottom: 50px;
	}

	.productSeries .list .item:nth-child(n) {
		padding: 40px 0;
	}

	.productSeries .list .des .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.productSeries .list .des .btn {
		height: 45px;
	}

	.productSeries .list .des {
		height: 340px;
	}

	.productSeries .list .image {
		height: 450px;
	}
}

@media screen and (max-width:768px) {
	.productSeries .list .item:nth-child(n) .des {
		position: static;
		transform: translateY(0);
	}

	.productSeries .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.productSeries .list .image {
		width: 100%;
		height: 280px;
	}

	.productSeries .list .item:nth-child(n) .des {
		width: 100%;
		height: auto;
	}

	.productSeries .list .des .msg {
		padding: 30px;
	}

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

	.productSeries .list .des .txts {
		-webkit-line-clamp: 4;
	}

	.seriesStyle {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.productSeries .list .des .txts {
		-webkit-line-clamp: 3;
	}

	.productSeries .list .des .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.productSeries .list .image {
		height: 240px;
	}

	.productSeries .list .des .msg {
		padding: 30px 20px;
	}

	.productSeries .list .des .btn {
		height: 40px;
	}

	.roomNav,
	.allProducts .productNav {
		margin-bottom: 40px;
	}
}

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

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

	.roomList .item .image {
		height: 240px;
	}

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


/* 4-3Series details */


.seriesDet {
	padding: 114px 0 60px 0;
}

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


.sDetTxts {
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	text-align: center;
	width: 50%;
	margin: 0 auto 65px;
}


.seriesDet .imgList {
	display: flex;
	justify-content: space-between;
	margin-bottom: 117px;
}


.seriesDet .imgList .image {
	height: 641px;
}


.seriesDet .imgList .image:nth-child(2n-1) {
	width: 59.5625%;
}


.seriesDet .imgList .image:nth-child(2n) {
	width: 38.3125%;
}



.seriesList .item {
	margin-bottom: 121px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.seriesList .item:nth-child(2n) {
	flex-direction: row-reverse;
}


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


.seriesList .image {
	width: 59.5625%;
	height: 641px;
}


.seriesList .msg {
	width: 34%;
}


.seriesList .msg .title1 {
	font-size: 36px;
	line-height: 50px;
	margin-bottom: 18px;
	color: #222222;
}



.seriesList .msg .txts {
	color: #222222;
}

.seriesDet .imgList2 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 115px 0 119px 0;
	flex-wrap: wrap;
}


.seriesDet .imgList2 .image:nth-child(2n-1) {
	width: 50.6875%;
	height: 992px;
}

.seriesDet .imgList2 .image:nth-child(2n) {
	width: 47.125%;
	height: 800px;
}



.seriesShowImg {
	height: 876px;
	margin-top: 125px;
	margin-bottom: 111px;
}


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

.seriesDet .hotProducts .title {
	justify-content: center;
	margin-bottom: 51px;
}

.seriesDet .hotProducts .title1 {
	margin-bottom: 50px;
	text-align: center;
}



.hotProducts .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: rgba(0, 0, 0, .5);
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	border-radius: 50%;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}


.hotProducts .btns>div:hover {
	background-color: #830600;
}


.hotProducts .btns>div.prev {
	left: -63px;
}


.hotProducts .btns>div.next {
	right: -63px;
}


.seriesBtn {
	width: 196px;
	height: 196px;
	background-color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 18px;
	color: #ffffff;
	margin: 128px auto 71px;
	font-weight: bold;
}

.seriesBtn:hover {
	background-color: #830600;
}



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


.seriesDet .list .item {
	width: 48.75%;
	margin-top: 30px;
	position: relative;
	height: 423px;
}

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

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

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



.seriesDet .list .item .name {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 45px;
	color: #ffffff;
	font-weight: bold;
	padding: 30px;
}

@media screen and (max-width:1600px) {
	.sDetTxts {
		width: 80%;
		margin-bottom: 60px;
	}

	.seriesDet .imgList .image,
	.seriesList .image,
	.seriesDet .imgList2 .image:nth-child(2n) {
		height: 500px;
	}

	.seriesDet .imgList2 .image:nth-child(2n-1),
	.seriesShowImg {
		height: 600px;
	}

	.seriesDet .imgList,
	.seriesList .item {
		margin-bottom: 80px;
	}

	.seriesDet .imgList2,
	.seriesShowImg {
		margin: 80px 0;
	}

	.seriesBtn {
		margin: 80px auto;
		width: 180px;
		height: 180px;
	}

	.seriesDet .list .item {
		height: 360px;
	}

	.seriesDet .list .item .name {
		font-size: 26px;
	}

	.seriesList .msg .title1 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:1333px) {
	.sDetTxts {
		width: 90%;
		margin-bottom: 50px;
	}

	.seriesDet .imgList .image,
	.seriesList .image,
	.seriesDet .imgList2 .image:nth-child(2n) {
		height: 400px;
	}

	.seriesDet .imgList,
	.seriesList .item {
		margin-bottom: 60px;
	}

	.seriesDet .imgList2 .image:nth-child(2n-1),
	.seriesShowImg {
		height: 500px;
	}

	.hotProducts .btns>div {
		width: 45px;
		height: 45px;
		font-size: 18px;
	}

	.seriesBtn {
		margin: 60px auto;
		width: 160px;
		height: 160px;
	}

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

	.seriesDet .list .item .name {
		font-size: 24px;
		line-height: 35px;
	}

	.seriesDet .imgList2,
	.seriesShowImg {
		margin: 60px 0;
	}
}

@media screen and (max-width:999px) {
	.sDetTxts {
		width: 100%;
		margin-bottom: 30px;
	}

	.seriesDet .imgList .image,
	.seriesList .image,
	.seriesDet .imgList2 .image:nth-child(2n) {
		height: 320px;
	}

	.seriesDet .imgList,
	.seriesList .item {
		margin-bottom: 50px;
	}

	.seriesDet .imgList2,
	.seriesShowImg {
		margin: 50px 0;
	}

	.seriesDet .imgList2 .image:nth-child(2n-1),
	.seriesShowImg {
		height: 400px;
	}

	.seriesDet .hotProducts .title {
		margin-bottom: 40px;
	}

	.hotProducts .btns>div {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	.seriesBtn {
		margin: 50px auto;
		width: 140px;
		height: 140px;
		font-size: 16px;
		line-height: 28px;
	}

	.seriesDet .list .item .name {
		padding: 20px;
		font-size: 20px;
		line-height: 30px;
	}

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

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

	.seriesDet .imgList .image,
	.seriesList .image,
	.seriesDet .imgList2 .image:nth-child(2n) {
		height: 260px;
	}

	.seriesDet .imgList,
	.seriesList .item {
		margin-bottom: 40px;
	}

	.seriesDet .imgList2,
	.seriesShowImg {
		margin: 40px 0;
	}

	.seriesDet .imgList2 .image:nth-child(2n-1),
	.seriesShowImg {
		height: 340px;
	}

	.seriesList .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

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

	.seriesList .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.seriesList .image {
		width: 100%;
	}

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

	.hotProducts .btns>div {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
	}

	.hotProducts .btns>div.prev {
		margin-right: 10px;
	}

	.seriesBtn {
		margin: 40px auto;
		height: 35px;
		border-radius: 30px;
	}

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

	.seriesDet .list .item .name {
		font-size: 18px;
		line-height: 28px;
	}


}

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

	.seriesDet .imgList .image:nth-child(n) {
		width: 100%;
		margin-bottom: 30px;
	}

	.seriesDet .imgList .image,
	.seriesList .image,
	.seriesDet .imgList2 .image:nth-child(2n) {
		height: 240px;
	}

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

	.seriesDet .imgList2 .image:nth-child(n) {
		width: 100%;
		height: 240px;
		margin-bottom: 30px;
	}

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

	.seriesShowImg {
		height: 280px;
	}

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

	.seriesDet .list .item {
		width: 100%;
		margin-bottom: 30px;
		height: 240px;
	}

	.seriesDet .list .item:last-child {
		margin-bottom: 0;
	}
}














/* 4-4Catalogue */

.headerPiece {
	height: 80px;
	border-bottom: 1px solid #000000;
}


.catalogue .con {
	padding: 137px 0 88px 0;
}

.atlas {
	margin-bottom: 131px;
}

.atlas .title1 {
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	line-height: 58px;
	color: #222222;
	margin-bottom: 22px;
}

.atlas .txts {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	color: #666666;
}


.catalogueList {
	max-width: 1237px;
	margin: 0 auto;
}


.catalogueList .item {
	margin-bottom: 140px;
}

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

.catalogueList .title {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 45px;
	letter-spacing: -2px;
	color: #222222;
	text-align: center;
	margin-bottom: 44px;
}


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


.catalogueList .list .cataItem:nth-child(n) {
	width: 26.9%;
	margin-right: 9.65%;
	margin-top: 98px;
}

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

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


.cataItem {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cataItem .box {
	position: relative;
	margin-bottom: 47px;
}

.cataItem .box .code {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f2f2f2;
	opacity: 0;
}


.cataItem .box .code img {
	width: 230px;
}

.cataItem .box:hover .code {
	opacity: 1;
}

.cataItem a.image:hover img {
	transform: scale(1, 1);
}

.cataItem .tit {
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	color: #222222;
	margin-bottom: 28px;
}


.cataItem .txts {
	font-size: 16px;
	line-height: 25px;
	min-height: 75px;
	color: #666666;
	margin-bottom: 42px;
	text-align: center;
}



.cataItem .btn {
	font-size: 20px;
	color: #000000;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
	cursor: pointer;
}


.cataItem .btn:hover {
	color: #680f00;
}


@media screen and (max-width:1600px) {
	.atlas .txts {
		font-size: 18px;
	}

	.atlas {
		margin-bottom: 80px;
	}

	.catalogueList .title {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 50px;
	}

	.cataItem .box {
		margin-bottom: 30px;
	}

	.cataItem .tit {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 30px;
	}

	.cataItem .txts {
		margin-bottom: 25px;
	}

	.catalogueList .item {
		margin-bottom: 100px;
	}

	.cataItem .box .code img {
		width: 220px;
	}
}

@media screen and (max-width:1333px) {
	.catalogueList .title {
		font-size: 26px;
		line-height: 35px;
		margin-bottom: 40px;
	}

	.atlas {
		margin-bottom: 60px;
	}

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

	.cataItem .txts {
		min-height: 84px;
	}

	.catalogueList .list .cataItem:nth-child(n) {
		width: 30%;
		margin-right: 5%;
		margin-top: 50px;
	}

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

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

	.catalogueList .item {
		margin-bottom: 80px;
	}

	.cataItem .box .code img {
		width: 180px;
	}
}

@media screen and (max-width:999px) {
	.atlas .txts {
		width: 90%;
	}

	.atlas {
		margin-bottom: 50px;
	}

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

	.cataItem .box {
		margin-bottom: 20px;
	}

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

	.cataItem .txts {
		min-height: 78px;
	}

	.catalogueList .item {
		margin-bottom: 60px;
	}

	.catalogueList .list .cataItem:nth-child(n) {
		margin-top: 40px;
	}

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

	.cataItem .box .code {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.atlas .txts {
		width: 100%;
	}

	.catalogueList .title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.atlas {
		margin-bottom: 40px;
	}

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

	.catalogueList .list .cataItem:nth-child(n) {
		width: 44%;
		margin-right: 0;
		margin-top: 30px;
	}

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

	.catalogueList {
		max-width: 500px;
	}

	.catalogueList .item {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:450px) {
	.catalogueList .list .cataItem:nth-child(n) {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}

	.catalogueList .list .cataItem:nth-child(1) {
		margin-top: 0;
	}

	.catalogueList {
		max-width: 240px;
	}
}




/* 5-1Custom Service */


.customService .customTxts {
	position: relative;
	padding: 105px 0 89px 0;
}

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


.customService .customTxts .title1 {
	text-align: center;
	color: #222222;
	margin-bottom: 20px;
	font-size: 36px;
	line-height: 48px;
}




.customService .customTxts .txts {
	text-align: center;
	width: 64%;
	margin: 0 auto;
}

.lineNum {
	text-align: center;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 2px;
	color: #222222;
	position: relative;
	margin-bottom: 27px;
}


.lineNum::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 53px;
	height: 5px;
	background-color: #680f00;
	bottom: -9px;

}



.lineTit {
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	color: #222222;
	text-align: center;
}

.customize {
	padding: 107px 0 152px 0;
}

.customize .lineTit {
	margin-bottom: 60px;
}


.customize .customizeProduct {
	display: flex;
	justify-content: space-between;
	padding-left: calc((100vw - 1600px)/ 2);
}


.customizeProduct .check {
	width: 17%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 67px;
}


.customizeProduct .swiper {
	width: 80.2%;
	margin: 0;
	background-color: #f1edec;
}


.customizeProduct .swiper .swiper-slide {
	display: flex;
	align-items: center;
	position: relative;
}

.customizeProduct .swiper .swiper-slide .line {
	position: absolute;
	height: 100%;
	width: 3px;
	background-color: #ffffff;
	left: 50%;
	transition: none;
}


.customizeProduct .moreBtn {
	position: absolute;
	z-index: 99;
	font-size: 20px;
	line-height: 30px;
	color: rgba(34, 34, 34, .8);
	left: 50%;
	transform: translateX(-50%);
	top: 55px;
}


.customizeProduct .moreBtn i {
	color: #000000;
}


.customizeProduct .moreBtn:hover {
	color: #830600;
}

.customizeProduct .moreBtn:hover i {
	color: #830600;
}


.customizeProduct .dragBtn {
	width: 283px;
	height: 63px;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	position: absolute;
	z-index: 99;
	left: 50%;
	top: 50.2%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 17px;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 0 22px;
	pointer-events: none;
	transition: none;
}








.compare {
	display: grid;
	height: 100%;
	width: 100%;
}

.compare * {
	width: 100%;
	grid-area: 1 / 1;
	transition: none;
}



.compare .before {
	clip-path: inset(0 50% 0 0);
	display: flex;
	align-items: center;
}

.compare .after {
	clip-path: inset(0 0 0 50%);
	display: flex;
	align-items: center;
}


.range {
	z-index: 1;
	appearance: none;
	background: transparent;
	cursor: e-resize;
}

.range::-webkit-slider-thumb {
	appearance: none;
	width: 0px;
	background-color: #ffffff;
}




.customizeProduct .check .tit {
	color: #000000;
	margin-bottom: 81px;
	font-size: 36px;
	line-height: 48px;
	font-weight: normal;
}


.customizeProduct .check .list {
	margin-bottom: 50px;
}

.customizeProduct .check .item {
	display: flex;
	align-items: flex-start;
	margin-top: 12px;
	cursor: pointer;
	font-size: 22px;
	line-height: 30px;
	color: #222222;
}



.customizeProduct .check .item:nth-child(1) {
	margin-top: 0;
}


.customizeProduct .check .item .sign {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #000000;
	border-radius: 10px;
	margin-right: 10px;
	flex-shrink: 0;
	transform: translateY(-2px);
}


.customizeProduct .check .item.active .sign {
	border-color: #680f00;
	background-color: #680f00;
}


.customizeProduct .check .item.active .sign img {
	filter: invert(100%);
}



.customizeProduct .btn {
	width: 251px;
	height: 40px;
	background-color: #830600;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
}


.customizeProduct .btn:hover {
	background-color: #000000;
}




.apartment .lineTit {
	margin-bottom: 23px;
}

.apartment .txts {
	text-align: center;
	width: 66%;
	margin: 0 auto 76px;
}



.apartment .provided {
	margin-bottom: 138px;
}

.apartment .provided .tit {
	font-size: 28px;
	line-height: 35px;
	color: #000000;
	margin-bottom: 23px;
}

.apartment .provided .list {
	margin-bottom: 50px;
}


.apartment .provided .item {
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	font-size: 20px;
	line-height: 30px;
}


.apartment .provided .item:last-child {
	margin-bottom: 0;
}



.apartment .provided .item span {
	border-radius: 50%;
	border: 1px solid #000000;
	font-size: 14px;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(6px);
	flex-shrink: 0;
}





.apartment .provided .btns {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 143px;
}



.apartment .provided .btns a {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	height: 40px;
	background-color: #830600;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
}


.apartment .provided .btns a:hover {
	background-color: #000000;
}



.apartment .provided .caseBtn {
	width: 217px;
	margin-right: 22px;
}


.apartment .provided .conBtn {
	width: 171px;
}


.apartment .provided .showImg {
	position: relative;
	width: calc(100% - 102px);
	margin-left: auto;
	height: 700px;
}


.apartment .provided .showImg::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: -102px;
	top: -65px;
	background-color: #f1edec;
	width: 100%;
	height: 100%;
}


.apartment .provided .showImg .image {
	width: 100%;
	height: 100%;
}


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




.faq {
	padding: 98px 0 130px 0;
	position: relative;
}


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


.faq .title1 {
	font-weight: normal;
	color: #222222;
	margin-bottom: 43px;
	font-size: 36px;
	line-height: 48px;
}





.faqList .item {
	border-bottom: 1px solid rgba(0, 0, 0, .6);
}


.faqList .item:nth-child(1) {
	border-top: 1px solid rgba(0, 0, 0, .6);
}

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


.faqList .question {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 0px 14px 0px;
	cursor: pointer;


}


.faqList .question:hover .name {
	color: #830600;
}

.faqList .question:hover .num {
	border-color: #830600;
}

.faqList .question:hover .btn i {
	color: #830600;
}

.faqList .item:nth-child(2) .answer {
	display: block;
}


.faqList .question .name {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	display: flex;
	align-items: flex-start;
}



.faqList .question .name span {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 11px;
	border-radius: 50%;
	border: 1px solid #000000;
	font-size: 14px;
	width: 20px;
	height: 20px;
	transform: translateY(4px);
}


.faqList .question.active {
	padding-top: 32px;
}



.faqList .question .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 30px;
	width: 35px;
	height: 35px;
	margin-right: 23px;
}

.faqList .question.active .btn i {
	transform: rotate(-90deg);
}

.faqList .question .btn i {
	font-size: 21px;
	transform: rotate(90deg);
	color: rgba(0, 0, 0, .5);
}




.faqList .answer {
	display: none;
	padding: 0px 70px 24px 0px;
	transition: none;
	margin-top: -6px;
}

.faqList .answer p {
	font-size: 16px;
	line-height: 26px;
}


.glamorMaster {
	padding: 154px 0 124px 0;
}



.glamorMaster .des {
	position: relative;
}

.glamorMaster .tit {
	width: 200px;
	position: absolute;
	top: 0;
	color: #222222;
	left: 0;
	line-height: 60px;
	font-size: 46px;
	margin-top: -7px;
}



.glamorMaster .msg {
	max-width: 960px;
	margin: 0 auto;
}


.glamorMaster .msg .txts {
	color: #222222;
	margin-bottom: 89px;
	hyphens: auto;
}

.glamorMaster .patent .title1 {
	margin-bottom: 13px;
	font-size: 36px;
	line-height: 48px;
}

.glamorMaster .patent .title1 span {
	color: #830600;
}


.glamorMaster .patent .des p {
	hyphens: auto;
}

.glamorMaster .patent .des p strong {
	color: #000000;
}


.glamorMaster .patent .des {
	margin-bottom: 36px;
}



.glamorMaster .msg .btn {
	width: 210px;
	height: 40px;
	background-color: #830600;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}


.glamorMaster .msg .btn:hover {
	background-color: #000000;
}



.situation {
	margin-bottom: 122px;
}

.situation .title1 {
	color: #222222;
	text-align: center;
	margin-bottom: 12px;
	font-size: 36px;
	line-height: 48px;
}

.situation .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	text-align: center;
	width: 62%;
	margin: 0 auto 87px;
}

.situation .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 79px;
	padding: 0 73px;
}



.situation .list .item {
	width: 27%;
	margin-right: 9.5%;
	margin-top: 40px;
}


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



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


.situation .list .image {
	margin-bottom: 32px;
}


.situation .list .line {
	width: 31px;
	height: 3px;
	background-color: #000000;
	margin-bottom: 20px;
}


.situation .list .tit {
	font-size: 32px;
	line-height: 49px;
	min-height: 98px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #222222;
	margin-bottom: 21px;
}



.situation .list .txts p {
	line-height: 20px;
}


.situation .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 40px;
	background-color: #830600;
	border-radius: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin: 0 auto;
}


.situation .btn:hover {
	background-color: #000000;
}



.customTimeTo {
	margin-bottom: 31px;
}

.customTimeTo .tit {
	text-align: center;
	font-size: 44px;
	margin-bottom: 24px;
}

.customTimeTo .txts {
	text-align: center;
	margin: 0 auto;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 48px;
	width: 80%;
}



.customTimeTo .btn {
	width: 170px;
	height: 40px;
	background-color: #830600;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 5px;
	color: #ffffff;
	margin: 0 auto;
}

.customTimeTo .btn:hover {
	background-color: #000000;
}


.fiveSpace {
	margin-bottom: 73px;
}


.fiveSpace .swiper {
	overflow: visible;
}


.fiveSpace .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 47px;
}



.fiveSpace .tit {
	font-size: 20px;
	font-weight: bold;
	color: #222222;
	flex-shrink: 0;
	margin-right: 30px;
	transform: translateY(-6px);
}



.fiveSpace .checkBtns {
	display: flex;
	flex-wrap: wrap;
	transform: translateX(43px);
}



.fiveSpace .checkBtns .item {
	cursor: pointer;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-right: 46px;
	padding: 5px 0;
}

.fiveSpace .checkBtns .item.active {
	color: #830600;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 6px;
	text-decoration-thickness: 2px;
}



.fiveSpace .checkBtns .item:hover {
	color: #830600;
}


.fiveSpace .checks .walksItem {
	display: none;
}


.fiveSpace .checks .walksItem:nth-child(1) {
	display: block;
}

.customService .projectSwiper .title {
	margin-bottom: 39px;
}


.customService .projectSwiper .title1 {
	font-size: 36px;
}

.customService .projectSwiper .btn {
	width: 170px;
	height: 40px;
	background-color: #830600;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	transform: translateY(8px);
}

.customService .projectSwiper .btn:hover {
	background-color: #000000;
}



.warranty {
	padding: 124px 0 151px 0;
}



.warranty .tit {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 83px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 14px;
	text-decoration-thickness: 5px;
	color: #680f00;
}

.warranty .tit .title1 {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #000000;
	text-align: center;
}



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


.warranty .msg .image {
	width: 52%;
}

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

.warranty .msg .txts {
	padding: 56px 0;
	width: 45%;
}

.warranty .msg .txts p {
	color: #222222;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 32px;
	margin-bottom: 39px;
}


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


.customService .sendRequest {
	padding: 61px 0 61px 0;
	border-top: 1px solid rgba(0, 0, 0, .5);
}



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

	.customizeProduct .dragBtn {
		height: 50px;
		top: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	.customService .customTxts .txts {
		width: 90%;
	}

	.customService .customTxts .title1 {
		margin-bottom: 40px;
	}

	.lineNum {
		font-size: 28px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.lineNum::after {
		width: 40px;
		height: 4px;
	}

	.customize .customizeProduct {
		padding-left: 80px;
	}

	.customizeProduct .check {
		padding-bottom: 0;
	}

	.customizeProduct .check .tit {
		margin-bottom: 40px;
	}

	.customizeProduct .check .item {
		margin-top: 20px;
		font-size: 18px;
		line-height: 30px;
	}

	.customizeProduct .btn {
		width: 230px;
		height: 36px;
	}

	.customizeProduct .swiper {
		width: 75%;
	}

	.customizeProduct .check {
		width: 22%;
	}

	.apartment .txts {
		width: 90%;
		margin-bottom: 80px;
	}

	.apartment .provided .tit {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.apartment .provided .item {
		font-size: 18px;
	}

	.apartment .provided .list {
		margin-bottom: 40px;
	}

	.apartment .provided .btns a {
		height: 36px;
	}

	.apartment .provided {
		margin-bottom: 80px;
	}

	.apartment .provided .showImg {
		height: 600px;
	}

	.faq .title1 {
		margin-bottom: 60px;
	}

	.faqList .question,
	.faqList .question.active {
		padding: 15px 0;
	}

	.faqList .question .btn i {
		font-size: 18px;
	}

	.faqList .answer {
		padding: 20px 0;
		padding-right: 70px;
		margin-top: -20px;
	}

	.faqList .question .name {
		font-size: 18px;
	}

	.glamorMaster .tit {
		position: static;
		margin-top: 0;
		width: 100%;
		margin-bottom: 40px;
	}

	.glamorMaster .msg {
		max-width: none;
	}

	.glamorMaster .msg .txts {
		margin-bottom: 80px;
	}

	.glamorMaster .patent .title1 {
		margin-bottom: 40px;
	}

	.situation .title1 {
		margin-bottom: 40px;
	}

	.situation .txts {
		width: 90%;
		margin-bottom: 60px;
	}

	.situation .list .tit {
		font-size: 24px;
		line-height: 36px;
		min-height: 72px;

	}

	.situation .list {
		padding: 0;
		margin-bottom: 50px;
	}

	.situation .list .image {
		max-width: 280px;
		margin-bottom: 20px;
	}

	.situation .list .item {
		width: 30%;
		margin-right: 5%;
	}


	.situation {
		margin-bottom: 80px;
	}

	.customTimeTo .txts {
		width: 90%;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.customTimeTo {
		margin-bottom: 50px;
	}

	.customTimeTo .btn,
	.situation .btn,
	.customService .projectSwiper .btn {
		height: 36px;
	}

	.customService .projectSwiper .btn {
		transform: translateY(0);
	}

	.warranty .tit {
		margin-bottom: 60px;
		text-decoration-thickness: 4px;
	}

	.warranty .msg .txts {
		padding: 50px 0;
	}

	.fiveSpace .tit {
		transform: translateY(0);
	}

}


@media screen and (max-width:1333px) {
	.customizeProduct .dragBtn img {
		width: 30px;
	}

	.customizeProduct .moreBtn {
		top: 40px;
	}

	.customizeProduct .dragBtn {
		height: 45px;
		border-radius: 5px;
		width: 270px;
	}


	.customService .customTxts .title1 {
		margin-bottom: 30px;
	}

	.customService .customTxts .txts {
		width: 100%;
	}

	.lineNum {
		font-size: 26px;
		letter-spacing: 0;
	}

	.lineTit {
		font-size: 28px;
		line-height: 35px;
	}

	.customize .lineTit {
		margin-bottom: 50px;
	}

	.customizeProduct .check .list {
		margin-bottom: 40px;
	}

	.customizeProduct .swiper {
		width: 70%;
	}

	.customizeProduct .check {
		width: 26%;
	}

	.apartment .txts {
		width: 100%;
		margin-bottom: 60px;
	}

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

	.apartment .provided .item {
		font-size: 16px;
		line-height: 28px;
	}

	.apartment .provided .btns {
		margin-bottom: 130px;
	}

	.apartment .provided .showImg {
		height: 500px;
	}

	.apartment .provided .showImg::after {
		top: -50px;
		left: -50px;
	}

	.apartment .provided .showImg {
		width: calc(100% - 50px);
	}

	.apartment .provided .btns {
		margin-bottom: 110px;
	}

	.glamorMaster .tit {
		margin-bottom: 30px;
	}

	.glamorMaster .patent .title1 {
		margin-bottom: 30px;
	}

	.glamorMaster .msg .txts {
		margin-bottom: 60px;
	}

	.situation .title1 {
		margin-bottom: 30px;
	}

	.situation .txts {
		width: 100%;
		margin-bottom: 40px;
	}

	.situation .list .tit {
		font-size: 20px;
		line-height: 30px;
		min-height: 60px;
	}

	.situation .list {
		margin-bottom: 40px;
	}

	.situation .list .image {
		max-width: 235px;
	}

	.situation {
		margin-bottom: 60px;
	}

	.fiveSpace {
		margin-bottom: 60px;
	}

	.warranty .msg .txts {
		padding: 40px 0;
	}

	.warranty .tit {
		margin-bottom: 50px;
		text-decoration-thickness: 3px;
	}
}

@media screen and (max-width:999px) {
	.customizeProduct .moreBtn {
		font-size: 18px;
		top: 25px;
	}

	.customizeProduct .dragBtn {
		height: 35px;
		width: 230px;
		top: auto;
		bottom: 25px;
		padding: 0 20px;
	}

	.customizeProduct .dragBtn img {
		width: 24px;
	}

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

	.lineNum::after {
		width: 36px;
		height: 3px;
		bottom: -5px;
	}

	.customize .lineTit {
		margin-bottom: 40px;
	}

	.customize .customizeProduct {
		flex-direction: column-reverse;
	}

	.customizeProduct .check {
		width: 100%;
	}

	.customizeProduct .check .tit,
	.customizeProduct .check .list {
		margin-bottom: 30px;
	}

	.customizeProduct .check .list {
		display: flex;
		flex-wrap: wrap;
	}

	.customizeProduct .check .list .item {
		width: 32%;
		margin-right: 2%;
		margin-top: 20px;
	}

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

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

	.customizeProduct .swiper {
		width: 100%;
		margin-bottom: 30px;
		height: 320px;
	}

	.customize .customizeProduct {
		padding: 0 80px;
	}

	.lineNum {
		margin-bottom: 10px;
	}

	.customize .lineTit {
		padding: 0 80px;
	}

	.lineTit {
		font-size: 26px;
	}

	.apartment .txts {
		margin-bottom: 50px;
		font-size: 20px;
		line-height: 30px;
	}

	.apartment .provided .showImg {
		height: 400px;
	}

	.apartment .provided .showImg::after {
		top: -40px;
		left: -40px;
	}

	.apartment .provided .btns {
		margin-bottom: 90px;
	}

	.apartment .provided {
		margin-bottom: 60px;
	}

	.faq .title1 {
		margin-bottom: 40px;
	}

	.faqList .question .name {
		font-size: 16px;
	}

	.faqList .question .btn {
		margin-right: 0;
	}

	.faqList .question .btn i {
		font-size: 16px;
	}

	.faq .title1 {
		margin-bottom: 30px;
	}

	.glamorMaster .tit,
	.glamorMaster .patent .title1 {
		margin-bottom: 20px;
	}

	.glamorMaster .msg .txts {
		margin-bottom: 50px;
	}

	.glamorMaster .msg .btn {
		height: 36px;
	}

	.situation .title1 {
		margin-bottom: 20px;
	}

	.situation .list .tit {
		font-size: 18px;
		min-height: auto;
	}

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

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

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

	.situation {
		margin-bottom: 50px;
	}

	.situation .list {
		margin-bottom: 30px;
	}

	.customTimeTo .txts {
		width: 100%;
	}

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

	.fiveSpace .checkBtns {
		transform: translateY(0);
	}

	.fiveSpace .tit {
		margin-right: 0;
		margin-bottom: 20px;
	}

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

	.warranty .tit {
		margin-bottom: 40px;
	}

	.customService .sendRequest {
		padding: 40px 0;
	}

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

@media screen and (max-width:768px) {
	.customizeProduct .moreBtn {
		font-size: 16px;
		top: 20px;
	}

	.customizeProduct .dragBtn {
		height: 30px;
		width: 220px;
		bottom: 20px;
	}

	.customService .customTxts .title1 {
		margin-bottom: 20px;
	}

	.customize .customizeProduct {
		padding: 0 25px;
	}

	.lineTit {
		font-size: 24px;
		line-height: 35px;
	}

	.customize .lineTit {
		margin-bottom: 30px;
	}

	.customizeProduct .swiper {
		height: 300px;
	}

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

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

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

	.apartment .provided .tit {
		margin-bottom: 20px;
	}

	.apartment .provided .item span {
		transform: translateY(4px);
	}

	.apartment .provided .tit {
		font-size: 20px;
	}

	.apartment .provided .showImg {
		height: 340px;
		width: calc(100% - 30px);
	}

	.apartment .provided .showImg::after {
		top: -30px;
		left: -30px;
	}

	.apartment .provided .btns {
		margin-bottom: 80px;
	}

	.apartment .provided {
		margin-bottom: 50px;
	}

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

	.situation .list .tit {
		margin-bottom: 10px;
	}

	.fiveSpace .checkBtns .item {
		margin-right: 40px;
	}

	.warranty .msg {
		flex-direction: column-reverse;
	}

	.warranty .msg .txts {
		padding: 0;
		margin-bottom: 30px;
		width: 100%;
	}

	.warranty .msg .image {
		width: 100%;
		height: 300px;
	}

	.customize .lineTit {
		padding: 0 25px;
	}
}

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

	.customize .customizeProduct,
	.customize .lineTit {
		padding: 0 15px;
	}

	.customizeProduct .swiper {
		height: 260px;
	}

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

	.apartment .provided .caseBtn {
		width: 170px;
	}

	.apartment .provided .conBtn {
		width: 120px;
	}

	.fiveSpace {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:450px) {
	.customizeProduct .check .list .item:nth-child(n) {
		flex-direction: column;
		align-items: flex-start;
	}

	.customizeProduct .check .item .sign {
		margin-right: 0;
		margin-bottom: 5px;
	}

	.apartment .provided .caseBtn {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.apartment .provided .btns {
		flex-direction: column;
		align-items: flex-start;
	}

	.apartment .provided .showImg {
		height: 260px;
		width: calc(100% - 20px);
	}

	.apartment .provided .showImg::after {
		top: -20px;
		left: -20px;
	}

	.apartment .provided .btns {
		margin-bottom: 60px;
	}

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

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

	.situation .list .image {
		max-width: 230px;
	}

	.customService .projectSwiper .title {
		flex-direction: column;
		align-items: flex-start;
	}

	.customService .projectSwiper .title1 {
		margin-bottom: 20px;
	}

	.fiveSpace {
		margin-bottom: 40px;
	}

	.warranty .msg .image {
		height: 260px;
	}
}








/* 5-2Projects */

.projects {
	padding: 117px 0 54px 0;
}



.projects .prTxts {
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	text-align: center;
	width: 62.5%;
	margin: 0 auto;
	margin-bottom: 52px;
}

.projects .projectList {
	margin-bottom: 118px;
}


.projectList {
	display: flex;
	flex-wrap: wrap;
}



.projectList .projectItem {
	width: 32.0625%;
	margin-right: 1.90625%;
	margin-top: 45px;
}


.projectList .projectItem:nth-child(3n) {
	margin-right: 0;
}

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

@media screen and (max-width:1600px) {
	.projects .prTxts {
		font-size: 18px;
		width: 80%;
	}

	.projects .projectList {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:1333px) {
	.projects .prTxts {
		width: 90%;
		margin-bottom: 50px;
	}

	.projectList .projectItem {
		margin-top: 30px;
	}

	.projects .projectList {
		margin-bottom: 50px;
	}
}

@media screen and (max-width:999px) {
	.projects .prTxts {
		margin-bottom: 40px;
	}

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

	.projects .projectList {
		margin-bottom: 30px;
	}

	.projectList .projectItem:nth-child(n) {
		width: 48%;
		margin-top: 30px;
		margin-right: 0;
	}

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

@media screen and (max-width:538px) {
	.projectList .projectItem:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}

	.projectList .projectItem:nth-child(1) {
		margin-top: 0;
	}

	.projects .prTxts {
		width: 100%;
	}
}






/* 5-2-2Project detail */


.projectDet {
	padding: 216px 0 46px 0;
}


.projectDet .projectDetTxts {
	text-align: center;
	width: 65%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	margin-bottom: 179px;
}


.projectDet .show {
	position: relative;
	margin-bottom: 122px;
}


.projectDet .show .swiper {
	width: 60%;
	overflow: visible;
}

.projectDet .show .btns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
}

.projectDet .show .btns>div img {
	filter: grayscale(100%) brightness(10000%);
	width: 22px;
}

.projectDet .show .btns>div:hover img {
	filter: grayscale(0%) brightness(100%);
}


.projectDet .show .btns>div.prev {
	left: -70px;
}

.projectDet .show .btns>div.next {
	right: -70px;
}

.projectDet .show .btns>div.next img {
	transform: rotate(180deg);
}


.projectDet .describe {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 133px;
}


.projectDet .describe .des {
	width: 50%;
}

.projectDet .describe .des p {
	font-size: 16px;
	line-height: 26px;
	color: #222222;
}


.projectDet .describe .msg {
	width: 36.25%;
	padding: 17px 0;
}


.projectDet .describe .msg li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 2px;
}



.projectDet .describe .msg li:last-child {
	margin-bottom: 0;
}



.projectDet .describe .msg .name {
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	width: 40%;
}


.projectDet .describe .msg .num {
	font-size: 18px;
	line-height: 28px;
	color: rgba(102, 102, 102, .8);
	width: 40.2%;
}


.projectDet .projectCase {
	margin-bottom: 102px;
}


.projectDet .projectCase .title1 {
	font-size: 36px;
	color: #222222;
	line-height: 48px;
	text-align: center;
	margin-bottom: 39px;
}


@media screen and (max-width:1600px) {
	.projectDet .projectDetTxts {
		width: 80%;
		margin-bottom: 60px;
	}

	.projectDet .show {
		margin-bottom: 60px;
	}

	.projectDet .describe .msg {
		width: 42%;
	}

	.projectDet .describe .msg .num {
		width: 48%;
	}

	.projectDet .describe .msg li {
		margin-bottom: 10px;
	}

	.projectDet .describe {
		margin-bottom: 80px;
	}

	.projectDet .projectCase .title1 {
		margin-bottom: 50px;
	}

	.projectDet .projectCase {
		margin-bottom: 80px;
	}

	.projectDet .projectDetTxts {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.projectDet .projectDetTxts {
		width: 90%;
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 50px;
	}

	.projectDet .show .btns>div img {
		width: 18px;
	}

	.projectDet .describe .msg li {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.projectDet .describe .msg .num {
		width: 100%;
	}

	.projectDet .describe .msg .name {
		width: 100%;
		margin-bottom: 5px;
	}

	.projectDet .describe .msg {
		width: 30%;
	}

	.projectDet .describe .des {
		width: 60%;
	}

	.projectDet .describe,
	.projectDet .projectCase {
		margin-bottom: 60px;
	}
}

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

	.projectDet .describe .des {
		width: 100%;
		margin-top: 30px;
	}

	.projectDet .describe .msg {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.projectDet .describe .msg li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 0;
		margin-top: 20px;
	}

	.projectDet .describe .msg li:nth-child(3n) {
		margin-right: 0;
	}

	.projectDet .describe .msg li:nth-child(-n+3) {
		margin-top: 0;
	}

	.projectDet .describe .msg .num,
	.projectDet .describe .msg .name {
		font-size: 16px;
		line-height: 28px;
	}

	.projectDet .describe .msg li {
		justify-content: flex-start;
	}

	.projectDet .projectDetTxts {
		width: 100%;
		margin-bottom: 40px;
		font-size: 14px;
		line-height: 26px;
	}

	.projectDet .show,
	.projectDet .describe,
	.projectDet .projectCase {
		margin-bottom: 50px;
	}

	.projectDet .projectCase .title1 {
		margin-bottom: 40px;
	}

	.projectDet .show .swiper {
		width: 70%;
	}

	.projectDet .show .btns>div img {
		width: 14px;
	}
}

@media screen and (max-width:768px) {
	.projectDet .show .swiper {
		width: 80%;
	}

	.projectDet .show .btns>div {
		position: static;
		transform: translateX(0);
		margin-top: 20px;
	}

	.projectDet .show .btns {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.projectDet .show .btns>div.prev {
		margin-right: 30px;
	}

	.projectDet .show .btns>div img {
		filter: grayscale(100%) brightness(0%);
		width: 12px;
	}

	.projectDet .describe .msg {
		justify-content: space-between;
	}

	.projectDet .describe .msg li:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 20px;
	}

	.projectDet .describe .msg li:nth-child(-n+2) {
		margin-top: 0;
	}

	.projectDet .show,
	.projectDet .describe,
	.projectDet .projectCase {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:538px) {
	.projectDet .show .swiper {
		width: 100%;
	}

	.projectDet .show .swiper .swiper-slide .image {
		height: 240px;
	}

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


@media screen and (max-width:450px) {
	.projectDet .describe .msg li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.projectDet .describe .msg li:nth-child(1) {
		margin-top: 0;
	}
}

















/* 5-3-1Meterials */

.naturalStone {
	padding: 105px 0 157px 0;
	margin-bottom: 59px;
}


.naturalStone .naturalTxts {
	margin-bottom: 87px;
}

.naturalTxts .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #222222;
	margin-bottom: 14px;
	text-align: center;
}


.naturalTxts .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	text-align: center;
}


.naturalStone .list {
	margin-bottom: 114px;
}



.naturalStone .list .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}

.naturalStone .list .item .playBtn {
	width: 120px;
}

.naturalStone .list .item:last-child {
	margin-bottom: 0;
}


.naturalStone .list .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.naturalStone .list .image {
	width: 60.0625%;
	position: relative;
}


.naturalStone .list .msg {
	width: 29.35%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.naturalStone .list .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #222222;
	margin-bottom: 14px;
}

.naturalStone .list a.title1:hover {
	color: #680f00;
}

.naturalStone .list .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 154px;
}

.naturalStone .list .cBtn {
	background-color: #680f00;
}

.naturalStone .list .cBtn:hover {
	background-color: #000000;
}


.hotProducts .title {
	display: flex;
	align-items: center;
	margin-bottom: 54px;
}


.hotProducts .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #222222;
}


.hotProducts .title .line {
	flex: 1;
	height: 1px;
	background-color: rgba(0, 0, 0, .1);
}


.hotProducts .title .title1 {
	margin: 0 34px;
}


.productItem {
	position: relative;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.productItem .showImg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

.productItem .showImg img:nth-child(1) {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}

.productItem:hover .showImg {
	opacity: 1;
	pointer-events: all;
}

.productItem .showImg:hover img {
	transform: scale(1, 1);
}

.productItem .showImg .big {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 69px;
}


.productItem .showImg:hover .big {
	transform: scale(1, 1) translateX(-50%) translateY(-50%);
}



.productItem .image {
	overflow: hidden;
}

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

.productItem .msg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 20px 34px;
	width: 100%;
}


.productItem .msg .name {
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 2px;
	text-align: center;
	color: rgba(34, 34, 34, 0.8);
}



.productItem .msg .name:hover {
	color: #830600;
}


.productItem .msg .txts {
	font-size: 20px;
	line-height: 30px;
	color: rgba(34, 34, 34, 0.8);
	text-align: center;
}

@media screen and (max-width:1600px) {
	.naturalTxts .title1 {
		margin-bottom: 20px;
	}

	.naturalStone .naturalTxts {
		margin-bottom: 60px;
	}

	.naturalStone .list .item .playBtn {
		width: 80px;
	}

	.naturalStone .list .txts {
		margin-bottom: 60px;
	}

	.naturalStone .list .title1 {
		margin-bottom: 30px;
	}

	.naturalStone .list .msg {
		width: 35%;
	}

	.naturalStone .list .item {
		margin-bottom: 80px;
	}

	.naturalStone {
		margin-bottom: 80px;
	}

	.hotProducts .title {
		margin-bottom: 60px;
	}

	.productItem .msg .txts,
	.productItem .msg .name {
		font-size: 18px;
		line-height: 28px;
	}

	.productItem .msg .name {
		margin-bottom: 10px;
	}

	.productItem .showImg .big {
		width: 55px;
	}

	.naturalStone .list {
		margin-bottom: 100px;
	}
}

@media screen and (max-width:1333px) {
	.naturalStone .list .title1 {
		margin-bottom: 20px;
	}

	.naturalStone .naturalTxts {
		margin-bottom: 50px;
	}

	.naturalStone .list .item .playBtn {
		width: 65px;
	}

	.naturalStone .list .txts {
		margin-bottom: 40px;
	}

	.naturalStone .list .item {
		margin-bottom: 60px;
	}

	.naturalStone .list {
		margin-bottom: 80px;
	}

	.hotProducts .title {
		margin-bottom: 50px;
	}

	.productItem .msg {
		padding: 20px;
	}

	.productItem .showImg .big {
		width: 50px;
	}

	.naturalStone {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:999px) {
	.naturalTxts .txts br {
		display: none;
	}

	.naturalStone .list .txts {
		margin-bottom: 30px;
	}

	.naturalStone .list .item .playBtn {
		width: 60px;
	}

	.naturalStone .list .txts {
		margin-bottom: 20px;
	}

	.naturalStone .list .item {
		margin-bottom: 50px;
	}

	.productItem .msg .name {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.naturalStone {
		margin-bottom: 50px;
	}

	.hotProducts .title {
		margin-bottom: 40px;
	}
}

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

	.naturalStone .list .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.naturalStone .list .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.naturalStone .list .image {
		width: 100%;
		height: 280px;
	}

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

	.naturalStone .list .item .playBtn {
		width: 55px;
	}

	.productItem .image img {
		max-width: 280px;
	}

	.naturalStone .list {
		margin-bottom: 60px;
	}

}

@media screen and (max-width:538px) {
	.naturalStone .list .item .playBtn {
		width: 50px;
	}

	.naturalStone .list .image {
		height: 240px;
	}

	.naturalStone .list .item {
		margin-bottom: 40px;
	}
}


/* 5-3-2cloth */


.fabricLiff {
	padding: 131px 0 124px 0;
}




.fabricLiff .con {
	display: flex;
	justify-content: space-between;
	margin-bottom: 140px;
}


.fabricLiff .msg {
	width: 38%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 4px;
}


.fabricLiff .msg .title1 {
	font-weight: bold;
	font-size: 36px;
	color: #222222;
	line-height: 45px;
	margin-bottom: 44px;
}


.fabricLiff .msg .txts p {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	hyphens: auto;
}

.fabricLiff .image {
	width: 46%;
}

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

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


.fabricList {
	background-color: #f1edec;
	padding: 142px 0 107px 0;
}


.fabricList .list {
	margin-bottom: 139px;
}


.fabricList .list .fabricItem {
	margin-bottom: 134px;
}


.fabricList .list .fabricItem:last-child {
	margin-bottom: 0;
}

.fabricItem .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 67px;
}



.fabricItem .title .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #222222;
}

.fabricItem .title .tip {
	font-size: 16px;
	line-height: 26px;
	color: #222222;
}


.fabricItem .showImg {
	height: 400px;
	margin-bottom: 43px;
}

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

.fabricItem .txts {
	width: 65%;
	margin: 0 auto;
	margin-bottom: 94px;
}

.fabricItem .txts p {
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	text-align: center;
}

.fabricItem .fList {
	margin-bottom: 73px;
}

@media screen and (max-width:1600px) {
	.fabricLiff .msg {
		padding-bottom: 0;
		width: 45%;
	}

	.fabricLiff .con {
		margin-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.fabricLiff .msg .title1 {
		margin-bottom: 30px;
	}

	.fabricLiff .con {
		margin-bottom: 60px;
	}
}

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

	.fabricLiff .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.fabricLiff .image {
		width: 100%;
		height: 300px;
	}

	.fabricLiff .con {
		margin-bottom: 40px;
	}

	.fabricLiff .showImg {
		height: 300px;
	}
}

@media screen and (max-width:768px) {
	.fabricLiff .msg .title1 {
		margin-bottom: 20px;
	}

	.fabricLiff .image,
	.fabricLiff .showImg {
		height: 260px;
	}

	.fabricLiff .con {
		margin-bottom: 30px;
	}
}

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

	.fabricLiff .image,
	.fabricLiff .showImg {
		height: 240px;
	}
}







.fList {
	display: flex;
	flex-wrap: wrap;
}


.fList .item:nth-child(n) {
	width: 32%;
	margin-right: 2%;
	margin-top: 50px;
	background-color: #ffffff;
	padding: 15px;
}


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

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


.fList .item .image {
	margin-bottom: 17px;
}


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


.fList .item .name {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 13px;
}


.fabricItem .line {
	width: 100%;
	height: 1px;
	background-color: rgba(75, 75, 75, 0.4);
	position: relative;
}

.fabricItem .line::after {
	content: "";
	width: 82px;
	height: 5px;
	background-color: #b7b7b7;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);

}




.explanation .title {
	display: flex;
	align-items: flex-start;
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #222222;
	margin-bottom: 67px;
}


.explanation .title img {
	width: 47px;
	flex-shrink: 0;
	margin-right: 13px;
}


.explanation {
	max-width: 1360px;
	margin: 0 auto;
}




.explanation .txts {
	padding-left: 26.8%;
}

.explanation .txts p {
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	hyphens: auto;
}


@media screen and (max-width:1600px) {
	.fabricItem .title {
		margin-bottom: 50px;
	}

	.fabricItem .txts {
		width: 80%;
		margin-bottom: 60px;
	}

	.fList .item .name {
		margin-bottom: 0;
	}

	.fabricList .list .fabricItem {
		margin-bottom: 100px;
	}

	.fabricList .list {
		margin-bottom: 100px;
	}

	.explanation .txts {
		padding-left: 20%;
	}
}

@media screen and (max-width:1333px) {
	.fabricItem .showImg {
		height: 300px;
		margin-bottom: 30px;
	}

	.fabricItem .title {
		margin-bottom: 40px;
	}

	.fList .item:nth-child(n) {
		padding: 10px;
		margin-top: 40px;
	}

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

	.fabricItem .txts {
		width: 90%;
		margin-bottom: 40px;
	}

	.fabricItem .fList {
		margin-bottom: 60px;
	}

	.fabricList .list .fabricItem {
		margin-bottom: 80px;
	}

	.fabricList .list {
		margin-bottom: 80px;
	}

	.explanation .title {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.explanation .title img {
		width: 40px;
		transform: translateY(5px);
	}
}

@media screen and (max-width:999px) {
	.fabricItem .showImg {
		height: 260px;
	}

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

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

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

	.fList .item .image {
		height: 200px;
		margin-bottom: 10px;
	}

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

	.fabricList .list {
		margin-bottom: 60px;
	}

	.explanation .title {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.explanation .title img {
		width: 35px;
		transform: translateY(3px);
	}

	.explanation .txts {
		padding-left: 0;
	}
}


@media screen and (max-width:768px) {
	.fabricItem .txts {
		width: 100%;
	}

	.fabricItem .fList {
		margin-bottom: 50px;
	}

	.fabricList .list .fabricItem {
		margin-bottom: 60px;
	}

	.fabricList .list {
		margin-bottom: 50px;
	}

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

	.explanation .title img {
		width: 30px;
		transform: translateY(2px);
	}

	.fabricItem .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}

	.fabricItem .title .tip {
		margin-top: 10px;
		padding-left: 14px;
	}
}

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


	.fabricItem .showImg {
		height: 240px;
	}

	.fList .item .image {
		height: 180px;
	}

	.fabricItem .fList {
		margin-bottom: 40px;
	}

	.fabricList .list .fabricItem {
		margin-bottom: 50px;
	}
}

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

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












.aesthetics {
	background-color: #1b1b1b;
	display: flex;
	justify-content: space-between;
}


.aesthetics .item {
	display: flex;
	flex-direction: column;
}


.aesthetics .item:nth-child(2n-1) {
	width: 47.91%;
	flex-direction: column-reverse;
	align-items: flex-end;
}

.aesthetics .item:nth-child(2n) {
	width: 44.739%;
}


.aesthetics .title1 {
	font-size: 36px;
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 49px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	z-index: 99;
}


.aesthetics .title1 span:nth-child(2) {
	position: relative;
}

.aesthetics .title1 span:nth-child(2)::after {
	content: "";
	position: absolute;
	top: -3px;
	left: -8px;
	width: 53px;
	height: 53px;
	background-color: #4c8a69;
	z-index: -1;
	border-radius: 50%;
}


.aesthetics .msg {
	width: 70.4%;
}


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

.aesthetics .item:nth-child(1) .msg {
	margin-bottom: 67px;
	padding-top: 49px;
	padding-right: 74px;
}

.aesthetics .item:nth-child(1) .image {
	height: 580px;
}

.aesthetics .item:nth-child(2) .image {
	height: 897px;
}

.aesthetics .item:nth-child(2) .msg {
	margin-top: 127px;
	padding-bottom: 49px;
}

.aesthetics .txts {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	hyphens: auto;
}

@media screen and (max-width:1600px) {
	.aesthetics .item:nth-child(1) .image {
		height: 400px;
	}

	.aesthetics .item:nth-child(2) .image {
		height: 600px;
	}

	.aesthetics .item:nth-child(n) .msg {
		margin: 0;
		padding: 40px 0;
	}

}

@media screen and (max-width:1333px) {
	.aesthetics .item:nth-child(1) .image {
		height: 400px;
	}

	.aesthetics .item:nth-child(2) .image {
		height: 500px;
	}
}

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

	.aesthetics .item:nth-child(n) {
		width: 100%;
		flex-direction: column-reverse;
	}

	.aesthetics .item:nth-child(n) .image {
		height: 300px;
		width: 100%;
	}

	.aesthetics .item:nth-child(n) .msg {
		width: 100%;
		padding: 40px 80px;
	}

	.aesthetics .title1 span:nth-child(2)::after {
		width: 45px;
		height: 45px;
		top: 50%;
		transform: translateY(-50%);
	}

	.aesthetics .title1 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:768px) {
	.aesthetics .item:nth-child(n) .image {
		height: 260px;
	}

	.aesthetics .item:nth-child(n) .msg {
		padding: 40px 25px;
	}
}

@media screen and (max-width:538px) {
	.aesthetics .item:nth-child(n) .image {
		height: 240px;
	}

	.aesthetics .item:nth-child(n) .msg {
		padding: 40px 15px;
	}
}












.cAdvantageList {
	padding: 202px 0 95px 0;
}


.cAdvantageList .list {
	margin-bottom: 171px;
}


.cAdvantageList .list .item {
	margin-bottom: 151px;
}


.cAdvantageList .list .item:last-child {
	margin-bottom: 0;
}



.cAdvantageList .list .item {
	display: flex;
	justify-content: space-between;
}

.cAdvantageList .list .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}


.cAdvantageList .list .image {
	width: 38.75%;
}

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

.cAdvantageList .list .msg {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.cAdvantageList .list .item:nth-child(2n-1) .msg {
	padding-left: 121px;
	width: 43%;
}

.cAdvantageList .list .item:nth-child(2n) .msg {
	padding-right: 121px;
	width: 43.95%;
}

.cAdvantageList .list .title1 {
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 33px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.cAdvantageList .list .title1 span:nth-child(1) {
	position: relative;
}


.cAdvantageList .list .title1 span:nth-child(1)::after {
	content: "";
	position: absolute;
	width: 53px;
	height: 53px;
	border-radius: 50%;
	z-index: -1;
}


.cAdvantageList .list .item:nth-child(3n-2) .title1 span:nth-child(1)::after {
	right: -26px;
	top: -9px;
	background-color: #a0a0a0;
}

.cAdvantageList .list .item:nth-child(3n-1) .title1 span:nth-child(1)::after {
	left: -13px;
	top: -17px;
	background-color: #c18951;
}

.cAdvantageList .list .item:nth-child(3n) .title1 span:nth-child(1)::after {
	left: -18px;
	top: -9px;
	background-color: #bdbab2;
}



.cAdvantageList .list .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 105px;
	hyphens: auto;
}

.cAdvantageList .list .signTxts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}

.cAdvantageList .list .signTxts::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	transform: translateY(2px);
	margin-right: 3px;
}


.cAdvantageList .list .item:nth-child(2n-1) .signTxts::before {
	background-color: #666666;
}

.cAdvantageList .list .item:nth-child(2n) .signTxts::before {
	background-color: #000000;
}

.cAdvantageList .innovation {
	margin-bottom: 151px;
}

.innovation .title {
	font-weight: bold;
	font-size: 32px;
	line-height: 48px;
	color: #000000;
	text-align: center;
	margin-bottom: 50px;
}



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

.innovation .innovationCon>.item {
	width: 28.75%;
	height: 586px;
}

.innovation .item {
	position: relative;
}

.innovation .item .image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}


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

.innovation .item .name {
	position: absolute;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	bottom: 76px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 0 20px;
}



.innovationCon .innovationList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 71.05%;
}



.innovationCon .innovationList .item {
	height: 317px;
}

.innovationCon .innovationList .item:nth-child(1) {
	width: 100%;
	margin-bottom: 3px;
	height: 266px;
}


.innovationCon .innovationList .item:nth-child(2) {
	width: 49.4%;
}

.innovationCon .innovationList .item:nth-child(3) {
	width: 50.2%;
}

@media screen and (max-width:1600px) {
	.cAdvantageList .list .item:nth-child(2n-1) .msg {
		width: 50%;
		padding-left: 50px;
	}

	.cAdvantageList .list .item:nth-child(2n) .msg {
		width: 50%;
		padding-right: 50px;
	}

	.cAdvantageList .list .image {
		width: 40%;
	}

	.cAdvantageList .list .txts {
		margin-bottom: 60px;
	}

	.cAdvantageList .list .item {
		margin-bottom: 100px;
	}

	.cAdvantageList .list .title1 span:nth-child(1)::after {
		width: 46px;
		height: 46px;
	}

	.cAdvantageList .list,
	.cAdvantageList .innovation {
		margin-bottom: 100px;
	}

	.innovation .title {
		font-size: 28px;
	}
}

@media screen and (max-width:1333px) {
	.cAdvantageList .list .item:nth-child(n) .msg {
		padding: 0;
	}

	.cAdvantageList .list .image {
		width: 45%;
	}

	.cAdvantageList .list .item {
		margin-bottom: 80px;
	}

	.cAdvantageList .list .signTxts {
		font-size: 16px;
	}

	.cAdvantageList .list .txts {
		margin-bottom: 40px;
	}

	.cAdvantageList .list,
	.cAdvantageList .innovation {
		margin-bottom: 80px;
	}

	.innovation .title {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 40px;
	}

	.innovation .item .name {
		bottom: 40px;
	}
}

@media screen and (max-width:999px) {
	.cAdvantageList .list .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.cAdvantageList .list .item:nth-child(n) .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.cAdvantageList .list .txts {
		margin-bottom: 26px;
	}

	.cAdvantageList .list .signTxts {
		font-size: 14px;
		line-height: 26px;
	}

	.cAdvantageList .list .title1 {
		margin-bottom: 20px;
	}

	.cAdvantageList .list .image {
		width: 100%;
		height: 300px;
	}

	.cAdvantageList .list .item {
		margin-bottom: 60px;
	}

	.cAdvantageList .list,
	.cAdvantageList .innovation {
		margin-bottom: 60px;
	}

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

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

	.innovationCon .innovationList {
		width: 100%;
		margin-top: 3px;
	}

	.innovation .innovationCon>.item,
	.innovationCon .innovationList .item:nth-child(1) {
		width: 100%;
		height: 220px;
	}

	.innovationCon .innovationList .item {
		height: 220px;
	}

	.cAdvantageList .list .title1 span:nth-child(1)::after {
		width: 40px;
		height: 40px;
	}
}

@media screen and (max-width:768px) {
	.cAdvantageList .list .image {
		height: 260px;
	}

	.cAdvantageList .list .item {
		margin-bottom: 50px;
	}

	.cAdvantageList .list,
	.cAdvantageList .innovation {
		margin-bottom: 50px;
	}

	.innovation .title {
		font-size: 18px;
	}

	.innovation .innovationCon>.item,
	.innovationCon .innovationList .item:nth-child(1),
	.innovationCon .innovationList .item {
		height: 200px;
	}

	.innovation .item .name {
		bottom: 20px;
	}
}

@media screen and (max-width:538px) {
	.cAdvantageList .list .image {
		height: 240px;
	}

	.innovation .title {
		font-size: 16px;
	}
}





/* 5-3-3wood */


.woodCulTrue {
	padding: 101px 0 133px 0;
}

.woodCulTrue .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #000000;
	margin-bottom: 53px;
	text-align: center;
}


.woodTxts {
	width: 63%;
	margin: 0 auto;
}

.woodTxts p {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}

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


.woodCulTrue .woodTxts {
	margin-bottom: 77px;
}


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




.woodList {
	padding: 132px 0 159px 0;
}

.woodList .safeRange {
	max-width: 1210px;
}


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



.woodList .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	letter-spacing: 0px;
	color: #000000;
	margin-bottom: 22px;
}


.woodList .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	hyphens: auto;
}

.woodList .item {
	margin-bottom: 117px;
}

.woodList .item:nth-child(2n) {
	flex-direction: row-reverse;
}

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



.woodList .image {
	width: 46.19%;
}


.woodList .msg {
	width: 42.24%;
}



@media screen and (max-width:1600px) {
	.woodTxts {
		width: 80%;
	}

	.woodCulTrue .title1 {
		margin-bottom: 40px;
	}

	.woodCulTrue .woodTxts {
		margin-bottom: 60px;
	}

	.woodList .item {
		margin-bottom: 80px;
	}
}

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

	.woodCulTrue .woodTxts {
		margin-bottom: 50px;
	}

}

@media screen and (max-width:999px) {
	.woodTxts {
		width: 95%;
	}

	.woodCulTrue .woodTxts {
		margin-bottom: 40px;
	}

	.woodCulTrue .title1 {
		margin-bottom: 30px;
	}

	.woodCulTrue .image {
		height: 320px;
	}

	.woodList .item {
		margin-bottom: 60px;
	}
}

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

	.woodList .item:nth-child(n) {
		flex-direction: column-reverse;
	}

	.woodList .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.woodList .image {
		width: 100%;
		height: 260px;
	}

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

	.woodList .item {
		margin-bottom: 40px;
	}

	.woodCulTrue .image {
		height: 260px;
	}
}

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

	.woodCulTrue .image,
	.woodList .image {
		height: 240px;
	}
}




.soldWood {
	padding: 125px 0 122px 0;
}


.soldWood .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 27px;
}

.soldWood .woodTxts {
	margin-bottom: 77px;
}

.soldWoodList {
	display: flex;
	flex-wrap: wrap;
}


.soldWoodList .item {
	width: 32%;
	margin-right: 2%;
	margin-top: 51px;
}

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

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


.soldWoodList .image {
	margin-bottom: 13px;
}


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

.soldWoodList .name {
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	text-align: center;
}


.craftsmanship .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 33px;
	color: #222222;
}


.craftsmanship .woodTxts {
	margin-bottom: 67px;
}

.craftsmanship .woodTxts p {
	font-size: 20px;
}

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




.maintenance {
	padding: 128px 0 97px 0;
}



.maintenance .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 79px;
	color: #222222;
}


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



.maintenance .list {
	width: 49%;
}


.maintenance .con .image {
	width: 42.25%;
}

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



.maintenance .list .item {
	margin-bottom: 76px;
	display: flex;
	align-items: center;
}



.maintenance .list .item:last-child {
	margin-bottom: 0;
}



.maintenance .list .tit {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	width: 150px;
	flex-shrink: 0;
	margin-right: 12px;
}


.maintenance .list .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	position: relative;
	padding-left: 19px;
	hyphens: auto;
}

.maintenance .list .txts::after {
	content: "";
	position: absolute;
	height: 90%;
	width: 1px;
	background-color: #000000;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.maintenance .con {
	margin-bottom: 160px;
}


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

	.soldWood .title1,
	.craftsmanship .title1 {
		margin-bottom: 40px;
	}

	.soldWood .woodTxts,
	.craftsmanship .woodTxts {
		margin-bottom: 60px;
	}

	.soldWoodList .name {
		font-size: 18px;
	}

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

	.craftsmanship .woodTxts p {
		font-size: 18px;
	}

	.maintenance .list .item {
		margin-bottom: 50px;
	}

	.maintenance .con {
		margin-bottom: 100px;
	}

}

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

	.soldWood .title1,
	.craftsmanship .title1 {
		margin-bottom: 30px;
	}

	.soldWood .woodTxts,
	.craftsmanship .woodTxts {
		margin-bottom: 50px;
	}

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

	.maintenance .con {
		margin-bottom: 80px;
	}

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

	.maintenance .list .tit {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	.maintenance .list .item {
		margin-bottom: 40px;
	}

	.maintenance .con .image {
		width: 45%;
	}

	.maintenance .title1 {
		margin-bottom: 60px;
	}
}

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

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

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

	.soldWoodList .image {
		height: 200px;
	}

	.craftsmanship .image {
		height: 320px;
	}

	.maintenance .title1 {
		margin-bottom: 50px;
	}

	.maintenance .con {
		margin-bottom: 60px;
		flex-direction: column;
		align-items: flex-start;
	}

	.maintenance .list {
		width: 100%;
	}

	.maintenance .con .image {
		width: 100%;
		height: 320px;
		margin-top: 40px;
	}
}

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

	.soldWood .woodTxts,
	.craftsmanship .woodTxts {
		margin-bottom: 40px;
	}

	.craftsmanship .image,
	.maintenance .con .image {
		height: 260px;
	}

	.soldWood .title1,
	.craftsmanship .title1 {
		margin-bottom: 20px;
	}
}

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

	.craftsmanship .image,
	.maintenance .con .image {
		height: 240px;
	}
}

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

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


/* 5-3-4leather */

.genuine {
	padding: 103px 0 136px 0;
}

.genuine .title1 {
	font-size: 36px;
	line-height: 48px;
	color: #000000;
}


.genuine .genuineList {
	margin-bottom: 130px;
}

.genuineList .item {
	margin-bottom: 145px;
}

.genuineList .item:nth-child(2n) .txts {
	color: #000000;
}

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



.genuineList .item .msg {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 108px;
}


.genuineList .item .title1 {
	width: 40%;
	font-size: 36px;
	line-height: 48px;
}


.genuineList .item .txts {
	width: 48.65%;
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	hyphens: auto;
	padding: 3px 0;
}

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


.grade>.title1 {
	margin-bottom: 57px;
	text-align: center;
}

.grade .list .item {
	margin-bottom: 118px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.grade .list .item:nth-child(2n-1) {
	flex-direction: row-reverse;
}


.grade .list .item:last-child {
	margin-bottom: 0;
}

.grade .list .image {
	width: 45.625%;
}


.grade .list .msg {
	width: 41.35%;
}

.grade .list .title1 {
	font-weight: normal;
	margin-bottom: 25px;
}


.grade .list .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}



.fabricItem .showImg {
	position: relative;
}

.fabricItem .showImg .title1 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	padding: 0 30px;
	color: #ffffff;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
}

.fList2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 76px;
}


.fList2 .item {
	width: 49.3125%;
	background-color: #ffffff;
	padding: 15px;
	margin-top: 50px;
}

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

.fList2 .item .image {
	height: 263px;
	margin-bottom: 18px;
}


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


.fList2 .item .name {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 13px;
}



.quality .show {
	position: relative;
	margin-bottom: 149px;
}

.quality .show .msg {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 130px;
}

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


.quality .show .msg .title1 {
	color: #ffffff;
	margin-bottom: 17px;
}


.quality .show .msg .txts {
	font-family: ArialMT;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #ffffff;
}


.qualityList .image {
	margin-bottom: 20px;
}


.qualityList .name {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}





.quality .con {
	display: flex;
	justify-content: space-between;
	padding: 134px 0 145px 0;
}



.quality .adhere {
	width: 45%;
}


.quality .focusOn {
	width: 47.6875%;
}


.adhere .image {
	position: relative;
	z-index: 9;
	margin-left: 86px;
	margin-bottom: 73px;
	width: 68.7%;
}

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


.quality .con .txts {
	hyphens: auto;
}

.adhere .image::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f1edec;
	z-index: -1;
	left: 0;
	bottom: 0;
	transform: translateX(-86px) translateY(73px);
}

.adhere .title1 {
	margin-bottom: 32px;
	color: #222222;
}

.adhere .msg {
	padding: 102px 0 0 0;
}


.focusOn .msg {
	padding: 55px 0 181px;
	padding-left: 50px;
}


.focusOn .msg .title1 {
	margin-bottom: 21px;
	color: #222222;
}



.quality .techniques {
	margin-bottom: 142px;
}

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

.techniques .image {
	width: 49.875%;
}

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

.techniques .msg {
	width: 41.65%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 15px;
}




.techniques .msg .title1 {
	margin-bottom: 35px;
	color: #222222;
}



.techniques .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 37px;
}


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

.techniques .item .num {
	width: 17px;
	height: 17px;
	line-height: 17px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.8);
	flex-shrink: 0;
	margin-right: 14px;
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-radius: 50%;
	transform: translateY(3.5px);
}


.techniques .item .txts {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}




.quality .hotProducts {
	padding: 134px 0 136px 0;
	position: relative;
	z-index: 9;
	margin-bottom: 65px;
}


.quality .hotProducts::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100vw;
	height: 100%;
	background-color: #f1edec;
	z-index: -1;

}


@media screen and (max-width:1600px) {
	.genuineList .item .txts {
		padding: 0;
		width: 50%;
	}

	.genuineList .item .title1 {
		width: 45%;
	}

	.genuineList .item .msg,
	.grade .list .item {
		margin-bottom: 60px;
	}

	.genuineList .item {
		margin-bottom: 100px;
	}

	.genuine .genuineList {
		margin-bottom: 100px;
	}

	.grade .list .msg {
		width: 45%;
	}

	.fList2 .item .name {
		margin-bottom: 0;
	}

	.quality .show .msg {
		padding: 40px 0;
	}

	.quality .show {
		margin-bottom: 0;
	}

	.adhere .msg {
		padding-top: 80px;
	}

	.focusOn .msg {
		padding: 60px 0;
		padding-left: 40px;
	}

	.quality .techniques {
		margin-bottom: 80px;
	}

	.quality .hotProducts {
		padding: 80px 0;
		margin-bottom: 0;
	}

}

@media screen and (max-width:1333px) {
	.genuineList .item .msg {
		flex-direction: column;
		align-items: flex-start;
	}

	.genuineList .item .title1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.genuineList .item .txts {
		width: 100%;
	}

	.genuineList .item .msg,
	.grade .list .item {
		margin-bottom: 50px;
	}

	.genuineList .item,
	.genuine .genuineList {
		margin-bottom: 80px;
	}

	.fList2 .item .image {
		height: 200px;
	}

	.adhere .image {
		margin-left: 60px;
		margin-bottom: 50px;
	}

	.adhere .image::after {
		transform: translateX(-50px) translateY(60px);
	}

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

	.techniques .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.techniques .item {
		margin-bottom: 20px;
	}

	.techniques .image {
		width: 100%;
		height: 340px;
	}

	.fList2 .item {
		margin-top: 40px;
		padding: 10px;
	}

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

	.fList2 {
		margin-bottom: 60px;
	}

	.quality .hotProducts {
		padding: 60px 0;
	}
}


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

	.genuineList .item .msg,
	.grade .list .item {
		margin-bottom: 40px;
	}

	.genuineList .item,
	.genuine .genuineList {
		margin-bottom: 60px;
	}

	.genuineList .image {
		height: 300px;
	}

	.grade .list .item:nth-child(n) {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.grade .list .msg {
		width: 100%;
		margin-bottom: 30px;
	}

	.grade .list .image {
		width: 100%;
		height: 300px;
	}

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

	.grade .list .title1 {
		margin-bottom: 20px;
	}

	.grade>.title1 {
		margin-bottom: 40px;
	}

	.fList2 .item .image {
		margin-bottom: 10px;
	}

	.fList2 .item {
		width: 48%;
		margin-top: 30px;
	}

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

	.quality .show .image {
		height: 300px;
	}

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

	.qualityList .image {
		margin-bottom: 10px;
		height: 300px;
	}

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

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

	.quality .adhere {
		width: 100%;
		display: flex;
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	.adhere .msg {
		padding-top: 0;
		margin-bottom: 40px;
	}

	.adhere .title1 {
		margin-bottom: 20px;
	}

	.adhere .image {
		height: 320px;
		width: 100%;
		margin-bottom: 30px;
		margin-left: 30px;
	}

	.adhere .image::after {
		transform: translateX(-30px) translateY(30px);
	}

	.quality .focusOn {
		width: 100%;
	}

	.quality .con .image {
		height: 320px;
	}

	.focusOn .msg {
		padding: 50px;
		padding-right: 0;
	}

	.quality .techniques {
		margin-bottom: 60px;
	}

	.quality .hotProducts {
		padding: 50px 0;
	}
}


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

	.genuineList .item,
	.genuine .genuineList {
		margin-bottom: 50px;
	}

	.genuineList .item .msg,
	.grade .list .item {
		margin-bottom: 30px;
	}

	.grade>.title1 {
		margin-bottom: 30px;
	}

	.grade .list .image,
	.quality .show .image,
	.qualityList .image,
	.quality .con .image,
	.techniques .image {
		height: 260px;
	}

	.quality .techniques {
		margin-bottom: 50px;
	}

	.quality .hotProducts {
		padding: 40px 0;
	}

	.fList2 {
		margin-bottom: 50px;
	}

	.focusOn .msg {
		padding: 40px;
		padding-right: 0;
	}
}

@media screen and (max-width:538px) {
	.genuineList .item .title1 {
		margin-bottom: 20px;
	}

	.fList2 {
		margin-bottom: 40px;
	}

	.grade .list .image,
	.quality .show .image,
	.qualityList .image,
	.quality .con .image,
	.techniques .image {
		height: 240px;
	}

	.focusOn .msg {
		padding: 30px;
		padding-right: 0;
	}

	.techniques .msg .title1 {
		margin-bottom: 30px;
	}

	.genuineList .image {
		height: 240px;
	}

	.genuineList .item,
	.genuine .genuineList {
		margin-bottom: 40px;
	}
}

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

	.fList2 .item:nth-child(n) .image {
		height: 180px;
	}

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


/* 5-3-5stone */


.stone {
	padding: 140px 0 131px 0;
}

.stone .genuineList .item .txts {
	color: #000000;
	width: 57.4%;
}

.stone .genuineList .item .msg {
	margin-bottom: 0px;
}

.stone .genuineList .item .image {
	margin-top: 75px;
}

.stone .genuineList .item {
	margin-bottom: 141px;
}


.stone .genuineList .item:last-child {
	margin-bottom: 0;
}


.appreciate {
	padding: 108px 0 139px 0;
}

.appreciate .title1 {
	text-align: center;
	margin-bottom: 72px;
	font-size: 36px;
	line-height: 48px;
}



.appreciate .btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 52px;
}

.appreciate .btns .name {
	font-size: 18px;
	line-height: 20px;
	color: #222222;
}

.appreciate .btns .design {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-shrink: 0;
	margin-left: 30px;
}

.appreciate .btns .design .tit {
	font-size: 18px;
	line-height: 20px;
	color: #222222;
	flex-shrink: 0;
	margin-right: 28px;
}

.appreciate .btns .design .dots {
	display: flex;
	flex-wrap: wrap;
	margin-right: -3.5px;
}

.appreciate .btns .design .dots span {
	width: 7px;
	height: 7px;
	background-color: #000000;
	border-radius: 50%;
	margin: 4px 3.5px;
}

.appreciate .btns .design .dots span.active {
	opacity: .5;
}

.appreciate .fList .item {
	margin-top: 20px;
}

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

.appreciate .fList .item .name {
	font-weight: bold;
	font-size: 20px;
}

.imported {
	padding: 108px 0 64px 0;
}


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


.italy .msg {
	display: flex;
	align-items: flex-start;
	margin-bottom: 75px;
	justify-content: space-between;
}



.italy .msg .title1 {
	width: 40%;
}

.italy .msg .txts {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	width: 56.6%;
}

.italy .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 133px;
}


.italy .list .item:nth-child(2n-1) {
	width: 36.8125%;
}

.italy .list .item:nth-child(2n) {
	width: 51.625%;
}



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


.italy .list .item .name {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2px;
	color: #222222;
	margin-top: 21px;
}




.imported .methods {
	margin-bottom: 147px;
}

.methods .title1 {
	text-align: center;
	margin-bottom: 37px;
}

.methods .txts li {
	color: #222222;
	margin-bottom: 28px;
	list-style: decimal;
	hyphens: auto;
}



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

.methods .msg {
	max-width: 930px;
	margin: 0 auto;
	margin-bottom: 108px;
}



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


.imported .hotProducts {
	position: relative;
	padding: 133px 0 136px 0;
}


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



@media screen and (max-width:1600px) {
	.stone .genuineList .item .image {
		margin-top: 60px;
	}

	.stone .genuineList .item {
		margin-bottom: 90px;
	}

	.appreciate .fList .item .name {
		font-size: 18px;
	}

	.italy .list {
		margin-bottom: 100px;
	}

	.methods .msg {
		margin-bottom: 80px;
	}

	.imported .methods {
		margin-bottom: 100px;
	}

	.imported .hotProducts {
		padding: 80px 0;
	}
}

@media screen and (max-width:1333px) {
	.stone .genuineList .item .txts {
		width: 100%;
	}

	.stone .genuineList .item .image {
		margin-top: 50px;
	}

	.stone .genuineList .item {
		margin-bottom: 60px;
	}

	.appreciate .title1 {
		margin-bottom: 60px;
	}

	.appreciate .btns {
		margin-bottom: 40px;
	}

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

	.italy .msg .txts {
		width: 100%;
	}

	.italy .msg .title1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.italy .msg {
		margin-bottom: 50px;
	}

	.italy .list .item:nth-child(2n-1) {
		width: 40%;
	}

	.italy .list {
		margin-bottom: 80px;
	}

	.methods .txts li {
		font-size: 16px;
	}

	.methods .msg {
		width: 80%;
		margin-bottom: 60px;
	}

	.imported .methods {
		margin-bottom: 80px;
	}

	.appreciate .btns .name,
	.appreciate .btns .design .tit {
		font-size: 16px;
		line-height: 26px;
	}
}

@media screen and (max-width:999px) {
	.stone .genuineList .item .image {
		margin-top: 40px;
	}

	.stone .genuineList .item {
		margin-bottom: 50px;
	}

	.appreciate .title1 {
		margin-bottom: 50px;
	}

	.appreciate .btns {
		margin-bottom: 30px;
	}

	.appreciate .fList .item:nth-child(n) {
		margin-top: 20px;
	}

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

	.italy .msg {
		margin-bottom: 40px;
	}

	.italy .list {
		margin-bottom: 60px;
	}

	.methods .msg {
		width: 90%;
	}

	.methods .msg {
		margin-bottom: 50px;
	}

	.methods .image {
		height: 300px;
	}

	.imported .methods {
		margin-bottom: 60px;
	}

	.imported .hotProducts {
		padding: 60px 0;
	}

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

	.methods .txts li {
		margin-bottom: 26px;
	}

	.appreciate .btns .name,
	.appreciate .btns .design .tit {
		font-size: 14px;
		line-height: 26px;
	}

}

@media screen and (max-width:768px) {
	.stone .genuineList .item {
		margin-bottom: 40px;
	}

	.appreciate .title1 {
		margin-bottom: 40px;
	}

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

	.appreciate .btns .design {
		margin-left: 0;
		margin-top: 15px;
	}

	.appreciate .btns .design .dots {
		margin-right: 0;
	}

	.methods .title1 {
		margin-bottom: 30px;
	}

	.methods .msg {
		margin-bottom: 40px;
	}

	.methods .image {
		height: 260px;
	}

	.imported .hotProducts {
		padding: 50px 0;
	}
}

@media screen and (max-width:538px) {
	.imported .hotProducts {
		padding: 40px 0;
	}

	.italy .list {
		margin-bottom: 50px;
		flex-direction: column;
		align-items: flex-start;
	}

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

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

	.italy .list .item .image {
		height: 240px;
	}

	.italy .list .item .name {
		margin-top: 10px;
	}

	.methods .image {
		height: 240px;
	}
}



@media screen and (max-width:450px) {
	.appreciate .fList .item:nth-child(n) {
		margin-top: 20px;
	}

	.appreciate .fList .item:nth-child(1) {
		margin-top: 0;
	}
}



/* 5-4Craftsmanship */


.materialVideo .des {
	width: 65%;
	margin: 0 auto;
	margin-bottom: 70px;
}


.materialVideo .des p {
	text-align: center;
	color: #222222;
}



.materialVideo .con {
	padding: 117px 0 155px 0;
}

.materialVideo .con .showImg {
	position: relative;
}

.materialVideo .con .showImg iframe {
	width: 100%;
	height: 100%;
	z-index: 9;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.materialVideo .list {
	margin-bottom: 139px;
}


.materialVideo .list .box {
	margin-bottom: 194px;
	display: flex;
	justify-content: space-between;
}

.materialVideo .list .box:last-child {
	margin-bottom: 0;
}


.materialVideo .checkBtns {
	width: 60.9%;
}

.materialVideo .checkBtns .item {
	border-bottom: 1px solid rgba(0, 0, 0, .8);
	cursor: pointer;
	align-items: center;
	padding: 9px 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 21px;
}

.materialVideo .checkBtns .item:last-child {
	margin-bottom: 0;
}


.materialVideo .checkBtns .item .btn {
	width: 48px;
	flex-shrink: 0;
	margin-left: 10px;
}

.materialVideo .checkBtns .item .btn img {
	display: block;
	filter: grayscale(100%) brightness(0%);
}


.materialVideo .checkBtns .item:hover,
.materialVideo .checkBtns .item.active {
	border-color: #830600;
}


.materialVideo .checkBtns .item:hover .name,
.materialVideo .checkBtns .item.active .name {
	color: #830600;
}


.materialVideo .checkBtns .item:hover .btn img,
.materialVideo .checkBtns .item.active .btn img {
	filter: grayscale(0%) brightness(100%);
}

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

.materialVideo .list .title1 {
	margin-bottom: 112px;
}


.materialVideo .list .msg {
	width: 35%;
}

.materialVideo .list .videoList {
	width: 60%;
}

.materialVideo .list .videoList .image {
	display: none;
	position: relative;
}


.materialVideo .list .videoList .image:nth-child(1) {
	display: block;
}


.materialVideo .list .videoList .video {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.materialVideo .list .videoList .video .playBtn {
	position: static;
	width: 48px;
	transform: translateX(0);
	margin-bottom: 11px;
	margin-top: 7px;
}

.materialVideo .list .videoList .video .name {
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	opacity: 0.7;
	text-align: center;
}


.materialVideo .tips {
	font-size: 18px;
	line-height: 32px;
	color: #000000;
	width: 60.6%;
	margin: 0 auto;
	margin-bottom: 64px;
	hyphens: auto;
}



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

.materialVideo .hotProducts {
	padding: 133px 0 136px 0;
	position: relative;
}

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


.materieList {
	padding: 108px 0 76px 0;
}

.materieList .safeRange {
	max-width: 1192.5px;
}

.materieList .title1 {
	text-align: center;
	font-size: 36px;
	line-height: 48px;
	margin-bottom: 42px;
}


.materieList .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 42px;
}

.materieList .list .item {
	width: 23.8%;
	margin-right: 1.6%;
	margin-top: 30px;
}


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

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



.materieList .list p {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	text-align: center;
}


.materieList .list .image {
	margin-bottom: 17px;
}

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


.materieList .txts {
	width: 62%;
	margin: 0 auto 39px;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	text-align: center;
}

.materieList .btn {
	width: 273px;
	height: 40px;
	background-color: #830600;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}

.materieList .btn:hover {
	background-color: #000000;
}

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

	.materialVideo .des,
	.materialVideo .tips,
	.materieList .txts {
		width: 80%;
	}

	.materialVideo .list .title1 {
		margin-bottom: 50px;
	}

	.materialVideo .checkBtns {
		width: 90%;
	}

	.materialVideo .checkBtns .item .btn,
	.materialVideo .list .videoList .video .playBtn {
		width: 40px;
	}

	.materialVideo .list .videoList .video .name {
		font-size: 16px;
	}

	.materialVideo .list .box {
		margin-bottom: 120px;
	}

	.materialVideo .list {
		margin-bottom: 100px;
	}

	.materialVideo .hotProducts {
		padding: 80px 0;
	}
}

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

	.materialVideo .des,
	.materialVideo .tips,
	.materieList .txts {
		width: 90%;
	}

	.materialVideo .list .box {
		margin-bottom: 80px;
		flex-direction: column;
		align-items: flex-start;
	}

	.materialVideo .list .title1 {
		margin-bottom: 30px;
	}

	.materialVideo .list .msg {
		width: 100%;
	}

	.materialVideo .checkBtns {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		margin-bottom: 40px;
	}

	.materialVideo .checkBtns .item:nth-child(n) {
		width: 30%;
		margin-bottom: 0;
		margin-top: 20px;
		margin-right: 5%;
	}

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

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

	.materialVideo .des {
		margin-bottom: 60px;
	}

	.materialVideo .checkBtns .item .btn {
		width: 35px;
	}

	.materialVideo .list .videoList {
		height: 340px;
		width: 100%;
	}

	.materialVideo .list .videoList .image {
		height: 100%;
	}

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

	.materialVideo .list,
	.materialVideo .tips {
		margin-bottom: 60px;
	}

	.materialVideo .hotProducts {
		padding: 60px 0;
	}

	.materieList .list {
		margin-bottom: 30px;
	}
}

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

	.materialVideo .des,
	.materialVideo .tips,
	.materieList .txts {
		width: 100%;
	}

	.materialVideo .des {
		margin-bottom: 50px;
	}

	.materialVideo .checkBtns .item:nth-child(n) {
		width: 46%;
		margin-right: 0;
		margin-top: 30px;
	}

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

	.materialVideo .list .videoList,
	.materialVideo .con .showImg {
		height: 300px;
	}

	.materialVideo .hotProducts {
		padding: 50px 0;
	}

	.materieList .btn {
		height: 35px;
		width: 240px;
	}

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

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

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

	.materialVideo .list .videoList .video .playBtn {
		width: 35px;
	}

	.materialVideo .list .box {
		margin-bottom: 50px;
	}

	.materialVideo .list,
	.materialVideo .tips {
		margin-bottom: 50px;
	}
}


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

	.materialVideo .list .videoList,
	.materialVideo .con .showImg {
		height: 260px;
	}

	.materialVideo .list .box,
	.materialVideo .list,
	.materialVideo .tips {
		margin-bottom: 40px;
	}

	.materialVideo .checkBtns {
		margin-bottom: 30px;
	}

	.materialVideo .hotProducts {
		padding: 40px 0;
	}

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

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

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

	.materieList .title1 {
		margin-bottom: 30px;
	}

	.materieList .list .image {
		margin-bottom: 10px;
		height: 160px;
	}

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

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

	.materialVideo .checkBtns .item:nth-child(1) {
		margin-top: 0;
	}

	.materialVideo .list .title1 {
		margin-bottom: 20px;
	}

	.materialVideo .checkBtns .item .btn {
		width: 30px;
	}

	.materialVideo .list .videoList,
	.materialVideo .con .showImg {
		height: 240px;
	}
}

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

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

	.materieList .list .image {
		height: 140px;
	}
}



/* 6-1new */

.news .con {
	padding: 82px 0 54px 0;
}

.news .title1 {
	text-align: center;
	font-weight: bold;
	font-size: 44px;
	line-height: 60px;
	color: #222222;
	margin-bottom: 24px;
}



.innerTit {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: rgba(0, 0, 0, .7);
	margin-bottom: 7px;
}


.innerNav {
	max-width: 630px;
	position: relative;
	margin: 0 auto;
	z-index: 99;
	background-color: #ffffff;
}


.innerNav .title {
	width: 100%;
	height: 50px;
	border: solid 1px #000000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}


.innerNav .title .name {
	padding: 0 22px;
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	flex: 1;
}



.innerNav .title .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 45px;
	flex-shrink: 0;
	margin-left: 10px;
	font-weight: bold;
}

.innerNav .title:hover .btn i {
	color: #680f00;
}

.innerNav .title.active .btn i {
	transform: rotate(-90deg);
}

.innerNav .title .btn i {
	color: #000000;
	font-size: 12px;
	transform: rotate(90deg);
}

.innerNav li {
	position: relative;
}

.innerNav li ul {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	border: solid 1px #000000;
	border-top: none;
	background-color: #ffffff;
	z-index: 99;
	display: none;
	transition: none;
}



.innerNav ul li a {
	padding: 0 20px;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	display: block;
}


.innerNav ul li a:hover {
	background-color: #680f00;
	color: #ffffff;
}





.news .innerNav {
	margin-bottom: 50px;
}

.news .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 102px;
}



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

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

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


.news .list .image {
	overflow: hidden;
}

.news .list .box {
	margin-bottom: 16px;
	position: relative;
}

.news .list .box .video {
	width: 39px;
	height: 39px;
	top: 10px;
	left: 10px;
	z-index: 9;
}

.news .list .box .video:hover img {
	transform: scale(1.1);
}

.news .list .tip {
	border-radius: 15px;
	border: solid 1px rgba(0, 0, 0, .7);
	padding: 3px 30px;
	font-size: 14px;
	line-height: 23px;
	color: rgba(0, 0, 0, .7);
	display: inline-block;
	margin-bottom: 10px;
}


.news .list .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 20px;
	line-height: 30px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 12px;
}


.news .list .tit:hover {
	color: #830600;
}


.news .list .txts {
	font-size: 16px;
	line-height: 23px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 13px;
}


.news .list .time {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #999999;
	margin-bottom: 24px;
}


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

	.news .list .time {
		margin-bottom: 20px;
	}

	.news .list .item:nth-child(n) {
		margin-top: 50px;
	}

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

	.news .list {
		margin-bottom: 60px;
	}
}

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

	.innerNav ul li a {
		font-size: 16px;
	}

	.innerNav .title {
		height: 45px;
	}

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

	.news .list .item:nth-child(n) {
		margin-top: 40px;
	}

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

	.news .list {
		margin-bottom: 50px;
	}
}

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

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

	.news .list {
		justify-content: space-between;
		max-width: 630px;
		margin: 0 auto;
		margin-bottom: 30px;
	}

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

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

	.news .list .box .video {
		width: 35px;
		height: 35px;
	}

	.news .innerNav {
		margin-bottom: 40px;
	}

	.news .title1 {
		margin-bottom: 20px;
	}

	.innerNav .title {
		height: 40px;
	}

	.innerNav .title .name,
	.innerNav ul li a {
		font-size: 14px;
	}

}

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

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

	.news .list .image {
		height: 240px;
	}

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


}


/* 6-2News details */

.newDet {
	padding: 140px 0 65px 0;
}

.newDet .space {
	margin-bottom: 76px;
	color:#000000;
}

.newDet .space .title {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 60px;
}

.newDet .space .title .title1 {
	font-weight: bold;
	font-size: 50px;
	line-height: 64px;
	letter-spacing: -1px;
	color: #000000;
	width: 34%;
}

.newDet .space .title .txts {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	width: 59.7%;
	hyphens: auto;
	padding: 10px 0;
}


.newDetVideo {
	height: 797px;
	position: relative;
}

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

.newDetVideo .video .playBtn {
	width: 107px;
	height: 107px;
}

.newDet .list {
	margin-bottom: 105px;
}

.newDet .list .item {
	margin-bottom: 137px;
}


.newDet .list .item:last-child {
	margin-bottom: 0;
}

.newDet .list .title1 {
	font-weight: bold;
	font-size: 38px;
	line-height: 48px;
	color: #000000;
	text-align: center;
	margin-bottom: 49px;
}

.newDet .list .txts,
.newDet .list .centerTxts {
	width: 75%;
	margin: 0 auto;
	color: #000000;
	hyphens: auto;
}

.newDet .list .txts {
	margin-bottom: 55px;
}

.newDet .list .centerTxts {
	margin: 54px auto 51px;
	line-height: 29px;
}


.newDet .list .show {
	height: 650px;
	margin-bottom: 26px;
}

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

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


.newDet .imgList .image {
	width: 49.3125%;
	height: 650px;
	margin-top: 30px;
}

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


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

.newDet .glamor {
	margin-bottom: 70px;
}


.glamor .tip {
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
	color: #000000;
	text-align: center;
	margin-bottom: 141px;
}


.glamor .box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 68px;
}


.glamor .title1 {
	font-size: 40px;
	line-height: 45px;
	color: #000000;
	border-left: 4px solid #000000;
	border-right: 4px solid #000000;
	padding: 0 49px;
}

.glamor .image {
	height: 797px;
	margin-bottom: 85px;
}


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

.glamor .msgList .item {
	margin-bottom: 50px;
}

.glamor .msgList .item:last-child {
	margin-bottom: 0;
}

.glamor .msgList .tit {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	line-height: 45px;
	color: #000000;
	margin-bottom: 22px;
}

.glamor .msgList .num {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-align: center;
}

.prevOrNext>div {
	display: flex;
	align-items: center;
	margin-bottom: 1px;
}

.prevOrNext>div:last-child {
	margin-bottom: 0;
}



.prevOrNext .tit,
.prevOrNext .name {
	font-size: 16px;
	line-height: 26px;
	color: #222222;
}


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

.prevOrNext a.name:hover {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
	color: #830600;
}


.newDet .prevOrNext {
	margin-bottom: 65px;
}



.newDet .corporateNews {
	margin-bottom: 71px;
}

.newDet .hotProducts {
	position: relative;
	padding: 135px 0 136px 0;
}


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


@media screen and (max-width:1600px) {
	.newDet .space .title .txts {
		padding: 0;
	}

	.newDetVideo,
	.glamor .image {
		height: 600px;
	}

	.newDet .list .show,
	.newDet .imgList .image {
		height: 500px;
	}

	.newDetVideo .video .playBtn {
		width: 80px;
		height: 80px;
	}

	.newDet .list .title1 {
		margin-bottom: 40px;
	}

	.newDet .list .txts,
	.newDet .list .centerTxts {
		width: 80%;
	}

	.newDet .list .item {
		margin-bottom: 100px;
	}

	.newDet .list {
		margin-bottom: 80px;
	}

	.glamor .tip {
		font-size: 26px;
		margin-bottom: 100px;
	}

	.glamor .title1 {
		padding: 0 30px;
		border-width: 3px;
	}

	.glamor .image {
		margin-bottom: 80px;
	}

	.glamor .msgList .item {
		margin-bottom: 30px;
	}

	.glamor .msgList .tit {
		font-size: 26px;
		line-height: 35px;
	}

	.newDet .prevOrNext {
		margin-bottom: 80px;
	}

	.newDet .corporateNews {
		margin-bottom: 60px;
	}

	.newDet .hotProducts {
		padding: 80px 0;
	}

	.newDet .list .centerTxts {
		margin: 50px auto;
	}

	.prevOrNext>div {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:1333px) {
	.newDet .space .title {
		margin-bottom: 50px;
	}

	.newDetVideo,
	.glamor .image {
		height: 500px;
	}

	.newDetVideo .video .playBtn {
		width: 70px;
		height: 70px;
	}

	.newDet .space {
		margin-bottom: 60px;
	}

	.newDet .list .title1 {
		margin-bottom: 30px;
	}

	.newDet .list .txts,
	.newDet .list .centerTxts {
		width: 90%;
		margin-bottom: 40px;
	}

	.newDet .list .show,
	.newDet .imgList .image {
		height: 400px;
	}

	.newDet .list .item {
		margin-bottom: 80px;
	}

	.newDet .list .centerTxts {
		margin: 40px auto;
	}

	.newDet .list,
	.glamor .image {
		margin-bottom: 60px;
	}

	.glamor .tip {
		font-size: 24px;
		line-height: 35px;
		margin-bottom: 80px;
	}

	.glamor .box {
		margin-bottom: 50px;
	}

	.glamor .image {
		font-size: 24px;
	}

	.glamor .msgList .tit {
		margin-bottom: 15px;
		font-size: 24px;
	}

	.newDet .glamor,
	.newDet .prevOrNext {
		margin-bottom: 60px;
	}

	.corporateNews .cNewsSwiper {
		margin-bottom: 0;
	}

	.newDet .hotProducts {
		padding: 60px 0;
	}
}

@media screen and (max-width:999px) {
	.newDet .space .title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
	}

	.newDet .space .title .title1 {
		width: 100%;
		margin-bottom: 30px;
	}

	.newDet .space .title .title1 br {
		display: none;
	}

	.newDet .space .title .txts {
		width: 100%;
	}

	.newDetVideo,
	.glamor .image {
		height: 400px;
	}

	.newDetVideo .video .playBtn {
		width: 65px;
		height: 65px;
	}

	.newDet .list .txts,
	.newDet .list .centerTxts {
		width: 100%;
	}

	.newDet .list .show,
	.newDet .imgList .image {
		height: 300px;
	}

	.newDet .list .show {
		margin-bottom: 10px;
	}

	.newDet .list .item {
		margin-bottom: 60px;
	}

	.glamor .tip {
		font-size: 20px;
		margin-bottom: 60px;
	}

	.newDet .list,
	.glamor .image {
		margin-bottom: 50px;
	}

	.glamor .msgList .num {
		font-size: 16px;
		line-height: 28px;
	}

	.glamor .msgList .tit {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.newDet .corporateNews {
		margin-bottom: 50px;
	}

	.newDet .hotProducts {
		padding: 50px 0;
	}

	.newDet .imgList .image:nth-child(n) {
		margin-top: 10px;
	}

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

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

	.newDetVideo,
	.glamor .image {
		height: 300px;
	}

	.newDet .space {
		margin-bottom: 50px;
	}

	.newDet .list .show,
	.newDet .imgList .image {
		height: 260px;
	}

	.newDet .list .item {
		margin-bottom: 50px;
	}

	.newDet .list .centerTxts {
		margin: 30px auto;
	}

	.glamor .tip {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 50px;
	}

	.glamor .box {
		margin-bottom: 40px;
	}

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

	.newDet .corporateNews {
		margin-bottom: 40px;
	}

	.newDet .hotProducts {
		padding: 40px 0;
	}
}

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

	.newDet .space .title,
	.newDet .list .txts,
	.newDet .list .centerTxts {
		margin-bottom: 30px;
	}

	.newDet .space .title .title1,
	.newDet .list .title1 {
		margin-bottom: 20px;
	}

	.newDetVideo,
	.glamor .image {
		height: 260px;
	}

	.newDet .space {
		margin-bottom: 40px;
	}

	.newDet .imgList .image:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	.newDet .imgList .image:nth-child(1) {
		margin-top: 0;
	}

	.newDet .list,
	.glamor .image {
		margin-bottom: 40px;
	}

	.glamor .title1 {
		padding: 0 20px;
	}
}






























/* 6-3Video */



.videoPiece .con {
	padding: 86px 0 54px 0;
}


.videoPiece .title1 {
	text-align: center;
	margin-bottom: 22px;
}




.videoPiece .innerNav {
	margin-bottom: 61px;
}


.videoPiece .list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 87px;
}

.videoPiece .list .item {
	width: 32.4375%;
	margin-right: 1.34375%;
	margin-top: 62px;
}

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

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



.videoPiece .list .box {
	position: relative;
	margin-bottom: 13px;
}

.videoPiece .list .playBtn {
	width: 87px;
	height: 87px;
}


.videoPiece .list .sign {
	font-size: 14px;
	color: rgba(0, 0, 0, .7);
	border: 1px solid rgba(0, 0, 0, .7);
	border-radius: 13px;
	display: inline-block;
	padding: 0px 27px;
	margin-bottom: 13px;
	line-height: 24px;
}


.videoPiece .list .tit {
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #0d0300;
	margin-bottom: 8px;
}


.videoPiece .list .txts {
	font-size: 18px;
	line-height: 23px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-align: center;
}


@media screen and (max-width:1600px) {
	.videoPiece .list .playBtn {
		width: 65px;
		height: 65px;
	}

	.videoPiece .list .item {
		margin-top: 50px;
	}

	.videoPiece .list {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:1333px) {
	.videoPiece .innerNav {
		margin-bottom: 50px;
	}

	.videoPiece .list .tit {
		font-size: 16px;
		line-height: 26px;
	}

	.videoPiece .list .item {
		margin-top: 40px;
	}

	.videoPiece .list {
		margin-bottom: 50px;
	}

	.videoPiece .list .playBtn {
		width: 60px;
		height: 60px;
	}
}

@media screen and (max-width:999px) {
	.videoPiece .list .tit {
		font-size: 14px;
		line-height: 24px;
	}

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

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

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

	.videoPiece .list {
		margin-bottom: 40px;
	}

	.videoPiece .list .playBtn {
		width: 55px;
		height: 55px;
	}

}

@media screen and (max-width:768px) {
	.videoPiece .list .box {
		height: 200px;
	}

	.videoPiece .list .image {
		height: 100%;
	}

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

@media screen and (max-width:538px) {
	.videoPiece .innerNav {
		margin-bottom: 40px;
	}

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

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

	.videoPiece .list .box {
		height: 240px;
	}
}


/* 7-1contact */

.contactUs .con {
	padding: 86px 0 51px 0;
}

.contactUs .title1 {
	font-size: 36px;
	line-height: 48px;
	color: #000000;
}

.contactUs .contactMsg {
	margin-bottom: 123px;
}

.contactMsg .title1 {
	margin-bottom: 29px;
}

.contactMsg .txts {
	font-size: 18px;
	line-height: 28px;
	color: rgba(102, 102, 102, .8);
	width: 74%;
	margin-bottom: 32px;
}


.contactMsg .becoming {
	font-size: 18px;
	line-height: 30px;
	color: #222222;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 4px;
}


.contactMsg .becoming:hover {
	color: #830600;
}

.contactUs .bringBliss {
	margin-bottom: 70px;
}

.bringBliss .title1 {
	margin-bottom: 26px;
}



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

.bringBliss .list li {
	margin-top: 36px;
}

.bringBliss .list li:nth-child(3n-2) {
	width: 26%;
	margin-right: 18.6%;
}

.bringBliss .list li:nth-child(3n-1) {
	width: 28%;
	margin-right: 5.7%;
}

.bringBliss .list li:nth-child(3n) {
	margin-right: 0;
	width: 21.5%;
}

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


.bringBliss .list .num,
.bringBliss .list .name {
	font-size: 18px;
	line-height: 28px;
	color: rgba(0, 0, 0, .7);
}


.contactUs .line {
	width: 100%;
	height: 1px;
	background-color: rgba(0, 0, 0, .5);
	margin-bottom: 61px;
}


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

.bringBliss .list a.num.email {
	word-break: break-all;
}


.bringBliss .list a.num:hover {
	color: #830600;
}


@media screen and (max-width:1600px) {
	.contactMsg .txts {
		width: 100%;
	}

	.contactMsg .title1 {
		margin-bottom: 30px;
	}

	.contactUs .contactMsg {
		margin-bottom: 80px;
	}

	.bringBliss .title1 {
		margin-bottom: 50px;
	}

	.bringBliss .list li:nth-child(n) {
		width: 30%;
		margin-right: 5%;
	}

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

	.contactUs .bringBliss {
		margin-bottom: 60px;
	}
}


@media screen and (max-width:1333px) {
	.bringBliss .list a.num {
		font-size: 16px;
		line-height: 28px;
	}

	.contactMsg .becoming {
		font-size: 16px;
		line-height: 28px;
	}

	.contactUs .contactMsg {
		margin-bottom: 60px;
	}
}


@media screen and (max-width:999px) {
	.contactMsg .becoming {
		font-size: 14px;
		line-height: 26px;
	}

	.contactMsg .txts {
		margin-bottom: 20px;
	}

	.bringBliss .list a.num {
		font-size: 14px;
		line-height: 26px;
	}

	.contactUs .contactMsg {
		margin-bottom: 50px;
	}

	.bringBliss .title1 {
		margin-bottom: 30px;
	}

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

	.bringBliss .list li:nth-child(n) {
		width: 46%;
		margin-right: 0;
		margin-top: 30px;
	}

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

	.contactUs .bringBliss,
	.contactUs .line {
		margin-bottom: 50px;
	}
}

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

	.contactUs .bringBliss,
	.contactUs .line {
		margin-bottom: 40px;
	}
}

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

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

	.contactMsg .title1 {
		margin-bottom: 20px;
	}
}











/* 8-1COOKIES */

.cookies .con {
	padding: 72px 0 78px 0;
}

.cookies .title1 {
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #222222;
	text-align: center;
	margin-bottom: 52px;
}


.cookies .txts p {
	font-size: 16px;
	letter-spacing: 0px;
	color: #666666;
	line-height: 26px;
}


.cookies .txts p strong {
	font-weight: bold;
	font-size: 20px;
	color: #222222;
	display: inline-block;
	margin-bottom: 12px;
}


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

@media screen and (max-width:999px) {
	.cookies .txts p strong {
		font-size: 18px;
	}

	.cookies .title1 {
		margin-bottom: 30px;
	}
}












/* pager */
.pager {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.pager .pageList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager .pageList a {
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #999999;
	margin: 3px 4px;
	border: solid 1px #dddddd;
	background-color: #ffffff;
}



.pager .pageList a:hover,
.pager .pageList a.active {
	background-color: #000000;
	color: #ffffff !important;
	border-color: #000000;
}

.pager .pageList a.iconfont {
	font-size: 12px;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: Poppins-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	background-color: transparent;
	margin-right: 11px;
	cursor: pointer;
}

@media screen and (max-width:999px) {
	.pager .pageList a {
		width: 34px;
		height: 34px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		width: 32px;
		height: 32px;
	}
}











/* footer */

footer .con {
	padding: 81px 0 70px 0;
}

footer .newLetter {
	max-width: 782px;
	margin: 0 auto;
}


footer .newLetter .title1 {
	text-align: center;
	margin-bottom: 23px;
}




.newLetter ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 27px;
}


.newLetter ul li {
	padding: 0 12px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-right: 14px;
	height: 40px;
	overflow: hidden;
	width: 295px;
}


.newLetter ul li input {
	width: 100%;
	height: 100%;
}

.newLetter ul li input::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.newLetter ul li input:-moz-placeholder {
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.newLetter ul li input::-moz-placeholder {
	font-size: 16px;
	color: #999999;
	opacity: 1;
}

.newLetter ul li input:-ms-input-placeholder {
	font-size: 16px;
	color: #999999;
	opacity: 1;
}






.newLetter ul li:last-child {
	margin-right: 0;
}


.newLetter ul li.codeCon {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.newLetter ul li.codeCon input {
	flex: 1;
	padding: 0 11px;
}

.newLetter ul li.codeCon .codeImg {
	flex-shrink: 0;
	cursor: pointer;
	height: 100%;
}

.newLetter ul li.codeCon .codeImg img {
	height: 100%;
}


.newLetter ul li.subBtn {
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
	width: 146px;
}

.newLetter ul li.subBtn input {
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	background-color: #830600;
	cursor: pointer;
}

.newLetter ul li.subBtn input:hover {
	background-color: #000000;
}

.newLetter .tips .item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 24px;
}


.newLetter .tips .item:last-child {
	margin-bottom: 0;
}

.newLetter .tips .item .checkBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	outline: 1px solid #c0bfbf;
	width: 15px;
	height: 15px;
	flex-shrink: 0;
	margin-right: 11px;
	transform: translateY(4px);
	overflow: hidden;
	background-color: #ffffff;
}

.newLetter .tips .item .checkBtn i {
	opacity: 0;
}

.newLetter .tips .item .checkBtn.active i {
	opacity: 1;
}


.newLetter .tips .item .checkBtn input {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
	z-index: 9;
}


.newLetter .tips .item .msg {
	font-size: 14px;
	line-height: 24px;
}





footer .line {
	height: 1px;
	background-color: rgba(0, 0, 0, .25);
	margin: 56px 0 59px 0;
}



footer .footerList {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}


footer .footerList ul li {
	margin-bottom: 6px;
}


footer .footerList ul li:last-child {
	margin-bottom: 0;
}


footer .footerList .fLogo {
	width: 25%;
	margin-right: 6.25%;
}

footer .footerList .fLogo .logo {
	width: 183px;
	display: inline-block;
	margin-top: 28px;
}



footer .footerList .fLogo .logo:hover img {
	transform: scale(1, 1);
}

footer .footerList .fAbout {
	width: 10%;
	margin-right: 3.7%;
}


footer .footerList .fRooms {
	width: 11%;
	margin-right: 2.95%;
}


footer .footerList .fCollections {
	width: 15%;
	margin-right: 2.85%;
}

footer .footerList .fService {
	width: 10%;
	margin-right: 5.15%;
}

footer .footerList .fNews {
	width: 8.1%;
}

footer .footerList .fContact p {
	display: inline;
}


footer a,
footer p,
footer div {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

footer a:hover {
	color: #830600;
}

footer .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	display: block;
}

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

footer .titBox .menuBtn {
	display: none;
}


footer .footerList .box {
	margin-top: 14px;
}


footer a.title:hover {
	color: #830600;
}


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


footer .copyright {
	background-color: #830600;
	padding: 12px 0;
}

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

footer .copyrightBox .msg {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ffffff;
}

footer .copyright .btns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 20px;
}


footer .copyright .btns a {
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	margin: 5px 0;
	margin-right: 40px;
}


footer .copyright .btns a:last-child {
	margin-right: 0;
}

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





@media screen and (max-width:1760px) {
	footer .footerList {
		justify-content: space-between;
	}

	footer .footerList>li:nth-child(n) {
		margin-right: 0;
	}

	footer .footerList .fNews {
		width: 16%;
	}

	footer .footerList .fLogo {
		width: 20%;
	}

	footer .newLetter .title1 {
		margin-bottom: 35px;
	}

	footer .con {
		padding: 60px 0;
	}

	footer .line {
		margin: 50px 0;
	}

	.newLetter ul li {
		height: 38px;
	}
}


@media screen and (max-width:1333px) {
	footer .footerList .fLogo .logo {
		margin-top: 0px;
	}

	.newLetter ul li {
		font-size: 35px;
	}

	footer .line {
		margin: 40px 0;
	}

	footer .footerList .fLogo {
		width: 100%;
		margin-bottom: 30px;
	}

	footer .footerList .fLogo .logo {
		width: 160px;
	}

	footer .footerList .fAbout {
		width: 14%;
	}

	footer .footerList .fCollections {
		width: 19%;
	}

	footer .copyright .btns a {
		margin-right: 30px;
	}

	.newLetter .tips .item {
		margin-bottom: 18px;
	}
}

@media screen and (max-width:999px) {
	footer {
		padding-bottom: 46px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-bottom: 15px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .newLetter {
		width: 100%;
		max-width: none;
	}

	.newLetter ul {
		justify-content: space-between;
	}

	.newLetter ul li:nth-child(n) {
		width: 48%;
		margin-top: 10px;
	}

	.newLetter ul li:nth-child(1) {
		width: 100%;
		margin-top: 0;
	}

	footer .con {
		padding: 50px 0;
	}

	footer .title {
		font-size: 16px;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}

	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
	}

	footer .footerList .box ul>li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(3n) {
		margin-right: 0;
	}

	footer .footerList .box ul>li:nth-child(-n+3) {
		margin-top: 0;
	}

	footer .footerList>li.fLogo {
		margin-bottom: 30px;
	}

	.newLetter .tips .item .checkBtn {
		transform: translateY(6px);
	}

	footer .con {
		padding: 40px 0;
	}

	footer .titBox .menuBtn {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	footer .titBox .menuBtn i {
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

	footer .titBox .menuBtn.active i {
		transform: rotate(90deg);
	}

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

	footer .copyright .btns {
		margin-left: 0;
		margin-top: 5px;
	}

	footer .copyright .btns a {
		margin-right: 20px;
	}
}

@media screen and (max-width:768px) {
	footer .footerList .fLogo .logo {
		width: 120px;
	}

	footer .title {
		font-size: 14px;
	}

	footer .footerList>li:nth-child(n) {
		margin-bottom: 10px;
	}

	footer .footerList>li:last-child {
		margin-bottom: 0;
	}

	footer .footerList .box {
		margin-top: 5px;
	}
}

@media screen and (max-width:538px) {
	footer .footerList .box ul {
		justify-content: space-between;
	}

	footer .footerList .box ul>li:nth-child(n) {
		width: 48%;
		margin-right: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul>li:nth-child(-n+2) {
		margin-top: 0;
	}

	.newLetter ul li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

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

	footer .newLetter .title1 {
		margin-bottom: 30px;
	}

	footer .line {
		margin: 30px 0;
	}

	footer .footerList .fLogo .logo {
		width: 100px;
	}
}


/* 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: Verdana, Geneva, 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;
}





/* adNew */


.adNew {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	top: 0;
	left: 0;
	display: none;
	transition: none;
	max-height: 100%;
	backdrop-filter: blur(8px);
}



.adNew .con {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 1400px;
}

.adNew .image {
	height: 600px;
}

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


.adNew .closeBtn {
	position: absolute;
	left: calc(100% + 8px);
	bottom: calc(100% - 10px);
	width: 20px;
	cursor: pointer;
}

.adNew .closeBtn img {
	filter: grayscale(100%) brightness(1000%);
}

.adNew .closeBtn:hover img {
	transform: scale(1.1);
}

.adNew .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 18%;
	padding-top: 73px;
}

.adNew .msg .title {
	font-weight: bold;
	font-size: 56px;
	line-height: 60px;
	color: #f1edec;
	margin-bottom: 29px;
	text-align: center;
}

.adNew .msg a.title:hover {
	color: #830600;
}

.adNew .txts {
	font-size: 22px;
	line-height: 32px;
	color: #f1edec;
	text-align: center;
	margin-bottom: 55px;
}

.adNew .btn {
	width: 171px;
	height: 41px;
	border-radius: 20px;
	border: solid 1px #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: #fcfbfb;
	margin: 0 auto;
}


.adNew .btn:hover {
	background-color: #830600;
	border-color: #830600;
}


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

	.adNew .image {
		height: 500px;
	}

	.adNew .msg .title {
		font-size: 42px;
		line-height: 54px;
	}

	.adNew .txts {
		font-size: 20px;
	}

}

@media screen and (max-width:1333px) {
	.adNew .image {
		height: 400px;
	}

	.adNew .msg .title {
		font-size: 32px;
		line-height: 45px;
	}

	.adNew .txts {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.adNew .btn {
		height: 36px;
	}

}

@media screen and (max-width:999px) {
	.adNew .image {
		height: 340px;
	}

	.adNew .msg .title {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 20px;
	}

	.adNew .txts {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.adNew .btn {
		height: 32px;
		font-size: 14px;
		width: 140px;
	}
}

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

	.adNew .msg .title {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 15px;
	}

	.adNew .txts {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.adNew .btn {
		height: 30px;
	}

	.adNew .closeBtn {
		left: auto;
		right: 0;
		bottom: 100%;
	}

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

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

	.adNew .msg .title {
		font-size: 18px;
		line-height: 28px;
	}
}















/* kefu */
.lianxi {
	position: fixed;
	right: 0px;
	top: 28%;
	/* transform: translateY(-50%); */
	z-index: 9999;
	background-color: #000000;
}

.lianxi::after,
.lianxi::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #000000;
	width: 100%;
	height: 30px;
}




.lianxi::after {
	bottom: 100%;
	border-radius: 30px 30px 0 0;
}

.lianxi::before {
	top: 100%;
	border-radius: 0 0 30px 30px;
}


.lianxi>div>a,
.lianxi>div>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 54px;
	background-color: #000000;
	color: #ffffff;
	font-size: 24px;
}

.lianxi .top {
	width: 52px;
	height: 54px;
}

.lianxi .top a {
	width: 100%;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}


.lianxi a i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.lianxi .top i {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}


.lianxi>div>div {
	cursor: pointer;
}

.lianxi>div>a:hover,
.lianxi>div>div:hover {
	background-color: #830600;
	color: #fff;
}

.lianxi div a:hover img {
	transform: none;
}

.lianxi div.customer {
	margin-top: 20px;
}

.clear2 {
	display: none;
}


.lianxi .code {
	position: relative;
}

.lianxi .code .erImg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(100% + 10px);
	width: 150px;
	height: 150px;
	max-width: none;
	display: none;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
	background-color: #000000;
}

.lianxi .code .erImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}





.lianxi .code:hover .erImg {
	display: block;
}



.lianxi div.phone {
	position: relative;
}

.lianxi div.phone .num {
	position: absolute;
	right: calc(100% + 10px);
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	width: 230px;
	padding: 5px 30px;
	font-size: 18px;
	height: auto;
	display: none;
	transition: none;
}

.lianxi div.phone:hover .num {
	display: block;
}


.lianxi div.phone .num:hover {
	background-color: #000000;
}




.lianxi div.phone .num::after,
.lianxi .code .erImg::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 14px;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	background-color: #000000;
}

.lianxi .customer {
	position: relative;
}

.lianxi>div>div.customerSlide {
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 347px;
	z-index: 99;
	box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
	display: block;
	cursor: default;
	height: auto;
	display: none;
	transition: none;
}


.lianxi div.customer>div.active {
	background-color: #830600;
}

.customerSlide .box {
	background-color: #830600;
	padding: 15px 25px 15px 25px;
}


.customerSlide .tit {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 1px;
}


.customerSlide .txts {
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	hyphens: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.customerSlide form {
	background-color: #ffffff;
	padding: 7px 30px 27px 30px;
}


.customerSlide .tip {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #999999;
	text-align: right;
	margin-bottom: -2px;
}


.customerSlide .name {
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 0px;
}

.customerSlide li {
	margin-bottom: 6px;
}

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


.customerSlide li input {
	width: 100%;
	height: 39px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 0 5px;
	font-size: 14px !important;
}


.customerSlide li textarea {
	height: 74px;
	width: 100%;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 5px;
	font-size: 14px !important;
}

.customerSlide li .codeCon {
	display: flex;
	border: 1px solid #cccccc;
	height: 38px;
}

.customerSlide li .codeCon input {
	border: none;
	height: 100%;
}

.customerSlide li .codeCon .codeImg {
	height: 100%;
	cursor: pointer;
	flex-shrink: 0;
	max-width: 104px;
}


.customerSlide li .codeCon .codeImg img {
	height: 100%;
}

.customerSlide li.customCode {
	margin-bottom: 35px;
}


.customerSlide li.subBtn {
	border: none;
}


.customerSlide li.subBtn input {
	width: 100%;
	height: 47px;
	background-color: #830600;
	border-radius: 23px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
}

.customerSlide li.subBtn input:hover {
	background-color: #000000;
}



@media screen and (max-width: 1760px) {
	.customerSlide .txts {
		line-height: 24px;
	}

	.customerSlide .tit {
		margin-bottom: 10px;
	}

	.customerSlide li input {
		height: 30px;
	}

	.customerSlide li textarea {
		height: 60px;
	}

	.customerSlide li .codeCon {
		height: 30px;
	}

	.customerSlide li {
		margin-bottom: 5px;
	}

	.customerSlide li.customCode {
		margin-bottom: 20px;
	}

	.customerSlide li.subBtn input {
		height: 40px;
	}

	.lianxi div.customer {
		margin-top: 0;
	}
}


@media screen and (max-width: 1333px) {
	.customerSlide .txts {
		font-size: 12px;
		line-height: 22px;
	}

	.customerSlide .tit {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}

	.customerSlide .name {
		font-size: 12px;
		line-height: 22px;
	}

	.lianxi>div>a,
	.lianxi>div>div,
	.lianxi .top {
		height: 46px;
		width: 46px;
	}

	.lianxi>div>a,
	.lianxi>div>div,
	.lianxi .top i {
		font-size: 20px;
	}

	.lianxi::after,
	.lianxi::before {
		height: 25px;
	}

	.customerSlide li input {
		height: 26px;
	}

	.customerSlide li.subBtn input {
		height: 35px;
	}

	.customerSlide li input,
	.customerSlide li textarea {
		font-size: 12px !important;
	}


	.customer>div>img {
		width: 20px;
	}

	.lianxi div.phone .num {
		font-size: 16px;
		line-height: 26px;
	}

	.lianxi .code .erImg {
		width: 120px;
		height: 120px;
	}
}


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

	.lianxi::after,
	.lianxi::before {
		display: none;
	}

	.lianxi {
		top: auto;
		bottom: 0;
		transform: translateY(0);
		width: 100%;
		display: flex;
	}

	.lianxi>div,
	.lianxi .top {
		width: 16.666%;
	}

	.lianxi>div>a,
	.lianxi>div>div {
		width: 100%;
	}

	.lianxi>div>a,
	.lianxi>div>div,
	.lianxi .top i {
		font-size: 20px;
	}

	.lianxi div.phone .num,
	.lianxi .code .erImg {
		right: auto;
		left: 50%;
		top: auto;
		transform: translateX(-50%);
		bottom: calc(100% + 10px);
		font-size: 14px;
	}

	.lianxi div.phone .num::after,
	.lianxi .code .erImg::after {
		left: 50%;
		top: 100%;
		transform: translateX(-50%);
		clip-path: polygon(0 0, 100% 0, 50% 100%);
		width: 12px;
		height: 10px;
	}

	.lianxi>div>div.customerSlide {
		position: fixed;
		right: 0;
		bottom: 46px;
		top: auto;
		transform: translateX(0);
		z-index: 99;
		width: 60%;
	}

	.lianxi .customer {
		position: static;
	}

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

	.lianxi>div>a:hover,
	.lianxi>div>div:hover {
		background-color: #000000;
	}

	.lianxi>div.code.active>div {
		background-color: #830600;
	}

	.lianxi>div.phone.active>div.iconfont {
		background-color: #830600;
	}

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

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

	.customerSlide ul li.message {
		width: 100%;
	}

	.customerSlide ul li.number {
		width: 100%;
	}

	.customerSlide ul li.subBtn {
		display: flex;
		align-items: flex-end;
	}

	.customerSlide li.customCode {
		margin-bottom: 0;
	}

	.lianxi div.phone:hover .num,
	.lianxi .code:hover .erImg {
		display: none;
	}

	.lianxi div.phone.active .num,
	.lianxi .code.active .erImg {
		display: block;
	}


}


@media screen and (max-width: 768px) {
	.lianxi>div>div.customerSlide {
		width: 70%;
	}
}

@media screen and (max-width: 538px) {
	.lianxi>div>div.customerSlide {
		width: 90%;
	}

	.customerSlide li.customCode {
		width: 100%;
	}

	.customerSlide ul li.subBtn {
		width: 100%;
	}
}

@font-face {
	font-family: "iconfont";
	/* 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=1736996332410') format('woff'),
		url('../fonts/iconfont.ttf?t=1736996332410') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-search4:before {
	content: "\e7b2";
}

.icon-address:before {
	content: "\e7bc";
}

.icon-email:before {
	content: "\e7bd";
}

.icon-whatsapp:before {
	content: "\e7bf";
}

.icon-mobile:before {
	content: "\e7c6";
}

.icon-tel:before {
	content: "\e7c7";
}

.icon-skype:before {
	content: "\e7cc";
}

.icon-whatsapp1:before {
	content: "\e7c1";
}

.icon-address1:before {
	content: "\e7c3";
}

.icon-email1:before {
	content: "\e7c5";
}

.icon-skype1:before {
	content: "\e7c9";
}

.icon-fax1:before {
	content: "\e7ca";
}

.icon-tel1:before {
	content: "\e7cd";
}

.icon-wechat:before {
	content: "\e7cf";
}

.icon-phone2:before {
	content: "\e7d0";
}

.icon-top:before {
	content: "\e7ed";
}

.icon-vk:before {
	content: "\e735";
}

.icon-instagram1:before {
	content: "\e640";
}

.icon-up7:before {
	content: "\e722";
}

.icon-left7:before {
	content: "\e724";
}

.icon-tel2-copy:before {
	content: "\f212";
}

.icon-right7:before {
	content: "\e725";
}

.icon-sousuo:before {
	content: "\e616";
}

.icon-sousuo1:before {
	content: "\e65b";
}

.icon-biaoqian:before {
	content: "\e649";
}

.icon-twitter4:before {
	content: "\e7fe";
}


.pSeriesItem .msg {
	z-index: 99;
}

.pSeriesSwiper .pSeriesItem .imgBg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

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

.pSeriesSwiper .pSeriesItem:hover .imgBg {
	opacity: 1;
}

/* 2025.2.21 */

.lianxi {
	transform: translateX(100%);
	opacity: 0;
	pointer-events: none;
}

.lianxi.active {
	transform: translateX(0%);
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width:999px) {
	.lianxi {
		transform: translateX(0%);
		opacity: 1;
		pointer-events: all;
	}
}

nav {
	padding: 30px 0;
}


.indexBanner .swiper-slide .msg{
    pointer-events: none;
}
.indexBanner .swiper-slide .msg .title,
.indexBanner .swiper-slide .msg .txts,
.indexBanner  .cBtn{
    pointer-events: all;
}

/*.diningRoomSlide .swiper-slide a img{*/
/*    image-rendering: pixelated;*/
/*}*/
@media screen and (min-width:1921px) {
    .pSeriesSwiper .swiper .swiper-slide {
        width: 37.5%;
    }
}

.productItem .msg{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 43px 20px;
}
@media screen and (max-width:1600px){
     .productItem .msg{
        padding: 20px;
    }
}
@media screen and (max-width:1333px){
     .productItem .msg{
        padding: 10px 20px;
    }    
    .productItem .msg .name{
        margin-bottom: 5px;
    }
}
@media screen and (max-width:999px){
    .productItem .msg .name{
        margin-bottom: 0;
    }
}


.fullVideo video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
    display: none;
}


.fullVideo .playBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99;
    cursor: pointer;
    width: 83px;
}


.fullVideo .playBtn:hover img {
    transform: scale(1.1);
}



.lianxi>div>div.customerSlide {
	top: -8px;
	transform: translateY(-20%);
}


.customerSlide .box {
	position: relative;
}


.customerSlide .closeCustomer {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.customerSlide .closeCustomer i {
	font-size: 20px;
}




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

	.lianxi>div,
	.lianxi .top {
		width: 20%;
	}

	.lianxi>div>div.customerSlide {
		right: auto;
		left: 0;
		top: auto;
		transform: translateY(0);
	}

	.lianxi div.phone .num {
		text-align: center;
	}
}

@media screen and (max-width:768px) {
	.lianxi div.phone .num {
		width: 180px;
	}
}



.banner2 .bannerVideo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: flex;
	align-items: center;
	justify-content: center;
}




.banner2 .bannerVideo video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: none;
}


.banner2 .newPlayBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
	width: 118px;
	height: 118px;
	z-index: 99;
}


.banner2 .newPlayBtnimg {
	width: 100%;
	height: 100%;
}

.banner2 .bannerVideo .playBtn:hover img {
	transform: scale(1.1);
}

@media screen and (max-width:1600px) {
	.banner2 .newPlayBtn{
		width: 80px;
		height: 80px;
	}

}

@media screen and (max-width:1333px) {
	.banner2 .newPlayBtn{
		width: 70px;
		height: 70px;
		transform: translateX(-50%) translateY(-140%);
	}
}

@media screen and (max-width:999px) {
	.banner2 .newPlayBtn{
		width: 60px;
		height: 60px;
		transform: translateX(-50%) translateY(-150%);
	}
}

@media screen and (max-width:768px) {
	.banner2 .newPlayBtn{
		width: 50px;
		height: 50px;
		transform: translateX(-50%) translateY(-140%);
	}
}

@media screen and (max-width:538px) {
	.banner2 .newPlayBtn{
		left: auto;
		right: 0;
	}
}





.apartment .provided .showImg video{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
	display: none;
}

.apartment .provided .showImg  .playBtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
}


.apartment .provided .showImg  .playBtn:hover img{
	transform: scale(1.1);
}

@media screen and (max-width:1600px){
 	.apartment .provided .showImg .playBtn{
		width: 70px;
	}
}
@media screen and (max-width:1333px){
 	.apartment .provided .showImg .playBtn{
		width: 60px;
	}	
}
@media screen and (max-width:538px){
 	.apartment .provided .showImg .playBtn{
		width: 55px;
	}	
}


@media screen and (min-width:2400px) {
	.pSeriesSwiper .swiper .swiper-slide {
		width: 28.13%;
	}
}

@media screen and (min-width:2801px) {
	.pSeriesSwiper .swiper .swiper-slide {
		width: 37.5%;
	}
}


.projectDet .projectCase {
    margin-bottom: 0;
    margin-top: 100px;
}

@media screen and (max-width:1600px) {
    .projectDet .projectCase {
        margin-top: 80px;
    }
}

@media screen and (max-width:1333px) {
    .projectDet .projectCase {
        margin-top: 60px;
    }
}

@media screen and (max-width:999px) {
    .projectDet .projectCase {
        margin-top: 50px;
    }
}

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

.fullVideo .cBtn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}


@media screen and (max-width:1600px){
     .fullVideo .playBtn{
        width: 70px;
    }
}
@media screen and (max-width:1333px){
     .fullVideo .playBtn{
        width: 60px;
    }    
}
@media screen and (max-width:538px){
     .fullVideo .playBtn{
        width: 55px;
    }    
    .fullVideo .cBtn{
        width: 240px;
    }
}