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

ul {
	list-style: none;
}


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

.image {
	display: block;
}

.image img {
	display: block;
}



a img {
	display: block;
}

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

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

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

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


.standardEdit a {
	color: #E60013;
}

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



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

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

textarea {
	resize: none;
}

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

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

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

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

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

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

.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: 20px;
	line-height: 30px;
	font-family: YsabeauOffice-Regular, Arial, sans-serif;
	color: #222222;
	border: 1px solid #dddddd;
}

@media screen and (max-width:1860px) {
	.table table tr td {
		font-size: 18px;
		line-height: 30px;
	}
}

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

.safeRange {
	max-width: 1700px;
	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:1860px) {
	.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:1860px) {
	.standardTxt .title1 {
		font-size: 36px !important;
		line-height: 48px !important;
	}

	.standardTxt .title2 {
		font-size: 30px !important;
		line-height: 42px !important;
	}
}

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

	.standardTxt .title2 {
		font-size: 26px !important;
		line-height: 38px !important;
	}

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

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

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

	.standardTxt .title2 {
		font-size: 22px !important;
		line-height: 34px !important;
	}

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

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

}

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

	.standardTxt .title2 {
		font-size: 20px !important;
		line-height: 32px !important;
	}
}








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

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

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

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


.clear {
	clear: both;
}

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

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

	header .xnav .nav {
		position: fixed;
		width: 35px;
		height: 24px;
		background: #E60013;
		left: 80px;
		top: 30px;
		transform: translateY(-50%);
		cursor: pointer;
		border-radius: 5px;
		z-index: 999999999;
	}

	header .xnav .nav span {
		display: block;
		width: 20px;
		height: 2px;
		background: #ffffff;
		position: absolute;
		left: 50%;
		margin-left: -10px;
		top: 50%;
		transition: 0.8s;
		z-index: 99999991
	}

	header .xnav .nav .nav1 {
		margin-top: -1px;
	}

	header .xnav .nav .nav2 {
		margin-top: -8px;
	}

	header .xnav .nav .nav3 {
		margin-top: 6px;
	}

	header .xnav .nav:hover .nav1 {
		width: 25px;
	}

	header .xnav .navh .nav1 {
		transform: rotate(45deg)
	}

	header .xnav .navh .nav2 {
		transform: rotate(-45deg);
		width: 10px;
		margin-left: -1px;
		margin-top: -5px;
	}

	header .xnav .navh .nav3 {
		transform: rotate(-45deg);
		width: 9px;
		margin-top: 3px;
		margin-left: -8px;
	}

	header .xnav .navh:hover .nav2 {
		margin-top: -8px;
		margin-left: 7px;
	}

	header .xnav .navh:hover .nav3 {
		margin-top: 5px;
		margin-left: -12px;
	}

	header .xnav .smdaohang {
		position: fixed;
		width: 300px;
		height: 0px;
		overflow: auto;
		top: 0px;
		right: 0px;
		background: rgba(230, 0, 19, 0.95);
		z-index: 9999999;
		transition: 0.8s;
		text-align: center;
	}

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

	header .xnav .topnav {
		margin: auto;
		margin-top: 30px;
		padding: 20px;
	}

	header .xnav ul.topnav li {
		text-align: left;
		position: relative;
	}

	header .xnav ul.topnav li a {
		padding: 5px;
		padding-left: 0px;
		color: #fff;
		display: block;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 24px;
		padding-right: 50px;
		font-family: YsabeauOffice-Regular, Arial, sans-serif;
	}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none
}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible
}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible
}

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

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

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

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

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

.swiper-cards {
	overflow: visible
}

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




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


/* allnav */


nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background: transparent;
}

nav.innerNav,
nav.active,
nav:hover {
	background-color: rgba(244, 240, 235, 1);
}

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


.innerBannerRange {
	background-color: #F4F0EB;
	height: 108px;
}

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


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


nav .logo {
	width: 174px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}


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

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

nav .navList>ul {
	display: flex;
	align-items: center;
	margin-left: 28px;
}


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

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

nav a {
	display: block;
}


nav .navList>ul>li>a {
	height: 108px;
	line-height: 108px;
	color: #BBB;
	font-size: 20px;
	font-family: YsabeauOffice-SemiBold;
}

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

nav .navList>ul>li.active>a {
	color: #FFF;
}

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

nav .navList>ul>li:hover>a {
	color: #000;
}



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



nav .btns .line {
	width: 1px;
	height: 26px;
	background-color: #FFF;
	margin-left: 22px;
}

nav.innerNav .btns .line,
nav.active .btns .line,
nav:hover .btns .line {
	background-color: #666;
}

nav .btns .language {
	height: 108px;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 30px;
}

nav .btns .lanBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #BBB;
}

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


nav.active .btns .lanBtn span,
nav.innerBanner .btns .lanBtn span,
nav:hover .btns .lanBtn span {
	color: #666;
}

nav.active .btns .lanBtn i,
nav.innerBanner .btns .lanBtn i,
nav:hover .btns .lanBtn i {
	color: #666;
}


nav .btns .lanBtn:hover span,
nav .btns .lanBtn:hover i {
	color: #000000;
}


nav .btns .lanBtn span {
	flex-shrink: 0;
	font-size: 18px;
	line-height: 30px;
	margin: 0 4px 0 2px;
}

nav .btns .lanBtn i.icon-language {
	font-size: 17px;
}

nav .btns .lanBtn i.icon-yousanjiao-copy {
	font-size: 16px;
	transform: rotate(90deg);
}


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


nav .btns .language ul {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	padding: 15px 0 15px 0;
	transition: none;
	background-color: #F4F0EB;
}


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

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

nav .btns .language ul li a {
	padding: 0 20px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}


nav .btns .language ul li a span {
	background-image:
		radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: 0 100%;
	transition: background-size 0.4s ease;
	background-position: right bottom;
}


nav .btns .language ul li a:hover span {
	background-size: 100% 1px;
	background-position: left bottom;
}


nav .btns .search {
	height: 108px;
	display: flex;
	align-items: center;
	position: relative;
}


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


nav .btns .search .searchBtn i {
	font-size: 18px;
	color: #BBB;
	display: block;
	font-weight: bold;
	transform: translateY(2px);
}

nav.active .btns .search .searchBtn i,
nav.innerBanner .btns .search .searchBtn i,
nav:hover .btns .search .searchBtn i {
	color: #666;
}

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

nav .btns .search form {
	position: absolute;
	right: 0;
	top: 80%;
	background-color: #F4F0EB;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}

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

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

nav .btns .search form input::-webkit-input-placeholder {
	color: #666;
}

nav .btns .search form input:-moz-placeholder {
	color: #666;
}

nav .btns .search form input::-moz-placeholder {
	color: #666;
}

nav .btns .search form input:-ms-input-placeholder {
	color: #666;
}


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

nav .btns .search form .subBtn i {
	font-weight: bold;
	color: #666;
}


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

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



/* moreList */

.moreList,
.moreList ul {
	position: absolute;
	background-color: #F4F0EB;
	width: max-content;
	max-width: 280px;
	display: none;
	transition: none;
	padding: 15px 0 15px 0;
}


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


.moreList {
	top: 80%;
	right: -20px;
}


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

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

.moreList a {
	padding: 0 20px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}


.moreList a span {
	background-image:
		radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: 0 100%;
	transition: background-size 0.4s ease;
	background-position: right bottom;
}


.moreList a:hover span {
	background-size: 100% 1px;
	background-position: left bottom;
}



@media screen and (max-width:1860px) {
	nav .navList>ul>li>a {
		height: 80px;
		line-height: 80px;
	}

	nav .btns .language,
	nav .btns .search {
		height: 80px;
	}

	.innerBannerRange {
		background-color: #F4F0EB;
		height: 80px;
	}

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

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

	nav .btns .line {
		height: 20px;
		margin-right: 50px;
	}

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

	nav .navList>ul>li {
		margin-left: 50px;
	}

	nav .logo {
		width: 140px;
	}

	.moreList {
		top: 100%;
	}

	nav .btns .language ul {
		top: 100%;
	}

	nav .btns .search form {
		top: 100%;
	}

}

@media screen and (max-width:1333px) {
	nav .navList>ul>li>a {
		height: 60px;
		line-height: 60px;
	}

	nav .btns .language,
	nav .btns .search {
		height: 60px;
	}

	.innerBannerRange {
		background-color: #F4F0EB;
		height: 60px;
	}

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

	nav .btns .line {
		margin-left: 30px;
		height: 16px;
	}

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

	nav .navList>ul>li {
		margin-left: 40px;
	}

	nav .logo {
		width: 120px;
	}

	nav .navList>ul>li>a {
		font-size: 18px;
	}

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

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

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

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

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

@media screen and (max-width:1200px) {
	nav .btns .line {
		margin-left: 30px;
	}

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

	nav .navList>ul>li {
		margin-left: 30px;
	}
}

@media screen and (max-width:999px) {
	.bannerRange {
		height: 60px;
		background-color: #F4F0EB;
	}

	nav {
		background-color: rgba(244, 240, 235, 1);
	}

	nav .navList>ul,
	nav .btns .search {
		display: none;
	}

	nav .btns .line {
		display: none;
	}

	nav .btns .language {
		margin-right: 0;
	}

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

	nav .btns .lanBtn span {
		color: #666;
		font-size: 16px;
	}

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

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

@media screen and (max-width:768px) {
	nav .navList>ul>li>a {
		height: 50px;
		line-height: 50px;
	}

	nav .btns .language {
		height: 50px;
	}

	.innerBannerRange {
		height: 50px;
	}

	.bannerRange {
		height: 50px;
	}

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

	nav .logo {
		width: 100px;
	}

	header .xnav .nav {
		top: 25px;
		left: 25px;
	}
}

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

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



/*  animation*/

.animationItem,
.animation {
	opacity: 0;
	transition: 1s ease all;
}


.fadeUp {
	transform: translateY(50px);
}


.fadeRight {
	transform: translateX(50px);
}


.fadeLeft {
	transform: translateX(-50px);
}

.animationActive {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}

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

	.animationItem,
	.animation {
		opacity: 1;
		transform: translate(0, 0) scale(1);
		transition: .4s ease all;
	}
}


.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 50%;
}


.indexBanner .swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.indexBanner * {
	transition: none;
}


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


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

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

.indexBanner .swiper-slide .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000 -23.85%, rgba(0, 0, 0, 0.10) 58.13%, rgba(0, 0, 0, 0.00) 102.03%);
}


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


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



.indexBanner img {
	display: block;
}



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



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




.indexBanner .swiper-pagination span {
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
	transition: .4s ease all;
	margin: 5px 10px !important;
}


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




.indexBanner .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
}



.indexBanner .msg .safeRange {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexBanner .msg .sign {
	width: 44.411%;
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}


.indexBanner .msg .sign img {
	display: block;
}


.indexBanner .tit{
	color: #FFF;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFF;
	font-family: CrimsonFoam-Regular;
	font-size: 180px;
	line-height: 180px; 
	opacity: .8;
}


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

	.indexBanner .msg .sign {
		top: 50%;
	}

	.indexBanner .swiper-pagination span {
		margin: 5px 8px !important;
	}
	
	.indexBanner .tit{
		font-size: 140px;
		line-height: 140px; 
	}
}

@media screen and (max-width:1333px) {
	.indexBanner .signs {
		bottom: 20px;
	}
	
	.indexBanner .tit{
		font-size: 120px;
		line-height: 120px; 
	}
}

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

	.indexBanner .swiper-pagination span {
		margin: 5px 6px !important;
		width: 8px;
		height: 8px;
	}
	
	.indexBanner .tit{
		font-size: 100px;
		line-height: 100px; 
	}
}
@media screen and (max-width:768px) {
	.indexBanner .tit{
		font-size: 80px;
		line-height: 80px; 
	}
}

@media screen and (max-width:750px) {
	.indexBanner {
		padding-bottom: 80%;
	}
	.indexBanner .msg{
		display: none;
	}
}


/* public */

.title1 {
	color: #1A1A1A;
	font-family: YsabeauOffice-Bold;
	font-size: 40px;
	line-height: 54px;
}


a.title1 {
	display: inline-block;
}


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

.whiteColor,
.whiteColor p {
	color: #ffffff;
}

.defaultColor {
	color: #222222;
}

a.whiteColor:hover,
a.defaultColor:hover {
	color: #E60013;
}

.themeColor {
	color: #E60013;
}


.fontBold {
	font-family: YsabeauOffice-Bold;
}

.fontMedium {
	font-family: YsabeauOffice-Medium;
}

.fontRegular {
	font-family: YsabeauOffice-Regular;
}


.fontSbold {
	font-family: YsabeauOffice-SemiBold;
}

.standardEdit p strong {
	font-family: YsabeauOffice-Bold;
	font-weight: normal;
	color: #222;
}

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

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

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


.cBtn {
	padding: 7px 23px 7px 19px;
	background-color: #E60013;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
	width: max-content;
	border: 1px solid #E60013;
}


.cBtn i {
	flex-shrink: 0;
	margin-left: 49px;
	font-size: 12px;
	display: flex;
	align-items: center;
	transform: scaleX(-1);
	
	@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: YsabeauOffice-Regular, Arial, sans-serif;
	font-size: 16px;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
	color: #666;
	direction: rtl; 
}
	ul {
 list-style: none;
}
	html {
 overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 62.5%;
}

.image {
	display: block;
}

.image
	img {
 display: block;
}
	a img {
 display: block;
}
	img {
 border: none;
	max-width: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
}
	a {
 text-decoration: none;
	color: #333;
	outline: none;
}

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

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


.standardEdit
	a {
 color: #E60013;
}

.standardEdit
	a:hover {
 text-decoration: underline;
}
	a:hover img {
 transform: scale(1.1, 1.1)}
	input,
textarea,
select {
 font-family: YsabeauOffice-Regular, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	color: #333333;
	border: none;
	outline: none;
}
	textarea {
 resize: none;
}
	@media screen and (max-width:1333px) {

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

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

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

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

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

.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: 20px;
	line-height: 30px;
	font-family: YsabeauOffice-Regular, Arial, sans-serif;
	color: #222222;
	border: 1px solid #dddddd;
}
	@media screen and (max-width:1860px) {
 .table table tr td {
  font-size: 18px;
	line-height: 30px;
 }
}
	@media screen and (max-width:999px) {
 .table table tr td {
  padding: 8px 15px;
	font-size: 16px;
	line-height: 28px;
 }
}

.safeRange {
	max-width: 1700px;
	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:1860px) {
 .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:1860px) {
 .standardTxt .title1 {
  font-size: 36px !important;
	line-height: 48px !important;
 }

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

 .standardTxt .title2 {
	font-size: 26px !important;
	line-height: 38px !important;
 }

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

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

 .standardTxt .title2 {
	font-size: 22px !important;
	line-height: 34px !important;
 }

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

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

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

 .standardTxt .title2 {
	font-size: 20px !important;
	line-height: 32px !important;
 }
}








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

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

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

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


.clear {
	clear: both;
}

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

 header .xnav .nav {
	position: fixed;
	width: 35px;
	height: 24px;
	background: #E60013;
	left: 80px;
	top: 30px;
	transform: translateY(-50%);
	cursor: pointer;
	border-radius: 5px;
	z-index: 999999999;
 }

 header .xnav .nav span {
	display: block;
	width: 20px;
	height: 2px;
	background: #ffffff;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	transition: 0.8s;
	z-index: 99999991}

 header .xnav .nav .nav1 {
	margin-top: -1px;
 }

 header .xnav .nav .nav2 {
	margin-top: -8px;
 }

 header .xnav .nav .nav3 {
	margin-top: 6px;
 }

 header .xnav .nav:
	hover .nav1 {
  width: 25px;
 }

 header .xnav .navh .nav1 {
	transform: rotate(45deg)}

 header .xnav .navh .nav2 {
	transform: rotate(-45deg);
	width: 10px;
	margin-left: -1px;
	margin-top: -5px;
 }

 header .xnav .navh .nav3 {
	transform: rotate(-45deg);
	width: 9px;
	margin-top: 3px;
	margin-left: -8px;
 }

 header .xnav .navh:
	hover .nav2 {
  margin-top: -8px;
	margin-left: 7px;
 }

 header .xnav .navh:
	hover .nav3 {
  margin-top: 5px;
	margin-left: -12px;
 }

 header .xnav .smdaohang {
	position: fixed;
	width: 300px;
	height: 0px;
	overflow: auto;
	top: 0px;
	right: 0px;
	background: rgba(230, 0, 19, 0.95);
	z-index: 9999999;
	transition: 0.8s;
	text-align: center;
 }

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

 header .xnav .topnav {
	margin: auto;
	margin-top: 30px;
	padding: 20px;
 }

 header .xnav ul.topnav li {
	text-align: left;
	position: relative;
 }

 header .xnav ul.topnav li a {
	padding: 5px;
	padding-left: 0px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	padding-right: 50px;
	font-family: YsabeauOffice-Regular, Arial, sans-serif;
 }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */
	@font-face {
 font-family: swiper-icons;
	src: url('data:application/font-woff;charset=utf-8;base64, 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');
	font-weight: 400;
	font-style: normal}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
	perspective: 1200px}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000}
	@keyframes swiper-preloader-spin {
 0% {
  transform: rotate(0deg)}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)}
	button.swiper-pagination-bullet {
 border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
	display: none}

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

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

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

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

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

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

.swiper-scrollbar-lock {
	display: none}

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
	overflow: visible}

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

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

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

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

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

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

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

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

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

.swiper-flip {
	overflow: visible}

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

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

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

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

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

.swiper-cards {
	overflow: visible}

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




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


/* allnav */
	nav {
 position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 9999;
	background: transparent;
}
	nav.innerNav,
nav.active,
nav:hover {
 background-color: rgba(244, 240, 235, 1);
}
	nav.active {
 box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}


.innerBannerRange {
	background-color: #F4F0EB;
	height: 108px;
}
	html {
 scroll-padding-top: 108px;
}
	nav .con {
 display: flex;
	align-items: center;
	justify-content: space-between;
}
	nav .logo {
 width: 174px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
	nav .logo:hover img {
 transform: none;
}
	nav .navList {
 display: flex;
	align-items: center;
}
	nav .navList>ul {
 display: flex;
	align-items: center;
	margin-left: 28px;
}
	nav .navList>ul>li {
 margin-left: 68.5px;
	position: relative;
}
	nav .navList>ul>li:last-child {
 margin: 0;
}
	nav a {
 display: block;
}
	nav .navList>ul>li>a {
 height: 108px;
	line-height: 108px;
	color: #BBB;
	font-size: 20px;
	font-family: YsabeauOffice-SemiBold;
}
	nav.innerNav .navList>ul>li>a,
nav:hover .navList>ul>li>a,
nav.active .navList>ul>li>a {
 color: #666;
}
	nav .navList>ul>li.active>a {
 color: #FFF;
}
	nav.innerNav .navList>ul>li.active>a,
nav.active .navList>ul>li.active>a,
nav:hover .navList>ul>li.active>a {
 color: #000;
}
	nav .navList>ul>li:hover>a {
 color: #000;
}
	nav .btns {
 display: flex;
	align-items: center;
}
	nav .btns .line {
 width: 1px;
	height: 26px;
	background-color: #FFF;
	margin-left: 22px;
}
	nav.innerNav .btns .line,
nav.active .btns .line,
nav:hover .btns .line {
 background-color: #666;
}
	nav .btns .language {
 height: 108px;
	display: flex;
	align-items: center;
	position: relative;
	margin-left: 30px;
}
	nav .btns .lanBtn {
 display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: #BBB;
}
	nav .btns .lanBtn i {
 color: #BBB;
}
	nav.active .btns .lanBtn span,
nav.innerBanner .btns .lanBtn span,
nav:hover .btns .lanBtn span {
 color: #666;
}
	nav.active .btns .lanBtn i,
nav.innerBanner .btns .lanBtn i,
nav:hover .btns .lanBtn i {
 color: #666;
}
	nav .btns .lanBtn:hover span,
nav .btns .lanBtn:hover i {
 color: #000000;
}
	nav .btns .lanBtn span {
 flex-shrink: 0;
	font-size: 18px;
	line-height: 30px;
	margin: 0 4px 0 2px;
}
	nav .btns .lanBtn i.icon-language {
 font-size: 17px;
}
	nav .btns .lanBtn i.icon-yousanjiao-copy {
 font-size: 16px;
	transform: rotate(90deg);
}
	nav .btns .lanBtn.active i.icon-yousanjiao-copy {
 transform: rotate(-90deg);
}
	nav .btns .language ul {
 position: absolute;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	max-width: 200px;
	display: none;
	padding: 15px 0 15px 0;
	transition: none;
	background-color: #F4F0EB;
}
	nav .btns .language ul li {
 margin-top: 10px;
}
	nav .btns .language ul li:nth-child(1) {
 margin-top: 0;
}
	nav .btns .language ul li a {
 padding: 0 20px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}
	nav .btns .language ul li a span {
 background-image:
  radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: 0 100%;
	transition: background-size 0.4s ease;
	background-position: right bottom;
}
	nav .btns .language ul li a:hover span {
 background-size: 100% 1px;
	background-position: left bottom;
}
	nav .btns .search {
 height: 108px;
	display: flex;
	align-items: center;
	position: relative;
}
	nav .btns .search .searchBtn {
 cursor: pointer;
}
	nav .btns .search .searchBtn i {
 font-size: 18px;
	color: #BBB;
	display: block;
	font-weight: bold;
	transform: translateY(2px);
}
	nav.active .btns .search .searchBtn i,
nav.innerBanner .btns .search .searchBtn i,
nav:hover .btns .search .searchBtn i {
 color: #666;
}
	nav .btns .search .searchBtn:hover i {
 color: #000000;
}
	nav .btns .search form {
 position: absolute;
	right: 0;
	top: 80%;
	background-color: #F4F0EB;
	height: 35px;
	width: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(122, 122, 122, 0.1);
}
	nav .btns .search form.active {
 width: 240px;
	padding: 0 10px;
}
	nav .btns .search form input {
 width: 100%;
	height: 100%;
	background-color: transparent;
	color: #222222;
}
	nav .btns .search form input::-webkit-input-placeholder {
 color: #666;
}
	nav .btns .search form input:-moz-placeholder {
 color: #666;
}
	nav .btns .search form input::-moz-placeholder {
 color: #666;
}
	nav .btns .search form input:-ms-input-placeholder {
 color: #666;
}
	nav .btns .search form .subBtn {
 display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 35px;
	width: 35px;
}
	nav .btns .search form .subBtn i {
 font-weight: bold;
	color: #666;
}
	nav .btns .search form .subBtn:hover i {
 color: #222222;
}
	nav .btns .search form .subBtn input {
 position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: transparent;
}



/* moreList */

.moreList,
.moreList
	ul {
 position: absolute;
	background-color: #F4F0EB;
	width: max-content;
	max-width: 280px;
	display: none;
	transition: none;
	padding: 15px 0 15px 0;
}


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


.moreList {
	top: 80%;
	right: -20px;
}


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

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

.moreList
	a {
 padding: 0 20px;
	color: #333;
	font-size: 18px;
	line-height: 30px;
}


.moreList
	a span {
 background-image:
  radial-gradient(circle at 50% 100%, currentColor 0%, currentColor 100%);
	background-repeat: no-repeat;
	background-size: 0 1px;
	background-position: 0 100%;
	transition: background-size 0.4s ease;
	background-position: right bottom;
}


.moreList
	a:hover span {
 background-size: 100% 1px;
	background-position: left bottom;
}
	@media screen and (max-width:1860px) {
 nav .navList>ul>li>a {
  height: 80px;
	line-height: 80px;
 }

 nav .btns .language,
 nav .btns .search {
	height: 80px;
 }

 .innerBannerRange {
	background-color: #F4F0EB;
	height: 80px;
 }

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

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

 nav .btns .line {
	height: 20px;
	margin-right: 50px;
 }

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

 nav .navList>ul>li {
	margin-left: 50px;
 }

 nav .logo {
	width: 140px;
 }

 .moreList {
	top: 100%;
 }

 nav .btns .language ul {
	top: 100%;
 }

 nav .btns .search form {
	top: 100%;
 }

}
	@media screen and (max-width:1333px) {
 nav .navList>ul>li>a {
  height: 60px;
	line-height: 60px;
 }

 nav .btns .language,
 nav .btns .search {
	height: 60px;
 }

 .innerBannerRange {
	background-color: #F4F0EB;
	height: 60px;
 }

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

 nav .btns .line {
	margin-left: 30px;
	height: 16px;
 }

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

 nav .navList>ul>li {
	margin-left: 40px;
 }

 nav .logo {
	width: 120px;
 }

 nav .navList>ul>li>a {
	font-size: 18px;
 }

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

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

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

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

 nav .btns .search form .subBtn {
	height: 30px;
	width: 30px;
 }
}
	@media screen and (max-width:1200px) {
 nav .btns .line {
  margin-left: 30px;
 }

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

 nav .navList>ul>li {
	margin-left: 30px;
 }
}
	@media screen and (max-width:999px) {
 .bannerRange {
  height: 60px;
	background-color: #F4F0EB;
 }

 nav {
	background-color: rgba(244, 240, 235, 1);
 }

 nav .navList>ul,
 nav .btns .search {
	display: none;
 }

 nav .btns .line {
	display: none;
 }

 nav .btns .language {
	margin-right: 0;
 }

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

 nav .btns .lanBtn span {
	color: #666;
	font-size: 16px;
 }

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

 nav .btns .language ul li {
	margin-top: 6px;
 }
}
	@media screen and (max-width:768px) {
 nav .navList>ul>li>a {
  height: 50px;
	line-height: 50px;
 }

 nav .btns .language {
	height: 50px;
 }

 .innerBannerRange {
	height: 50px;
 }

 .bannerRange {
	height: 50px;
 }

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

 nav .logo {
	width: 100px;
 }

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

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



/*  animation*/

.animationItem,
.animation {
	opacity: 0;
	transition: 1s ease all;
}


.fadeUp {
	transform: translateY(50px);
}


.fadeRight {
	transform: translateX(50px);
}


.fadeLeft {
	transform: translateX(-50px);
}

.animationActive {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
	@media screen and (max-width:999px) {

 .animationItem,
 .animation {
  opacity: 1;
	transform: translate(0, 0) scale(1);
	transition: .4s ease all;
 }
}


.indexBanner {
	position: relative;
	transition: none;
	padding-bottom: 50%;
}


.indexBanner .swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.indexBanner * {
	transition: none;
}


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


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

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

.indexBanner .swiper-slide .image::
	after {
 content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000 -23.85%, rgba(0, 0, 0, 0.10) 58.13%, rgba(0, 0, 0, 0.00) 102.03%);
}


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


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



.indexBanner
	img {
 display: block;
}



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



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




.indexBanner .swiper-pagination
	span {
 cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, .5);
	opacity: 1;
	transition: .4s ease all;
	margin: 5px 10px !important;
}


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




.indexBanner .msg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	pointer-events: none;
}



.indexBanner .msg .safeRange {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.indexBanner .msg .sign {
	width: 44.411%;
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}


.indexBanner .msg .sign
	img {
 display: block;
}


.indexBanner .tit{
	color: #FFF;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #FFF;
	font-family: CrimsonFoam-Regular;
	font-size: 180px;
	line-height: 180px;
	opacity: .8;
}
	@media screen and (max-width:1860px) {
 .indexBanner .signs {
  bottom: 26px;
 }

 .indexBanner .msg .sign {
	top: 50%;
 }

 .indexBanner .swiper-pagination span {
	margin: 5px 8px !important;
 }
 
 .indexBanner .tit{
	font-size: 140px;
	line-height: 140px; 
 }
}
	@media screen and (max-width:1333px) {
 .indexBanner .signs {
  bottom: 20px;
 }
 
 .indexBanner .tit{
	font-size: 120px;
	line-height: 120px; 
 }
}
	@media screen and (max-width:999px) {
 .indexBanner .signs {
  bottom: 15px;
 }

 .indexBanner .swiper-pagination span {
	margin: 5px 6px !important;
	width: 8px;
	height: 8px;
 }
 
 .indexBanner .tit{
	font-size: 100px;
	line-height: 100px; 
 }
}
	@media screen and (max-width:768px) {
 .indexBanner .tit{
  font-size: 80px;
	line-height: 80px; 
 }
}
	@media screen and (max-width:750px) {
 .indexBanner {
  padding-bottom: 80%;
 }
 .indexBanner .msg{
	display: none;
 }
}


/* public */

.title1 {
	color: #1A1A1A;
	font-family: YsabeauOffice-Bold;
	font-size: 40px;
	line-height: 54px;
}
	a.title1 {
 display: inline-block;
}
	a.title1:hover {
 color: #E60013;
}

.whiteColor,
.whiteColor
	p {
 color: #ffffff;
}

.defaultColor {
	color: #222222;
}
	a.whiteColor:hover,
a.defaultColor:hover {
 color: #E60013;
}

.themeColor {
	color: #E60013;
}


.fontBold {
	font-family: YsabeauOffice-Bold;
}

.fontMedium {
	font-family: YsabeauOffice-Medium;
}

.fontRegular {
	font-family: YsabeauOffice-Regular;
}


.fontSbold {
	font-family: YsabeauOffice-SemiBold;
}

.standardEdit
	p strong {
 font-family: YsabeauOffice-Bold;
	font-weight: normal;
	color: #222;
}

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

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

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


.cBtn {
	padding: 7px 23px 7px 19px;
	background-color: #E60013;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 16px;
	line-height: 26px;
	width: max-content;
	border: 1px solid #E60013;
}


.cBtn
	i {
 flex-shrink: 0;
	margin-left: 49px;
	font-size: 12px;
	display: flex;
	align-items: center;
	transform: scaleX(-1);
	display: inline-block;
}

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


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


.swiperBox {
	position: relative;
}


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



.swiperBox .sBtns>
	div.prev {
 left: -86px;
	margin-right: 0;
}

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

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

.sBtns>
	div {
 display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.30);
	background-color: transparent;
	cursor: pointer;
	color: #1A1A1A;
	font-size: 12px;
	font-weight: bold;
}

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

.sBtns>
	div:hover {
 background-color: #CA1C20;
	border: 1px solid #CA1C20;
	color: #ffffff;
}

.sBtns>
	div.swiper-button-disabled:hover {
 border: 1px solid rgba(0, 0, 0, 0.30);
	background-color: transparent;
	color: #1A1A1A;
	cursor: auto;
}


.greyBg {
	background-color: #F4F0EB;
}

.textCenter,
.textCenter
	p {
 text-align: center;
}


.font20 {
	font-size: 20px;
	line-height: 34px;
}

.standardEdit
	p {
 font-size: 20px;
	line-height: 34px;
}

.font48 {
	font-size: 48px;
	line-height: 60px;
}

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


/* indexM1-1 */

.tailored {
	padding: 100px 0 86px 0;
}


.tailored .title {
	margin: 0 auto;
	max-width: 1023px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.tailored .title .tip {
	display: inline-block;
}


.tailored .numList {
	margin-top: 80px;
}

.numList {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
}

.numList .num {
	color: #333;
}

.numList .item {
	width: 14.28%;
	margin-right: 2.864%;
	margin-top: 30px;
}

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

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

.numList .num
	i {
 font-size: 18px;
	line-height: 28px;
	font-family: YsabeauOffice-Regular;
	font-style: normal;
}

.numList .name {
	margin-top: 4px;
}

.theBrand {
	padding: 73px 0 66px 39px;
	max-width: 1426px;
	position: relative;
}

.theBrand::
	after {
 content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	z-index: -2;
	background-color: #F4F0EB;
}

.theBrand .tip {
	margin-top: 8px;
}

.theBrand .txts {
	margin-top: 45px;
}


.theBrand .txts
	p {
 color: #555555;
}

.iSign {
	width: 72px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iSign
	img {
 display: block;
}

.theBrand .iSign {
	flex-shrink: 0;
	margin-left: 10%;
	margin-top: -24px;
}
	@media screen and (max-width:1860px) {
 .font48 {
  font-size: 36px;
	line-height: 48px;
 }

 .font20 {
	font-size: 18px;
	line-height: 30px;
 }

 .tailored .numList {
	margin-top: 40px;
 }

 .tailored .name {
	margin-top: 5px;
 }

 .theBrand {
	padding: 80px 0 80px 40px;
 }

 .theBrand .tip {
	margin-top: 10px;
 }

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

 .tailored .title {
	max-width: 800px;
 }

 .theBrand .iSign {
	margin-top: 0;
 }

 .standardEdit p {
	font-size: 18px;
	line-height: 30px;
 }
}
	@media screen and (max-width:1333px) {
 .font48 {
  font-size: 30px;
	line-height: 42px;
 }

 .numList .item:nth-child(n) {
	width: 23.5%;
	margin-right: 2%;
	margin-top: 30px;
 }

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

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

 .theBrand {
	padding: 60px 0 60px 30px;
 }

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

 .iSign {
	width: 60px;
 }
}
	@media screen and (max-width:999px) {
 .font48 {
  font-size: 26px;
	line-height: 38px;
 }

 .tailored .numList {
	margin-top: 30px;
 }

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

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

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

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

 .theBrand {
	padding: 50px 0 50px 30px;
 }

 .font22 {
	font-size: 18px;
	line-height: 30px;
 }

 .iSign {
	width: 50px;
 }

 .tailored .title {
	max-width: 500px;
 }

 .numList .num i {
	font-size: 16px;
	line-height: 26px;
 }
}
	@media screen and (max-width:768px) {
 .font48 {
  font-size: 24px;
	line-height: 36px;
 }

 .theBrand {
	padding: 40px 0 40px 20px;
 }

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

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

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

 .theBrand .iSign {
	margin: 0;
 }

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

 .theBrand .box {
	margin-top: 30px;
 }

 .iSign {
	width: 36px;
 }
}

/* indexM2-1 */

.theGroup {
	padding-top: 82px;
	position: relative;
	padding-left: calc((100% - 1700px)/ 2);
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
}


.theGroup .show {
	width: 41.65%;
	padding: 106px 0 61px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 9;
}

.theGroup .show .msgBox {
	flex: 1;
}

.theGroup .show .msgBox .image {
	height: 100%;
}

.msgBox {
	position: relative;
}

.msgBox .image {
	overflow: hidden;
}

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

.msgBox
	a.image:hover img {
 transform: none;
}

.msgBox .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	z-index: 9;
}

.msgBox .msg * {
	pointer-events: all;
}

.theGroup .show .msgBox .msg {
	padding: 30px 43px;
}

.msgBox .msg::
	after {
 content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.theGroup .show .msgBox .msg::
	after {
 background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.27%, #000 129.29%);
}

.font28 {
	font-size: 28px;
	line-height: 34px;
}

.theGroup .show .msgBox .txts {
	margin-top: 17px;
}

.theGroup .show .msgBox .txts
	p {
 line-height: 30px;
}

.theGroup .show .cBtn {
	margin-top: 60px;
}

.theGroup .dis {
	width: 52.8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.theGroup .piece {
	position: relative;
}

.theGroup .piece::
	after {
 content: "";
	position: absolute;
	width: 200vw;
	left: calc((100vw - 1700px)/ -2);
	top: -82px;
	height: calc(100% + 82px);
	z-index: -2;
	background-color: #1E1E1E;
}

.theGroup .dis .piece {
	padding-left: calc((100vw - 1720px) / 2);
}

.theGroup .dis .title1 {
	color: #ffffff;
	font-family: YsabeauOffice-SemiBold;
}

.theGroup .dis .title1:
	hover {
 color: #E60013;
}

.theGroup .dis .tip {
	margin-top: 8px;
}

.theGroup .dis .txts {
	margin-top: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 11;
}

.theGroup .dis .txts
	p {
 color: #ffffff;
}

.theGroup .dis .imgBox {
	margin-top: 61px;
	flex: 1;
	position: relative;
}

.theGroup .dis .imgBox::
	after {
 content: "";
	position: absolute;
	top: -62px;
	left: calc((100vw - 1700px)/ -2);
	width: 200vw;
	height: 40.7%;
	z-index: -2;
	background-color: #1E1E1E;
}


.theGroup .dis .imgBox .image {
	height: 100%;
}

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

.imgBox {
	position: relative;
}

.imgBox .image {
	overflow: hidden;
}

.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.video .playBtn {
	position: relative;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}


.video .playBtn
	img {
 width: 8px;
	filter: grayscale(100%) brightness(500%);
}

.video:
	hover .playBtn::after {
 background-color: #ffffff;
}

.video:
	hover .playBtn img {
 filter: grayscale(0%) brightness(100%);
}

.video .playBtn::
	after {
 content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #CA1C20;
	border-radius: 50%;
	z-index: -1;
	transition: .4s ease all;
}


.video .playBtn
	div {
 display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
	background-color: #CA1C20;
	z-index: -2;
}


.video:
	hover .playBtn div {
 background-color: #ffffff;
}


.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}
	@keyframes circles {
 0% {
  transform: scale(1);
	opacity: 0;
 }

 20% {
	transform: scale(1.28);
	opacity: 0.5;
 }

 100% {
	transform: scale(2.2);
	opacity: 0;
 }
}
	@media screen and (min-width:1921px) {
 .theGroup {
  padding-left: 110px;
 }

 .theGroup .dis .piece {
	padding-left: 110px;
 }
}
	@media screen and (max-width:1860px) {
 .theGroup {
  padding-top: 80px;
	padding-right:80px;
 }
 
 .theGroup .piece::
	after {
     left: -80px;
    }

 .theGroup .dis .piece {
	padding-left: 80px;
 }

 .theGroup .show {
	padding: 80px 0;
 }

 .theGroup .show .msgBox .msg {
	padding: 30px 20px;
 }

 .theGroup .show .cBtn {
	margin-top: 40px;
 }

 .cBtn {
	padding: 8px 20px;
 }

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

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

 .theGroup .dis .tip {
	margin-top: 10px;
 }

 .theGroup .dis .txts {
	margin-top: 30px;
 }

 .theGroup .dis .imgBox {
	margin-top: 40px;
 }

 .theGroup .piece::
	after {
  top: -80px;
 }

 .theGroup .dis .imgBox::
	after {
  top: -41px;
 }
 .theGroup .dis .imgBox::
	after {
     left: -80px;
    }
}
	@media screen and (max-width:1333px) {
 .theGroup .show {
  padding: 60px 0;
 }

 .theGroup {
	padding-top: 60px;
 }

 .theGroup .piece::
	after {
  top: -60px;
 }

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

 .cBtn {
	padding: 6px 20px;
 }
}
	@media screen and (max-width:999px) {
 .font28 {
  font-size: 22px;
	line-height: 34px;
 }

 .theGroup .dis .imgBox {
	margin-top: 30px;
 }

 .theGroup .dis .imgBox::
	after {
  top: -31px;
 }

 .theGroup .show {
	padding: 50px 0;
 }

 .theGroup {
	padding-top: 50px;
 }

 .theGroup .piece::
	after {
  top: -50px;
 }

 .cBtn {
	padding: 4px 14px;
 }

 .theGroup .show .cBtn {
	margin-top: 30px;
 }

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

 .theGroup .dis .txts {
	-webkit-line-clamp: 8;
 }
}
	@media screen and (max-width:768px) {
 .theGroup {
  flex-direction: column;
	align-items: flex-start;
 }

 .theGroup {
	padding-top: 40px;
	padding-right: 25px;
 }

 .theGroup .dis {
	width: 100%;
 }

 .theGroup .piece::
	after {
  top: -40px;
 }

 .theGroup .dis .piece {
	padding-left: 25px;
 }

 .theGroup .dis .txts {
	-webkit-line-clamp: 6;
 }

 .theGroup .show {
	padding: 0;
	width: 100%;
 }

 .theGroup .dis {
	margin-top: 80px;
 }

 .theGroup .show .msgBox .msg {
	position: static;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
 }

 .theGroup .show .msgBox .msg::
	after {
  display: none;
 }

 .theGroup .show .msgBox {
	display: flex;
	justify-content: space-between;
	padding-left: 25px;
 }

 .theGroup .show .msgBox .msg {
	height: auto;
	padding: 0;
	width: 48%;
	padding: 40px 0;
 }

 .theGroup .show .msgBox .msg .tit {
	color: #222;
 }

 .theGroup .show .msgBox .msg .txts p {
	color: #555555;
 }

 .theGroup .show .msgBox .image {
	width: 48%;
	height: auto;
 }

 .font28 {
	font-size: 20px;
	line-height: 32px;
 }

 .video .playBtn {
	width: 40px;
	height: 40px;
 }
 
 .theGroup .piece::
	after {
     left: -25px;
    }
    .theGroup .dis .imgBox::
	after {
     left: -25px;
    }
}
	@media screen and (max-width:538px) {
 .theGroup .show .msgBox {
  padding-left: 15px;
 }

 .theGroup {
	padding-right: 15px;
 }
 .theGroup .piece::
	after {
     left: -15px;
    }
    .theGroup .dis .imgBox::
	after {
     left: -15px;
    }
}
	@media screen and (max-width:450px) {
 .theGroup .show .msgBox {
  flex-direction: column;
	align-items: flex-start;
 }

 .theGroup .show .msgBox .msg {
	padding: 0;
	margin-top: 30px;
	width: 100%;
 }

 .theGroup .show .msgBox .image {
	width: 100%;
 }
}



/* indexM3-1 */

.featuredProjects {
	padding: 47px 0 100px 0;
	max-width: 1920px;
	margin: 0 auto;
}

.featuredProjects .lrt .iSign {
	margin-right: 22%;
	margin-top: 27px;
}

.featuredProjects .lrt .tips {
	margin-top: 33px;
}

.featuredProjects .lrt .tips
	p {
 color: #555555;
}


.featuredProjects .swiper {
	margin-top: 37px;
	display: flex;
	flex-wrap: wrap;
}

.featuredProjects .msg {
	padding: 72px 17%;
	align-items: center;
}

.font40 {
	font-size: 40px;
	line-height: 50px;
}


.featuredProjects .cBtn {
	background-color: transparent;
	border-color: #ffffff;
	margin-top: 23px;
	padding: 7px 22px 7px 19px;
}

.featuredProjects .cBtn
	i {
 margin-left: 33px;
}

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

.featuredProjects .txts {
	margin-top: 17px;
	height: 90px;
}

.featuredProjects .txts
	p {
 line-height: 30px;
}

.featuredProjects .msgBox .msg::
	after {
 opacity: 0.8;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 42.74%, #000 100%);
}


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

.sSigns .prev,
.sSigns .next {
	font-size: 23px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	font-weight: bold;
}

.sSigns .prev.swiper-button-disabled,
.sSigns .next.swiper-button-disabled {
	pointer-events: none;
}

.sSigns .prev:
	hover,
.sSigns .next:hover {
 color: #E60013;
}

.sSigns .swiper-pagination {
	position: static;
	margin: 0px 25px;
	width: auto;
	font-size: 18px;
	line-height: 28px;
	color: #1E1E1E;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sSigns .swiper-pagination.swiper-pagination-lock {
	display: none;
}

.sSigns .swiper-pagination
	i {
 margin: 0 3px;
	margin-top: -2px;
}

.sSigns .swiper-pagination .swiper-pagination-current {
	color: #E60013;
}


.sSigns .prev,
.sSigns .next {
	margin-top: 51px;
}


.sSigns .swiper-pagination {
	margin-top: 50px;
}
	@media screen and (max-width:1860px) {
 .featuredProjects .lrt .tips {
  margin-top: 30px;
 }

 .featuredProjects .lrt .iSign {
	margin-left: 10%;
 }

 .featuredProjects .swiper {
	margin-top: 40px;
 }

 .featuredProjects .msg {
	padding: 50px 30px;
 }

 .font40 {
	font-size: 32px;
	line-height: 44px;
 }

 .featuredProjects .txts {
	margin-top: 26px;
 }

 .featuredProjects .cBtn {
	margin-top: 26px;
	padding: 8px 20px;
 }

 .featuredProjects .cBtn i {
	margin-left: 24px;
 }

 .featuredProjects .lrt .iSign {
	margin-top: 0;
 }


 .sSigns .prev,
 .sSigns .next {
	margin-top: 30px;
 }

 .sSigns .swiper-pagination {
	margin-top: 28px;
 }

 .sSigns .prev,
 .sSigns .next {
	font-size: 20px;
 }
}
	@media screen and (max-width:1333px) {
 .featuredProjects .msg {
  padding: 30px 20px;
 }

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

 .featuredProjects .cBtn {
	padding: 6px 20px;
 }


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

 .featuredProjects .msg {
	position: static;
	height: auto;
	padding: 0 20px;
	margin-top: 16px;
 }

 .featuredProjects .msg::
	after {
  display: none;
 }

 .featuredProjects .msg .title {
	color: #222222;
 }

 .featuredProjects .txts p {
	color: #555555;
 }

 .featuredProjects .cBtn {
	color: #ffffff;
	border-color: #E60013;
	background-color: #E60013;
	padding: 4px 14px;
 }

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

 .featuredProjects .txts {
	margin-top: 16px;
 }

 .featuredProjects .cBtn {
	margin-top: 16px;
 }

 .featuredProjects .txts {
	height: 84px;
 }

 .font40 {
	font-size: 24px;
	line-height: 34px;
 }

 .sSigns .swiper-pagination {
	font-size: 16px;
	line-height: 28px;
 }

 .sSigns .prev,
 .sSigns .next {
	font-size: 18px;
	margin-top: 20px;
 }

 .sSigns .swiper-pagination {
	margin-top: 18px;
 }


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

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

 .sSigns .prev,
 .sSigns .next {
	font-size: 16px;
 }
}
	@media screen and (max-width:538px) {
 .featuredProjects .lrt {
  flex-direction: column-reverse;
	align-items: flex-start;
 }

 .featuredProjects .lrt .iSign {
	margin-left: 0;
 }

 .featuredProjects .box {
	margin-top: 30px;
 }
}

/* indexM4-1 */

.cases {
	max-width: 1920px;
	margin: 0 auto;
	/* direction: rtl; */
}

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

.cases .swiper-slide .image {
	overflow: hidden;
}

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

.cases .swiper-slide
	a.image img {
 transform: none;
}

.cases .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.cases .msg::
	after {
 content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 59.9%);
	pointer-events: none;
}


.cases .con {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	padding: 100px 0 112px 0;
}

.cases .msg {
	pointer-events: none;
}

.cases .iSign {
	pointer-events: all;
}

.cases .box * {
	pointer-events: all;
}

.cases .txts {
	margin-top: 29px;
}


.cases .swiper-pagination {
	bottom: 39px;
}

.cases .swiper-pagination
	span {
 width: 10px;
	height: 10px;
	opacity: 1;
	background-color: rgba(255, 255, 255, .5);
	margin: 5px 10px !important;
}


.cases .swiper-pagination
	span.swiper-pagination-bullet-active {
 background-color: #ffffff;
}

.cases .box {
	max-width: 1343px;
}
	@media screen and (max-width:1860px) {
 .cases .con {
  padding: 80px 0;
 }

 .cases .swiper-pagination {
	bottom: 25px;
 }

 .cases .swiper-pagination span {
	margin: 5px 8px !important;
 }

 .cases .txts {
	margin-top: 30px;
 }
}
	@media screen and (max-width:1333px) {
 .cases .con {
  padding: 60px 0;
 }

 .cases .swiper-pagination {
	bottom: 25px;
 }

 .cases .swiper-pagination span {
	margin: 5px 8px !important;
 }

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

 .cases .swiper-pagination {
	bottom: 18px;
 }
}
	@media screen and (max-width:999px) {
 .cases .txts {
  margin-top: 20px;
 }

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

 .cases .swiper-pagination {
	bottom: 10px;
 }

 .cases .swiper-pagination span {
	width: 8px;
	height: 8px;
	margin: 5px 6px !important;
 }
}
	@media screen and (max-width:768px) {
 .cases .msg::after {
  display: none;
 }

 .cases .msg {
	position: static;
	margin-top: 20px;
 }

 .cases .con {
	padding: 0;
 }

 .cases .box {
	margin-top: 20px;
 }

 .cases .tit {
	color: #222222;
 }

 .cases .txts p {
	color: #555555;
 }

 .cases .swiper-pagination {
	position: static;
	margin-top: 20px;
 }

 .cases .swiper-pagination span {
	background-color: #666666;
 }

 .cases .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #222222;
 }

 .cases .txts {
	margin-top: 16px;
 }
}

/* indexM5-1 */

.furnitures {
	padding: 108px 0 184px 0;
}

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

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

.furnitures .tips {
	margin: 0 auto;
	margin-top: 34px;
	max-width: 1118px;
}

.furnitures .tips
	p {
 font-family: YsabeauOffice-SemiBold;
	line-height: 28px;
	color: #555555;
}


.furnitures .list {
	margin-top: 47px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.furnitures .list .image {
	overflow: hidden;
}

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

.furnitures .list .item:nth-child(4n) {
	width: 23.88%;
}

.furnitures .list .item:nth-child(4n) .image {
	transform: translateY(7.3%);
}

.furnitures .list .item:nth-child(4n-1) {
	width: 15.76%;
}

.furnitures .list .item:nth-child(4n-1) .image {
	transform: translateY(-2.6%);
}

.furnitures .list .item:nth-child(4n-2) {
	width: 21.88%;
}

.furnitures .list .item:nth-child(4n-2) .image {
	transform: translateY(46.5%);
}

.furnitures .list .item:nth-child(4n-3) {
	width: 27.35%;
}
	@media screen and (max-width:1860px) {
 .furnitures {
  padding: 80px 0 140px 0;
 }

 .furnitures .list {
	margin-top: 50px;
 }

 .furnitures .tips {
	margin-top: 30px;
 }
}
	@media screen and (max-width:1333px) {
 .furnitures {
  padding: 60px 0 100px 0;
 }

 .furnitures .list {
	margin-top: 40px;
 }
}
	@media screen and (max-width:999px) {
 .furnitures .tips {
  margin-top: 26px;
 }

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

 .furnitures .list .item:nth-child(n) {
	width: 48%;
 }

 .furnitures .list .item:nth-child(n) .image {
	transform: translateY(0);
 }

 .furnitures {
	padding: 50px 0;
 }
}
	@media screen and (max-width:768px) {
 .furnitures {
  padding: 40px 0;
 }
}


/* indexM6-1 */

.iService {
	padding: 110px 0 109px 0;
}

.iService .piece {
	width: 43.94%;
	margin-top: 5px;
}

.iService .piece .title .btn {
	color: #555;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.iService .piece .title .btn:
	hover {
 color: #E60013;
}


.iService .checks {
	margin-top: 96px;
}


.iService .checks .item {
	border-bottom: 1px solid #222;
	padding-bottom: 19px;
	margin-bottom: 50px;
}


.iService .checks .item:
	last-child {
 margin-bottom: 0;
}

.iService .checks .btn {
	flex-shrink: 0;
	margin-left: 60px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2px;
}

.iService .checks .btn
	i {
 font-size: 40px;
	color: #666;
	transform: rotate(-45deg);
}

.iService .checks .btn:
	hover i {
 color: #222;
}


.font34 {
	font-size: 34px;
	line-height: 46px;
}


.iService .checks .item.active .tit {
	color: #333;
}


.iService .checks .item .tit {
	color: #555;
}

.iService .checks .item .tit:
	hover {
 color: #E60013;
}


.iService .checks .txts {
	line-height: 30px;
	padding-top: 11px;
	color: #333;
	display: none;
	transition: none;
}

.iService .checks .txts
	p {
 line-height: 30px;
}


.iService .checks .item:nth-child(1) .txts {
	display: block;
}


.iService .swiper {
	margin: 0;
	width: 44.11%;
}

.iService .swiper .image {
	overflow: hidden;
}

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


.iService .swiper .swiper-slide .item:nth-child(2n-1) {
	width: 33.6%;
}


.iService .swiper .swiper-slide .item:nth-child(2n) {
	width: 60.93%;
}

.iService .swiper .swiper-slide .tit {
	margin-top: 19px;
	color: #333333;
}

.iService .swiper .swiper-slide .tit:
	hover {
 color: #E60013;
}

.iService .checks .item.active {
	padding-bottom: 18px;
}
	@media screen and (max-width:1860px) {
 .iService .piece {
  margin-top: 0;
 }

 .iService .checks {
	margin-top: 50px;
 }

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

 .iService .checks .btn i {
	font-size: 30px;
 }

 .iService .checks .txts {
	padding-top: 20px;
 }

 .iService .checks .item:nth-child(n) {
	padding-bottom: 30px;
	margin-bottom: 30px;
 }

 .iService .checks .btn {
	margin-left: 40px;
 }
}
	@media screen and (max-width:1333px) {
 .iService .checks {
  margin-top: 40px;
 }

 .font34 {
	font-size: 22px;
	line-height: 34px;
 }

 .iService .piece {
	width: 46%;
 }

 .iService .checks .item:nth-child(n) {
	padding-bottom: 20px;
	margin-bottom: 20px;
 }

 .iService .checks .item:
	last-child {
  margin-bottom: 0;
 }

 .iService .swiper {
	width: 48%;
 }

 .iService .checks .btn {
	margin-left: 24px;
 }
}
	@media screen and (max-width:999px) {
 .iService .con.lrc {
  flex-direction: column;
	align-items: flex-start;
 }

 .iService .piece {
	width: 100%;
 }

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

 .iService .swiper {
	width: 100%;
	margin-top: 30px;
 }

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

 .iService .checks .txts {
	padding-top: 16px;
 }

 .iService .checks .btn i {
	font-size: 24px;
 }

 .iService .swiper-slide {
	align-items: center;
 }

 .iService .checks .item:nth-child(n) {
	margin-bottom: 16px;
	padding-bottom: 16px;
 }

 .iService .checks .item:
	last-child {
  margin-bottom: 0;
 }
}
	@media screen and (max-width:768px) {
 .font34 {
  font-size: 18px;
	line-height: 30px;
 }
}


/* indexM7-1 */

.iPiece {
	padding: 98px 0 119px 0;
}

.ourPartner .image {
	margin-top: 42px;
}

.iPiece .iNews {
	margin-top: 98px;
}

.iNews .newSwiper {
	margin-top: 66px;
}

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

.newItem {
	position: relative;
}

.newItem::
	after {
 content: "";
	position: absolute;
	height: 101%;
	left: calc(100% + 30px);
	top: 48.3%;
	transform: translateY(-50%);
	width: 1px;
	background-color: #D9D9D9;
}


.newItem .image {
	overflow: hidden;
}

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

.newItem .day {
	font-size: 36px;
	line-height: 26px;
	margin-top: 45px;
}

.font18 {
	font-size: 18px;
	line-height: 30px;
}

.newItem .time {
	margin-top: 8px;
	color: #222;
}

.newItem .tit {
	margin-top: 33px;
	height: 60px;
}

.newItem .tit
	h1 {
 font: inherit;
}

.newItem .tit
	a {
 color: #555555;
	line-height: 30px;
}

.newItem .tit
	a:hover {
 color: #E60013;
}

.newItem .btn {
	display: inline-block;
	width: max-content;
	margin-top: 36px;
}
	@media screen and (max-width:1860px) {
 .ourPartner .image {
  margin-top: 50px;
 }

 .iPiece .iNews {
	margin-top: 80px;
 }

 .iNews .newSwiper {
	margin-top: 50px;
 }

 .newItem::
	after {
  height: 100%;
	top: 50%;
 }

 .newItem .day {
	margin-top: 30px;
	font-size: 30px;
	line-height: 30px;
 }

 .newItem .tit {
	margin-top: 16px;
 }

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

}
	@media screen and (max-width:1333px) {
 .ourPartner .image {
  margin-top: 40px;
 }

 .iPiece .iNews {
	margin-top: 60px;
 }

 .iNews .newSwiper {
	margin-top: 40px;
 }

 .newItem::
	after {
  left: calc(100% + 20px);
 }

 .newItem .day {
	margin-top: 26px;
	font-size: 26px;
	line-height: 26px;
 }

}
	@media screen and (max-width:999px) {
 .ourPartner .image {
  margin-top: 30px;
 }

 .iPiece .iNews {
	margin-top: 50px;
 }

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

 .newItem .day {
	margin-top: 20px;
	font-size: 24px;
	line-height: 24px;
 }

 .newItem .tit {
	line-height: 28px;
	height: 56px;
	margin-top: 10px;
 }

 .newItem .btn {
	margin-top: 16px;
 }

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

 .newItem .day {
	font-size: 22px;
	line-height: 22px;
 }
}
	@media screen and (max-width:450px) {
 .newItem::after {
  left: calc(100% + 15px);
 }
}


/* 1-1About-story */



.aboutUs .piece {
	position: relative;
	padding-top: 60px;
}

.aboutUs .piece::
	after {
 content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: calc(100% - 141px);
	z-index: -2;
	background-color: rgba(244, 240, 235, 1);
}

.aboutUs .title {
	max-width: 1098px;
	margin-top: 47px;
}


.aboutUs .imgBox {
	margin-top: 45px;
}

.aboutUs .numList {
	margin-top: 105px;
}


.aboutUs .theBrand {
	margin-top: 29px;
	padding-bottom: 173px;
}



.aboutGroup {
	padding-right: calc((100% - 1700px)/ 2);
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: -70px;
	position: relative;
	z-index: 9;
	padding-bottom: 89px;
}
	@media screen and (min-width:1921px) {
 .aboutGroup {
  padding-right: 110px;
 }
}

.aboutGroup .show {
	width: 41.65%;
	padding-bottom: 163px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.aboutGroup .show .image {
	flex: 1;
}

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

.aboutGroup .show .image {
	height: 100%;
	position: relative;
}

.aboutGroup .show .image::
	after {
 content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.27%, #000 129.29%);
}


.aboutGroup .show .msg {
	margin-top: 73px;
	max-width: 655px;
}

.aboutGroup .show .tit {
	color: #333333;
}

.aboutGroup .show .txts {
	margin-top: 17px;
}

.aboutGroup .show .txts
	p {
 color: #333;
}

.aboutGroup .dis {
	width: 52.8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 145px;
}

.aboutGroup .dis .piece {
	padding-left: calc((100vw - 1720px) / 2);
}
	@media screen and (min-width:1921px) {
 .aboutGroup .dis .piece {
  padding-left: 110px;
 }
}

.aboutGroup .dis .title1 {
	color: #333;
	font-family: YsabeauOffice-SemiBold;
}

.aboutGroup .dis .tip {
	margin-top: 8px;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
}

.aboutGroup .dis .txts {
	margin-top: 44px;
}

.aboutGroup .dis .txts
	p {
 color: #333;
}

.aboutGroup .dis .imgBox {
	margin-top: 61px;
	flex: 1;
	position: relative;
}

.aboutGroup .dis .imgBox .image {
	height: 100%;
}

.aboutGroup .dis .imgBox .image
	img {
 width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}
	@media screen and (max-width:1860px) {
 .aboutUs .piece {
  padding-top: 80px;
 }

 .aboutUs .title,
 .aboutUs .imgBox {
	margin-top: 40px;
 }

 .aboutUs .numList {
	margin-top: 50px;
 }

 .aboutUs .theBrand {
	margin-top: 50px;
	padding-bottom: 150px;
 }

 .aboutGroup {
	padding-right: 80px;
	padding-bottom: 80px;
 }

 .aboutGroup .dis .piece {
	padding-left: 80px;
 }

 .aboutGroup .show .msg,
 .aboutGroup .dis .imgBox {
	margin-top: 60px;
 }

 .aboutGroup .dis {
	padding-top: 150px;
 }

 .aboutGroup .show {
	padding-bottom: 80px;
 }
}
	@media screen and (max-width:1333px) {
 .aboutUs .piece {
  padding-top: 60px;
 }

 .aboutUs .numList {
	margin-top: 40px;
 }

 .aboutUs .theBrand {
	margin-top: 40px;
	padding-bottom: 120px;
 }

 .aboutGroup {
	margin-top: -60px;
	padding-bottom: 60px;
 }

 .aboutGroup .show .msg,
 .aboutGroup .dis .imgBox {
	margin-top: 40px;
 }

 .aboutGroup .dis {
	padding-top: 120px;
 }

 .aboutGroup .dis .txts {
	margin-top: 40px;
 }

 .aboutGroup .show {
	padding-bottom: 60px;
 }
}
	@media screen and (max-width:999px) {

 .aboutUs .imgBox {
  height: 380px;
 }

 .aboutUs .imgBox .image {
	height: 100%;
 }

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

 .aboutUs .piece {
	padding-top: 50px;
 }

 .aboutUs .title,
 .aboutUs .imgBox {
	margin-top: 30px;
 }

 .aboutUs .numList {
	margin-top: 40px;
 }

 .aboutUs .theBrand {
	margin-top: 40px;
	padding-bottom: 100px;
 }

 .aboutGroup {
	margin-top: -50px;
	padding-bottom: 50px;
 }

 .aboutGroup .dis {
	padding-top: 100px;
 }

 .aboutGroup .dis .txts {
	margin-top: 30px;
 }

 .aboutGroup .show {
	padding-bottom: 50px;
 }

}
	@media screen and (max-width:768px) {
 .aboutGroup {
  margin-top: -40px;
	padding-bottom: 40px;
 }

 .aboutGroup .show {
	padding-bottom: 0px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
 }


 .aboutGroup .show .image {
	flex: none;
	height: auto;
	width: 48%;
 }


 .aboutGroup .show .msg {
	width: 48%;
	padding: 80px 0 40px;
	margin-top: 0;
	padding-left: 25px;
 }

 .aboutGroup {
	flex-direction: column;
	align-items: flex-start;
	padding-right: 25px;
 }

 .aboutGroup .dis {
	padding-top: 0;
	margin-top: 40px;
	width: 100%;
 }

 .aboutUs .theBrand {
	padding-bottom: 80px;
 }

 .aboutGroup .dis .piece {
	padding-left: 25px;
 }

 .aboutGroup .dis .imgBox {
	margin-top: 30px;
 }
}
	@media screen and (max-width:538px) {
 .aboutGroup .show .msg {
  padding-left: 15px;
 }

 .aboutGroup .dis .piece {
	padding-left: 15px;
 }

 .aboutGroup {
	padding-right: 15px;
 }

 .aboutUs .imgBox {
	height: 340px;
 }

}
	@media screen and (max-width:450px) {
 .aboutGroup .show {
  flex-direction: column;
	align-items: flex-start;
 }

 .aboutGroup .show .msg {
	padding: 0;
	margin-top: 30px;
 }

 .aboutGroup .show .image {
	width: 100%;
 }

 .aboutGroup .show .msg {
	width: 100%;
 }
}

.qualityCongtrol {
	padding: 81px 0 74px 0;
}

.qualityCongtrol .title1 {
	color: #333;
}

.qualityCongtrol .list {
	margin-top: 23px;
	display: flex;
	flex-wrap: wrap;
}

.qualityCongtrol .list
	li {
 margin: 5px 0;
	margin-left: 47px;
	position: relative;
	padding-right: 31px;
	color: #333;
	font-family: YsabeauOffice-SemiBold;
	font-size: 20px;
	line-height: 36px;
}


.qualityCongtrol .list
	li img {
 width: 20px;
	position: absolute;
	right: 0;
	top: 8px;
}



.qualityCongtrol .title {
	margin-top: 59px;
	color: #333;
}

.font30 {
	font-size: 30px;
	line-height: 40px;
}

.qualityCongtrol .con {
	overflow: hidden;
}


.qualityCongtrol .swiper {
	overflow: visible;
	max-width: 746px;
	margin-top: 47px;
}


.qualityCongtrol .msg {
	padding: 20px 23px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.45%, rgba(0, 0, 0, 0.50) 84.27%);
}

.qualityCongtrol .msg .txts {
	margin-top: -3px;
	max-height: 0;
	overflow: hidden;
	transition: 1s ease all;
}

.qualityCongtrol .msg .txts
	p {
 font-size: 18px;
	line-height: 28px;
}


.qualityCongtrol .swiper-slide-active .msg .txts {
	max-height: 100%;
}
	@media screen and (max-width:1860px) {
 .qualityCongtrol .list li {
  font-size: 18px;
	line-height: 30px;
 }

 .qualityCongtrol .list li img {
	top: 6px;
 }

 .qualityCongtrol .title {
	margin-top: 50px;
 }

 .qualityCongtrol .swiper {
	margin-top: 40px;
 }

 .qualityCongtrol .msg {
	padding: 30px 20px;
 }

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

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

 .font30 {
	font-size: 26px;
	line-height: 38px;
 }
}
	@media screen and (max-width:1333px) {
 .qualityCongtrol .title {
  margin-top: 40px;
 }

 .qualityCongtrol .swiper {
	max-width: 700px;
 }

 .font30 {
	font-size: 24px;
	line-height: 36px;
 }
}
	@media screen and (max-width:999px) {
 .qualityCongtrol .list li {
  font-size: 16px;
	line-height: 28px;
 }

 .qualityCongtrol .list li img {
	width: 18px;
 }

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

 .font30 {
	font-size: 22px;
	line-height: 34px;
 }
}
	@media screen and (max-width:768px) {
 .font30 {
  font-size: 20px;
	line-height: 32px;
 }
}
	@media screen and (max-width:538px) {
 .qualityCongtrol .msg {
  position: static;
	padding: 0;
	margin-top: 16px;
	background: none;
	height: auto;
 }

 .qualityCongtrol .msg .tit {
	color: #222222;
 }

 .qualityCongtrol .msg .txts p {
	color: #555555;
 }

 .qualityCongtrol .swiper-slide {
	height: auto;
 }

}

.aboutPiece {
	padding: 98px 0 89px 0;
}

.aboutPiece .title1 {
	color: #333333;
}

.ability .list {
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
}

.ability .list .item {
	width: 23.52%;
	margin-left: 1.97%;
	margin-top: 30px;
	position: relative;
	padding: 37px 33px 34px;
}

.ability .list .item::
	after {
 content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	background: #F4F0EB;
}


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

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

.ability .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
}

.ability .list .tit {
	margin-top: 21px;
	color: #000000;
	line-height: 28px;
}

.ability .list .txts {
	margin-top: 20px;
}

.ability .list .txts
	p {
 color: #000000;
}


.aboutPiece .compliance {
	margin-top: 98px;
}

.compliance .list {
	margin-top: 28px;
}

.compliance .list .item {
	margin-top: 70px;
}

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

.compliance .list .txts {
	max-width: 1400px;
	margin: 0 auto;
}

.compliance .list .txts
	p {
 color: #333;
}


.compliance .list .signList {
	margin-top: 36px;
}


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

.signList .image {
	width: 170px;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	border-radius: 16px;
	margin: 10px 34px;
}
	@media screen and (max-width:1860px) {
 .ability .list {
  margin-top: 50px;
	justify-content: space-between;
 }


 .ability .list .item {
	padding: 40px 20px;
 }

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

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

 .ability .list .sign {
	width: 50px;
	height: 50px;
 }

 .aboutPiece .compliance {
	margin-top: 80px;
 }

 .compliance .list {
	margin-top: 50px;
 }

 .signList .image {
	width: 140px;
	height: 140px;
	margin: 10px 20px;
	border-radius: 10px;
 }

 .compliance .list .signList {
	margin-top: 30px;
 }

 .compliance .list .item {
	margin-top: 50px;
 }

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

 .aboutPiece .compliance {
	margin-top: 60px;
 }

 .compliance .list,
 .compliance .list .item {
	margin-top: 40px;
 }

 .signList .image {
	width: 120px;
	height: 120px;
	border-radius: 5px;
	margin: 10px 10px;
 }

}
	@media screen and (max-width:999px) {
 .ability .list .sign {
  width: 46px;
	height: 46px;
 }

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

 .aboutPiece .compliance {
	margin-top: 50px;
 }

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

 .signList .image {
	width: 100px;
	height: 100px;
 }

 .compliance .list .signList {
	margin-top: 20px;
 }
}
	@media screen and (max-width:768px) {
 .signList .image {
  width: 80px;
	height: 80px;
 }

 .ability .list .item {
	padding: 30px 20px;
 }

 .aboutPiece .compliance {
	margin-top: 40px;
 }
}
	@media screen and (max-width:538px) {
 .ability .list .item:nth-child(n) {
  padding: 30px 15px;
	width: 100%;
	margin-top: 30px;
 }

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

 .signList .image {
	width: 75px;
	height: 75px;
 }
}

.awards {
	padding: 119px 0 0px 0;
	position: relative;
	background-color: rgba(220, 220, 220, 1);
	overflow: hidden;
}


.awards .txts {
	margin: 0 auto;
	margin-top: 22px;
	max-width: 1500px;
}

.awards .txts
	p {
 color: #333;
}


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


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

.awards .image {
	margin-top: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.partnerPiece {
	padding: 103px 0 110px 0;
}

.partnerPiece .image {
	margin-top: 42px;
}

.reviews {
	padding: 148px 0 96px 0;
}

.reviews .title {
	width: 24%;
	margin-top: -65px;
}

.reviews .title .sSigns {
	justify-content: flex-start;
	margin-top: 102px;
}

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


.reviews .swiper-slide {
	display: flex;
	align-items: flex-start;
}


.reviews .swiper-slide .sign {
	flex-shrink: 0;
	margin-right: 54px;
	width: 71px;
	margin-top: -42px;
}


.reviews .swiper-slide .txts
	p {
 line-height: 28px;
	color: #333333;
	font-size: 18px;
}

.reviews .swiper-slide .user {
	margin-top: 56px;
	display: flex;
	align-items: center;
}

.reviews .swiper-slide .image {
	flex-shrink: 0;
	margin-left: 28px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reviews .swiper-slide .name {
	color: #1A1A1A;
}

.reviews .swiper-slide .msg {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-top: -4px;
}
	@media screen and (max-width:1860px) {
 .awards .txts {
  margin-top: 30px;
 }

 .awards {
	padding-top: 80px;
 }

 .reviews .title .sSigns {
	margin-top: 30px;
 }

 .reviews .title {
	margin-top: 0;
 }

 .reviews .swiper-slide .sign {
	margin-top: -20px;
	width: 60px;
	margin-left: 30px;
 }

 .reviews .swiper {
	width: 60%;
 }

 .reviews .swiper-slide .user {
	margin-top: 40px;
 }


 .reviews .swiper-slide .image {
	width: 80px;
	height: 80px;
 }

 .awards .image {
	margin-top: 30px;
 }
}
	@media screen and (max-width:1333px) {
 .awards {
  padding-top: 60px;
 }

 .reviews .title {
	width: 30%;
 }

 .reviews .title .sSigns {
	margin-top: 0;
 }

 .reviews .swiper-slide .sign {
	width: 40px;
 }

 .partnerPiece .image {
	margin-top: 40px;
 }
}
	@media screen and (max-width:999px) {
 .awards {
  padding-top: 50px;
 }

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

 .reviews .title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
 }

 .reviews .title .sSigns {
	flex-shrink: 0;
	margin-left: 40px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
 }

 .reviews .title .sSigns * {
	margin-top: 0;
 }

 .reviews .swiper {
	width: 100%;
	margin-top: 50px;
 }

 .reviews .swiper-slide .user {
	margin-top: 20px;
	margin-right: 20px;
 }

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

 .partnerPiece .image {
	margin-top: 30px;
 }

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

 .reviews .swiper-slide .sign {
	width: 35px;
 }

 .reviews .swiper-slide .image {
	width: 70px;
	height: 70px;
 }
}
	@media screen and (max-width:538px) {}
	@media screen and (max-width:450px) {
 .reviews .title {
  flex-direction: column;
	align-items: flex-start;
 }

 .reviews .title .sSigns {
	margin-left: 0;
	margin-top: 20px;
 }

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

 .reviews .swiper-slide .sign {
	margin-top: 0;
	margin-bottom: 10px;
 }

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


/* 1-2About-team */

.aboutTeam {
	padding-top: 60px;
}

.aboutTeam .con {
	display: flex;
	justify-content: space-between;
	padding-right: calc((100% - 1700px)/ 2);
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 26px;
}
	@media screen and (min-width:1921px) {
 .aboutTeam .con {
  padding-right: 110px;
 }
}


.aboutTeam .show {
	width: 53.4%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 96px 80px 100px;
	background-color: #625555;
}

.aboutTeam .msg {
	width: 41%;
	padding-top: 18px;
	padding-bottom: 88px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.aboutTeam .msg .title1 {
	font-family: YsabeauOffice-Regular;
	color: #000;
}

.aboutTeam .msg .line {
	width: 103px;
	height: 1px;
	background-color: #000;
	margin-top: 31px;
}

.aboutTeam .msg .txts {
	margin-top: 45px;
}

.aboutTeam .msg .txts
	p {
 color: #555;
}

.aboutTeam .msg .name {
	color: #000000;
	margin-top: 19px;
}


.ourTeam {
	margin-top: 83px;
}

.ourTeam .title1 {
	font-family: YsabeauOffice-Regular;
}

.ourTeam .txts {
	max-width: 1237px;
	margin: 0 auto;
	margin-top: 35px;
}

.ourTeam .txts
	p {
 color: #333333;
}


.ourTeam .image {
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 43px;
}

.pillars {
	padding: 55px 0 100px 0;
}


.pillars .tips
	p {
 color: #333333;
}

.pillars .list {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}

.pillars .list .item {
	width: 23.47%;
	margin-left: 2.04%;
	margin-top: 30px;
	border: 1px solid #D5CBCB;
	background: #FAF8F5;
	padding: 59px 21px 59px;
}



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

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



.pillars .list .sign {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}


.pillars .list .tit {
	color: #333333;
	margin-top: 18px;
}

.pillars .list .txts {
	margin-top: 36px;
}

.pillars .list .txts
	p {
 color: #333333;
}
	@media screen and (max-width:1860px) {
 .aboutTeam .con {
  padding-left: 80px;
 }

 .aboutTeam {
	padding-top: 80px;
 }

 .aboutTeam .show {
	padding: 80px;
 }

 .aboutTeam .msg {
	padding: 80px 0;
 }

 .aboutTeam .msg .name {
	margin-top: 30px;
 }

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

 .aboutTeam .con {
	margin-top: 30px;
 }

 .ourTeam {
	margin-top: 80px;
 }

 .pillars .list {
	margin-top: 50px;
	justify-content: space-between;
 }

 .pillars .list .item:nth-child(n) {
	width: 49%;
	padding: 30px 20px;
	margin-top: 30px;
	margin-left: 0;
 }

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

 .pillars .list .tit {
	margin-top: 20px;
 }

 .pillars .list .txts {
	margin-top: 30px;
 }

 .pillars .list .sign {
	width: 56px;
	height: 56px;
 }
}
	@media screen and (max-width:1333px) {
 .aboutTeam {
  padding-top: 60px;
 }

 .aboutTeam .msg {
	padding: 60px 0;
 }

 .aboutTeam .msg .line {
	width: 60px;
 }

 .aboutTeam .show {
	padding: 60px 60px;
 }

 .ourTeam {
	margin-top: 60px;
 }

 .pillars .list {
	margin-top: 40px;
 }
}
	@media screen and (max-width:999px) {
 .aboutTeam {
  padding-top: 50px;
 }

 .aboutTeam .con {
	flex-direction: column-reverse;
	align-items: flex-start;
	padding-right: 0;
 }

 .aboutTeam .msg {
	padding: 0 80px;
	width: 100%;
 }

 .aboutTeam .msg .line {
	width: 50px;
	margin-top: 20px;
 }

 .aboutTeam .show {
	width: 100%;
	margin-top: 50px;
	padding: 50px 80px;
 }

 .ourTeam {
	margin-top: 50px;
 }

 .ourTeam .txts,
 .ourTeam .image {
	margin-top: 30px;
 }

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

 .pillars .list .txts {
	margin-top: 26px;
 }

 .pillars .list .sign {
	width: 52px;
	height: 52px;
 }
}
	@media screen and (max-width:768px) {
 .aboutTeam {
  padding-top: 40px;
 }

 .aboutTeam .msg {
	padding: 0 25px;
 }

 .aboutTeam .show {
	margin-top: 40px;
	padding: 40px 25px;
 }

 .ourTeam {
	margin-top: 40px;
 }

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

 .pillars .list .item:nth-child(1) {
	margin-top: 0;
 }
}
	@media screen and (max-width:538px) {
 .aboutTeam .msg {
  padding: 0 15px;
 }

 .aboutTeam .show {
	padding: 40px 15px;
 }

 .pillars .list .sign {
	width: 48px;
	height: 48px;
 }
}


/* 2-1Service */

.service .title {
	margin-top: 30px;
}


.service .piece {
	position: relative;
	padding-top: 56px;
}

.service .piece::
	after {
 content: "";
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	z-index: -1;
	background-color: #F4F0EB;
}


.service .piece .txts {
	max-width: 1102px;
	margin: 0 auto;
	margin-top: 37px;
}

.service .piece .txts
	p {
 text-align: center;
	color: #333333;
}

.service .piece {
	padding-bottom: 63px;
}


.service .list {
	margin-top: 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service .list .item {
	width: 47.05%;
	margin-top: 182px;
}



.service .list .image {
	overflow: hidden;
}

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


.service .list .tit {
	margin-top: 38px;
	color: #000000;
}

.service .list .tit:
	hover {
 color: #E60013;
}


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

.service .list .item:nth-child(2n) {
	transform: translateY(151px);
	width: 45.4%;
}


.service {
	padding-bottom: 250px;
}
	@media screen and (max-width:1860px) {
 .service .piece {
  padding: 80px 0;
 }

 .service .piece .txts {
	margin-top: 30px;
 }

 .service .list {
	margin-top: 80px;
 }

 .service .list .tit {
	margin-top: 20px;
 }

 .service .list .item {
	margin-top: 80px;
 }

 .service {
	padding-bottom: 160px;
 }

 .service .list .item:nth-child(2n) {
	transform: translateY(80px);
 }
}
	@media screen and (max-width:1333px) {
 .service .piece {
  padding: 60px 0;
 }

 .service .list {
	margin-top: 60px;
 }

 .service .list .item {
	margin-top: 60px;
 }

 .service {
	padding-bottom: 120px;
 }

 .service .list .item:nth-child(2n) {
	transform: translateY(60px);
 }
}
	@media screen and (max-width:999px) {
 .service .piece {
  padding: 50px 0;
 }

 .service .list {
	margin-top: 50px;
 }

 .service .list .item {
	margin-top: 50px;
 }

 .service {
	padding-bottom: 100px;
 }

 .service .list .item:nth-child(2n) {
	transform: translateY(50px);
 }
}
	@media screen and (max-width:768px) {
 .service .piece {
  padding: 40px 0;
 }

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

 .service .list .item {
	margin-top: 40px;
 }

 .service {
	padding-bottom: 80px;
 }

 .service .list .item:nth-child(2n) {
	transform: translateY(40px);
 }

 .service .list .tit {
	margin-top: 16px;
 }
}
	@media screen and (max-width:538px) {
 .service .list .item:nth-child(n) {
  width: 100%;
	margin-top: 30px;
	transform: translateX(0);
 }

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

 .service {
	padding-bottom: 40px;
 }
}

/* 2-2Service */

.serviceDet {
	padding: 56px 0 110px 0;
}

.serviceDet .con {
	padding-right: calc((100% - 1700px)/ 2);
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 7px;
	display: flex;
	justify-content: space-between;
}
	@media screen and (min-width:1921px) {
 .serviceDet .con {
  padding-left: 110px;
 }
}

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


.serviceDet .msg
	h1 {
 font-family: YsabeauOffice-Regular;
	font-weight: normal;
}

.serviceDet .image {
	width: 57.3%;
}

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

.serviceDet .txts {
	margin-top: 38px;
	max-width: 655px;
}

.serviceDet .txts
	p {
 color: #555;
}

.serviceDet .list {
	margin-top: 33px;
}

.serviceDet .list
	li {
 position: relative;
	padding-right: 42px;
	color: #000;
	font-size: 24px;
	line-height: 34px;
	margin-top: 16px;
}

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


.serviceDet .list
	li img {
 content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
}

.touch {
	background-color: #222;
	padding: 98px 0 80px 0;
}

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

.touch .msg {
	flex: 1;
}

.touch .cBtn {
	flex-shrink: 0;
	margin-left: 25%;
}


.touch .cBtn:
	hover {
 background-color: #ffffff;
	border-color: #ffffff;
	color: #E60013;
}


.touch .title1 {
	color: #ffffff;
	font-style: YsabeauOffice-Regular;
}

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


.touch .txts
	p {
 color: #ffffff;
}

.serviceList {
	padding: 100px 0 111px 0;
}

.serviceList .list>
	div {
 margin-top: 100px;
}

.serviceList .list>
	div:nth-child(1) {
 margin-top: 0;
}

.serviceList .list2 {
	margin-top: 97px;
}

.serviceList .list2>
	div {
 margin-top: 80px;
}

.serviceList .list2>
	div:nth-child(1) {
 margin-top: 0;
}


.serviceList>
	div>div:nth-child(1) {
 margin-top: 0;
}



.serviceList .lrt .title1 {
	width: 32%;
	line-height: 50px;
}

.serviceList .lrt .tips {
	width: 63.9%;
	padding-top: 13px;
}

.serviceList .lrt .tips
	p {
 color: #333;
	line-height: 30px;
}

.serviceList .lrt {
	margin-bottom: 66px;
}

.serviceList .tit {
	margin-top: 23px;
	color: #000000;
}

.serviceList .sSigns {
	margin-top: -23px;
}

.serviceList .swiper-slide .image
	img {
 width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: none;
}
	@media screen and (max-width:1860px) {
 .serviceDet .con {
  padding-right: 80px;
	margin-top: 30px;
 }

 .serviceDet .msg {
	padding: 80px 0;
 }

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

 .serviceDet .list li {
	font-size: 22px;
	line-height: 32px;
	margin-top: 10px;
 }

 .serviceDet .list li img {
	top: 8px;
 }

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

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

 .touch .cBtn {
	margin-left: 20%;
 }

 .serviceList .lrt .tips {
	padding-top: 0;
	width: 60%;
 }

 .serviceList .lrt {
	margin-bottom: 50px;
 }

 .serviceList .list>div,
 .serviceList .list2,
 .serviceList .list2>div {
	margin-top: 80px;
 }

 .serviceList .sSigns {
	margin-top: 0;
 }
}
	@media screen and (max-width:1333px) {
 .serviceDet .msg {
  padding: 60px 0;
 }

 .serviceDet .list li {
	font-size: 20px;
	line-height: 30px;
 }

 .serviceDet .list li img {
	top: 6px;
 }

 .touch .cBtn {
	margin-left: 10%;
 }

 .serviceList .lrt .title1 {
	width: 35%;
 }

 .serviceList .tit {
	margin-top: 16px;
 }

 .serviceList .lrt {
	margin-bottom: 40px;
 }

 .serviceList .list>div,
 .serviceList .list2,
 .serviceList .list2>div {
	margin-top: 60px;
 }
}
	@media screen and (max-width:999px) {
 .serviceDet .con {
  flex-direction: column;
	align-items: flex-start;
 }

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

 .serviceDet .list li {
	font-size: 18px;
	line-height: 30px;
	margin-top: 5px;
	padding-left: 30px;
 }

 .serviceDet .list li img {
	width: 18px;
 }


 .serviceDet .image {
	width: 100%;
	margin-top: 30px;
 }

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

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

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

 .serviceList .lrt .title1 {
	width: 100%;
 }

 .serviceList .lrt .tips {
	width: 100%;
	margin-top: 30px;
 }


 .serviceList .lrt {
	margin-bottom: 30px;
 }


 .serviceList .list>div,
 .serviceList .list2,
 .serviceList .list2>div {
	margin-top: 50px;
 }

 .serviceDet .msg {
	padding-right: 25px;
 }

}
	@media screen and (max-width:768px) {
 .serviceDet .con {
  padding-left: 25px;
 }

 .serviceList .list>div,
 .serviceList .list2,
 .serviceList .list2>div {
	margin-top: 40px;
 }
}
	@media screen and (max-width:538px) {
 .serviceDet .con {
  padding-left: 15px;
 }

 .serviceDet .msg {
	padding-right: 15px;
 }
}


/* 3-1Project */

.project {
	padding: 56px 0 39px 0;
}

.project .title1 {
	margin-top: 5px;
}

.project .mbox {
	margin-top: 33px;
	max-width: 1238px;
}


.proejctList {
	padding: 104px 0 130px 0;
}


.proejctList .list {
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
}


.proejctList .list .item {
	width: 31.76%;
	margin-left: 2.36%;
	margin-top: 40px;
	position: relative;
}

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

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

.proejctList .list .image {
	overflow: hidden;
}

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

.proejctList .list .image:
	hover img {
 transform: none;
}

.proejctList .list .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	padding: 20px;
}


.proejctList .list .item:
	hover .msg {
 opacity: 1;
}


.proejctList .list .msg .tit {
	pointer-events: all;
}
	@media screen and (max-width:1860px) {
 .project .title1 {
  margin-top: 30px;
 }

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

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

 .proejctList .list .msg {
	position: static;
	opacity: 1;
	margin-top: 16px;
	padding: 0;
	height: auto;
 }

 .proejctList .list .msg a.tit {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
 }

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


}
	@media screen and (max-width:768px) {
 .proejctList .list .msg a.tit {
  font-size: 16px;
	line-height: 28px;
 }

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

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

 .proejctList .list .item:nth-child(-n+2) {
	margin-top: 0;
 }
}
	@media screen and (max-width:450px) {
 .proejctList .list .item:nth-child(n) {
  width: 100%;
	margin-top: 30px;
 }

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

/* 3-2Project */


.projectDet {
	padding: 55px 0 0px 0;
}


.projectDet .con {
	margin: 0 auto;
	margin-top: 29px;
	display: flex;
	justify-content: space-between;
	padding-right: calc((100% - 1700px)/ 2);
	max-width: 1920px;
}
	@media screen and (min-width:1921px) {
 .projectDet .con {
  padding-right: 110px;
 }
}


.projectDet .msg {
	width: 28%;
	padding: 100px 0 168px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.projectDet .msg .title1 {
	line-height: 50px;
}


.projectDet .msg .txts {
	margin-top: 29px;
}

.projectDet .msg .txts
	p {
 color: #555;
}

.projectDet .msg .cBtn {
	margin-top: 55px;
}


.projectDet .image {
	width: 66.6%;
}

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


.projectShow {
	margin-top: 100px;
}


.projectShow .imgBox {
	max-width: 1920px;
	margin: 0 auto;
}

.projectShow .con {
	padding: 100px 0 176px 0;
}

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

.projectShow .list .item {
	width: 46.41%;
}

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

.projectShow .list .tit {
	margin-top: 29px;
	color: #333333;
}

.projectShow .list .txts {
	margin-top: 22px;
}

.projectShow .list .txts
	p {
 line-height: 30px;
}

.waterfall {
	position: relative;
	width: 100%;
	--gap: 57px;
	margin-top: 63px;
	width: calc(100% + var(--gap));
}

.waterfall-item {
	position: absolute;
	width: calc(33.333333% - var(--gap));
}

.waterfall-item .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 32px 35.5px;
	display: flex;
	align-items: flex-end;
	opacity: 0;
}

.waterfall-item .msg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}


.waterfall-item:
	hover .msg {
 opacity: 1;
}

.waterfall-item .msg .name {
	color: #FFF;
	font-family: YsabeauOffice-SemiBold;
	font-size: 20px;
	font-weight: 600;
}

.waterfall-item
	img {
 width: 100%;
	display: block;
}
	@media screen and (max-width:1860px) {
 .projectDet .con {
  margin-top: 30px;
	padding-right: 80px;
 }

 .projectDet .msg {
	padding: 80px 0;
 }

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

 .projectDet .msg .cBtn {
	margin-top: 30px;
 }

 .projectShow .list .tit {
	margin-top: 20px;
 }

 .projectShow .list .txts {
	margin-top: 16px;
 }

 .projectShow .list .item {
	width: 48%;
 }

 .waterfall {
	margin-top: 80px;
 }

 .waterfall {
	--gap: 30px;
 }

 .waterfall-item .msg {
	padding: 30px 20px;
 }

 .waterfall-item .msg .name {
	font-size: 18px;
	line-height: 28px;
 }

 .projectShow .con {
	padding: 80px 0 50px;
 }

 .projectShow {
	margin-top: 80px;
 }

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

 .projectDet .image {
	width: 60%;
 }

 .projectDet .msg {
	width: 36%;
 }

 .projectShow .con {
	padding: 60px 0 30px;
 }

 .waterfall {
	margin-top: 60px;
 }

 .projectShow {
	margin-top: 60px;
 }

 .projectDet {
	padding: 60px 0 0 0;
 }
}
	@media screen and (max-width:999px) {
 .projectShow {
  margin-top: 50px;
 }

 .projectDet {
	padding: 50px 0 0 0;
 }

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

 .projectDet .msg {
	padding: 0;
	width: 100%;
	padding-right: 80px;
 }

 .projectDet .image {
	width: 100%;
	margin-top: 30px;
 }

 .projectShow .imgBox {
	height: 400px;
 }

 .projectShow .imgBox .image {
	height: 100%;
 }

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

 .projectShow .con {
	padding: 50px 0 20px;
 }

 .waterfall-item {
	width: calc(50% - var(--gap));
 }

 .waterfall {
	margin-top: 50px;
 }

 .waterfall-item .msg {
	position: static;
	background: none;
	height: auto;
	padding: 0;
	margin-top: 10px;
	opacity: 1;
 }

 .waterfall-item .msg .name {
	color: #222222;
	font-size: 16px;
	line-height: 28px;
 }
}
	@media screen and (max-width:768px) {
 .projectShow {
  margin-top: 40px;
 }

 .projectDet {
	padding: 40px 0 0 0;
 }

 .waterfall {
	margin-top: 40px;
 }

 .projectDet .msg {
	padding-right: 25px;
 }

 .projectDet .con {
	padding-right: 25px;
 }

 .waterfall {
	--gap: 26px;
 }

 .projectShow .imgBox {
	height: 360px;
 }
}
	@media screen and (max-width:538px) {
 .projectDet .msg {
  padding-right: 15px;
 }

 .projectDet .con {
	padding-right: 15px;
 }

 .waterfall {
	--gap: 30px;
 }

 .projectShow .imgBox {
	height: 340px;
 }

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

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

 .waterfall {
	--gap: 20px;
 }
}
	@media screen and (max-width:450px) {
 .waterfall-item {
  width: calc(100% - var(--gap));
 }

 .waterfall {
	--gap: 30px;
 }
}




/* 4-1news */

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

.mbox .standardEdit
	p {
 color: #555;
}

.mBtn {
	color: #222222;
	font-size: 16px;
	line-height: 28px;
	width: max-content;
	margin-top: 16px;
	cursor: pointer;
	display: none;
}


.mBtn
	span:nth-child(2) {
 display: none;
}

.mBtn.active
	span:nth-child(1) {
 display: none;
}

.mBtn.active
	span:nth-child(2) {
 display: block;
}


.mBtn:
	hover {
 color: #E60013;
}


.news .piece {
	padding: 56px 0 89px 0;
	position: relative;
}

.news .piece::
	after {
 content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	background-color: #F4F0EB;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


.news .piece .mbox {
	margin-top: 33px;
	max-width: 1238px;
}


.news .piece .title1 {
	margin-top: 5px;
}

.news .con {
	padding: 80px 0 119px 0;
}

.innerCheckBtns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.innerCheckBtns
	a {
 margin: 5px 0;
	margin-left: 33.5px;
	padding: 10px 20px;
	color: #333;
	font-size: 20px;
	font-family: YsabeauOffice-SemiBold;
	line-height: 28px;
}


.innerCheckBtns
	a:hover,
.innerCheckBtns a.active {
 background-color: #000;
	color: #ffffff;
}


.news .list {
	margin-top: 62px;
	display: flex;
	flex-wrap: wrap;
}


.news .list .newItem {
	width: 31%;
	margin-left: 3.5%;
	margin-top: 66px;
}

.news .list .newItem::
	after {
 left: 105%;
}

.news .list .newItem:nth-child(3n) {
	margin-left: 0;
}

.news .list .newItem:nth-child(3n)::
	after {
 display: none;
}

.news .list .newItem:nth-child(-
	n+3) {
 margin-top: 0;
}
	@media screen and (max-width:1860px) {
 .news .piece {
  padding: 80px 0;
 }

 .news .piece .title1,
 .news .piece .mbox {
	margin-top: 30px;
 }

 .innerCheckBtns a {
	padding: 6px 20px;
	margin-left: 20px;
 }

 .news .list {
	margin-top: 50px;
 }

 .news .list .newItem {
	margin-top: 50px;
 }

 .innerCheckBtns a {
	font-size: 18px;
	line-height: 30px;
 }
}
	@media screen and (max-width:1333px) {
 .news .piece {
  padding: 60px 0;
 }

 .mbox {
	height: 90px;
 }

 .innerCheckBtns a {
	padding: 5px 20px;
	margin-left: 10px;
 }

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

 .news .list .newItem {
	margin-top: 40px;
 }

}
	@media screen and (max-width:999px) {
 .news .piece {
  padding: 50px 0;
 }

 .mbox {
	height: 84px;
 }

 .innerCheckBtns a {
	padding: 5px 20px;
	margin-left: 10px;
	font-size: 16px;
	line-height: 28px;
 }

 .news .list {
	margin-top: 30px;
	justify-content: space-between;
 }

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

 .news .list .newItem:nth-child(n)::
	after {
  display: block;
	left: 104%;
 }

 .news .list .newItem:nth-child(2n)::
	after {
  display: none;
 }

 .news .list .newItem:nth-child(-n+2) {
	margin-top: 0;
 }
}
	@media screen and (max-width:768px) {
 .news .piece {
  padding: 40px 0;
 }

 .innerCheckBtns a {
	padding: 4px 14px;
 }
}
	@media screen and (max-width:450px) {
 .news .list .newItem:nth-child(n) {
  width: 100%;
	margin-top: 30px;
 }

 .news .list .newItem:nth-child(1) {
	margin-top: 0;
 }

 .news .list .newItem:nth-child(n)::
	after {
  display: none;
 }
}


/*4-2news */

.newDet {
	padding: 56px 0 90px 0;
}

.newDet .con {
	margin-top: 22px;
	padding: 50px 80px 42px;
	background-color: #ffffff;
}

.newDet .tips {
	margin-top: 31px;
	display: flex;
	align-items: center;
}

.newDet .tips .time {
	color: #555;
	font-size: 16px !important;
	line-height: 26px !important;
	margin-left: 37px;
}

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

.share
	span {
 margin-left: 16px;
}


.newDet .con .txts {
	margin-top: 61px;
}

.newDet .con .txts
	p {
 color: #333;
}

.newDet .con .line {
	width: 100%;
	height: 1px;
	margin-top: 47px;
	background-color: rgba(153, 153, 153, .5);
}



.newDet .con .prevOrNext {
	margin-top: 21px;
	direction: ltr;
}


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

.prevOrNext>
	div {
 display: flex;
	align-items: center;
	width: 49%;
}

.prevOrNext>
	div.next {
 flex-direction: row-reverse;
}


.prevOrNext>
	div.next .btn {
 margin-left: 29px;
	margin-right: 0;
}


.prevOrNext .btn {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-color: #999999;
}


.prevOrNext
	a.btn:hover {
 background-color: #E60013;
	border-color: #E60013;
}

.prevOrNext .btn {
	margin-right: 21px;
	transform: translateY(1px);
}


.prevOrNext .btn
	i {
 color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}


.prevOrNext .name {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	line-height: 26px;
	margin-top: 0px;
}


.prevOrNext>
	div.next .name {
 text-align: right;
}

.prevOrNext
	a.name:hover {
 color: #E60013;
}

.prevOrNext .tit {
	color: #333;
	font-family: YsabeauOffice-SemiBold;
	font-size: 18px;
	line-height: 28px;
}


.prevOrNext>
	div.next .tit {
 text-align: right;
}


.prevOrNext .next {
	margin-top: 20px;
}

.newDet .relatedNews {
	margin-top: 99px;
}

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

.relatedNews .title .btns {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.relatedNews .title .btns .line {
	width: 1px;
	height: 35px;
	background-color: rgba(153, 153, 153, .3);
	margin: 0 28px;
}


.relatedNews .title .btns .prev,
.relatedNews .title .btns .next {
	width: 38px;
	height: 38px;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.relatedNews .title .btns .prev:
	hover:hover,
.relatedNews .title .btns .next:hover:hover {
 color: #E60013;
}

.relatedNews .swiper {
	margin-top: 50px;
}
	@media screen and (max-width:1860px) {
 .newDet {
  padding: 80px 0;
 }

 .newDet .con {
	margin-top: 30px;
	padding: 50px 40px;
 }

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

 .newDet .con .txts,
 .newDet .con .line {
	margin-top: 30px;
 }

 .newDet .con .prevOrNext {
	margin-top: 30px;
 }

 .prevOrNext .btn {
	width: 42px;
	height: 42px;
 }

 .newDet .relatedNews {
	margin-top: 60px;
 }

 .relatedNews .title .btns .prev,
 .relatedNews .title .btns .next {
	width: 36px;
	height: 36px;
	font-size: 20px;
 }

 .relatedNews .title .btns .line {
	height: 26px;
	margin: 0 20px;
 }

 .relatedNews .swiper {
	margin-top: 40px;
 }
}
	@media screen and (max-width:1333px) {
 .newDet {
  padding: 60px 0;
 }

 .newDet .con {
	padding: 40px 30px;
 }

 .newDet .relatedNews {
	margin-top: 50px;
 }

 .relatedNews .title .btns .prev,
 .relatedNews .title .btns .next {
	font-size: 18px;
 }
}
	@media screen and (max-width:999px) {
 .newDet {
  padding: 50px 0;
 }

 .newDet .con {
	padding: 40px 30px;
 }

 .newDet .tips .time {
	font-size: 14px !important;
	line-height: 24px !important;
 }

 .prevOrNext .btn {
	width: 40px;
	height: 40px;
 }

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

 .prevOrNext .next {
	margin-top: 16px;
 }

 .prevOrNext>div {
	width: 100%;
 }

 .prevOrNext>div.next {
	flex-direction: row;
 }

 .prevOrNext>div.next .btn {
	margin-left: 0;
	margin-right: 21px;
 }

 .prevOrNext>div.next .tit {
	text-align: left;
 }

 .prevOrNext>div.next .name {
	text-align: left;
 }

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

 .relatedNews .title .btns .prev,
 .relatedNews .title .btns .next {
	font-size: 16px;
 }

 .relatedNews .title .btns .line {
	margin: 0 16px;
 }

}
	@media screen and (max-width:768px) {
 .newDet .con {
  padding: 30px 20px;
 }

 .newDet .relatedNews {
	margin-top: 40px;
 }
}
	@media screen and (max-width:538px) {
 .newDet .con {
  padding: 30px 15px;
 }

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

 .newDet .tips .time {
	margin-right: 0;
	margin-bottom: 14px;
 }
}
	@media screen and (max-width:450px) {
 .relatedNews .title {
  flex-direction: column;
	align-items: flex-start;
 }

 .relatedNews .title .sSigns {
	margin-left: 0;
 }

 .relatedNews .title .btns {
	margin-top: 20px;
 }
}


/* 5contact */

.contactUs {
	padding: 57px 0 80px;
}

.contactUs .getQuote {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 55px;
}

.contactUs .getQuote .info {
	width: 36%;
	padding-top: 4px;
}


.contactUs .getQuote .list {
	margin-top: 52px;
}


.contactUs .getQuote .list .item {
	display: flex;
	align-items: flex-start;
	margin-top: 33px;
}


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


.contactUs .getQuote .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border: 1px solid #000;
	border-radius: 50%;
	transform: translateY(-8px);
	margin-left: 31.5px;
	flex-shrink: 0;
}

.contactUs .getQuote .list .sign
	img {
 width: 30px;
	height: 30px;
}

.contactUs .getQuote .list .email {
	word-break: break-all;
}

.contactUs .getQuote .list .num {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin-top: 2px;
	display: inline-block;
}

.contactUs .getQuote .list .num
	span {
 display: inline-block;
	direction: ltr;
}

.contactUs .getQuote .list
	a.num:hover span {
 color: #E60013;
}


.contactUs .getQuote .quote {
	width: 62.11%;
	margin-top: 3px;
}

.contactUs .quote .cForm {
	margin-top: 45px;
}

.cForm
	input,
.cForm textarea {
 width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}


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


.cForm
	ul li {
 height: 60px;
	border: 1px solid #CCC;
	width: 48.6%;
	padding: 0 12px;
	margin-top: 30px;
}

.cForm
	ul li.must {
 position: relative;
	padding-right: 24px;
}


.cForm
	ul li.must::after {
 content: "*";
	position: absolute;
	right: 11px;
	top: 15px;
	color: #F00;
	font-size: 16px;
	line-height: 28px;
}


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


.cForm
	ul li.message {
 width: 100%;
	height: 130px;
	padding: 13px 12px;
	margin-bottom: 2px;
}


.cForm
	ul li.codeCon {
 display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.cForm
	ul li.codeCon input {
 flex: 1;
	padding: 0 12px;
	padding-right: 24px;
}


.cForm
	ul li.codeCon .codeImg {
 flex-shrink: 0;
	width: 100px;
	height: 44px;
	background-color: #f3fbfe;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.cForm
	ul li.codeCon .codeImg img {
 display: block;
	height: 100%;
}

.cForm
	ul li.subBtn {
 padding: 0;
	border: none;
}


.cForm
	ul li.subBtn input {
 cursor: pointer;
	background-color: #E60013;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	font-family: YsabeauOffice-SemiBold;
}


.cForm
	ul li.subBtn input:hover {
 background-color: #ffffff;
	color: #E60013;
}


.cForm
	input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
 font-size: 18px;
	color: #666;
}

.cForm
	input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
 font-size: 18px;
	color: #666;
}

.cForm
	input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
 font-size: 18px;
	color: #666;
}

.cForm
	input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
 font-size: 18px;
	color: #666;
}


.program {
	padding: 98px 0 42px 0;
}

.program .joinUs {
	margin-top: 58px;
	position: relative;
	padding: 47px 30px 44px;
}

.program .joinUs .title {
	color: #FFF;
	font-family: YsabeauOffice-Bold;
	font-size: 80px;
	line-height: 100px;
}


.program .list {
	margin-top: 65px;
}

.program .list .item {
	margin-top: 35px;
}

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

.program .list .txts {
	margin-top: 28px;
}

.program .list .txts
	p {
 color: #333333;
}

.program .list .tit {
	color: #000000;
}

.program .contactInfo {
	margin-top: 64px;
}

.contactInfo .title {
	color: #000;
}

.contactInfo .infoList {
	margin-top: 38px;
	display: flex;
	flex-wrap: wrap;
}

.contactInfo .infoList
	li {
 display: flex;
	align-items: flex-start;
	margin: 10px 0;
	margin-right: 70px;
}

.contactInfo .infoList
	li span {
 direction: ltr;
	display: inline-block;
}

.contactInfo .infoList
	li .sign {
 width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 32px;
	border-radius: 50%;
	border: 1px solid #000;
	transform: translateY(-10px);
}


.contactInfo .infoList
	li .sign img {
 width: 30px;
	height: 30px;
}


.contactInfo .infoList
	li .num {
 color: #000;
	font-size: 30px;
	line-height: 40px;
}

.contactInfo .infoList
	li .email.num {
 word-break: break-all;
}


.contactInfo .infoList
	li a.num:hover {
 color: #E60013;
}

.addressList {
	max-width: 1920px;
	margin: 0 auto;
}

.addressList .swiper-slide {
	border-right: 1px solid #ffffff;
	position: relative;
	height: auto;
}

.addressList
	ul li.address {
 margin-top: 0px;
}


.addressList .swiper-slide .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

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

.addressList .swiper-slide .image::
	after,
.addressList .swiper-slide .image::before {
 content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
}

.addressList .swiper-slide .image::
	after {
 background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}


.addressList .swiper-slide .image::
	before {
 background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 155.18%);
	opacity: 0;
}

.addressList .swiper-slide .msg>.title1 {
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: max-content;
	max-width: calc(100% - 40px);
	pointer-events: none;
}


.addressList .msg {
	padding: 320px 38px 45px;
	height: 100%;
}

.addressList .msg .title1 {
	color: #ffffff;
}

.addressList .msg .box {
	opacity: 0;
}

.addressList .swiper-slide:
	hover .box {
 opacity: 1;
}

.addressList .swiper-slide:
	hover .msg>.title1 {
 opacity: 0;
}

.addressList .swiper-slide:
	hover .image::after {
 opacity: 0;
}

.addressList .swiper-slide:
	hover .image::before {
 opacity: 1;
}

.addressList
	ul {
 margin-top: 9px;
}

.addressList
	ul li {
 margin-top: 10px;
}

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

.addressList .name,
.addressList .num {
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	display: inline;
}


.addressList .num
	span {
 direction: ltr;
	display: inline-block;
}

.addressList .email.num {
	word-break: break-all;
}


.addressList
	a.num:hover {
 color: #E60013;
}


.map {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map
	img,
.map iframe {
 display: block;
}
	@media screen and (max-width:1860px) {
 .contactUs .getQuote .quote {
  margin-top: 0;
 }

 .contactUs .getQuote .list .sign,
 .contactInfo .infoList li .sign {
	width: 56px;
	height: 56px;
	margin-left: 20px;
	transform: translateY(-4px);
 }

 .contactUs .getQuote .list .num,
 .contactInfo .infoList li .num {
	font-size: 26px;
	line-height: 38px;
 }

 .cForm ul li {
	height: 50px;
	margin-top: 24px;
 }

 .cForm ul li.must::
	after {
  top: 10px;
 }

 .cForm ul li.codeCon .codeImg {
	height: 40px;
	width: 90px;
	margin-right: 12px;
 }

 .contactUs .quote .cForm {
	margin-top: 40px;
 }

 .program .joinUs {
	margin-top: 50px;
	padding: 40px 20px;
 }

 .program .joinUs .title {
	font-size: 60px;
	line-height: 80px;
 }

 .program .list,
 .program .contactInfo {
	margin-top: 50px;
 }

 .program .list .item {
	margin-top: 40px;
 }

 .program .list .txts {
	margin-top: 30px;
 }

 .addressList .msg {
	padding: 280px 20px 30px;
 }

 .addressList ul li.address {
	margin-top: 10px;
 }

 .map {
	margin-top: 80px;
 }

 .contactInfo .infoList {
	margin-top: 30px;
 }

 .contactUs .getQuote .info {
	padding-top: 0;
 }

 .contactUs .getQuote {
	margin-top: 50px;
 }

 .addressList ul {
	margin-top: 16px;
 }
}
	@media screen and (max-width:1333px) {
 .contactUs .getQuote .list {
  margin-top: 40px;
 }

 .contactUs .getQuote .list .sign,
 .contactInfo .infoList li .sign {
	width: 48px;
	height: 48px;
	transform: translateY(-4px);
 }

 .contactUs .getQuote .list .sign img,
 .contactInfo .infoList li .sign img {
	width: 24px;
	height: 24px;
 }

 .contactUs .getQuote .list .num,
 .contactInfo .infoList li .num {
	font-size: 22px;
	line-height: 34px;
 }

 .cForm ul li {
	height: 46px;
	margin-top: 20px;
 }

 .contactUs .getQuote .list .item {
	margin-top: 26px;
 }

 .program .joinUs .title {
	font-size: 48px;
	line-height: 60px;
 }

 .program .joinUs {
	padding: 30px 20px;
	margin-top: 40px;
 }

 .program .list,
 .program .contactInfo {
	margin-top: 40px;
 }

 .addressList .msg {
	padding: 240px 20px 30px;
 }

 .map {
	margin-top: 60px;
 }

 .contactUs .getQuote {
	margin-top: 40px;
 }

 .map {
	margin-top: 50px;
 }

 .contactInfo .infoList li {
	margin-right: 50px;
 }
}
	@media screen and (max-width:999px) {
 .contactUs .getQuote {
  flex-direction: column;
	align-items: flex-start;
 }

 .contactUs .getQuote .info {
	width: 100%;
 }

 .contactUs .getQuote .quote {
	width: 100%;
	margin-top: 40px;
 }

 .contactUs .quote .cForm {
	margin-top: 30px;
 }

 .contactUs .getQuote .list .sign,
 .contactInfo .infoList li .sign {
	margin-right: 10px;
 }

 .contactUs .getQuote .list .num,
 .contactInfo .infoList li .num {
	font-size: 20px;
	line-height: 30px;
 }

 .contactUs .getQuote .list {
	margin-top: 30px;
 }

 .contactUs .getQuote .list .sign,
 .contactInfo .infoList li .sign {
	width: 42px;
	height: 42px;
 }

 .contactUs .getQuote .list .sign img,
 .contactInfo .infoList li .sign img {
	width: 22px;
	height: 22px;
 }

 .cForm ul li {
	height: 40px;
 }

 .contactUs .getQuote .list {
	display: flex;
	flex-wrap: wrap;
 }

 .contactUs .getQuote .list .item:nth-child(n) {
	margin: 10px 0;
	margin-right: 40px;
 }

 .contactInfo .infoList li {
	margin-right: 40px;
 }

 .cForm ul li.codeCon .codeImg {
	height: 33px;
	width: 73px;
 }

 .program .joinUs .title {
	font-size: 36px;
	line-height: 48px;
 }

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

 .program .list .txts {
	margin-top: 20px;
 }

 .addressList .swiper-slide .image {
	position: relative;
	height: auto;
 }

 .addressList .swiper-slide .image:
	before {
  display: none;
 }

 .addressList .swiper-slide .image::
	after {
  display: none;
 }

 .addressList .msg {
	padding: 0 20px;
	margin-top: 16px;
	opacity: 1;
 }

 .addressList .swiper-slide .msg>.title1 {
	display: none;
 }

 .addressList .msg .title1 {
	color: #222222;
 }

 .addressList .name,
 .addressList .num {
	color: #555555;
 }

 .map {
	margin-top: 40px;
 }

 .program .list,
 .program .contactInfo {
	margin-top: 30px;
 }

 .cForm ul li.must::
	after {
  top: 7px;
 }

 .program .joinUs {
	margin-top: 30px;
 }

 .addressList .swiper-slide .box {
	opacity: 1;
 }
}
	@media screen and (max-width:768px) {

 .contactUs .getQuote .list .num,
 .contactInfo .infoList li .num {
  font-size: 18px;
	line-height: 30px;
 }

 .contactUs .getQuote .list .sign,
 .contactInfo .infoList li .sign {
	transform: translateY(0);
 }

 .contactUs .getQuote .list .item:nth-child(n) {
	margin-right: 30px;
 }

 .contactUs .getQuote .quote {
	margin-top: 30px;
 }

 .program .joinUs .title {
	font-size: 26px;
	line-height: 38px;
 }

 .program .joinUs {
	padding: 30px 15px;
 }

 .contactInfo .infoList li {
	margin-right: 30px;
 }

 .addressList ul li {
	margin-top: 6px;
 }
}
	@media screen and (max-width:538px) {
 .contactUs .getQuote .list {
  margin-top: 26px;
 }

 .contactInfo .infoList {
	margin-top: 26px;
 }
}
	@media screen and (max-width:450px) {
 .contactUs .getQuote .list .item:nth-child(n) {
  width: 100%;
	margin: 0;
	margin-top: 16px;
 }

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

 .cForm ul li:nth-child(n) {
	width: 100%;
	margin-top: 16px;
 }

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

 .contactInfo .infoList li:nth-child(n) {
	width: 100%;
	margin-top: 16px;
 }

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




/* innerBanner */


/* 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: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: YsabeauOffice-Regular, Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	margin: 3px 6px;
}

.pager .pageList
	a.active {
 color: #333333 !important;
}


.pager .pageList
	a:hover {
 color: #0065b4 !important;
}

.pager .pageList
	a.iconfont {
 margin: 0 3px;
	font-size: 14px;
	color: #333333;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo
	input {
 font-family: YsabeauOffice-Regular, Arial, sans-serif;
	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 {
  font-size: 16px;
 }

 .pager .pageList a.iconfont {
	font-size: 12px;
 }
}
	@media screen and (max-width:768px) {
 .pager .pageList a {
  width: 28px;
	height: 28px;
 }
}


/* crumb */

.crumb
	a,
.crumb i {
 font-size: 16px;
	color: #333;
	opacity: .8;
}

.crumb
	a.active,
.crumb a:hover {
 color: #E60013;
}

.crumb
	i {
 font-style: normal;
	margin: 0 5px;
}
	@media screen and (max-width:999px) {

 .crumb a,
 .crumb i {
  font-size: 14px;
	line-height: 24px;
 }
}
	footer {
 position: relative;
	padding: 83px 0 105px 0;
	background-color: #000;
}
	footer a {
 display: inline-block;
}
	footer .blogrolls {
 display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
	footer .blogrolls a {
 width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.10);
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 10px;
}
	footer .blogrolls a:hover {
 color: #ffffff;
	background-color: #E60013;
}
	footer .footerList {
 display: flex;
	flex-wrap: wrap;
}
	footer .footerList .box {
 margin-top: 33px;
}
	footer .footerList ul li {
 margin-top: 10px;
}
	footer .footerList ul li:nth-child(1) {
 margin-top: 0;
}
	footer .footerList .fNav {
 width: 7.2%;
	margin-right: 2%;
}
	footer .footerList .fAbout {
 width: 9.24%;
	margin-right: 2%;
}
	footer .footerList .fService {
 width: 13%;
	margin-right: 2%;
}
	footer .footerList .fProject {
 width: 9.05%;
	margin-right: 2%;
}
	footer .footerList .fNews {
 width: 6.9%;
	margin-right: 2%;
}
	footer .footerList .fContact {
 width: 10%;
	margin-right: 2%;
}
	footer .footerList .fBottom {
 width: 32.61%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: -10px;
}
	footer a,
footer p,
footer div {
 color: #bbb;
	font-size: 16px;
	line-height: 26px;
}
	footer a:hover {
 color: #ffffff;
}
	footer .title {
 color: #BBB;
	font-family: YsabeauOffice-SemiBold;
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
}
	footer a.title:hover {
 color: #E60013;
}
	footer .titBox {
 display: flex;
	align-items: center;
	justify-content: space-between;
}
	footer .titBox .menuBtn {
 display: none;
}
	footer .copyright {
 text-align: right;
	margin-top: 37px;
}
	footer .copyright,
footer .copyright a,
footer .copyright p {
 color: #555;
	font-size: 16px;
	line-height: 26px;
}
	footer .copyright p {
 display: inline;
}
	footer .copyright a {
 display: inline-block;
}
	footer .copyright a:hover,
footer .links a:hover {
 color: #ffffff;
}
	footer .copyright .image {
 margin-left: 5px;
}
	@media screen and (max-width:1860px) {

 footer {
  padding: 60px 0 80px;
 }

 footer .footerList {
	justify-content: space-between;
 }

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

 footer .footerList .box,
 footer form {
	margin-top: 26px;
 }

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

 footer .footerList .fBottom {
	margin-bottom: 0;
 }

 footer .footerList .fService {
	width: 16%;
 }

 footer .footerList .fBottom {
	width: 32%;
 }

 footer .copyright {
	margin-top: 26px;
 }

 footer .blogrolls a {
	width: 36px;
	height: 36px;
 }
}
	@media screen and (max-width:1333px) {
 footer .footerList .fBottom {
  width: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 26px;
 }

 footer .blogrolls a {
	margin-left: 0;
	margin-right: 16px;
 }

 footer {
	padding: 50px 0 30px 0;
 }

 footer .copyright {
	margin-top: 20px;
 }

 footer .blogrolls a {
	width: 32px;
	height: 32px;
	font-size: 14px;
 }

 footer .footerList .fService {
	width: 22%;
 }

 footer .footerList .box,
 footer form {
	margin-top: 20px;
 }

 footer .footerList .fProject,
 footer .footerList .fContact {
	width: 12%;
 }

 footer .copyright {
	text-align: left;
 }
}
	@media screen and (max-width:999px) {

 footer {
  padding: 30px 0 40px;
 }

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

 footer .footerList {
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
 }

 footer a,
 footer p,
 footer div {
	font-size: 14px;
	line-height: 26px;
 }

 footer .footerList>li:nth-child(n) {
	width: 100%;
	margin-top: 15px;
 }

 footer .footerList>li:nth-child(1) {
	margin-top: 0;
 }

 footer .footerList li.fContact .box {
	margin-top: 10px;
 }


 footer .footerList .box {
	margin-top: 10px;
	display: none;
	transition: none;
 }


 footer .footerList .box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
 }

 footer .footerList .box ul li {
	width: 48%;
	margin-bottom: 0;
	margin-top: 10px;
 }

 footer .footerList .box ul li:nth-child(-n+2) {
	margin-top: 0;
 }

 footer .titBox .menuBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	font-size: 10px;
	color: #ffffff;
 }

 footer .titBox .menuBtn.active {
	transform: rotate(90deg);
 }

 footer .title {
	font-size: 16px;
	line-height: 26px;
 }

 footer .footerList .fInquiry form {
	margin-top: 10px;
 }

 footer .copyright,
 footer .links,
 footer .copyright a,
 footer .links a,
 footer .copyright p {
	font-size: 14px;
	line-height: 24px;
 }

 footer .links {
	margin-top: 10px;
 }

 form li.m-formcountry .drop-list li:nth-child(n) {
	width: 100%;
	margin: 0;
	font-size: 14px;
	line-height: 24px;
 }

 footer form li.subBtn {
	font-size: 14px;
	line-height: 24px;
 }

 footer .footerList li.fContact li i {
	font-size: 16px;
 }

 footer .footerList>li.fBottom {
	margin-top: 26px;
 }

 footer .copyright {
	margin-top: 15px;
 }

 footer .blogrolls a {
	width: 30px;
	height: 30px;
	margin-right: 10px;
 }
}
	@media screen and (max-width:538px) {

 footer .blogrolls a {
  margin-left: 0;
	margin-right: 10px;
 }

 footer .blogrolls .list {
	margin-top: 10px;
 }

 footer .footerList .fMsg ul li:nth-child(n),
 footer .footerList .box ul li:nth-child(n) {
	width: 100%;
	margin-top: 10px;
 }

 footer .footerList .fMsg ul li:nth-child(1),
 footer .footerList .box ul li:nth-child(1) {
	margin-top: 0;
 }

}
	@media screen and (max-width:450px) {
 footer .footerList form li:nth-child(n) {
  width: 100%;
	margin-top: 10px;
 }

 footer .footerList form li:nth-child(1) {
	margin-top: 0;

 }
}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image
	figure {
 display: inline;
	margin: 0;
	height: 100%}

#baguetteBox-overlay .full-image
	img {
 display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image
	figcaption {
 display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: YsabeauOffice-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:
	before {
 content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:
	hover {
 background-color: rgba(50, 50, 50, .9)}

.baguetteBox-button#next-button {
	right: 2%}

.baguetteBox-button#previous-button {
	left: 2%}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px}

.baguetteBox-button
	svg {
 position: absolute;
	left: 0;
	top: 0}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s}
	@-webkit-keyframes bounceFromRight {
 0% {
  margin-left: 0}

 50% {
	margin-left: -30px}

 100% {
	margin-left: 0}
}
	@keyframes bounceFromRight {
 0% {
  margin-left: 0}

 50% {
	margin-left: -30px}

 100% {
	margin-left: 0}
}
	@-webkit-keyframes bounceFromLeft {
 0% {
  margin-left: 0}

 50% {
	margin-left: 30px}

 100% {
	margin-left: 0}
}
	@keyframes bounceFromLeft {
 0% {
  margin-left: 0}

 50% {
	margin-left: 30px}

 100% {
	margin-left: 0}
}
	@-webkit-keyframes bounce {

 0%,
 100% {
  -webkit-transform: scale(0);
	transform: scale(0)}

 50% {
	-webkit-transform: scale(1);
	transform: scale(1)}
}
	@keyframes bounce {

 0%,
 100% {
  -webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0)}

 50% {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1)}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999}

.tankaunga:
	before {
 content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2
	iframe,
.tankaungn2 video {
 position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2
	iframe body {
 margin: 0px !important;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer
	div a,
.customer div div {
 display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.customer .top
	a {
 width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.customer
	a i {
 display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.customer .top
	i {
 width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.customer
	div div {
 cursor: pointer;
}

.customer
	div a:hover,
.customer div div:hover {
 background-color: #0067b8;
	color: #fff;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code
	img {
 position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.customer .code:
	hover img {
 transform: translateX(0);
	opacity: 1;
}
	@media screen and (max-width: 999px) {
 .youlian {
  display: none;
 }

 .customer .top a {
	width: 20%;
	height: 42px;
	line-height: 40px;
	bottom: 0px;
	right: 0px;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	background-color: #dfdfdf;
 }

 .customer {
	width: 100%;
	right: auto;
	top: auto;
	margin: auto;
	left: 0px;
	bottom: 0px;
	border-top: 1px solid #fff;
	transform: translateY(0);
 }

 .customer div {
	width: 20%;
	float: left;
 }

 .customer div a,
 .customer div div {
	font-size: 18px;
	height: 42px;
	margin: auto;
	width: 100%;
	background-color: #dfdfdf;
	color: #fff !important;
	border-radius: 0px;
 }

 .customer .top i {
	border-color: #fff;
 }

 .customer .code img,
 .customer .code:
	hover img {
  right: auto;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	opacity: 0;
 }

 .customer .code.active img {
	opacity: 1;
	transform: translateX(-50%) translateY(-100%);
 }
}
	@font-face {
 font-family: 'YsabeauOffice-Bold';
	font-display: swap;
	src: url('../fonts/YsabeauOffice-Bold.eot');
	src: url('../fonts/YsabeauOffice-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/YsabeauOffice-Bold.woff2') format('woff2'),
  url('../fonts/YsabeauOffice-Bold.woff') format('woff'),
  url('../fonts/YsabeauOffice-Bold.ttf') format('truetype'),
  url('../fonts/YsabeauOffice-Bold.svg#YsabeauOffice-Bold') format('svg');
}
	@font-face {
 font-family: 'YsabeauOffice-Medium';
	font-display: swap;
	src: url('../fonts/YsabeauOffice-Medium.eot');
	src: url('../fonts/YsabeauOffice-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/YsabeauOffice-Medium.woff2') format('woff2'),
  url('../fonts/YsabeauOffice-Medium.woff') format('woff'),
  url('../fonts/YsabeauOffice-Medium.ttf') format('truetype'),
  url('../fonts/YsabeauOffice-Medium.svg#YsabeauOffice-Medium') format('svg');
}
	@font-face {
 font-family: 'YsabeauOffice-Regular';
	font-display: swap;
	src: url('../fonts/YsabeauOffice-Regular.eot');
	src: url('../fonts/YsabeauOffice-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/YsabeauOffice-Regular.woff2') format('woff2'),
  url('../fonts/YsabeauOffice-Regular.woff') format('woff'),
  url('../fonts/YsabeauOffice-Regular.ttf') format('truetype'),
  url('../fonts/YsabeauOffice-Regular.svg#YsabeauOffice-Regular') format('svg');
}
	@font-face {
 font-family: 'YsabeauOffice-SemiBold';
	font-display: swap;
	src: url('../fonts/YsabeauOffice-SemiBold.eot');
	src: url('../fonts/YsabeauOffice-SemiBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/YsabeauOffice-SemiBold.woff2') format('woff2'),
  url('../fonts/YsabeauOffice-SemiBold.woff') format('woff'),
  url('../fonts/YsabeauOffice-SemiBold.ttf') format('truetype'),
  url('../fonts/YsabeauOffice-SemiBold.svg#YsabeauOffice-SemiBold') format('svg');
}
	@font-face {
 font-family: 'CrimsonFoam-Regular';
	font-display: swap;
	src: url('../fonts/CrimsonFoam-Regular.eot');
	src: url('../fonts/CrimsonFoam-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/CrimsonFoam-Regular.woff2') format('woff2'),
  url('../fonts/CrimsonFoam-Regular.woff') format('woff'),
  url('../fonts/CrimsonFoam-Regular.ttf') format('truetype'),
  url('../fonts/CrimsonFoam-Regular.svg#CrimsonFoam-Regular') format('svg');
}
	@font-face {
 font-family: "iconfont";
 /* Project id 4576167 */
	font-display: swap;
	src:
  url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAADjYAAsAAAAAYDAAADiHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACQegqBmgz7TgE2AiQDgnQLgTwABCAFhGcHiCQbdE91hhxsHAAs3l5RFGWTU8v+/8/JjSGCa2CW9f8QSYbCnMUpSNDa6Coq1HFabuSeu9gS8jjRfNCweJHNd8GBScGkhY9g9UZhOthkZJ2wFFqkSOGnR18+rHEOvkNXKA27ejwV9XWJFl2cp4Iipd+iB/fn6P/CmkGi3npIUjTh//nDnTfaVuBRBtsKKMB5MVvbQg044OwPwdy6JYMxWDHYBixYESM2Rm3AKhiMsY1BDyRSOgyMRP8lDD6swHpFRftfUTHyxYoPxPpvCIB5a+o3spsFyfie4ywSDJTA8JF9ka7SLgvGnKY2B5rUEADqZuB2XIJijLbvroi2SMy0zNwhCRqIwO19FEuQWBioJBb/fjk/i9iaHHO4VOiuX/Wo1kfIJExLGBaGtvnwj+3WxSsxmplglPTe54ZdEI/Nvb8LTXfyfvvXHOAQFiRGoDlPDgAQlPn5UJ7//zPbma2apmJSXPVAzwoe+alukm2yVdsjFVcsP3Th4lCXyqs0P2KI7QDBnVRADvnbzU7HLgsBC4atg/NCHnEQEfD36soWjksJp4xvcHzORZNDV/0vxB5fEuHDJcHuGLFhVouDBLc3iAs5lg65OneSuIAuSlwwcmQdUrXuzl3uXbr0uPb0dum6S6FyU/aGyiXK3CWRKvXBrfFiUxK1n96Pqe+Bo936iEETiJ5skey2f87HcHV+ZK7CmYCweC0YADRBqDhQ5ZVgAW7lT10loICDemMDYDuplb9FDoCqUgCu8BtAxZCmB4SjIatTAcCXdCKAHf/i7dcIClAAOEDAQH1M/ULVPHD69ceia4p4lO5wM8CuHQAqABAA0EtsTFLUrUEMrCc9zrtgtuDQtwFsSRWgXuc1XEOBhB9/NO7gEYxAFJNWdMqCZ+mY2WXI5tDDApazhvVsZiuHuMsb/8VsMqcXn1y566jHPOm4ZxydXd29fPyj9GRhVmRXDuXn4z6Huraua/nw52PTlsT1cSenFB5szau+Zd5N1z8YSC084dvpd2LU5OJ2cz6vfRp++vXGBb4116cn/+0fD/Yf7pNe+/qFQKky7pvoVxvVejh3c3rewf88T1OiyrhKnVoMqjfmXa0yG7rM69Cm15ohS563fCg24f2IBX1a9WtUaFqDck26NdtWYVmBl9e3O3bt2X86WHVY7ej45PLq+vTs5vb84u7+4XHRxzntahSZtGnFqHV1ZsyaMmxAjzelFJRC92oo/kof/igAA0oIOFBFIIFxAgVUEmigk3AHWggcMEjggXqCCIwRJOCdIAO1BBUoI+jABsHiqAQ2APNEENBB8IE2QgD0ElHAGhEHDBHxwBIhBZ6FFtgidMAHYQaKCTswQWQA70U2MEI4gAWiB+gjFgCtxDKgn1gONBJrgEJiPTBNbAIaiM1AObEVaCIOAt3EIaCZuAtsE1+ACuI/YJmYBQpIJvAiWcCrZANvZRCwQ/KBXTIU2CPDgH0pAp7kFuBAjgCr5ChwKI8B1eQJ4EieBI7lOHAizwCX8hxwJS8A1/IicCovAWfyJ+BGXgZu5RXgXE4AF/IqcCevA/dyEniQvwOP8j2wSM4CH+UcMMfPLqCdnz1ADT8XUkUgrABqEoRdQG2CcAioFRB+BmCUX9PAOr/RQB1/1lIzXFgHwCx/k5oC4SdQwyD8AWCAfw1UDwiNQL0BoQkE7119n3b9XStY0P6fA9rzbBj0hxoKAEeYhseeT31WwqJRW4ogAiLvIKFqqqLglgeSkloQUfaRl591MRjr0iL4iqmIoERWvDSNYiz+bcjrngnaRFmFoeib/H6V0mQSk2XZsi3zlijYXi2CgRggcfBNBHbY4ZgzIRIFQ2X+YIouTp52OmnXSDzqoG7G6nbZO+eIXhF5oK6nva/QfivKEhstokflpxtzEGboFH/IuEKhKqCsOJnM8xm292LBZUM+uwBtzUFg3y6B/9hYS0hW5TOql8k0SxR7vGbbbRJVxXxUzpfm/ywFYzmarKKJyaRrbj6P0R4GuUy5zpyVRqp+ZxyyHotPw3pVzDAPFis41ZuJNC65NRFJH8w7t9+2rug91HgDGv9ENDMp9TSoRq6eDa5azBNao18mmueBcxFdxrLTUvSiDqKpr3Tnh5i9tfCcjygfKOUmF+YRfXtV26Z0yj2L6L64MIxN0CVSHJjKt225W51JFIKAvlojoKEN0Md67QKSlJmGCUrYAVvICwnelYdKYbdr5bU+FvWERC1VyzQkyZIZaWQPpBLcpSL9+Skhf7ulP69p3DlwXBxmvnfkMQAKQSMTNn/Us6ZXI5UgJbmlo7QkUl2FgisItu1GUI5SKbEPjTdv17Qr9WxV9uY3LfJCJVoUwXCxnt7zh5rZpcpoXiiHNoiePYf2OTDBVGDfCN86JigZv7gIQdr1xSjOMaiha+cXTs7q4iPnhHC/6dF3942Y4/EJM+n7G5YtHIBv1nXfGM6PG/HB3GFlx1TdrVSXp7e3LGnx1JxGGAinwQQ49Q9X1/xaC0dubL3aO/PATPQrBxVtYx7SHdWpdzJiKZNBaZEUN2ha2B2TmdE211Zxq5Ct5idRfdyDKM/qeTJy06BGhDptacTzLMcxXNf2/SplmRS32qYOsYNIRvPzmPSd3cFx1jKa1Qi9eRY4PncLI8NCrHcBBsn57m/o0BzZA6OPO/LndPCsuKSWERovyX0KBVAQAag9D2kfgAcYsREEZIgM7CBIvS3xh7twAfc6CAYQUCUlPceCwgXkoNc9cgzUnN8adcxnJ2Njyqer02zlX47lO82RWBSJT8emirOTeCkwubDvr3LsyDS1007vuoRCN1U7K+Rb6XpP9M3ChWheSEDUPd4w53SCZH4n/rNL/meIJ8o3pqS1JyXC0fJj5QDSfhVOTRh39Q3El2773+6VLt/xPt9GSB3g45Oh/uyXsaZEJYAXelCtG+UWK8Ag6eAwa33tNrUawE3CEZTjKhTAhDflBbYKXLI3WUCbgDMExDrkrgcO4OkQbRev4ysYgEEI0C3qmT6OMtdwUApSz/MvI3WdOUgAKQhRD966PPAkYjMwmnaYq2gf8Lk3fepNHoOD73Pi4yFbiLEPRFbye3FxarWWalHxUv+VvbL6SzvOXkhJjcxaeQa+u03bXPFisPLNnY9Yd69evm1cvq3M20kJCVe6dffeqABjMVCOJ+Gdb4zm3uDDLKTMlAdEf7GSDQiI+PQrnJmNrWyui67r1QiI5ib/bzeGETRMM79hQtlmFEENAgjQfe2/BMh28c6fzIeH9xN3MXhT7GJ2zKvhLB39DYOvlvfsXY6CYR5w4pZuEw4XuY+/a5KM3sZ2sdEQi+Wvwt2mGf2rLyix+maR/CAqKeOBUqhUMHM22Oy7st27ln+BUZZlLtXK4Nzp8tB7Z0SFmxjpWKPBZ1A+XBZuDUJ2YXGK6F2Tgbp7vqfBXFyLvQkDoSDM3oqyFkjcRBHahiOko2p37oHbOUgdw8UoAAHxft6PA4DBOPM5AGSqvyCYByYD0dSlosyHAKmCxNM0+JafqCNh7S8p8moE3JRH74zo3GJJGbaFXFFBNRG8lCR+IWbzGatdxasF1pCw2WXofOS5zcYTB+Hw/bizYUUdj5VA0zdHNxRCEplI+AAB08vxfNgEB31T6jbXqPbo9BZqkEQfRF1AGlUqiULE0Dy+h4CpDwvrHCAcGo95Ajmyd1XzN7bGzR531Q4HmsGF2dSdObPF2UWHq2H72umZ0/1Jxfrk8WJGoiR1IExu2dy69Ch34IghrlKfRDDIF7Ug8D2VyESk8sQeaLvD9uypQae59yhux0qhd324HL4fLj9u6as7QwjtjfjO8GmqmKxGTQysqzMesJupmrI9CP/l1is22sFCohJ5zwer0QdisZNt6nsMsZfcQr0l5Gspu22ZuZCeSCQebdKE9IkVJE878GoeE8ePjkgm6HsxSiQIHBsjRHuZtFEkPGtpYQQUNSxFw6wDn2Ec3es6c7Ro9DL5r+mReWxzMESXVvsT75nAmIrpd32sN5auUi1ARLKWsl2tLTKrmzbVg1nP2sxPkXSSOUtOTdBFbuZfUu+I86Naix1yVZrcUrV3EZ1bugsQ2VgXNYRR7aE3uejUlpG2cvvu5WCaGIoCWTrVJczD1cX5Vc5Vahelp30fD/imG/m81AIToCmlmp+z8vcZe+eMGls2NSXdMyYV7bTJRxUrXIZkNnHkuYTUrKa0e14sRmPv4JAEO4jevAgkCKqPq56AYNvCh3QRRJKbQEgLB1DQ0uIABWLBpy9Zv099L/NDYySHvcXiqMGzMdpYx/GMXD92+ySIMLA4rJNUnNVrKJYWtYOkNxZmp+NMQxhNXqc6wZqW3b1+6e69eyN3br98D9hxau6IIrfY3cBEFQZzdDodwKPivPGHNGLMWFprIHpPuuqHP/J9jCA8UUyzWKveJJD+ZJdGma99BwzSdqPDEbslGPmNszdTEQ0Ub4lWsZd9PeVQOK/A7ZzRnpgq68KUNKxMXNmptyzJXJ2WTM+FUUAwo8mGA+9hvKis2r40luXL4xviOQmis7YztQhYOZxozgqiJQjyLl6j9Rv8kyrb/M+DL5EaTqg4pB+vf9h9akzt9AOtKR3vXKk3PwoHypgN9VuC2NzcOHu2f/PMtm6s7JWLufTX9Uf7wzO1sxvnfs4mqIn6V7uQtKemtL3dU9k3f/OozdNuMaKEmA+PfI8b1JAfi/6BA04FaYADkE5iBoDMGKvkYrSfIzDAcTaaZPgHGEQmtzD9LQQkWGAdRAs2fh4AaagoL2G2uBAvg7nowZUngfnEfKyAwIvk+U3NFetn2DdzUzqn/CQ32qf1JJKcnTDdZDPbTWwwbEzlMxzRjMyogOhfVR6LQMbi2YnKOP3wRAJFdzh9/28kgjVSQ+FTRDSeHL3aPtvyguj9o7gW1SLGp0zr07mIFtU/bZmfyoXSKZS9En4qC1M3XkOvvk7HUiljdGWnq7as4faAp/gOGlAL3/RlyLG5qs/F9mJTHvPFltnl8emSxxuu8oXJgrMD6mEAr7lYnZY6pi7pFgB40pr3P8CSHfzNWqqokZevSgSpQ9Mp7v7yFPyaMr854ao4pCJQQ8p9WdFhfE1lOAhq+qOWM1PjjuWxH9M2NRTnKjYb8x6HBzyFhF9LZlZKE3KIb+W+IALv883kfDO+2hYuzEEQYgHJ7XYCSWIiMjcdH7y8SyF9cbt5X9aXYuMAHL8fZoPa/ks7DLFX9hzB94Rq8gG8DWuxjchb658Ru32HJL74fxqhd+5aI+TKXYbAHy2A8DOnxVcLBCG1COi1PApAhoXtaHbwnfdUrjGcVL43e0q11GcIPVY21P1L3NsVNJ43pUd+x1Ej42legIT/VHnMlETnG3RULDpUrsJ6Wrw7ucEtpXUnFUb70sWc3hrbg9eza+cilVmV1b375bejmJR/7n5xanGhIug9XDuwjhrzE0JfW831Y4zZMfh1genRmk3UAkY4h8FclFtxtojDQoe2K6+oiPCd8JKOXGIbxfbip0thb+c59M4kKRlLotwIOkPsDsnjFWQ6GdlmwCelaojbTP0e4kEkaPmEWk8JI3XtzRlg+TzNYwYJk1Dyr87woudlz3CKJSNGd6JuxSZXCcNY+bi5vpXZGXPnHmMOk+aG4KRLq/V8vlutsrOoLS1mgSQ2XrqFT86+Jo75B1WDdS6LE7OeG2KvHQRprnMZ1WB48uLpqliFxUYbzPdN3sXLDgqX+6Kog6mJMzUpi2jVveLMnsNDFY4gs3a9e9680LuRbt5+477+XHwTBklpujCW0CTwZ0p71EZZg0vmTC7CVHemlbOB1NaJ/VxmQUNCgLSlZZrJgBdaTyL6kQYBsf80dwoZFtI/WFZ+W3lge3zXG3Sgdy9eEmmcuM7I+y2uoT/ii+HDVDVZhUCyRX8xanKlmjFWsOa+4AwDE5uX0HIfXcwEASZQw5iJKkMR4aRlSbycdM1hCTA1jCgDCrNPMEn8l6CY7hhTgF0w1xyciUsollUHOBGXEewYJEf4EiDBSHVHhCWJBxedg9OxMTgu8RRZxYlv2jrbNYdWLtUy8um2PTKll9/EgS3/dIGU6Vh98nz635/5J8P6yzVPT3uelLANBi0MAbxtZ+jXAPma+S2K8jYKNQQXrYu+8FGl0JVgKJcCnvmf+AEzpcdNR3Lvtkj46x+jGwGhg1BcfM3o7hWGYzGwOpWd3PJMvjZTiwyoBqnuHDTatmyBC+HvIrAludulZP5vKyTMmvDZSrMZCFtoHSBhopP+f5s4seNL6e49K0juE86lb5t+9/1qDT57J/ZyVgC/mdp1ZZ6lmgQVefBnP5wpz0pWwTb5EivIkjsY3At6OI/uaOekL1+wqywwnN9zmt+UNle4zMAtKhEgr8hdzFbbBTu3GVM0lZ96q50OuMhwx8l6VA1Ucd3z9oIvkQZ/wLTS4Zn+XwlZVw+NhJ+lry++7fHPyGSzds48PVPuyms1fpjPrRRngRb4mRrJP7ehpk4KSgRVPoPZawurJxUrQCut3PzC/h4XTxRjs44lucil1FlKLhLvRIjXAsCeG6syg7e9eTCxmiTpcJVVvIMWsjRdWpU6jKdahclxVOjNnnQxR1/erZTBMgMFjw2mnmzmTg2IwtaL25RKMt41si/8y+ii4De+2P+aTdrqghCAoHtcBZaOoCgWJU+vSWgJ+bzAbH4IQxpQ5MXs0mw/g+s2PL8f9QeqkDawvMuWtN9TZT1tB+yBtshoG2oVE8+bmvC1FHw0jd27YJ7vVqtgXTl1SqlyDA75NpRCNCgylr2vrJ8J30BrTOnbyY8JjELuCSK+N8mpma22zOLoJ8Gc8bGywLvevZHG4z2uh/Wezov8MoqSt+s1e/OYSDX6QLnW2JOlDpUZa/XEn1mDPs/ZuZYzjBlowM/NLnQPhXe7AUF4jhNNMqcbXQubY3RUwPCnKo8V0+K1gyth+2cgcaf7dMt2M6aR+KLvHwzWwam2//+1clrz+r3G0HCG9N5rV/1gbPau9FafzIzFR29kPL2WxOQNAiUcIRykX4xRBrOcrGYrDXmVXB7e+Vg05ZHXgASza63W4UpRnkz1MD3f56X7X1qMnUDduEfpnatXu3TAyadQTyJerDCrlV5NkvdYNat7jMuKMXdRmBF9vzAajAVgAC03aPD6toT2pWA0cEvxIp8piumF1XxYIx6gbgVK+RXV8Ba5nm3Ka9K6qM3NuLAPKIrT6R8kO1INmi4VRCai1a8oMSIKRdX7X6G/yOCSCa5E1oiMwwjKYEHqzC3qFGWQWEEsHid2pmhS3swuI0kZ7EirS4eLyHOaJt5kpFv1Sp3WMSqwivA5z2cIua7Z+/KBw59if12cUem6qrnL2P8cwzwb2NpB24yQ+XsB/HZAlMO5yTM9ZXtt2LMHpY69woC2sAIzfpsoJiold/W1r/XEjSFSGEl+emnx9UPwKR7db50vtALrvYRuvdnJNrmFAuEgymTiWixXVn7U6q7dOv22oG7DqKjXDpDOr7Nk4583n5IEd2obAnZe9FKwN9U/g0nZnlKBS5OPKWwJVzRFLp0NKV9qHdpc+evb+5HCFksW5mSHN9V+Wrj1ukHeZwPsJPWspcedf9VtCeXzrrSahzRHzxRxlAJK4G2EIa5SYB/37XmIrxSiCqtmBOIph3yABgrD9cpOS/9xohwvC9gA960z56VHzb0Xeylqocbcrj14kqwkKkFiwuJmyUtVnzrDV4ZZ9hkQLLRBg807cZOlYTTV+Xn6T5nUX65l/5y6iIWj2Rd88VmJZx1HeDl0sT3wzWUDSksyUmC1N49XN2sIizTo0wWgE5Mr6+XLiK55Hp37IfIY7DesmcrXqZK75bEZkfBleZQBDS1SCNbCpBf8BZS+0g5rcTxGlxq1vLS8Jne5rx3P0uKU0jP7ow7kUn/JZv76pnmxEh5KK2Goyuj+zIbNAn+jvRnmy5s7n1nLfsYbRz3pAevk5GDQ+qT2tN87SZ/oKuW0hvn27k6O39Rof3cQ5gZ7wx8py8gGLwqEGnpZS2F2+8WdgG6fzaX4zeqsm2syEY4LFHLMMlTr3Ko+WZxkjCnypcFtFtU1vsYYkqLPyCsbV6Cpw2tX0yhz/OLhkvW9q/93iUZ+23KKLP3nL0nrDPhb71Q98pJD4R3ZmrVXYJDvtLMtj+8riFkNtCbrrzLjkv0c+SZx7WRNrENW0pXHtviZZJJ/R6S2+slqSb6spKc8ODPIlijZ3nNYFQEFop5t9jHj9yC649QsKJMjcD4z0oN1f23/F7Vi0d+0bAdTh/S+2DfUebhpFcFrhav6WmrNe8GS4ew60mtP+jf2/zaOlzXvOor+GI7CQ/UN23h5DQtryoQL0uph+EXERWxEJYLdwFqEh11ELqgcXiJ436O55qpe4UVY1XS4cwjQYeEtRZICccw8SVFzLsfGTlncbvO5KSKgzSr+4B/LC7n49jVHCCplhut2sl/ekd4N83CBr5IT/jyUyqqDyC+W+fDbYuNav8WDOqLt2z8TzK8CC7C4OAqoQeFZLqk+S9rZKdzU3BZJUcy8AnGRZDb9ruJsbgZnxQpOBjd7EmS00L75bO4kUm3Efj/qfuLlh/hUKCEZfVzIuvjUh5c9iSU1JTbX87D82zbD8xH0YIytXuogcvXw7r1FP1za90CZr3iw79IPdCK6Qsdv8sQYw3p8KljDe25NhouCggPFQjMeHrhnb7Hm6kGMUdDjU2ldhVyt44O5TWEPHvRRlkAOxQZ39yWUvlG9j8qgDty/H4bBU3BmGoZB2THZGjCXa+QEtfIe7s1K3Mo3uHsrgQRgiVMb6ymmeGO8qfHxqZVijNDZRRwzT8xLQQQMeZpybIgSiqFjlIn+ZRWbED/vtE6KRWQNt4osF7sS4P6kkFi4b29Gpkw2zRCienv33jhZhAxFFoXOpiqkk8wkn2JiJ1nAEZdC/40oRHRyp2Ag0mad8Rbr9X1EaF+9l4AcQcb55I6K9Yn17c9fBIh87g3Fp9Ys/d5wHPZtcvkKd3s/j7La9xht5urQpmzHOxFEiu0X5XxFtyGT3bQY9bmbO772R4z4gUu8KedSetQcLB6LpCPoHWZHAuqVu/L26CJJEnLhgvzeB1GsX+V5jQWZyEEtJs49ObLfcxXtJ5qcx7TpotSRaa4ZGBtTSs7PI0uZSrQhq2WZamS5MqvZ1SACtPH1/lyFgmsWctzcv9ol2sUe621aUpEG30fL5Gj5gQH4vmL3Kt9bsZLYWxLa4Ot7/kONoeDO6ozlHDW2zVfGmiaOnQsJjQ4psGorfSoJmfEHNp2O76SHEseIW45xAUNedhPVud6de1OKeD5fMd3kYQScX+M+qjvRZD2+D3/1jgAmhdI79wyk+tudO9czkmoFm3Ig8ZDc+FkwPY2e9mg8s9UfnViDOloRrBJYmkhNw0gVXHEUtUbiMu2CJ4qRBX97VKMnlTwe9Gp0NRCuof7kZ78ByfHSUY0le3bvKaUkemkh2af97A+fqROZIdIq4nXUbS4vK/evwMmVWvnIM8fzm45nI3LtysnAv3KzeNzbqOvEKhONGWcDN3738Kh6/HM4fwm50InurFBEWBu9NGD2G7wq0sl1ybU+0yKjPXgCLmQjUcVDHWm/XoYoybcQIP6TxdmvIuTtAmdkza+5/eHFLet341Cyb8+67vecfKxPRxX23rdr+DHiPFYdaSEfCA5Ybf1vF3CYXmWW//HSQ+GJBZgdKAHGHTLjG+d/J+e2Iy87Jc7xnJFLmPPIHXJyO7DgFWqLszvEF34M7jIPGl0MrZZ9E/O0h2e6U+qWfXQ7RCkd/yfzPlO+vw6pWr7VA1WdvBq7FXTg58E8TN/gfnTUknYF31joyU1al1tJDl/BjRXzCqRQWVRg1qGHvdEFWdXUd1+Ff67dI/Vh88tQT/2w6CVoCNbF/cTMCBN7OeMgmwT8SAFx2U+yJBJoDoToCaOnDY9tPunD2rdr8+DW8oOE9XC6GrAAkiCNWRojHHl2nThMvD48DNYfuUuaIjl5PCbNCY89nH5KPIrCy66VXAtXD4K4kSmh8xThkbN3RlKb81WXJy5Xndt0GfHOxz0R/woFqTZBeKTLlMuyXEy1xGXCJXfVijxhTlcVOj9yWeI8NfTSee0AhCfjcGQHij/uM7O5fe/ogeDRpQhE4yiY8p15+LDJs9HWiDEaXflh9KuUcIiQ6OIsRwroKno89d7tHZl+7I2uHmllXFlZXKUULmS00G7Zk8uy+1l6F1j8Utm5yNzUj3fo+xPqZ2HZhbl7FnR4SWHKO1xD6ukCr8DPD/I9vrEksO9AVPyOp+G1wZ0w1R2OwXom36Pq+s5tEovrjmQxf/upCWfOY6Lsp/lXJgIznH1n2GF3tu1k6uddV7vkTOzcaVC57kqW8LefvpwWErTy8vyfLsckYBIfsUNv7zTohYVnLa5rd9yBqUM6+hcUeGGNRdvpCurX7FZ9vArdoswzGaSs9gySFNGi3HE1TEHZgBo+l6NEP9/vSKoebSFvUFDCPu1/DsLO1EGhfW505HnlLB2gMCkbrl4LxzwqMjGi69f7qExKtPW0GGrtAgmkFwF1cWVpqvqVUaXNcNkMUzsjy12URin7O7UsVxTA7yK6xJ6aiYChUKywElkf/M9qeNjT4qdh1ffO4X2ykjAG2glzd//44nj317e/WfRmAYjMHaotLpGvrQqjA5V43mq2gr2DrWRPsMOpobAIDYHB/fgQCMhhOp4AQOa/IAzgJ1pVwg78IGEYnC4VpqZnFK5ue3OCnxcMAZANT/E72DvZg+yBR4SBdddO9o5H+A4P6gP/5aPdPd09toAvxvCglNxAc4LolZzVoS2ojO5Uo7WFHX6CNzqRvyknMMUoeglGvOY859C4M3fzVFGlsXzflNMbZVz7GkGaY30pt7a9ovUOgX0kVcHdfYNmyaRbJAoT7/wN+Hz0HCtBO+HW7Ha3/06fHcUlA77KIrvD5x/nxQ10YRl/xFFt/c8VuOJZmGcd0dw3VRJ575gRXk+sHzrHwBwmsceg794o5Phwr2+MiiuKjS1qjS0ukrQFChSdRUWxfRcpKZEUFkpKYv9IRFVJYWxJa3SFKFOYlibMFD0EgRbaf6grQDykq4CTwbb39dnZGZwCg8YjJPGmb/3RGbbu2Ab5cquJJ+9cprcWJQRouBwVS25ieyVmdU5dCLxPUn9MpEWJ8lwTlZIsQXiGWMYrUkcHedlRqcrLh8LK8L4f4b7kVQ1ManNQRPQfB5wzMvxWLuGk87KKokUuC1nT18e2czJAzLvJcV1d5Hsz6Bw/DU5LQRd4Eo/87VUQ2dUqEEy8eoUEUkgXulCl2nmpfAeZssr97Tv3VWTyjvJLO1WqQjTA5bndb99teB0klryb9O2SgmyAWQ0U4PvVIGyumsH6SqKl2ownVlwjro1FrGuqrclfeX1lutcwsNUAYsIexdVzPDJSeXquRhmgDtwq5Im4Gn/9Xn+iG5Di1ftDMZl9hyUzxoS7+rujTs6BnTJJRXF83CiY24ud5x7xAeUkoid5pJv0yCbk1SBOLhJb4BY5g6JeOUo394rrVMlJpLy1pRaGZcOpLfA4hSLLM41U6FQoFFhR1wopcOvWjunxERmbPG5HUYIo8J9XkYqCdf2CCMEIS6JypV/zT66LPv+L9PN86fzP0i/zaYnYekYDvYFRD6IZLYfLYDIvaQwtVZ7Nz/ZKQcug7Ns6t2SqMUgtbce4KMJJ7zhKRXKho0J3+ycVJGOIQw8O0gdFRUOQr379gv8u9+RJrk/TArWY0/rqf+QXzRY7Qw0z2UM7VZREtH9iM80uipR7KFEydNz/A82uleh03xKrRjk59DktAFaAfetxpSro8xEf2EOTyjsJ3upibmE5C0ffxjac/Gzo5uYaIstUTIgJQ/MP0uois2lh9CmPYMa3OXm5+b66Gj0pVqkWE9jkcCD62IhDMoaH9+7FOeEe4ZH4G5N91L5Tp2DnV0EkDPsUw8SwHih+K/Wb3O1jbHJvKo5ojyhuLk5LsJg10eEgCiYFVBV1NhMBxcorWfVzC3cvlEfTJ6S0GvHVwkkmPeEahBbCuC+4/be7LjHkt2dsvlTvNHlEBv5hEwo5hdzX7DdE8GsKkRCu/DNCAC9yZWmRHVo9AgpxUxVWfy215Cbzknh8RYjKrJA3zPqk8xqELoyqyJseH78lO3/GCSyJNUEyz0P4e7aQMGdBg7+HrlVcKLILnrqRep+9IkhlJl4SzD+sxdasNjepGFo/i35hZLrjihH0KBKqld5tMOiZlnr/RyvpcNib5+s81PUxqvwGIbtYVi9W58fwI+wRjf8yXZVkpSshnzKPAI5jtlYYfC2lDg/A7d67AY9Xr/5kHlePB6LkBXfEOoi1iYr2/4o3tXBSZlMUK3DWJS2E2P3A/1mm6gO05YEykbuZq0+kJ3sFq1GWKTCC24ILw7tjQ6sxSJNUvf+QxNUeBUuzbhrIODyYYdkES4PrIvreqrOt5mlXt99nbVed/SC8T5Zt1MrNdzbE2ODFOk1Li2ZNID5MHaxYbNtwR2lOxkuzf3OVHAJ3zkbV5GRnZjbENjePvb6URi8nT5PHyL+TT+/VblPDoOrt2j3j5Cny2V07hfScwOw2QOyfValQRkSUH8pcXwq/KIQRpZpVFZN4KKw+IBz5Gf2eNL3FEGqouljuXn6xqhA9jZ5Av3ctcG0D59CW9i70LHqypWhFh/M0adp54sNBYmnxhowVF3y+gp4l8ROko/hVITq3dcDg8t7j/cnFFq6Ro1tRk0HLpk8KGa1Gc3Rco6Ug0h5hy43Oi2lyT83Njqtgqlf4/qYLNofrotLVTuWiNjDn6a/i8VTmQBE397Vt/hrlXskN/AVnMOD2jtZUBlfmjZ669f8SyA2j/lOjeRfWjO5l6HU45T9el5bGxZV2CTne1ecPbvWcC24OA+RtAz37FR3QX2XTpeDQQHfDURlu9AC6G4OKc8ulY/BUJkY0wjCpeAzdQJomARaVcsnyBMNQka/KVgbGY7PgI+kAkfk8pwBeBH8rZCXndw8HNtEFxOJ/R/647n/pmhsHf2cVWhmTjPXbMKa7NkJHB8HW7okpKcFj8LbCZUNRqt0rcuAIyfCcqOzatVLR47/Pm0yvHlxWRR47sm1EBVtQZK1Fetaqoi7ZsPrGk43i589jGn9evA5rbY9SRjqqIq2FWpiK+qjw/1xE9LFvVo+OoL8Ve4q/RRcL0wQ2myBNWIyOOeh5MAbdWRFfEhtbEl8x3jHdLVyYmioMn3pWDZ06Xef3E/6TwuVvNDFaWxkmpjkjqLkfja2krr/vFi7WvfTHwhbc2/W+nuOMOOuHRjj7SIL2R7ocRguTYFs6pkyMRLsU4eAdrjnZS8RtxzujWHgZQTTz0zz335zM39ZePA11scEQVU6BKiwMBqBrZyBIDl5BECGhVf+iEHQI3O1By1kntyikNw3lqrkjyFhLvOniQQxzQhCloxjClZE0Ua/5rLr+HZ5Pgjchse/WYBaLTIypRrqmztmtob7OrjAGLaIFvMj0QhMWMAwgtL/pm1yRIajukOfh4RsnbgwfGV5U09lWmk4CzTjTT/8fXcejnIpUFGhifJ2DSsyJZby1iSsyoguk1uCVG45Hmqr2D1rSkb+rejyx+4r/w9EjfZWB7hJDHLESPx++lqW2skpKmItArZEzkq0L1whMR2rs2QNmvj2kssDCMPguFlDlm8Cz3B+7fixOcpyi+YcEhFyr/rjMQ+qx7GOU+foLg+L7S9Gs49/odOlvup4WXCiPvqDr2DfLUOSCT4Br+Bycx/+cYEz4zJ+aLwbMZW4ot4F9YGukRp8p4TUCoLq4O90VkoW0G96U4/EUAYUjYAcRCWJuP7s/RvFkIGqgudyc6w1XIm2QsMmwcRxKJMy1eoBDiJdjuQO53jCl0+hIJxha4uKloKg10U0ijZKKRfu+rhP43hDlG6mPhBN4aKRec1tw6ox/4koadSVVUC9o7fCmrTL6n5TOC+NS8OFwHyGKCnfbZEzK+Mx3BL3MTMj8HBQzo2zkkDAndoxhSMD5KwgAUJw/7xgIh76PAIKD2LKzrwaMcX9zQzOJx3ljRCbGdYp3mXs1O1NIgOCgAMQ7SqBYi3sOgeit7GjqVEoGxMqdo/4iVTsPqMSDEiWo6kJ0AsQDtgGHY+zHS+V4bMMzZ01K3aSU0d8lN9c7qc/lS6OK2+K/ltONl1qlAUoOR2HhKFMnAH5SK450OKIahMiJtSfhuEfpVWAjEq9tVdYWVZwvBSg/qCmpnFrauK+gmpJ0Wt887xy/S/FJCnnNR8vwYBN54NGOtX3DA6oQ3uc8dUWf887yzvXVaEyJ3uXUYmqJd9m27xcbCXqCgXCqqqsICQSdEEm4iXFA9FWfGqKvdBPGtY0es6RCUFBEqatbG0jTHo1zPYyqQCz7qSGmIDovL6pA/Ps8sfG79ioFDXZ6Ei3hBOSff75p+kaP2U1PoCc1VgAw8PVD4i+Ld5y7gKNKveX6vDBLSHJyqCX0YkqoOTSkr5anp8qpUhx4IM6Piclv1Mj86AYWSmNiyrhyDkeeBHI8kRwGREN/o/t63/SZ9bnp7ZvVHwFyMK7YN2+cFFHCufTNll/Q/r44LMfpfQperdrpu3M0CLCzm4pFDlO13lXqMtwadH7n1V05iChWp9LBtrMsCxfY/NJYFxIlWo9jWdj2c4hBSq7X97lhlU2F4sSyDknB70JO5EfvqZmi24+duKAhjlEHuxN4YsO5PxrZO8xhd3eeWa77Tu7SF5ucI9FQrVPxsBII0+rDlKon7jBS2x6SNn5+8mbVtuMXyDPCi3+DUEUzwXUGfRQ940pAA24IRPJeZu8H5IDbAIZdA9G7lGqLskX8TP+47cdNP4LfaoIevshtNtRVL66u07d4xG1MPwpb0/n1VrrP4HuGe+kaLzryQfDEvNTwjfn5D4R11qvg2QoHnUz5/gN+drsvvaT5T7Ks9aykqrxW48hk+VBlZH8n+0d/veDY+3/K/N9fggpGtoOrrZvPuUH22/kQWdA8iIovF+jhbrHvfnzUeyl/gR8CH34Zsyy8/xvagqp+stSb9i/4FF9Y3wSiZT/ws04pxxz+QhCWmRec7V6kE9AnLysU+MU4xoSbMkMEgmnP6PwWa2Jit38Tl9LC6/FPShqYn+nVdPF5TBG+qvlIphbwPbyUO678y6PUzrAlTSrlGyPudYJCaaV44eoovH8vDyr8iT5Al3m4JbcIt+jQIOUW0Q2/AKfSh6ekhJTEcFrdlhBhih6nWoB3I94qnPhQ/B3s/Sq47xBtkDbkC++cg32UzBQEqHj+6hSQ45Z+cv8571/3Ru79Nap9P4AYp5UxOyTl0SX5sYXxTbRbZ9QGKfcOS85SJAHNnADSicuUtXJ+coG/bkKoweb290+MjM8nnf/DrPEyLo0tqvTW+OiBiRbP6FwbzaeZx+8vFfXfW+hBb39xJVWdTEtkrnZyIx9izAI7UYdjUbpYQf11G6G8S8TQ0SqFEfeDsbjGt4l+hUtNruOGHE254OlJXEoMeVE6FvS3GlS1+IAPHydM08vRP9YdvJhAk1LW9gZrhaZYppc0ZSGN7OQY89V7dMzXQgZUkCKip05838cvZklYP6NwsFpz0z6afiId6sHfBwqzOGmcZUvZ6dzMomSvBC/d47jjZySXVgToC7O4aexly9hp3Kyr9Cp2+rKlaZwsDqDD2ovtAltYmFVoLxUxU7yVUblkbV2w3nyPIXOa1uTpi/BRtnGmMaZUaA+z2sLsgqKbvM9JSSzpJx5bypqfNH80BkBy7jY7tlTTSoxyI5qEiIbB47FQCJQAi0ZwgBHd5NgCTS6FqiXP4m7hhzJZBU0GoQfwjK/MwyF/OEjdO4+tdhXkeF9b33ANR9P5sLXR1T5P+SlELS9QF8pbhmxqyiHtfZsQLgtkWP4/gSAwnHwlm61VoameWn5gwnR2SX9/iU0RHhCavUvX1qrdlR36TbjChpyjbW3T6QBXGKIrvgsuXRi2Lkmh0q65rjPQMx1zp9q7O7u7utvavykg3qtRj/4mK7gwFZol1kZxH/72EmzYkxAlf7N/njUrcffvf5VJ99d/2fNey8vXekEV3aFLkzByV7O/jK4RCFHV03jRxo671l3OIemmHSen+QiE67oL6R0aXwAWlR6XchuEWmgGN0bTsu7wi4U1QrYbzOvQP9YTIT2mPUjk00N/tncnhNUduI8xJYaEKOJTYVViY8mmQ/c8m8dLY73Rb0MGmd0cIDSHBmBT4hQSeTo7i1NceyY7Iik6ZZ4lSBugNokCOvrV5qLzN2qJgeX8CEJ21qAp0BzUVkX5NfDX8IQAA7GEYghYThLtiJ4ZEoJl4xsMqVkJHD3L2jUQ9HhlelYCJ53W7FIcSc3by2wbK3Pf5urejyXe87x3CXszCEdoCAGIpUvjfXHTJ+2wtYqeNNieaYZbvIJhZ2ZEm+LtOmFK9A4hJ6T2/YNWHx7tElhCw5IdYRaLYJ4lLDSlIDTZErx7gbzUGl+S1JRs8lcyJ1QUl7l3uxEhQgS6ZbPY5F9uOWJAp2Cuxa90AnqbpcI/N3DzUjRCQFf6H8ov1a4EK65sit8ev6l621ZUYmkiUPakns/rkZY70eK3XXHDgiT92QhiuKydtAZyM+bIVvTkn+nnZfSr3y52co5l4gfD5NVWkpSlfjRljZCYxOlJ65kmniuesMRrCOI4j2MsNOx+tGrVx2fL5mPzgHCdNN0fWR8RcZNYHXF4ugQ8vTP6rlrAcHNCkbwg0IA1dd2m4Ea/FApF6VHEkDv2gbyj4W8tu/lS3wNqaBHXaOQWQdUUGvwinEaBqrfPaDQWcdXQA77Si8pBVN87+lLd5WXksU6PVGd74868JlFcWedZrhTS6zM470rHyOl76fSIoxIf9spzkOerQdnVJQ59sJHPN2YKOZ7Zl/D3ahpVqsaVgSK+kthDuODQ44zxf3FkP6EQzC2aezhxfkupvwF/dT6ck+CX7HwAcF0btCcOaWiurmuqq27RJ794kN4aSv6zuZTus2MWP7OV7EXP3fh8Ql2veJCfv1GosT4CvvdJdPJIOo3xfqkv/auvO9cQj0rOlldpakmsTB8qWba2amHI2u/8hmb3HVk72wb1oywFj47+LXGDoBfexAbJ1BCLnK8XSN1ubVp+NaotQiswMRS7J39QRAd80DpFS8netHEQ/z78sXoQWt21SHuxM/offphjmlmW7La4UklRkaQ07m8hJ8RFe+TvSIoLn+toT1B7Kj13jZ3oo+Ip0XhUmSgz3G4PzxDd45Jp4UJ7ROZdZJJG6rubKbKHh9tFmSBmP9zdPZNXGZseZAwy6AON/CNxSUNgoIFvPIyCGIij9Ng6y3l390avGZJQ9sHIkbGk0u/LRYbS6EtC9yBHnvNFzhkUIjmv6mDshf8DqPX6dDXJ/2fh58OsS0Pc7p1KTKFQV3UGPSP9rgjZsDRYbOvZCFlkfuW7Be0rKvb0dXuD0EM+lVexHp8KUV2/VbsxeaJn+GqIi1IRInDjNX0d84lpjNub+GUADWvnJwQFJQRvZi5/f5+xRaiTsWL6AaPi3vii8W/HJedffbSPD5X61KkpyeO7zuTvVjqdczX3fqX9K6VTfNDFA6f1kwYuOy28ctcQWHeA2NL92cmbe6DSh86k/OMMJ9k/3rfyIZcZIDAwgNkCExL5BaaZYcnNkCQ4HoKDxcJwUuCxK1n1CN2tnDFERrijKbGxMfgFFPlvTcmSM90gcPLpXhAn+yfNf/KFjviHu03u8iMtBFaZUZW/Y5dAV1TVwNx/SQj0xQYSPkMulejdEsC3dg1kVnQ+xheHCqzwnY7KO/XIW9/pq7RQcXWbSWbGmkNkQvOyVFDxZNhgVwN5tzLqP4kmfFJqCF+1aOwzIEdPoVf3yC++QnLx3s187+4pDV+SXOnhQjH3Dec3D4Ulp+gbkf/2DwIEfvc/p0AvH63ehdH2SzR59/5bYA5VcYcxFcRsf4fMltGnOr8UXXNI31/510NgRNn3oAlL9+mES0H830dkUWyuJVbrALYI/H/rVO97o7T9IU6GwSjCdpfmtNVE+D+F1gTQvkvIow7t8X1mNcmZLu9OQeCqg4Rk16WJxqQSbf/vNebg82+13rpLfoOGg7rj19R+5viwT+pUHl3UARQQYo/qrqkp8juF59Os/jdNK8zgSc0XNnBubkdA9bvhsoW4x/4LMXu6HWvW05snMH7uL1gWGHMCAW4rD6e+DHRkNxgAzMAdgPv7ewJKxAqA/2/zUNvjyxTtGDMtQUlsGXTgBKjBACjA9Ga/gGAFoIEgWAUoEBtsgkCqg7cAQRWAAQjcGQC6erMgBGDtCEKBGzgWhAGsS154v3tBBCB5E0QCrP+DLsAGwdhDA07BGKXwIBn6tptbVGQHxZi/2E8wRiP9WOc38AHpaMVyvfvoO7DgfViEw7hhHtrB09S+LY4NjKHWedqB4qVmdi9XqwFzvFQ0nb3yIBn6tpvb66IiOyya5a/eJxijkd7Q+030gTLkxbdiuTbwvuOt0SwT0YbDuGEiDi2b2tPUvnUTwTR5ah1eaQeKl9pBdi9XZFGDKb+MH53eQfDX3Wzr/YNkQUEAggQFGgzYP9v9XSZgSCAFAUCECWVcSKWNdT4IozhJs7woq7ppu34Yp3lZt/04r/t5v18mVyhVao1WpzckGBOTTMnmFIvVlmpPS8/IzBLrvzNZHcnLbETWsavX38BiQGMKI+0Y5QjVVaQdSssUb2wauFDk5ofv1FY827rYGVSLL+TeRzZoob+5i16GgGo7AdhD3SmTW2+SPQwxZ5BT2J6KK4092lFcfPxYKbcnO4Y1rZx04BdDNCaRVfUJJemJ9qBjrp8rZop3ndtS6cgUVxpsE7S0NmGK6RxnaTM98y7mPyly7KAxiDDTmRkr3ZBjNPdEs3kGCx0rh5bBQ2CR5FRksaUriTfWY+2oh/0v6q4cOhU0G0MlOzxZfIhC6YYyvAnBK8phkmgWIespzmgLQ0oykm1OaI+2yRGwo7KPOPqrEK8NUkFHtD8fqtKg3cMBUZGZYOPo7Zn57UJwxFVsaZfMnYpqPiLvT/nCwrHukeMpwdZXz5wmC4/qvrwz4HHUnFy4o63QBpajl9Mm8WiwOWAPNJ9A1qJ4UYH0rC9QrEgvXp60WLHIaO5QlBgYOPXPpZuUyApDUfR0tIZknwdvaqUf57LvnVMhPUVHVRy15CCdyybq0MAlg5l9GpGG/eygnBwrCquUyArkkEotkkGeRGLDHC+iNFnbnWwumdzFYb+feXEZ3bO06LNSV9hcylCCUz7LAsUQKV/vThQdSvqP0hZHNf34DAA=') format('woff2'),
  url('../fonts/iconfont.woff?t=1783841115750') format('woff'),
  url('../fonts/iconfont.ttf?t=1783841115750') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-quora:
	before {
 content: "\e6fe";
}

.icon-github:
	before {
 content: "\e691";
}

.icon-github-fill:
	before {
 content: "\e885";
}

.icon-language:
	before {
 content: "\e652";
}

.icon-zuojiantou:
	before {
 content: "\e600";
}

.icon-zuojiantou-copy:
	before {
 content: "\f213";
}

.icon-Gc_17_public-TopOutlined:
	before {
 content: "\e61b";
}

.icon-jurassic_message:
	before {
 content: "\e69f";
}

.icon-top02:
	before {
 content: "\e6f5";
}

.icon-kefu:
	before {
 content: "\e608";
}

.icon-teams_x:
	before {
 content: "\e604";
}

.icon-zhiding1:
	before {
 content: "\e7b9";
}

.icon-QQ:
	before {
 content: "\e882";
}

.icon-QQkongjian:
	before {
 content: "\e619";
}

.icon-paper-full:
	before {
 content: "\ea0b";
}

.icon-jian:
	before {
 content: "\e612";
}

.icon-xiaohongshu:
	before {
 content: "\e69e";
}

.icon-zhiding:
	before {
 content: "\e68c";
}

.icon-youjian_:
	before {
 content: "\e6a6";
}

.icon-chuanzhen:
	before {
 content: "\e6b4";
}

.icon-shangjiantou:
	before {
 content: "\e60f";
}

.icon-yuyan:
	before {
 content: "\e684";
}

.icon-dingbu:
	before {
 content: "\e62d";
}

.icon-Youtube:
	before {
 content: "\e880";
}

.icon-liuyanjianyi:
	before {
 content: "\e62c";
}

.icon-shangchuan:
	before {
 content: "\e60b";
}

.icon-youjian:
	before {
 content: "\e624";
}

.icon-yonghu:
	before {
 content: "\e6b3";
}

.icon-pinterest1:
	before {
 content: "\f211";
}

.icon-jia1:
	before {
 content: "\e632";
}

.icon-xiazai:
	before {
 content: "\e682";
}

.icon-xiangyoujiantou:
	before {
 content: "\e68b";
}

.icon-xiangyoujiantou-copy:
	before {
 content: "\f1eb";
}

.icon-guanbi:
	before {
 content: "\e611";
}

.icon-zuosanjiao:
	before {
 content: "\e63e";
}

.icon-yousanjiao-copy:
	before {
 content: "\f1e8";
}

.icon-email-s:
	before {
 content: "\e65e";
}

.icon-douyin:
	before {
 content: "\e8db";
}

.icon-location:
	before {
 content: "\e614";
}

.icon-xinlangweibo:
	before {
 content: "\e606";
}

.icon-duigou-cu:
	before {
 content: "\e658";
}

.icon-facebook-fill:
	before {
 content: "\e88d";
}

.icon-linkedin1:
	before {
 content: "\f1e7";
}

.icon-weixin:
	before {
 content: "\e695";
}

.icon-jiantou_xiangzuo_o:
	before {
 content: "\eb92";
}

.icon-jiantou_xiangyou_o:
	before {
 content: "\eb94";
}

.icon-twitter-new:
	before {
 content: "\e7ff";
}

.icon-ditudingwei:
	before {
 content: "\e625";
}

.icon-phone3:
	before {
 content: "\e661";
}

.icon-doubleright:
	before {
 content: "\e7ef";
}

.icon-line:
	before {
 content: "\e63f";
}

.icon-instagram2:
	before {
 content: "\e6fc";
}

.icon-rili:
	before {
 content: "\e8b4";
}

.icon-videoyoutube:
	before {
 content: "\e7a1";
}

.icon-phone-:
	before {
 content: "\e638";
}

.icon-earth-full:
	before {
 content: "\e9ee";
}

.icon-facebook:
	before {
 content: "\e620";
}

.icon-pinterest:
	before {
 content: "\e8ab";
}

.icon-linkedin:
	before {
 content: "\e648";
}

.icon-youtube:
	before {
 content: "\e6d6";
}

.icon-left:
	before {
 content: "\e72c";
}

.icon-right:
	before {
 content: "\e72d";
}

.icon-left1:
	before {
 content: "\e730";
}

.icon-right1:
	before {
 content: "\e731";
}

.icon-download:
	before {
 content: "\e7a0";
}

.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-phone1:
	before {
 content: "\e7cb";
}

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

.contactUs .getQuote .list .numBox{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contactUs .getQuote .list .num {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin-top: 10px;
	display: inline-block;
}

.contactUs .getQuote .list .num:nth-child(1){
	margin-top: 0;
}


.ourTeam .teamList {
	margin-top: 60px;
	margin-bottom: 56px;
}

.teamList {
	display: flex;
	flex-wrap: wrap;
}

.teamList .item {
	width: 30.94%;
	margin-left: 3.59%;
	margin-top: 62px;
	position: relative;
	overflow: hidden;
}

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

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

.teamList .image {
	margin: 0;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.teamList .msg {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 44px 36px 44px;
}

.teamList .msg .box{
	transform: translateY(226px);
}

.teamList .item:
	hover .box{
 transform: translateY(0);
}

.teamList .item:
	hover .msg::after{
 opacity: 0;
}

.teamList .item:
	hover .msg::before{
 opacity: 1;
}

.teamList .msg .name {
	margin-bottom: 7px;
}

.teamList .msg .job {
	margin-bottom: 8px;
}


.teamList .item:
	hover .msg .txts{
 opacity: 1;
}

.teamList .msg .txts {
	margin-top: 0px;
	height: 204px;
	padding-right: 5px;
	overflow: auto;
	opacity: 0;
}

.teamList .msg .txts
	p {
 color: #ffffff;
	text-align: center;
}

.teamList .msg .txts::
	-webkit-scrollbar {
 width: 2px;
	height: 6px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 10px;
}

.teamList .msg .txts::
	-webkit-scrollbar-thumb {
 background-color: #ffffff;
	border-radius: 10px;
}

.teamList .msg .txts::
	-webkit-scrollbar-track {
 background-color: transparent;
}


.teamList .msg::
	after,
.teamList .msg::before {
 content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition: .4s ease all;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.teamList .msg::
	after {
 background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 76.73%, rgba(0, 0, 0, 0.30) 100%);
}

.teamList .msg::
	before {
 background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 76.73%, rgba(0, 0, 0, 0.30) 100%);
	opacity: 0;
}
	@media screen and (max-width:1860px) {
 .ourTeam .teamList {
  margin-top: 40px;
	margin-bottom: 0;
 }

 .teamList .item {
	width: 32%;
	margin-left: 2%;
	margin-top: 40px;
 }

 .teamList .msg {
	padding: 30px 20px;
 }

 .teamList .msg .txts {
	height: 120px;
 }
}
	@media screen and (max-width:1333px) {
 .teamList .item {
  margin-top: 30px;
 }
}
	@media screen and (max-width:999px) {
 .teamList .item:nth-child(n) {
  width: 48%;
	margin-right: 0;
	margin-top: 30px;
 }
 
 .teamList .item:nth-child(-n+2) {
	margin-top: 0;
 }

 .teamList {
	justify-content: space-between;
 }
 
 .teamList .msg{
	position: static;
	height: auto;
	margin-top: 20px;
	transform: translateY(0);
	padding: 0;
 }
 
 .teamList .msg .name{
	color: #000000;
 }
 
 .teamList .msg .job{
	color: #333333;
 }
 
 .teamList .msg .txts p{
	color: #555555;
 }
 
 .teamList .msg::
	after,
 .teamList .msg::before{
  display: none;
 }
 
 .teamList .msg .txts::
	-webkit-scrollbar {
  background-color: #00000040;
 }
 
 .teamList .msg .txts::
	-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .6);
 }
 
 .teamList .msg .txts{
	height: 140px;
 }
 
 .ourTeam .teamList{
	margin-top: 30px;
 }
 .teamList .msg .box{
	transform: translateY(0);
 }
 .teamList .item .msg .txts{
	opacity: 1;
 }
}
	@media screen and (max-width:538px) {
 .teamList .item:nth-child(n) {
  width: 100%;
	margin-top: 30px;
 }
 .teamList .item:nth-child(1) {
	margin-top: 0;
 }
};
}

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


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


.swiperBox {
	position: relative;
}


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



.swiperBox .sBtns>div.prev {
	left: -86px;
	margin-right: 0;
}

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

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

.sBtns>div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 999px;
	border: 1px solid rgba(0, 0, 0, 0.30);
	background-color: transparent;
	cursor: pointer;
	color: #1A1A1A;
	font-size: 12px;
	font-weight: bold;
}

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

.sBtns>div:hover {
	background-color: #CA1C20;
	border: 1px solid #CA1C20;
	color: #ffffff;
}

.sBtns>div.swiper-button-disabled:hover {
	border: 1px solid rgba(0, 0, 0, 0.30);
	background-color: transparent;
	color: #1A1A1A;
	cursor: auto;
}


.greyBg {
	background-color: #F4F0EB;
}

.textCenter,
.textCenter p {
	text-align: center;
}


.font20 {
	font-size: 20px;
	line-height: 34px;
}

.standardEdit p {
	font-size: 20px;
	line-height: 34px;
}

.font48 {
	font-size: 48px;
	line-height: 60px;
}

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


/* indexM1-1 */

.tailored {
	padding: 100px 0 86px 0;
}


.tailored .title {
	margin: 0 auto;
	max-width: 1023px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.tailored .title .tip {
	display: inline-block;
}


.tailored .numList {
	margin-top: 80px;
}

.numList {
	display: flex;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0 auto;
}

.numList .num {
	color: #333;
}

.numList .item {
	width: 14.28%;
	margin-right: 2.864%;
	margin-top: 30px;
}

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

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

.numList .num i {
	font-size: 18px;
	line-height: 28px;
	font-family: YsabeauOffice-Regular;
	font-style: normal;
}

.numList .name {
	margin-top: 4px;
}

.theBrand {
	padding: 73px 0 66px 39px;
	max-width: 1426px;
	position: relative;
}

.theBrand::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100vw;
	z-index: -2;
	background-color: #F4F0EB;
}

.theBrand .tip {
	margin-top: 8px;
}

.theBrand .txts {
	margin-top: 45px;
}


.theBrand .txts p {
	color: #555555;
}

.iSign {
	width: 72px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.iSign img {
	display: block;
}

.theBrand .iSign {
	flex-shrink: 0;
	margin-left: 10%;
	margin-top: -24px;
}

@media screen and (max-width:1860px) {
	.font48 {
		font-size: 36px;
		line-height: 48px;
	}

	.font20 {
		font-size: 18px;
		line-height: 30px;
	}

	.tailored .numList {
		margin-top: 40px;
	}

	.tailored .name {
		margin-top: 5px;
	}

	.theBrand {
		padding: 80px 0 80px 40px;
	}

	.theBrand .tip {
		margin-top: 10px;
	}

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

	.tailored .title {
		max-width: 800px;
	}

	.theBrand .iSign {
		margin-top: 0;
	}

	.standardEdit p {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.font48 {
		font-size: 30px;
		line-height: 42px;
	}

	.numList .item:nth-child(n) {
		width: 23.5%;
		margin-right: 2%;
		margin-top: 30px;
	}

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

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

	.theBrand {
		padding: 60px 0 60px 30px;
	}

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

	.iSign {
		width: 60px;
	}
}

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

	.tailored .numList {
		margin-top: 30px;
	}

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

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

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

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

	.theBrand {
		padding: 50px 0 50px 30px;
	}

	.font22 {
		font-size: 18px;
		line-height: 30px;
	}

	.iSign {
		width: 50px;
	}

	.tailored .title {
		max-width: 500px;
	}

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

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

	.theBrand {
		padding: 40px 0 40px 20px;
	}

	.iSign {
		width: 40px;
	}
}

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

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

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

	.theBrand .iSign {
		margin: 0;
	}

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

	.theBrand .box {
		margin-top: 30px;
	}

	.iSign {
		width: 36px;
	}
}

/* indexM2-1 */

.theGroup {
	padding-top: 82px;
	position: relative;
	padding-left: calc((100% - 1700px)/ 2);
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
}


.theGroup .show {
	width: 41.65%;
	padding: 106px 0 61px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 9;
}

.theGroup .show .msgBox {
	flex: 1;
}

.theGroup .show .msgBox .image {
	height: 100%;
}

.msgBox {
	position: relative;
}

.msgBox .image {
	overflow: hidden;
}

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

.msgBox a.image:hover img {
	transform: none;
}

.msgBox .msg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	z-index: 9;
}

.msgBox .msg * {
	pointer-events: all;
}

.theGroup .show .msgBox .msg {
	padding: 30px 43px;
}

.msgBox .msg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.theGroup .show .msgBox .msg::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.27%, #000 129.29%);
}

.font28 {
	font-size: 28px;
	line-height: 34px;
}

.theGroup .show .msgBox .txts {
	margin-top: 17px;
}

.theGroup .show .msgBox .txts p {
	line-height: 30px;
}

.theGroup .show .cBtn {
	margin-top: 60px;
}

.theGroup .dis {
	width: 52.8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.theGroup .piece {
	position: relative;
}

.theGroup .piece::after {
	content: "";
	position: absolute;
	width: 200vw;
	left: calc((100vw - 1700px)/ -2);
	top: -82px;
	height: calc(100% + 82px);
	z-index: -2;
	background-color: #1E1E1E;
}

.theGroup .dis .piece {
	padding-left: calc((100vw - 1720px) / 2);
}

.theGroup .dis .title1 {
	color: #ffffff;
	font-family: YsabeauOffice-SemiBold;
}

.theGroup .dis .title1:hover {
	color: #E60013;
}

.theGroup .dis .tip {
	margin-top: 8px;
}

.theGroup .dis .txts {
	margin-top: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 11;
}

.theGroup .dis .txts p {
	color: #ffffff;
}

.theGroup .dis .imgBox {
	margin-top: 61px;
	flex: 1;
	position: relative;
}

.theGroup .dis .imgBox::after {
	content: "";
	position: absolute;
	top: -62px;
	left: calc((100vw - 1700px)/ -2);
	width: 200vw;
	height: 40.7%;
	z-index: -2;
	background-color: #1E1E1E;
}


.theGroup .dis .imgBox .image {
	height: 100%;
}

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

.imgBox {
	position: relative;
}

.imgBox .image {
	overflow: hidden;
}

.video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}


.video .playBtn {
	position: relative;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9;
}


.video .playBtn img {
	width: 8px;
	filter: grayscale(100%) brightness(500%);
}

.video:hover .playBtn::after {
	background-color: #ffffff;
}

.video:hover .playBtn img {
	filter: grayscale(0%) brightness(100%);
}

.video .playBtn::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #CA1C20;
	border-radius: 50%;
	z-index: -1;
	transition: .4s ease all;
}


.video .playBtn div {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	animation: circles 3.2s linear 0s infinite;
	animation-play-state: running;
	background-color: #CA1C20;
	z-index: -2;
}


.video:hover .playBtn div {
	background-color: #ffffff;
}


.video .playBtn .circle1 {
	animation-delay: 0.8s;
}

.video .playBtn .circle2 {
	animation-delay: 1.6s;
}

.video .playBtn .circle3 {
	animation-delay: 2.4s;
}


@keyframes circles {
	0% {
		transform: scale(1);
		opacity: 0;
	}

	20% {
		transform: scale(1.28);
		opacity: 0.5;
	}

	100% {
		transform: scale(2.2);
		opacity: 0;
	}
}


@media screen and (min-width:1921px) {
	.theGroup {
		padding-left: 110px;
	}

	.theGroup .dis .piece {
		padding-left: 110px;
	}
}

@media screen and (max-width:1860px) {
	.theGroup {
		padding-top: 80px;
		padding-right:80px;
	}
	
	.theGroup .piece::after {
    	left: -80px;
    }

	.theGroup .dis .piece {
		padding-left: 80px;
	}

	.theGroup .show {
		padding: 80px 0;
	}

	.theGroup .show .msgBox .msg {
		padding: 30px 20px;
	}

	.theGroup .show .cBtn {
		margin-top: 40px;
	}

	.cBtn {
		padding: 8px 20px;
	}

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

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

	.theGroup .dis .tip {
		margin-top: 10px;
	}

	.theGroup .dis .txts {
		margin-top: 30px;
	}

	.theGroup .dis .imgBox {
		margin-top: 40px;
	}

	.theGroup .piece::after {
		top: -80px;
	}

	.theGroup .dis .imgBox::after {
		top: -41px;
	}
	.theGroup .dis .imgBox::after {
    	left: -80px;
    }
}

@media screen and (max-width:1333px) {
	.theGroup .show {
		padding: 60px 0;
	}

	.theGroup {
		padding-top: 60px;
	}

	.theGroup .piece::after {
		top: -60px;
	}

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

	.cBtn {
		padding: 6px 20px;
	}
}

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

	.theGroup .dis .imgBox {
		margin-top: 30px;
	}

	.theGroup .dis .imgBox::after {
		top: -31px;
	}

	.theGroup .show {
		padding: 50px 0;
	}

	.theGroup {
		padding-top: 50px;
	}

	.theGroup .piece::after {
		top: -50px;
	}

	.cBtn {
		padding: 4px 14px;
	}

	.theGroup .show .cBtn {
		margin-top: 30px;
	}

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

	.theGroup .dis .txts {
		-webkit-line-clamp: 8;
	}
}

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

	.theGroup {
		padding-top: 40px;
		padding-right: 25px;
	}

	.theGroup .dis {
		width: 100%;
	}

	.theGroup .piece::after {
		top: -40px;
	}

	.theGroup .dis .piece {
		padding-left: 25px;
	}

	.theGroup .dis .txts {
		-webkit-line-clamp: 6;
	}

	.theGroup .show {
		padding: 0;
		width: 100%;
	}

	.theGroup .dis {
		margin-top: 80px;
	}

	.theGroup .show .msgBox .msg {
		position: static;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.theGroup .show .msgBox .msg::after {
		display: none;
	}

	.theGroup .show .msgBox {
		display: flex;
		justify-content: space-between;
		padding-left: 25px;
	}

	.theGroup .show .msgBox .msg {
		height: auto;
		padding: 0;
		width: 48%;
		padding: 40px 0;
	}

	.theGroup .show .msgBox .msg .tit {
		color: #222;
	}

	.theGroup .show .msgBox .msg .txts p {
		color: #555555;
	}

	.theGroup .show .msgBox .image {
		width: 48%;
		height: auto;
	}

	.font28 {
		font-size: 20px;
		line-height: 32px;
	}

	.video .playBtn {
		width: 40px;
		height: 40px;
	}
	
	.theGroup .piece::after {
    	left: -25px;
    }
    .theGroup .dis .imgBox::after {
    	left: -25px;
    }
}

@media screen and (max-width:538px) {
	.theGroup .show .msgBox {
		padding-left: 15px;
	}

	.theGroup {
		padding-right: 15px;
	}
	.theGroup .piece::after {
    	left: -15px;
    }
    .theGroup .dis .imgBox::after {
    	left: -15px;
    }
}

@media screen and (max-width:450px) {
	.theGroup .show .msgBox {
		flex-direction: column;
		align-items: flex-start;
	}

	.theGroup .show .msgBox .msg {
		padding: 0;
		margin-top: 30px;
		width: 100%;
	}

	.theGroup .show .msgBox .image {
		width: 100%;
	}
}



/* indexM3-1 */

.featuredProjects {
	padding: 47px 0 100px 0;
	max-width: 1920px;
	margin: 0 auto;
}

.featuredProjects .lrt .iSign {
	margin-right: 22%;
	margin-top: 27px;
}

.featuredProjects .lrt .tips {
	margin-top: 33px;
}

.featuredProjects .lrt .tips p {
	color: #555555;
}


.featuredProjects .swiper {
	margin-top: 37px;
	display: flex;
	flex-wrap: wrap;
}

.featuredProjects .msg {
	padding: 72px 17%;
	align-items: center;
}

.font40 {
	font-size: 40px;
	line-height: 50px;
}


.featuredProjects .cBtn {
	background-color: transparent;
	border-color: #ffffff;
	margin-top: 23px;
	padding: 7px 22px 7px 19px;
}

.featuredProjects .cBtn i {
	margin-left: 33px;
}

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

.featuredProjects .txts {
	margin-top: 17px;
	height: 90px;
}

.featuredProjects .txts p {
	line-height: 30px;
}

.featuredProjects .msgBox .msg::after {
	opacity: 0.8;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 42.74%, #000 100%);
}


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

.sSigns .prev,
.sSigns .next {
	font-size: 23px;
	width: 38px;
	height: 38px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999999;
	font-weight: bold;
}

.sSigns .prev.swiper-button-disabled,
.sSigns .next.swiper-button-disabled {
	pointer-events: none;
}

.sSigns .prev:hover,
.sSigns .next:hover {
	color: #E60013;
}

.sSigns .swiper-pagination {
	position: static;
	margin: 0px 25px;
	width: auto;
	font-size: 18px;
	line-height: 28px;
	color: #1E1E1E;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sSigns .swiper-pagination.swiper-pagination-lock {
	display: none;
}

.sSigns .swiper-pagination i {
	margin: 0 3px;
	margin-top: -2px;
}

.sSigns .swiper-pagination .swiper-pagination-current {
	color: #E60013;
}


.sSigns .prev,
.sSigns .next {
	margin-top: 51px;
}


.sSigns .swiper-pagination {
	margin-top: 50px;
}



@media screen and (max-width:1860px) {
	.featuredProjects .lrt .tips {
		margin-top: 30px;
	}

	.featuredProjects .lrt .iSign {
		margin-left: 10%;
	}

	.featuredProjects .swiper {
		margin-top: 40px;
	}

	.featuredProjects .msg {
		padding: 50px 30px;
	}

	.font40 {
		font-size: 32px;
		line-height: 44px;
	}

	.featuredProjects .txts {
		margin-top: 26px;
	}

	.featuredProjects .cBtn {
		margin-top: 26px;
		padding: 8px 20px;
	}

	.featuredProjects .cBtn i {
		margin-left: 24px;
	}

	.featuredProjects .lrt .iSign {
		margin-top: 0;
	}


	.sSigns .prev,
	.sSigns .next {
		margin-top: 30px;
	}

	.sSigns .swiper-pagination {
		margin-top: 28px;
	}

	.sSigns .prev,
	.sSigns .next {
		font-size: 20px;
	}
}

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

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

	.featuredProjects .cBtn {
		padding: 6px 20px;
	}


}

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

	.featuredProjects .msg {
		position: static;
		height: auto;
		padding: 0 20px;
		margin-top: 16px;
	}

	.featuredProjects .msg::after {
		display: none;
	}

	.featuredProjects .msg .title {
		color: #222222;
	}

	.featuredProjects .txts p {
		color: #555555;
	}

	.featuredProjects .cBtn {
		color: #ffffff;
		border-color: #E60013;
		background-color: #E60013;
		padding: 4px 14px;
	}

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

	.featuredProjects .txts {
		margin-top: 16px;
	}

	.featuredProjects .cBtn {
		margin-top: 16px;
	}

	.featuredProjects .txts {
		height: 84px;
	}

	.font40 {
		font-size: 24px;
		line-height: 34px;
	}

	.sSigns .swiper-pagination {
		font-size: 16px;
		line-height: 28px;
	}

	.sSigns .prev,
	.sSigns .next {
		font-size: 18px;
		margin-top: 20px;
	}

	.sSigns .swiper-pagination {
		margin-top: 18px;
	}


}

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

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

	.sSigns .prev,
	.sSigns .next {
		font-size: 16px;
	}
}

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

	.featuredProjects .lrt .iSign {
		margin-left: 0;
	}

	.featuredProjects .box {
		margin-top: 30px;
	}
}

/* indexM4-1 */

.cases {
	max-width: 1920px;
	margin: 0 auto;
	/* direction: rtl; */
}

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

.cases .swiper-slide .image {
	overflow: hidden;
}

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

.cases .swiper-slide a.image img {
	transform: none;
}

.cases .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.cases .msg::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.8;
	background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 59.9%);
	pointer-events: none;
}


.cases .con {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	padding: 100px 0 112px 0;
}

.cases .msg {
	pointer-events: none;
}

.cases .iSign {
	pointer-events: all;
}

.cases .box * {
	pointer-events: all;
}

.cases .txts {
	margin-top: 29px;
}


.cases .swiper-pagination {
	bottom: 39px;
}

.cases .swiper-pagination span {
	width: 10px;
	height: 10px;
	opacity: 1;
	background-color: rgba(255, 255, 255, .5);
	margin: 5px 10px !important;
}


.cases .swiper-pagination span.swiper-pagination-bullet-active {
	background-color: #ffffff;
}

.cases .box {
	max-width: 1343px;
}

@media screen and (max-width:1860px) {
	.cases .con {
		padding: 80px 0;
	}

	.cases .swiper-pagination {
		bottom: 25px;
	}

	.cases .swiper-pagination span {
		margin: 5px 8px !important;
	}

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

@media screen and (max-width:1333px) {
	.cases .con {
		padding: 60px 0;
	}

	.cases .swiper-pagination {
		bottom: 25px;
	}

	.cases .swiper-pagination span {
		margin: 5px 8px !important;
	}

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

	.cases .swiper-pagination {
		bottom: 18px;
	}
}

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

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

	.cases .swiper-pagination {
		bottom: 10px;
	}

	.cases .swiper-pagination span {
		width: 8px;
		height: 8px;
		margin: 5px 6px !important;
	}
}

@media screen and (max-width:768px) {
	.cases .msg::after {
		display: none;
	}

	.cases .msg {
		position: static;
		margin-top: 20px;
	}

	.cases .con {
		padding: 0;
	}

	.cases .box {
		margin-top: 20px;
	}

	.cases .tit {
		color: #222222;
	}

	.cases .txts p {
		color: #555555;
	}

	.cases .swiper-pagination {
		position: static;
		margin-top: 20px;
	}

	.cases .swiper-pagination span {
		background-color: #666666;
	}

	.cases .swiper-pagination span.swiper-pagination-bullet-active {
		background-color: #222222;
	}

	.cases .txts {
		margin-top: 16px;
	}
}

/* indexM5-1 */

.furnitures {
	padding: 108px 0 184px 0;
}

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

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

.furnitures .tips {
	margin: 0 auto;
	margin-top: 34px;
	max-width: 1118px;
}

.furnitures .tips p {
	font-family: YsabeauOffice-SemiBold;
	line-height: 28px;
	color: #555555;
}


.furnitures .list {
	margin-top: 47px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.furnitures .list .image {
	overflow: hidden;
}

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

.furnitures .list .item:nth-child(4n) {
	width: 23.88%;
}

.furnitures .list .item:nth-child(4n) .image {
	transform: translateY(7.3%);
}

.furnitures .list .item:nth-child(4n-1) {
	width: 15.76%;
}

.furnitures .list .item:nth-child(4n-1) .image {
	transform: translateY(-2.6%);
}

.furnitures .list .item:nth-child(4n-2) {
	width: 21.88%;
}

.furnitures .list .item:nth-child(4n-2) .image {
	transform: translateY(46.5%);
}

.furnitures .list .item:nth-child(4n-3) {
	width: 27.35%;
}

@media screen and (max-width:1860px) {
	.furnitures {
		padding: 80px 0 140px 0;
	}

	.furnitures .list {
		margin-top: 50px;
	}

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

@media screen and (max-width:1333px) {
	.furnitures {
		padding: 60px 0 100px 0;
	}

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

@media screen and (max-width:999px) {
	.furnitures .tips {
		margin-top: 26px;
	}

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

	.furnitures .list .item:nth-child(n) {
		width: 48%;
	}

	.furnitures .list .item:nth-child(n) .image {
		transform: translateY(0);
	}

	.furnitures {
		padding: 50px 0;
	}
}

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


/* indexM6-1 */

.iService {
	padding: 110px 0 109px 0;
}

.iService .piece {
	width: 43.94%;
	margin-top: 5px;
}

.iService .piece .title .btn {
	color: #555;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 5px;
}


.iService .piece .title .btn:hover {
	color: #E60013;
}


.iService .checks {
	margin-top: 96px;
}


.iService .checks .item {
	border-bottom: 1px solid #222;
	padding-bottom: 19px;
	margin-bottom: 50px;
}


.iService .checks .item:last-child {
	margin-bottom: 0;
}

.iService .checks .btn {
	flex-shrink: 0;
	margin-left: 60px;
	cursor: pointer;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 2px;
}

.iService .checks .btn i {
	font-size: 40px;
	color: #666;
	transform: rotate(-45deg);
}

.iService .checks .btn:hover i {
	color: #222;
}


.font34 {
	font-size: 34px;
	line-height: 46px;
}


.iService .checks .item.active .tit {
	color: #333;
}


.iService .checks .item .tit {
	color: #555;
}

.iService .checks .item .tit:hover {
	color: #E60013;
}


.iService .checks .txts {
	line-height: 30px;
	padding-top: 11px;
	color: #333;
	display: none;
	transition: none;
}

.iService .checks .txts p {
	line-height: 30px;
}


.iService .checks .item:nth-child(1) .txts {
	display: block;
}


.iService .swiper {
	margin: 0;
	width: 44.11%;
}

.iService .swiper .image {
	overflow: hidden;
}

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


.iService .swiper .swiper-slide .item:nth-child(2n-1) {
	width: 33.6%;
}


.iService .swiper .swiper-slide .item:nth-child(2n) {
	width: 60.93%;
}

.iService .swiper .swiper-slide .tit {
	margin-top: 19px;
	color: #333333;
}

.iService .swiper .swiper-slide .tit:hover {
	color: #E60013;
}

.iService .checks .item.active {
	padding-bottom: 18px;
}

@media screen and (max-width:1860px) {
	.iService .piece {
		margin-top: 0;
	}

	.iService .checks {
		margin-top: 50px;
	}

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

	.iService .checks .btn i {
		font-size: 30px;
	}

	.iService .checks .txts {
		padding-top: 20px;
	}

	.iService .checks .item:nth-child(n) {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.iService .checks .btn {
		margin-left: 40px;
	}
}

@media screen and (max-width:1333px) {
	.iService .checks {
		margin-top: 40px;
	}

	.font34 {
		font-size: 22px;
		line-height: 34px;
	}

	.iService .piece {
		width: 46%;
	}

	.iService .checks .item:nth-child(n) {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.iService .checks .item:last-child {
		margin-bottom: 0;
	}

	.iService .swiper {
		width: 48%;
	}

	.iService .checks .btn {
		margin-left: 24px;
	}
}

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

	.iService .piece {
		width: 100%;
	}

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

	.iService .swiper {
		width: 100%;
		margin-top: 30px;
	}

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

	.iService .checks .txts {
		padding-top: 16px;
	}

	.iService .checks .btn i {
		font-size: 24px;
	}

	.iService .swiper-slide {
		align-items: center;
	}

	.iService .checks .item:nth-child(n) {
		margin-bottom: 16px;
		padding-bottom: 16px;
	}

	.iService .checks .item:last-child {
		margin-bottom: 0;
	}
}

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


/* indexM7-1 */

.iPiece {
	padding: 98px 0 119px 0;
}

.ourPartner .image {
	margin-top: 42px;
}

.iPiece .iNews {
	margin-top: 98px;
}

.iNews .newSwiper {
	margin-top: 66px;
}

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

.newItem {
	position: relative;
}

.newItem::after {
	content: "";
	position: absolute;
	height: 101%;
	right: calc(100% + 30px);
	top: 48.3%;
	transform: translateY(-50%);
	width: 1px;
	background-color: #D9D9D9;
}


.newItem .image {
	overflow: hidden;
}

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

.newItem .day {
	font-size: 36px;
	line-height: 26px;
	margin-top: 45px;
}

.font18 {
	font-size: 18px;
	line-height: 30px;
}

.newItem .time {
	margin-top: 8px;
	color: #222;
}

.newItem .tit {
	margin-top: 33px;
	height: 60px;
}

.newItem .tit h1 {
	font: inherit;
}

.newItem .tit a {
	color: #555555;
	line-height: 30px;
}

.newItem .tit a:hover {
	color: #E60013;
}

.newItem .btn {
	display: inline-block;
	width: max-content;
	margin-top: 36px;
}


@media screen and (max-width:1860px) {
	.ourPartner .image {
		margin-top: 50px;
	}

	.iPiece .iNews {
		margin-top: 80px;
	}

	.iNews .newSwiper {
		margin-top: 50px;
	}

	.newItem::after {
		height: 100%;
		top: 50%;
	}

	.newItem .day {
		margin-top: 30px;
		font-size: 30px;
		line-height: 30px;
	}

	.newItem .tit {
		margin-top: 16px;
	}

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

}

@media screen and (max-width:1333px) {
	.ourPartner .image {
		margin-top: 40px;
	}

	.iPiece .iNews {
		margin-top: 60px;
	}

	.iNews .newSwiper {
		margin-top: 40px;
	}

	.newItem::after {
		left: calc(100% + 20px);
	}

	.newItem .day {
		margin-top: 26px;
		font-size: 26px;
		line-height: 26px;
	}

}

@media screen and (max-width:999px) {
	.ourPartner .image {
		margin-top: 30px;
	}

	.iPiece .iNews {
		margin-top: 50px;
	}

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

	.newItem .day {
		margin-top: 20px;
		font-size: 24px;
		line-height: 24px;
	}

	.newItem .tit {
		line-height: 28px;
		height: 56px;
		margin-top: 10px;
	}

	.newItem .btn {
		margin-top: 16px;
	}

}

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

	.newItem .day {
		font-size: 22px;
		line-height: 22px;
	}
}

@media screen and (max-width:450px) {
	.newItem::after {
		left: calc(100% + 15px);
	}
}


/* 1-1About-story */



.aboutUs .piece {
	position: relative;
	padding-top: 60px;
}

.aboutUs .piece::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100vw;
	height: calc(100% - 141px);
	z-index: -2;
	background-color: rgba(244, 240, 235, 1);
}

.aboutUs .title {
	max-width: 1098px;
	margin-top: 47px;
}


.aboutUs .imgBox {
	margin-top: 45px;
}

.aboutUs .numList {
	margin-top: 105px;
}


.aboutUs .theBrand {
	margin-top: 29px;
	padding-bottom: 173px;
}



.aboutGroup {
	padding-right: calc((100% - 1700px)/ 2);
	display: flex;
	justify-content: space-between;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: -70px;
	position: relative;
	z-index: 9;
	padding-bottom: 89px;
}

@media screen and (min-width:1921px) {
	.aboutGroup {
		padding-right: 110px;
	}
}

.aboutGroup .show {
	width: 41.65%;
	padding-bottom: 163px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.aboutGroup .show .image {
	flex: 1;
}

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

.aboutGroup .show .image {
	height: 100%;
	position: relative;
}

.aboutGroup .show .image::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 53.27%, #000 129.29%);
}


.aboutGroup .show .msg {
	margin-top: 73px;
	max-width: 655px;
}

.aboutGroup .show .tit {
	color: #333333;
}

.aboutGroup .show .txts {
	margin-top: 17px;
}

.aboutGroup .show .txts p {
	color: #333;
}

.aboutGroup .dis {
	width: 52.8%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: 145px;
}

.aboutGroup .dis .piece {
	padding-left: calc((100vw - 1720px) / 2);
}

@media screen and (min-width:1921px) {
	.aboutGroup .dis .piece {
		padding-left: 110px;
	}
}

.aboutGroup .dis .title1 {
	color: #333;
	font-family: YsabeauOffice-SemiBold;
}

.aboutGroup .dis .tip {
	margin-top: 8px;
	color: #333333;
	font-size: 20px;
	line-height: 30px;
}

.aboutGroup .dis .txts {
	margin-top: 44px;
}

.aboutGroup .dis .txts p {
	color: #333;
}

.aboutGroup .dis .imgBox {
	margin-top: 61px;
	flex: 1;
	position: relative;
}

.aboutGroup .dis .imgBox .image {
	height: 100%;
}

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


@media screen and (max-width:1860px) {
	.aboutUs .piece {
		padding-top: 80px;
	}

	.aboutUs .title,
	.aboutUs .imgBox {
		margin-top: 40px;
	}

	.aboutUs .numList {
		margin-top: 50px;
	}

	.aboutUs .theBrand {
		margin-top: 50px;
		padding-bottom: 150px;
	}

	.aboutGroup {
		padding-right: 80px;
		padding-bottom: 80px;
	}

	.aboutGroup .dis .piece {
		padding-left: 80px;
	}

	.aboutGroup .show .msg,
	.aboutGroup .dis .imgBox {
		margin-top: 60px;
	}

	.aboutGroup .dis {
		padding-top: 150px;
	}

	.aboutGroup .show {
		padding-bottom: 80px;
	}
}

@media screen and (max-width:1333px) {
	.aboutUs .piece {
		padding-top: 60px;
	}

	.aboutUs .numList {
		margin-top: 40px;
	}

	.aboutUs .theBrand {
		margin-top: 40px;
		padding-bottom: 120px;
	}

	.aboutGroup {
		margin-top: -60px;
		padding-bottom: 60px;
	}

	.aboutGroup .show .msg,
	.aboutGroup .dis .imgBox {
		margin-top: 40px;
	}

	.aboutGroup .dis {
		padding-top: 120px;
	}

	.aboutGroup .dis .txts {
		margin-top: 40px;
	}

	.aboutGroup .show {
		padding-bottom: 60px;
	}
}

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

	.aboutUs .imgBox {
		height: 380px;
	}

	.aboutUs .imgBox .image {
		height: 100%;
	}

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

	.aboutUs .piece {
		padding-top: 50px;
	}

	.aboutUs .title,
	.aboutUs .imgBox {
		margin-top: 30px;
	}

	.aboutUs .numList {
		margin-top: 40px;
	}

	.aboutUs .theBrand {
		margin-top: 40px;
		padding-bottom: 100px;
	}

	.aboutGroup {
		margin-top: -50px;
		padding-bottom: 50px;
	}

	.aboutGroup .dis {
		padding-top: 100px;
	}

	.aboutGroup .dis .txts {
		margin-top: 30px;
	}

	.aboutGroup .show {
		padding-bottom: 50px;
	}

}

@media screen and (max-width:768px) {
	.aboutGroup {
		margin-top: -40px;
		padding-bottom: 40px;
	}

	.aboutGroup .show {
		padding-bottom: 0px;
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
		width: 100%;
	}


	.aboutGroup .show .image {
		flex: none;
		height: auto;
		width: 48%;
	}


	.aboutGroup .show .msg {
		width: 48%;
		padding: 80px 0 40px;
		margin-top: 0;
		padding-left: 25px;
	}

	.aboutGroup {
		flex-direction: column;
		align-items: flex-start;
		padding-right: 25px;
	}

	.aboutGroup .dis {
		padding-top: 0;
		margin-top: 40px;
		width: 100%;
	}

	.aboutUs .theBrand {
		padding-bottom: 80px;
	}

	.aboutGroup .dis .piece {
		padding-left: 25px;
	}

	.aboutGroup .dis .imgBox {
		margin-top: 30px;
	}
}

@media screen and (max-width:538px) {
	.aboutGroup .show .msg {
		padding-left: 15px;
	}

	.aboutGroup .dis .piece {
		padding-left: 15px;
	}

	.aboutGroup {
		padding-right: 15px;
	}

	.aboutUs .imgBox {
		height: 340px;
	}

}

@media screen and (max-width:450px) {
	.aboutGroup .show {
		flex-direction: column;
		align-items: flex-start;
	}

	.aboutGroup .show .msg {
		padding: 0;
		margin-top: 30px;
	}

	.aboutGroup .show .image {
		width: 100%;
	}

	.aboutGroup .show .msg {
		width: 100%;
	}
}

.qualityCongtrol {
	padding: 81px 0 74px 0;
}

.qualityCongtrol .title1 {
	color: #333;
}

.qualityCongtrol .list {
	margin-top: 23px;
	display: flex;
	flex-wrap: wrap;
}

.qualityCongtrol .list li {
	margin: 5px 0;
	margin-left: 47px;
	position: relative;
	padding-right: 31px;
	color: #333;
	font-family: YsabeauOffice-SemiBold;
	font-size: 20px;
	line-height: 36px;
}


.qualityCongtrol .list li img {
	width: 20px;
	position: absolute;
	right: 0;
	top: 8px;
}



.qualityCongtrol .title {
	margin-top: 59px;
	color: #333;
}

.font30 {
	font-size: 30px;
	line-height: 40px;
}

.qualityCongtrol .con {
	overflow: hidden;
}


.qualityCongtrol .swiper {
	overflow: visible;
	max-width: 746px;
	margin-top: 47px;
}


.qualityCongtrol .msg {
	padding: 20px 23px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.45%, rgba(0, 0, 0, 0.50) 84.27%);
}

.qualityCongtrol .msg .txts {
	margin-top: -3px;
	max-height: 0;
	overflow: hidden;
	transition: 1s ease all;
}

.qualityCongtrol .msg .txts p {
	font-size: 18px;
	line-height: 28px;
}


.qualityCongtrol .swiper-slide-active .msg .txts {
	max-height: 100%;
}


@media screen and (max-width:1860px) {
	.qualityCongtrol .list li {
		font-size: 18px;
		line-height: 30px;
	}

	.qualityCongtrol .list li img {
		top: 6px;
	}

	.qualityCongtrol .title {
		margin-top: 50px;
	}

	.qualityCongtrol .swiper {
		margin-top: 40px;
	}

	.qualityCongtrol .msg {
		padding: 30px 20px;
	}

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

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

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

@media screen and (max-width:1333px) {
	.qualityCongtrol .title {
		margin-top: 40px;
	}

	.qualityCongtrol .swiper {
		max-width: 700px;
	}

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

@media screen and (max-width:999px) {
	.qualityCongtrol .list li {
		font-size: 16px;
		line-height: 28px;
	}

	.qualityCongtrol .list li img {
		width: 18px;
	}

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

	.font30 {
		font-size: 22px;
		line-height: 34px;
	}
}

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

@media screen and (max-width:538px) {
	.qualityCongtrol .msg {
		position: static;
		padding: 0;
		margin-top: 16px;
		background: none;
		height: auto;
	}

	.qualityCongtrol .msg .tit {
		color: #222222;
	}

	.qualityCongtrol .msg .txts p {
		color: #555555;
	}

	.qualityCongtrol .swiper-slide {
		height: auto;
	}

}

.aboutPiece {
	padding: 98px 0 89px 0;
}

.aboutPiece .title1 {
	color: #333333;
}

.ability .list {
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
}

.ability .list .item {
	width: 23.52%;
	margin-left: 1.97%;
	margin-top: 30px;
	position: relative;
	padding: 37px 33px 34px;
}

.ability .list .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	background: #F4F0EB;
}


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

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

.ability .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
}

.ability .list .tit {
	margin-top: 21px;
	color: #000000;
	line-height: 28px;
}

.ability .list .txts {
	margin-top: 20px;
}

.ability .list .txts p {
	color: #000000;
}


.aboutPiece .compliance {
	margin-top: 98px;
}

.compliance .list {
	margin-top: 28px;
}

.compliance .list .item {
	margin-top: 70px;
}

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

.compliance .list .txts {
	max-width: 1400px;
	margin: 0 auto;
}

.compliance .list .txts p {
	color: #333;
}


.compliance .list .signList {
	margin-top: 36px;
}


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

.signList .image {
	width: 170px;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333;
	border-radius: 16px;
	margin: 10px 34px;
}


@media screen and (max-width:1860px) {
	.ability .list {
		margin-top: 50px;
		justify-content: space-between;
	}


	.ability .list .item {
		padding: 40px 20px;
	}

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

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

	.ability .list .sign {
		width: 50px;
		height: 50px;
	}

	.aboutPiece .compliance {
		margin-top: 80px;
	}

	.compliance .list {
		margin-top: 50px;
	}

	.signList .image {
		width: 140px;
		height: 140px;
		margin: 10px 20px;
		border-radius: 10px;
	}

	.compliance .list .signList {
		margin-top: 30px;
	}

	.compliance .list .item {
		margin-top: 50px;
	}

}

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

	.aboutPiece .compliance {
		margin-top: 60px;
	}

	.compliance .list,
	.compliance .list .item {
		margin-top: 40px;
	}

	.signList .image {
		width: 120px;
		height: 120px;
		border-radius: 5px;
		margin: 10px 10px;
	}

}

@media screen and (max-width:999px) {
	.ability .list .sign {
		width: 46px;
		height: 46px;
	}

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

	.aboutPiece .compliance {
		margin-top: 50px;
	}

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

	.signList .image {
		width: 100px;
		height: 100px;
	}

	.compliance .list .signList {
		margin-top: 20px;
	}
}

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

	.ability .list .item {
		padding: 30px 20px;
	}

	.aboutPiece .compliance {
		margin-top: 40px;
	}
}

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

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

	.signList .image {
		width: 75px;
		height: 75px;
	}
}

.awards {
	padding: 119px 0 0px 0;
	position: relative;
	background-color: rgba(220, 220, 220, 1);
	overflow: hidden;
}


.awards .txts {
	margin: 0 auto;
	margin-top: 22px;
	max-width: 1500px;
}

.awards .txts p {
	color: #333;
}


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


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

.awards .image {
	margin-top: 17px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.partnerPiece {
	padding: 103px 0 110px 0;
}

.partnerPiece .image {
	margin-top: 42px;
}

.reviews {
	padding: 148px 0 96px 0;
}

.reviews .title {
	width: 24%;
	margin-top: -65px;
}

.reviews .title .sSigns {
	justify-content: flex-start;
	margin-top: 102px;
}

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


.reviews .swiper-slide {
	display: flex;
	align-items: flex-start;
}


.reviews .swiper-slide .sign {
	flex-shrink: 0;
	margin-right: 54px;
	width: 71px;
	margin-top: -42px;
}


.reviews .swiper-slide .txts p {
	line-height: 28px;
	color: #333333;
	font-size: 18px;
}

.reviews .swiper-slide .user {
	margin-top: 56px;
	display: flex;
	align-items: center;
}

.reviews .swiper-slide .image {
	flex-shrink: 0;
	margin-left: 28px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.reviews .swiper-slide .name {
	color: #1A1A1A;
}

.reviews .swiper-slide .msg {
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	margin-top: -4px;
}


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

	.awards {
		padding-top: 80px;
	}

	.reviews .title .sSigns {
		margin-top: 30px;
	}

	.reviews .title {
		margin-top: 0;
	}

	.reviews .swiper-slide .sign {
		margin-top: -20px;
		width: 60px;
		margin-left: 30px;
	}

	.reviews .swiper {
		width: 60%;
	}

	.reviews .swiper-slide .user {
		margin-top: 40px;
	}


	.reviews .swiper-slide .image {
		width: 80px;
		height: 80px;
	}

	.awards .image {
		margin-top: 30px;
	}
}

@media screen and (max-width:1333px) {
	.awards {
		padding-top: 60px;
	}

	.reviews .title {
		width: 30%;
	}

	.reviews .title .sSigns {
		margin-top: 0;
	}

	.reviews .swiper-slide .sign {
		width: 40px;
	}

	.partnerPiece .image {
		margin-top: 40px;
	}
}

@media screen and (max-width:999px) {
	.awards {
		padding-top: 50px;
	}

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

	.reviews .title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}

	.reviews .title .sSigns {
		flex-shrink: 0;
		margin-left: 40px;
		flex-shrink: 0;
		display: flex;
		align-items: center;
	}

	.reviews .title .sSigns * {
		margin-top: 0;
	}

	.reviews .swiper {
		width: 100%;
		margin-top: 50px;
	}

	.reviews .swiper-slide .user {
		margin-top: 20px;
		margin-right: 20px;
	}

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

	.partnerPiece .image {
		margin-top: 30px;
	}

}

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

	.reviews .swiper-slide .sign {
		width: 35px;
	}

	.reviews .swiper-slide .image {
		width: 70px;
		height: 70px;
	}
}

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


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

	.reviews .title .sSigns {
		margin-left: 0;
		margin-top: 20px;
	}

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

	.reviews .swiper-slide .sign {
		margin-top: 0;
		margin-bottom: 10px;
	}

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


/* 1-2About-team */

.aboutTeam {
	padding-top: 60px;
}

.aboutTeam .con {
	display: flex;
	justify-content: space-between;
	padding-right: calc((100% - 1700px)/ 2);
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 26px;
}

@media screen and (min-width:1921px) {
	.aboutTeam .con {
		padding-right: 110px;
	}
}


.aboutTeam .show {
	width: 53.4%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 80px 96px 80px 100px;
	background-color: #625555 ;
}

.aboutTeam .msg {
	width: 41%;
	padding-top: 18px;
	padding-bottom: 88px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}


.aboutTeam .msg .title1 {
	font-family: YsabeauOffice-Regular;
	color: #000;
}

.aboutTeam .msg .line {
	width: 103px;
	height: 1px;
	background-color: #000;
	margin-top: 31px;
}

.aboutTeam .msg .txts {
	margin-top: 45px;
}

.aboutTeam .msg .txts p {
	color: #555;
}

.aboutTeam .msg .name {
	color: #000000;
	margin-top: 19px;
}


.ourTeam {
	margin-top: 83px;
}

.ourTeam .title1 {
	font-family: YsabeauOffice-Regular;
}

.ourTeam .txts {
	max-width: 1237px;
	margin: 0 auto;
	margin-top: 35px;
}

.ourTeam .txts p {
	color: #333333;
}


.ourTeam .image {
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 43px;
}

.pillars {
	padding: 55px 0 100px 0;
}


.pillars .tips p {
	color: #333333;
}

.pillars .list {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}

.pillars .list .item {
	width: 23.47%;
	margin-left: 2.04%;
	margin-top: 30px;
	border: 1px solid #D5CBCB;
	background: #FAF8F5;
	padding: 59px 21px 59px;
}



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

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



.pillars .list .sign {
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}


.pillars .list .tit {
	color: #333333;
	margin-top: 18px;
}

.pillars .list .txts {
	margin-top: 36px;
}

.pillars .list .txts p {
	color: #333333;
}


@media screen and (max-width:1860px) {
	.aboutTeam .con {
		padding-left: 80px;
	}

	.aboutTeam {
		padding-top: 80px;
	}

	.aboutTeam .show {
		padding: 80px;
	}

	.aboutTeam .msg {
		padding: 80px 0;
	}

	.aboutTeam .msg .name {
		margin-top: 30px;
	}

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

	.aboutTeam .con {
		margin-top: 30px;
	}

	.ourTeam {
		margin-top: 80px;
	}

	.pillars .list {
		margin-top: 50px;
		justify-content: space-between;
	}

	.pillars .list .item:nth-child(n) {
		width: 49%;
		padding: 30px 20px;
		margin-top: 30px;
		margin-left: 0;
	}

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

	.pillars .list .tit {
		margin-top: 20px;
	}

	.pillars .list .txts {
		margin-top: 30px;
	}

	.pillars .list .sign {
		width: 56px;
		height: 56px;
	}
}

@media screen and (max-width:1333px) {
	.aboutTeam {
		padding-top: 60px;
	}

	.aboutTeam .msg {
		padding: 60px 0;
	}

	.aboutTeam .msg .line {
		width: 60px;
	}

	.aboutTeam .show {
		padding: 60px 60px;
	}

	.ourTeam {
		margin-top: 60px;
	}

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

@media screen and (max-width:999px) {
	.aboutTeam {
		padding-top: 50px;
	}

	.aboutTeam .con {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-right: 0;
	}

	.aboutTeam .msg {
		padding: 0 80px;
		width: 100%;
	}

	.aboutTeam .msg .line {
		width: 50px;
		margin-top: 20px;
	}

	.aboutTeam .show {
		width: 100%;
		margin-top: 50px;
		padding: 50px 80px;
	}

	.ourTeam {
		margin-top: 50px;
	}

	.ourTeam .txts,
	.ourTeam .image {
		margin-top: 30px;
	}

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

	.pillars .list .txts {
		margin-top: 26px;
	}

	.pillars .list .sign {
		width: 52px;
		height: 52px;
	}
}

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

	.aboutTeam .msg {
		padding: 0 25px;
	}

	.aboutTeam .show {
		margin-top: 40px;
		padding: 40px 25px;
	}

	.ourTeam {
		margin-top: 40px;
	}

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

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

@media screen and (max-width:538px) {
	.aboutTeam .msg {
		padding: 0 15px;
	}

	.aboutTeam .show {
		padding: 40px 15px;
	}

	.pillars .list .sign {
		width: 48px;
		height: 48px;
	}
}


/* 2-1Service */

.service .title {
	margin-top: 30px;
}


.service .piece {
	position: relative;
	padding-top: 56px;
}

.service .piece::after {
	content: "";
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	height: 100%;
	z-index: -1;
	background-color: #F4F0EB;
}


.service .piece .txts {
	max-width: 1102px;
	margin: 0 auto;
	margin-top: 37px;
}

.service .piece .txts p {
	text-align: center;
	color: #333333;
}

.service .piece {
	padding-bottom: 63px;
}


.service .list {
	margin-top: 64px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service .list .item {
	width: 47.05%;
	margin-top: 182px;
}



.service .list .image {
	overflow: hidden;
}

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


.service .list .tit {
	margin-top: 38px;
	color: #000000;
}

.service .list .tit:hover {
	color: #E60013;
}


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

.service .list .item:nth-child(2n) {
	transform: translateY(151px);
	width: 45.4%;
}


.service {
	padding-bottom: 250px;
}

@media screen and (max-width:1860px) {
	.service .piece {
		padding: 80px 0;
	}

	.service .piece .txts {
		margin-top: 30px;
	}

	.service .list {
		margin-top: 80px;
	}

	.service .list .tit {
		margin-top: 20px;
	}

	.service .list .item {
		margin-top: 80px;
	}

	.service {
		padding-bottom: 160px;
	}

	.service .list .item:nth-child(2n) {
		transform: translateY(80px);
	}
}

@media screen and (max-width:1333px) {
	.service .piece {
		padding: 60px 0;
	}

	.service .list {
		margin-top: 60px;
	}

	.service .list .item {
		margin-top: 60px;
	}

	.service {
		padding-bottom: 120px;
	}

	.service .list .item:nth-child(2n) {
		transform: translateY(60px);
	}
}

@media screen and (max-width:999px) {
	.service .piece {
		padding: 50px 0;
	}

	.service .list {
		margin-top: 50px;
	}

	.service .list .item {
		margin-top: 50px;
	}

	.service {
		padding-bottom: 100px;
	}

	.service .list .item:nth-child(2n) {
		transform: translateY(50px);
	}
}

@media screen and (max-width:768px) {
	.service .piece {
		padding: 40px 0;
	}

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

	.service .list .item {
		margin-top: 40px;
	}

	.service {
		padding-bottom: 80px;
	}

	.service .list .item:nth-child(2n) {
		transform: translateY(40px);
	}

	.service .list .tit {
		margin-top: 16px;
	}
}

@media screen and (max-width:538px) {
	.service .list .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
		transform: translateX(0);
	}

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

	.service {
		padding-bottom: 40px;
	}
}

/* 2-2Service */

.serviceDet {
	padding: 56px 0 110px 0;
}

.serviceDet .con {
	padding-right: calc((100% - 1700px)/ 2);
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 7px;
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width:1921px) {
	.serviceDet .con {
		padding-left: 110px;
	}
}

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


.serviceDet .msg h1 {
	font-family: YsabeauOffice-Regular;
	font-weight: normal;
}

.serviceDet .image {
	width: 57.3%;
}

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

.serviceDet .txts {
	margin-top: 38px;
	max-width: 655px;
}

.serviceDet .txts p {
	color: #555;
}

.serviceDet .list {
	margin-top: 33px;
}

.serviceDet .list li {
	position: relative;
	padding-right: 42px;
	color: #000;
	font-size: 24px;
	line-height: 34px;
	margin-top: 16px;
}

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


.serviceDet .list li img {
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	width: 20px;
}

.touch {
	background-color: #222;
	padding: 98px 0 80px 0;
}

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

.touch .msg {
	flex: 1;
}

.touch .cBtn {
	flex-shrink: 0;
	margin-right: 25%;
}


.touch .cBtn:hover {
	background-color: #ffffff;
	border-color: #ffffff;
	color: #E60013;
}


.touch .title1 {
	color: #ffffff;
	font-style: YsabeauOffice-Regular;
}

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


.touch .txts p {
	color: #ffffff;
}

.serviceList {
	padding: 100px 0 111px 0;
}

.serviceList .list>div {
	margin-top: 100px;
}

.serviceList .list>div:nth-child(1) {
	margin-top: 0;
}

.serviceList .list2 {
	margin-top: 97px;
}

.serviceList .list2>div {
	margin-top: 80px;
}

.serviceList .list2>div:nth-child(1) {
	margin-top: 0;
}


.serviceList>div>div:nth-child(1) {
	margin-top: 0;
}



.serviceList .lrt .title1 {
	width: 32%;
	line-height: 50px;
}

.serviceList .lrt .tips {
	width: 63.9%;
	padding-top: 13px;
}

.serviceList .lrt .tips p {
	color: #333;
	line-height: 30px;
}

.serviceList .lrt {
	margin-bottom: 66px;
}

.serviceList .tit {
	margin-top: 23px;
	color: #000000;
}

.serviceList .sSigns {
	margin-top: -23px;
}

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


@media screen and (max-width:1860px) {
	.serviceDet .con {
		padding-right: 80px;
		margin-top: 30px;
	}

	.serviceDet .msg {
		padding: 80px 0;
	}

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

	.serviceDet .list li {
		font-size: 22px;
		line-height: 32px;
		margin-top: 10px;
	}

	.serviceDet .list li img {
		top: 8px;
	}

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

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

	.touch .cBtn {
		margin-left: 20%;
	}

	.serviceList .lrt .tips {
		padding-top: 0;
		width: 60%;
	}

	.serviceList .lrt {
		margin-bottom: 50px;
	}

	.serviceList .list>div,
	.serviceList .list2,
	.serviceList .list2>div {
		margin-top: 80px;
	}

	.serviceList .sSigns {
		margin-top: 0;
	}
}

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

	.serviceDet .list li {
		font-size: 20px;
		line-height: 30px;
	}

	.serviceDet .list li img {
		top: 6px;
	}

	.touch .cBtn {
		margin-left: 10%;
	}

	.serviceList .lrt .title1 {
		width: 35%;
	}

	.serviceList .tit {
		margin-top: 16px;
	}

	.serviceList .lrt {
		margin-bottom: 40px;
	}

	.serviceList .list>div,
	.serviceList .list2,
	.serviceList .list2>div {
		margin-top: 60px;
	}
}

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

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

	.serviceDet .list li {
		font-size: 18px;
		line-height: 30px;
		margin-top: 5px;
		padding-left: 30px;
	}

	.serviceDet .list li img {
		width: 18px;
	}


	.serviceDet .image {
		width: 100%;
		margin-top: 30px;
	}

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

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

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

	.serviceList .lrt .title1 {
		width: 100%;
	}

	.serviceList .lrt .tips {
		width: 100%;
		margin-top: 30px;
	}


	.serviceList .lrt {
		margin-bottom: 30px;
	}


	.serviceList .list>div,
	.serviceList .list2,
	.serviceList .list2>div {
		margin-top: 50px;
	}

	.serviceDet .msg {
		padding-right: 25px;
	}

}

@media screen and (max-width:768px) {
	.serviceDet .con {
		padding-left: 25px;
	}

	.serviceList .list>div,
	.serviceList .list2,
	.serviceList .list2>div {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.serviceDet .con {
		padding-left: 15px;
	}

	.serviceDet .msg {
		padding-right: 15px;
	}
}


/* 3-1Project */

.project {
	padding: 56px 0 39px 0;
}

.project .title1 {
	margin-top: 5px;
}

.project .mbox {
	margin-top: 33px;
	max-width: 1238px;
}


.proejctList {
	padding: 104px 0 130px 0;
}


.proejctList .list {
	margin-top: 65px;
	display: flex;
	flex-wrap: wrap;
}


.proejctList .list .item {
	width: 31.76%;
	margin-left: 2.36%;
	margin-top: 40px;
	position: relative;
}

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

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

.proejctList .list .image {
	overflow: hidden;
}

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

.proejctList .list .image:hover img {
	transform: none;
}

.proejctList .list .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	padding: 20px;
}


.proejctList .list .item:hover .msg {
	opacity: 1;
}


.proejctList .list .msg .tit {
	pointer-events: all;
}

@media screen and (max-width:1860px) {
	.project .title1 {
		margin-top: 30px;
	}

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

	.proejctList .list {
		margin-top: 50px;
	}
}

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

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

	.proejctList .list .msg {
		position: static;
		opacity: 1;
		margin-top: 16px;
		padding: 0;
		height: auto;
	}

	.proejctList .list .msg a.tit {
		color: #333333;
		font-size: 18px;
		line-height: 30px;
	}

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


}

@media screen and (max-width:768px) {
	.proejctList .list .msg a.tit {
		font-size: 16px;
		line-height: 28px;
	}

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

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

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

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

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

/* 3-2Project */


.projectDet {
	padding: 55px 0 0px 0;
}


.projectDet .con {
	margin: 0 auto;
	margin-top: 29px;
	display: flex;
	justify-content: space-between;
	padding-right: calc((100% - 1700px)/ 2);
	max-width: 1920px;
}

@media screen and (min-width:1921px) {
	.projectDet .con {
		padding-right: 110px;
	}
}


.projectDet .msg {
	width: 28%;
	padding: 100px 0 168px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.projectDet .msg .title1 {
	line-height: 50px;
}


.projectDet .msg .txts {
	margin-top: 29px;
}

.projectDet .msg .txts p {
	color: #555;
}

.projectDet .msg .cBtn {
	margin-top: 55px;
}


.projectDet .image {
	width: 66.6%;
}

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


.projectShow {
	margin-top: 100px;
}


.projectShow .imgBox {
	max-width: 1920px;
	margin: 0 auto;
}

.projectShow .con {
	padding: 100px 0 176px 0;
}

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

.projectShow .list .item {
	width: 46.41%;
}

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

.projectShow .list .tit {
	margin-top: 29px;
	color: #333333;
}

.projectShow .list .txts {
	margin-top: 22px;
}

.projectShow .list .txts p {
	line-height: 30px;
}

.waterfall {
	position: relative;
	width: 100%;
	--gap: 57px;
	margin-top: 63px;
	width: calc(100% + var(--gap));
}

.waterfall-item {
	position: absolute;
	width: calc(33.333333% - var(--gap));
}

.waterfall-item .msg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 32px 35.5px;
	display: flex;
	align-items: flex-end;
	opacity: 0;
}

.waterfall-item .msg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}


.waterfall-item:hover .msg {
	opacity: 1;
}

.waterfall-item .msg .name {
	color: #FFF;
	font-family: YsabeauOffice-SemiBold;
	font-size: 20px;
	font-weight: 600;
}

.waterfall-item img {
	width: 100%;
	display: block;
}



@media screen and (max-width:1860px) {
	.projectDet .con {
		margin-top: 30px;
		padding-right: 80px;
	}

	.projectDet .msg {
		padding: 80px 0;
	}

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

	.projectDet .msg .cBtn {
		margin-top: 30px;
	}

	.projectShow .list .tit {
		margin-top: 20px;
	}

	.projectShow .list .txts {
		margin-top: 16px;
	}

	.projectShow .list .item {
		width: 48%;
	}

	.waterfall {
		margin-top: 80px;
	}

	.waterfall {
		--gap: 30px;
	}

	.waterfall-item .msg {
		padding: 30px 20px;
	}

	.waterfall-item .msg .name {
		font-size: 18px;
		line-height: 28px;
	}

	.projectShow .con {
		padding: 80px 0 50px;
	}

	.projectShow {
		margin-top: 80px;
	}

	.projectDet {
		padding: 80px 0 0 0;
	}
}

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

	.projectDet .image {
		width: 60%;
	}

	.projectDet .msg {
		width: 36%;
	}

	.projectShow .con {
		padding: 60px 0 30px;
	}

	.waterfall {
		margin-top: 60px;
	}

	.projectShow {
		margin-top: 60px;
	}

	.projectDet {
		padding: 60px 0 0 0;
	}
}

@media screen and (max-width:999px) {
	.projectShow {
		margin-top: 50px;
	}

	.projectDet {
		padding: 50px 0 0 0;
	}

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

	.projectDet .msg {
		padding: 0;
		width: 100%;
		padding-right: 80px;
	}

	.projectDet .image {
		width: 100%;
		margin-top: 30px;
	}

	.projectShow .imgBox {
		height: 400px;
	}

	.projectShow .imgBox .image {
		height: 100%;
	}

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

	.projectShow .con {
		padding: 50px 0 20px;
	}

	.waterfall-item {
		width: calc(50% - var(--gap));
	}

	.waterfall {
		margin-top: 50px;
	}

	.waterfall-item .msg {
		position: static;
		background: none;
		height: auto;
		padding: 0;
		margin-top: 10px;
		opacity: 1;
	}

	.waterfall-item .msg .name {
		color: #222222;
		font-size: 16px;
		line-height: 28px;
	}
}

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

	.projectDet {
		padding: 40px 0 0 0;
	}

	.waterfall {
		margin-top: 40px;
	}

	.projectDet .msg {
		padding-right: 25px;
	}

	.projectDet .con {
		padding-right: 25px;
	}

	.waterfall {
		--gap: 26px;
	}

	.projectShow .imgBox {
		height: 360px;
	}
}

@media screen and (max-width:538px) {
	.projectDet .msg {
		padding-right: 15px;
	}

	.projectDet .con {
		padding-right: 15px;
	}

	.waterfall {
		--gap: 30px;
	}

	.projectShow .imgBox {
		height: 340px;
	}

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

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

	.waterfall {
		--gap: 20px;
	}
}


@media screen and (max-width:450px) {
	.waterfall-item {
		width: calc(100% - var(--gap));
	}

	.waterfall {
		--gap: 30px;
	}
}




/* 4-1news */

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

.mbox .standardEdit p {
	color: #555;
}

.mBtn {
	color: #222222;
	font-size: 16px;
	line-height: 28px;
	width: max-content;
	margin-top: 16px;
	cursor: pointer;
	display: none;
}


.mBtn span:nth-child(2) {
	display: none;
}

.mBtn.active span:nth-child(1) {
	display: none;
}

.mBtn.active span:nth-child(2) {
	display: block;
}


.mBtn:hover {
	color: #E60013;
}


.news .piece {
	padding: 56px 0 89px 0;
	position: relative;
}

.news .piece::after {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	background-color: #F4F0EB;
	z-index: -1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}


.news .piece .mbox {
	margin-top: 33px;
	max-width: 1238px;
}


.news .piece .title1 {
	margin-top: 5px;
}

.news .con {
	padding: 80px 0 119px 0;
}

.innerCheckBtns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.innerCheckBtns a {
	margin: 5px 0;
	margin-left: 33.5px;
	padding: 10px 20px;
	color: #333;
	font-size: 20px;
	font-family: YsabeauOffice-SemiBold;
	line-height: 28px;
}


.innerCheckBtns a:hover,
.innerCheckBtns a.active {
	background-color: #000;
	color: #ffffff;
}


.news .list {
	margin-top: 62px;
	display: flex;
	flex-wrap: wrap;
}


.news .list .newItem {
	width: 31%;
	margin-left: 3.5%;
	margin-top: 66px;
}

.news .list .newItem::after {
	left: 105%;
}

.news .list .newItem:nth-child(3n) {
	margin-left: 0;
}

.news .list .newItem:nth-child(3n)::after {
	display: none;
}

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

@media screen and (max-width:1860px) {
	.news .piece {
		padding: 80px 0;
	}

	.news .piece .title1,
	.news .piece .mbox {
		margin-top: 30px;
	}

	.innerCheckBtns a {
		padding: 6px 20px;
		margin-left: 20px;
	}

	.news .list {
		margin-top: 50px;
	}

	.news .list .newItem {
		margin-top: 50px;
	}

	.innerCheckBtns a {
		font-size: 18px;
		line-height: 30px;
	}
}

@media screen and (max-width:1333px) {
	.news .piece {
		padding: 60px 0;
	}

	.mbox {
		height: 90px;
	}

	.innerCheckBtns a {
		padding: 5px 20px;
		margin-left: 10px;
	}

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

	.news .list .newItem {
		margin-top: 40px;
	}

}

@media screen and (max-width:999px) {
	.news .piece {
		padding: 50px 0;
	}

	.mbox {
		height: 84px;
	}

	.innerCheckBtns a {
		padding: 5px 20px;
		margin-left: 10px;
		font-size: 16px;
		line-height: 28px;
	}

	.news .list {
		margin-top: 30px;
		justify-content: space-between;
	}

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

	.news .list .newItem:nth-child(n)::after {
		display: block;
		left: 104%;
	}

	.news .list .newItem:nth-child(2n)::after {
		display: none;
	}

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

@media screen and (max-width:768px) {
	.news .piece {
		padding: 40px 0;
	}

	.innerCheckBtns a {
		padding: 4px 14px;
	}
}

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

	.news .list .newItem:nth-child(1) {
		margin-top: 0;
	}

	.news .list .newItem:nth-child(n)::after {
		display: none;
	}
}


/*4-2news */

.newDet {
	padding: 56px 0 90px 0;
}

.newDet .con {
	margin-top: 22px;
	padding: 50px 80px 42px;
	background-color: #ffffff;
}

.newDet .tips {
	margin-top: 31px;
	display: flex;
	align-items: center;
}

.newDet .tips .time {
	color: #555;
	font-size: 16px !important;
	line-height: 26px !important;
	margin-left: 37px;
}

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

.share span {
	margin-left: 16px;
}


.newDet .con .txts {
	margin-top: 61px;
}

.newDet .con .txts p {
	color: #333;
}

.newDet .con .line {
	width: 100%;
	height: 1px;
	margin-top: 47px;
	background-color: rgba(153, 153, 153, .5);
}



.newDet .con .prevOrNext {
	margin-top: 21px;
	direction: ltr;
}


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

.prevOrNext>div {
	display: flex;
	align-items: center;
	width: 49%;
}

.prevOrNext>div.next {
	flex-direction: row-reverse;
}


.prevOrNext>div.next .btn {
	margin-left: 29px;
	margin-right: 0;
}


.prevOrNext .btn {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	background-color: #999999;
}


.prevOrNext a.btn:hover {
	background-color: #E60013;
	border-color: #E60013;
}

.prevOrNext .btn {
	margin-right: 21px;
	transform: translateY(1px);
}


.prevOrNext .btn i {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}


.prevOrNext .name {
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 16px;
	line-height: 26px;
	margin-top: 0px;
}


.prevOrNext>div.next .name {
	text-align: right;
}

.prevOrNext a.name:hover {
	color: #E60013;
}

.prevOrNext .tit {
	color: #333;
	font-family: YsabeauOffice-SemiBold;
	font-size: 18px;
	line-height: 28px;
}


.prevOrNext>div.next .tit {
	text-align: right;
}


.prevOrNext .next {
	margin-top: 20px;
}

.newDet .relatedNews {
	margin-top: 99px;
}

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

.relatedNews .title .btns {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.relatedNews .title .btns .line {
	width: 1px;
	height: 35px;
	background-color: rgba(153, 153, 153, .3);
	margin: 0 28px;
}


.relatedNews .title .btns .prev,
.relatedNews .title .btns .next {
	width: 38px;
	height: 38px;
	font-size: 24px;
	font-weight: bold;
	color: #999;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.relatedNews .title .btns .prev:hover:hover,
.relatedNews .title .btns .next:hover:hover {
	color: #E60013;
}

.relatedNews .swiper {
	margin-top: 50px;
}

@media screen and (max-width:1860px) {
	.newDet {
		padding: 80px 0;
	}

	.newDet .con {
		margin-top: 30px;
		padding: 50px 40px;
	}

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

	.newDet .con .txts,
	.newDet .con .line {
		margin-top: 30px;
	}

	.newDet .con .prevOrNext {
		margin-top: 30px;
	}

	.prevOrNext .btn {
		width: 42px;
		height: 42px;
	}

	.newDet .relatedNews {
		margin-top: 60px;
	}

	.relatedNews .title .btns .prev,
	.relatedNews .title .btns .next {
		width: 36px;
		height: 36px;
		font-size: 20px;
	}

	.relatedNews .title .btns .line {
		height: 26px;
		margin: 0 20px;
	}

	.relatedNews .swiper {
		margin-top: 40px;
	}
}

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

	.newDet .con {
		padding: 40px 30px;
	}

	.newDet .relatedNews {
		margin-top: 50px;
	}

	.relatedNews .title .btns .prev,
	.relatedNews .title .btns .next {
		font-size: 18px;
	}
}

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

	.newDet .con {
		padding: 40px 30px;
	}

	.newDet .tips .time {
		font-size: 14px !important;
		line-height: 24px !important;
	}

	.prevOrNext .btn {
		width: 40px;
		height: 40px;
	}

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

	.prevOrNext .next {
		margin-top: 16px;
	}

	.prevOrNext>div {
		width: 100%;
	}

	.prevOrNext>div.next {
		flex-direction: row;
	}

	.prevOrNext>div.next .btn {
		margin-left: 0;
		margin-right: 21px;
	}

	.prevOrNext>div.next .tit {
		text-align: left;
	}

	.prevOrNext>div.next .name {
		text-align: left;
	}

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

	.relatedNews .title .btns .prev,
	.relatedNews .title .btns .next {
		font-size: 16px;
	}

	.relatedNews .title .btns .line {
		margin: 0 16px;
	}

}

@media screen and (max-width:768px) {
	.newDet .con {
		padding: 30px 20px;
	}

	.newDet .relatedNews {
		margin-top: 40px;
	}
}

@media screen and (max-width:538px) {
	.newDet .con {
		padding: 30px 15px;
	}

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

	.newDet .tips .time {
		margin-right: 0;
		margin-bottom: 14px;
	}
}

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

	.relatedNews .title .sSigns {
		margin-left: 0;
	}

	.relatedNews .title .btns {
		margin-top: 20px;
	}
}


/* 5contact */

.contactUs {
	padding: 57px 0 80px;
}

.contactUs .getQuote {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 55px;
}

.contactUs .getQuote .info {
	width: 36%;
	padding-top: 4px;
}


.contactUs .getQuote .list {
	margin-top: 52px;
}


.contactUs .getQuote .list .item {
	display: flex;
	align-items: flex-start;
	margin-top: 33px;
}


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


.contactUs .getQuote .list .sign {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border: 1px solid #000;
	border-radius: 50%;
	transform: translateY(-8px);
	margin-left: 31.5px;
	flex-shrink: 0;
}

.contactUs .getQuote .list .sign img {
	width: 30px;
	height: 30px;
}

.contactUs .getQuote .list .email {
	word-break: break-all;
}

.contactUs .getQuote .list .num {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin-top: 2px;
	display: inline-block;
}

.contactUs .getQuote .list .num span {
	display: inline-block;
	direction: ltr;
}

.contactUs .getQuote .list a.num:hover span {
	color: #E60013;
}


.contactUs .getQuote .quote {
	width: 62.11%;
	margin-top: 3px;
}

.contactUs .quote .cForm {
	margin-top: 45px;
}

.cForm input,
.cForm textarea {
	width: 100%;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}


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


.cForm ul li {
	height: 60px;
	border: 1px solid #CCC;
	width: 48.6%;
	padding: 0 12px;
	margin-top: 30px;
}

.cForm ul li.must {
	position: relative;
	padding-right: 24px;
}


.cForm ul li.must::after {
	content: "*";
	position: absolute;
	right: 11px;
	top: 15px;
	color: #F00;
	font-size: 16px;
	line-height: 28px;
}


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


.cForm ul li.message {
	width: 100%;
	height: 130px;
	padding: 13px 12px;
	margin-bottom: 2px;
}


.cForm ul li.codeCon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}


.cForm ul li.codeCon input {
	flex: 1;
	padding: 0 12px;
	padding-right: 24px;
}


.cForm ul li.codeCon .codeImg {
	flex-shrink: 0;
	width: 100px;
	height: 44px;
	background-color: #f3fbfe;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.cForm ul li.codeCon .codeImg img {
	display: block;
	height: 100%;
}

.cForm ul li.subBtn {
	padding: 0;
	border: none;
}


.cForm ul li.subBtn input {
	cursor: pointer;
	background-color: #E60013;
	color: #FFF;
	font-size: 16px;
	line-height: 24px;
	font-family: YsabeauOffice-SemiBold;
}


.cForm ul li.subBtn input:hover {
	background-color: #ffffff;
	color: #E60013;
}


.cForm input::-webkit-input-placeholder,
.cForm textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #666;
}

.cForm input:-moz-placeholder,
.cForm textarea:-moz-placeholder {
	font-size: 18px;
	color: #666;
}

.cForm input::-moz-placeholder,
.cForm textarea::-moz-placeholder {
	font-size: 18px;
	color: #666;
}

.cForm input:-ms-input-placeholder,
.cForm textarea:-ms-input-placeholder {
	font-size: 18px;
	color: #666;
}


.program {
	padding: 98px 0 42px 0;
}

.program .joinUs {
	margin-top: 58px;
	position: relative;
	padding: 47px 30px 44px;
}

.program .joinUs .title {
	color: #FFF;
	font-family: YsabeauOffice-Bold;
	font-size: 80px;
	line-height: 100px;
}


.program .list {
	margin-top: 65px;
}

.program .list .item {
	margin-top: 35px;
}

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

.program .list .txts {
	margin-top: 28px;
}

.program .list .txts p {
	color: #333333;
}

.program .list .tit {
	color: #000000;
}

.program .contactInfo {
	margin-top: 64px;
}

.contactInfo .title {
	color: #000;
}

.contactInfo .infoList {
	margin-top: 38px;
	display: flex;
	flex-wrap: wrap;
}

.contactInfo .infoList li {
	display: flex;
	align-items: flex-start;
	margin: 10px 0;
	margin-right: 70px;
}

.contactInfo .infoList li span {
	direction: ltr;
	display: inline-block;
}

.contactInfo .infoList li .sign {
	width: 62px;
	height: 62px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-right: 32px;
	border-radius: 50%;
	border: 1px solid #000;
	transform: translateY(-10px);
}


.contactInfo .infoList li .sign img {
	width: 30px;
	height: 30px;
}


.contactInfo .infoList li .num {
	color: #000;
	font-size: 30px;
	line-height: 40px;
}

.contactInfo .infoList li .email.num {
	word-break: break-all;
}


.contactInfo .infoList li a.num:hover {
	color: #E60013;
}

.addressList {
	max-width: 1920px;
	margin: 0 auto;
}

.addressList .swiper-slide {
	border-right: 1px solid #ffffff;
	position: relative;
	height: auto;
}

.addressList ul li.address {
	margin-top: 0px;
}


.addressList .swiper-slide .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

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

.addressList .swiper-slide .image::after,
.addressList .swiper-slide .image::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .4s ease all;
}

.addressList .swiper-slide .image::after {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}


.addressList .swiper-slide .image::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 155.18%);
	opacity: 0;
}

.addressList .swiper-slide .msg>.title1 {
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: max-content;
	max-width: calc(100% - 40px);
	pointer-events: none;
}


.addressList .msg {
	padding: 320px 38px 45px;
	height: 100%;
}

.addressList .msg .title1 {
	color: #ffffff;
}

.addressList .msg .box {
	opacity: 0;
}

.addressList .swiper-slide:hover .box {
	opacity: 1;
}

.addressList .swiper-slide:hover .msg>.title1 {
	opacity: 0;
}

.addressList .swiper-slide:hover .image::after {
	opacity: 0;
}

.addressList .swiper-slide:hover .image::before {
	opacity: 1;
}

.addressList ul {
	margin-top: 9px;
}

.addressList ul li {
	margin-top: 10px;
}

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

.addressList .name,
.addressList .num {
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	display: inline;
}


.addressList .num span {
	direction: ltr;
	display: inline-block;
}

.addressList .email.num {
	word-break: break-all;
}


.addressList a.num:hover {
	color: #E60013;
}


.map {
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.map img,
.map iframe {
	display: block;
}

@media screen and (max-width:1860px) {
	.contactUs .getQuote .quote {
		margin-top: 0;
	}

	.contactUs .getQuote .list .sign,
	.contactInfo .infoList li .sign {
		width: 56px;
		height: 56px;
		margin-left: 20px;
		transform: translateY(-4px);
	}

	.contactUs .getQuote .list .num,
	.contactInfo .infoList li .num {
		font-size: 26px;
		line-height: 38px;
	}

	.cForm ul li {
		height: 50px;
		margin-top: 24px;
	}

	.cForm ul li.must::after {
		top: 10px;
	}

	.cForm ul li.codeCon .codeImg {
		height: 40px;
		width: 90px;
		margin-right: 12px;
	}

	.contactUs .quote .cForm {
		margin-top: 40px;
	}

	.program .joinUs {
		margin-top: 50px;
		padding: 40px 20px;
	}

	.program .joinUs .title {
		font-size: 60px;
		line-height: 80px;
	}

	.program .list,
	.program .contactInfo {
		margin-top: 50px;
	}

	.program .list .item {
		margin-top: 40px;
	}

	.program .list .txts {
		margin-top: 30px;
	}

	.addressList .msg {
		padding: 280px 20px 30px;
	}

	.addressList ul li.address {
		margin-top: 10px;
	}

	.map {
		margin-top: 80px;
	}

	.contactInfo .infoList {
		margin-top: 30px;
	}

	.contactUs .getQuote .info {
		padding-top: 0;
	}

	.contactUs .getQuote {
		margin-top: 50px;
	}

	.addressList ul {
		margin-top: 16px;
	}
}

@media screen and (max-width:1333px) {
	.contactUs .getQuote .list {
		margin-top: 40px;
	}

	.contactUs .getQuote .list .sign,
	.contactInfo .infoList li .sign {
		width: 48px;
		height: 48px;
		transform: translateY(-4px);
	}

	.contactUs .getQuote .list .sign img,
	.contactInfo .infoList li .sign img {
		width: 24px;
		height: 24px;
	}

	.contactUs .getQuote .list .num,
	.contactInfo .infoList li .num {
		font-size: 22px;
		line-height: 34px;
	}

	.cForm ul li {
		height: 46px;
		margin-top: 20px;
	}

	.contactUs .getQuote .list .item {
		margin-top: 26px;
	}

	.program .joinUs .title {
		font-size: 48px;
		line-height: 60px;
	}

	.program .joinUs {
		padding: 30px 20px;
		margin-top: 40px;
	}

	.program .list,
	.program .contactInfo {
		margin-top: 40px;
	}

	.addressList .msg {
		padding: 240px 20px 30px;
	}

	.map {
		margin-top: 60px;
	}

	.contactUs .getQuote {
		margin-top: 40px;
	}

	.map {
		margin-top: 50px;
	}

	.contactInfo .infoList li {
		margin-right: 50px;
	}
}

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

	.contactUs .getQuote .info {
		width: 100%;
	}

	.contactUs .getQuote .quote {
		width: 100%;
		margin-top: 40px;
	}

	.contactUs .quote .cForm {
		margin-top: 30px;
	}

	.contactUs .getQuote .list .sign,
	.contactInfo .infoList li .sign {
		margin-right: 10px;
	}

	.contactUs .getQuote .list .num,
	.contactInfo .infoList li .num {
		font-size: 20px;
		line-height: 30px;
	}

	.contactUs .getQuote .list {
		margin-top: 30px;
	}

	.contactUs .getQuote .list .sign,
	.contactInfo .infoList li .sign {
		width: 42px;
		height: 42px;
	}

	.contactUs .getQuote .list .sign img,
	.contactInfo .infoList li .sign img {
		width: 22px;
		height: 22px;
	}

	.cForm ul li {
		height: 40px;
	}

	.contactUs .getQuote .list {
		display: flex;
		flex-wrap: wrap;
	}

	.contactUs .getQuote .list .item:nth-child(n) {
		margin: 10px 0;
		margin-right: 40px;
	}

	.contactInfo .infoList li {
		margin-right: 40px;
	}

	.cForm ul li.codeCon .codeImg {
		height: 33px;
		width: 73px;
	}

	.program .joinUs .title {
		font-size: 36px;
		line-height: 48px;
	}

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

	.program .list .txts {
		margin-top: 20px;
	}

	.addressList .swiper-slide .image {
		position: relative;
		height: auto;
	}

	.addressList .swiper-slide .image:before {
		display: none;
	}

	.addressList .swiper-slide .image::after {
		display: none;
	}

	.addressList .msg {
		padding: 0 20px;
		margin-top: 16px;
		opacity: 1;
	}

	.addressList .swiper-slide .msg>.title1 {
		display: none;
	}

	.addressList .msg .title1 {
		color: #222222;
	}

	.addressList .name,
	.addressList .num {
		color: #555555;
	}

	.map {
		margin-top: 40px;
	}

	.program .list,
	.program .contactInfo {
		margin-top: 30px;
	}

	.cForm ul li.must::after {
		top: 7px;
	}

	.program .joinUs {
		margin-top: 30px;
	}

	.addressList .swiper-slide .box {
		opacity: 1;
	}
}

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

	.contactUs .getQuote .list .num,
	.contactInfo .infoList li .num {
		font-size: 18px;
		line-height: 30px;
	}

	.contactUs .getQuote .list .sign,
	.contactInfo .infoList li .sign {
		transform: translateY(0);
	}

	.contactUs .getQuote .list .item:nth-child(n) {
		margin-right: 30px;
	}

	.contactUs .getQuote .quote {
		margin-top: 30px;
	}

	.program .joinUs .title {
		font-size: 26px;
		line-height: 38px;
	}

	.program .joinUs {
		padding: 30px 15px;
	}

	.contactInfo .infoList li {
		margin-right: 30px;
	}

	.addressList ul li {
		margin-top: 6px;
	}
}

@media screen and (max-width:538px) {
	.contactUs .getQuote .list {
		margin-top: 26px;
	}

	.contactInfo .infoList {
		margin-top: 26px;
	}
}


@media screen and (max-width:450px) {
	.contactUs .getQuote .list .item:nth-child(n) {
		width: 100%;
		margin: 0;
		margin-top: 16px;
	}

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

	.cForm ul li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

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

	.contactInfo .infoList li:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

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




/* innerBanner */


/* 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: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: YsabeauOffice-Regular, Arial, sans-serif;
	font-size: 18px;
	color: #666666;
	margin: 3px 6px;
}

.pager .pageList a.active {
	color: #333333 !important;
}


.pager .pageList a:hover {
	color: #0065b4 !important;
}

.pager .pageList a.iconfont {
	margin: 0 3px;
	font-size: 14px;
	color: #333333;
}


.pager .addTo {
	display: flex;
	align-items: center;
	padding: 5px 17px;
}


.pager .addTo input {
	font-family: YsabeauOffice-Regular, Arial, sans-serif;
	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 {
		font-size: 16px;
	}

	.pager .pageList a.iconfont {
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.pager .pageList a {
		width: 28px;
		height: 28px;
	}
}


/* crumb */

.crumb a,
.crumb i {
	font-size: 16px;
	color: #333;
	opacity: .8;
}

.crumb a.active,
.crumb a:hover {
	color: #E60013;
}

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


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

	.crumb a,
	.crumb i {
		font-size: 14px;
		line-height: 24px;
	}
}


footer {
	position: relative;
	padding: 83px 0 105px 0;
	background-color: #000;
}

footer a {
	display: inline-block;
}


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

footer .blogrolls a {
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.10);
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
	margin: 5px 0;
	margin-left: 10px;
}


footer .blogrolls a:hover {
	color: #ffffff;
	background-color: #E60013;
}


footer .footerList {
	display: flex;
	flex-wrap: wrap;
}


footer .footerList .box {
	margin-top: 33px;
}

footer .footerList ul li {
	margin-top: 10px;
}

footer .footerList ul li:nth-child(1) {
	margin-top: 0;
}

footer .footerList .fNav {
	width: 7.2%;
	margin-right: 2%;
}

footer .footerList .fAbout {
	width: 9.24%;
	margin-right: 2%;
}

footer .footerList .fService {
	width: 13%;
	margin-right: 2%;
}

footer .footerList .fProject {
	width: 9.05%;
	margin-right: 2%;
}

footer .footerList .fNews {
	width: 6.9%;
	margin-right: 2%;
}

footer .footerList .fContact {
	width: 10%;
	margin-right: 2%;
}

footer .footerList .fBottom {
	width: 32.61%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: -10px;
}



footer a,
footer p,
footer div {
	color: #bbb;
	font-size: 16px;
	line-height: 26px;
}


footer a:hover {
	color: #ffffff;
}


footer .title {
	color: #BBB;
	font-family: YsabeauOffice-SemiBold;
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
}


footer a.title:hover {
	color: #E60013;
}


footer .titBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


footer .titBox .menuBtn {
	display: none;
}

footer .copyright {
	text-align: right;
	margin-top: 37px;
}

footer .copyright,
footer .copyright a,
footer .copyright p {
	color: #555;
	font-size: 16px;
	line-height: 26px;
}

footer .copyright p {
	display: inline;
}

footer .copyright a {
	display: inline-block;
}

footer .copyright a:hover,
footer .links a:hover {
	color: #ffffff;
}

footer .copyright .image {
	margin-left: 5px;
}


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

	footer {
		padding: 60px 0 80px;
	}

	footer .footerList {
		justify-content: space-between;
	}

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

	footer .footerList .box,
	footer form {
		margin-top: 26px;
	}

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

	footer .footerList .fBottom {
		margin-bottom: 0;
	}

	footer .footerList .fService {
		width: 16%;
	}

	footer .footerList .fBottom {
		width: 32%;
	}

	footer .copyright {
		margin-top: 26px;
	}

	footer .blogrolls a {
		width: 36px;
		height: 36px;
	}
}

@media screen and (max-width:1333px) {
	footer .footerList .fBottom {
		width: 100%;
		align-items: flex-start;
		justify-content: flex-start;
		margin-top: 26px;
	}

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 16px;
	}

	footer {
		padding: 50px 0 30px 0;
	}

	footer .copyright {
		margin-top: 20px;
	}

	footer .blogrolls a {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}

	footer .footerList .fService {
		width: 22%;
	}

	footer .footerList .box,
	footer form {
		margin-top: 20px;
	}

	footer .footerList .fProject,
	footer .footerList .fContact {
		width: 12%;
	}

	footer .copyright {
		text-align: left;
	}
}


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

	footer {
		padding: 30px 0 40px;
	}

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

	footer .footerList {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}

	footer a,
	footer p,
	footer div {
		font-size: 14px;
		line-height: 26px;
	}

	footer .footerList>li:nth-child(n) {
		width: 100%;
		margin-top: 15px;
	}

	footer .footerList>li:nth-child(1) {
		margin-top: 0;
	}

	footer .footerList li.fContact .box {
		margin-top: 10px;
	}


	footer .footerList .box {
		margin-top: 10px;
		display: none;
		transition: none;
	}


	footer .footerList .box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	footer .footerList .box ul li {
		width: 48%;
		margin-bottom: 0;
		margin-top: 10px;
	}

	footer .footerList .box ul li:nth-child(-n+2) {
		margin-top: 0;
	}

	footer .titBox .menuBtn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 26px;
		height: 26px;
		font-size: 10px;
		color: #ffffff;
	}

	footer .titBox .menuBtn.active {
		transform: rotate(90deg);
	}

	footer .title {
		font-size: 16px;
		line-height: 26px;
	}

	footer .footerList .fInquiry form {
		margin-top: 10px;
	}

	footer .copyright,
	footer .links,
	footer .copyright a,
	footer .links a,
	footer .copyright p {
		font-size: 14px;
		line-height: 24px;
	}

	footer .links {
		margin-top: 10px;
	}

	form li.m-formcountry .drop-list li:nth-child(n) {
		width: 100%;
		margin: 0;
		font-size: 14px;
		line-height: 24px;
	}

	footer form li.subBtn {
		font-size: 14px;
		line-height: 24px;
	}

	footer .footerList li.fContact li i {
		font-size: 16px;
	}

	footer .footerList>li.fBottom {
		margin-top: 26px;
	}

	footer .copyright {
		margin-top: 15px;
	}

	footer .blogrolls a {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}


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

	footer .blogrolls a {
		margin-left: 0;
		margin-right: 10px;
	}

	footer .blogrolls .list {
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(n),
	footer .footerList .box ul li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList .fMsg ul li:nth-child(1),
	footer .footerList .box ul li:nth-child(1) {
		margin-top: 0;
	}

}

@media screen and (max-width:450px) {
	footer .footerList form li:nth-child(n) {
		width: 100%;
		margin-top: 10px;
	}

	footer .footerList form li:nth-child(1) {
		margin-top: 0;

	}
}

/* certifiicates */

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
	z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: YsabeauOffice-Regular, Arial, sans-serif;
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -moz-transform .4s ease;
	transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease;
}

.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

	0%,
	100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

/* video tankuang */

.tankaunga {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 9999999999
}

.tankaunga:before {
	content: "X";
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	cursor: pointer;
}

.tankaungn2 {
	position: fixed;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.tankaungn2 iframe body {
	margin: 0px !important;
}



/* customer */
.customer {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99999;
}

.customer div a,
.customer div div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 1px;
	margin-right: 3px;
	font-size: 20px;
}

.customer .top a {
	width: 53px;
	height: 53px;
	background-color: #dfdfdf;
	color: #ffffff;
	font-size: 18px !important;
	text-align: center;
	cursor: pointer;
	position: fixed;
	transition: 0.9s;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2px;
}


.customer a i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 26px;
	height: 26px;
}

.customer .top i {
	width: 24px;
	height: 24px;
	display: block;
	line-height: 22px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
}

.customer div div {
	cursor: pointer;
}

.customer div a:hover,
.customer div div:hover {
	background-color: #0067b8;
	color: #fff;
}

.clear2 {
	display: none;
}


.customer .code {
	position: relative;
}

.customer .code img {
	position: absolute;
	top: 0;
	right: 100%;
	width: 150px;
	height: 150px;
	max-width: none;
	transform: translateX(100%);
	z-index: -1;
	opacity: 0;
}

.customer .code:hover img {
	transform: translateX(0);
	opacity: 1;
}


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

	.customer .top a {
		width: 20%;
		height: 42px;
		line-height: 40px;
		bottom: 0px;
		right: 0px;
		border-radius: 0px;
		border: none;
		box-shadow: none;
		background-color: #dfdfdf;
	}

	.customer {
		width: 100%;
		right: auto;
		top: auto;
		margin: auto;
		left: 0px;
		bottom: 0px;
		border-top: 1px solid #fff;
		transform: translateY(0);
	}

	.customer div {
		width: 20%;
		float: left;
	}

	.customer div a,
	.customer div div {
		font-size: 18px;
		height: 42px;
		margin: auto;
		width: 100%;
		background-color: #dfdfdf;
		color: #fff !important;
		border-radius: 0px;
	}

	.customer .top i {
		border-color: #fff;
	}

	.customer .code img,
	.customer .code:hover img {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		opacity: 0;
	}

	.customer .code.active img {
		opacity: 1;
		transform: translateX(-50%) translateY(-100%);
	}
}


@font-face {
	font-family: 'YsabeauOffice-Bold';
	font-display: swap;
	src: url('../fonts/YsabeauOffice-Bold.eot');
	src: url('../fonts/YsabeauOffice-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/YsabeauOffice-Bold.woff2') format('woff2'),
		url('../fonts/YsabeauOffice-Bold.woff') format('woff'),
		url('../fonts/YsabeauOffice-Bold.ttf') format('truetype'),
		url('../fonts/YsabeauOffice-Bold.svg#YsabeauOffice-Bold') format('svg');
}


@font-face {
	font-family: 'YsabeauOffice-Medium';
	font-display: swap;
	src: url('../fonts/YsabeauOffice-Medium.eot');
	src: url('../fonts/YsabeauOffice-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/YsabeauOffice-Medium.woff2') format('woff2'),
		url('../fonts/YsabeauOffice-Medium.woff') format('woff'),
		url('../fonts/YsabeauOffice-Medium.ttf') format('truetype'),
		url('../fonts/YsabeauOffice-Medium.svg#YsabeauOffice-Medium') format('svg');
}

@font-face {
	font-family: 'YsabeauOffice-Regular';
	font-display: swap;
	src: url('../fonts/YsabeauOffice-Regular.eot');
	src: url('../fonts/YsabeauOffice-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/YsabeauOffice-Regular.woff2') format('woff2'),
		url('../fonts/YsabeauOffice-Regular.woff') format('woff'),
		url('../fonts/YsabeauOffice-Regular.ttf') format('truetype'),
		url('../fonts/YsabeauOffice-Regular.svg#YsabeauOffice-Regular') format('svg');
}

@font-face {
	font-family: 'YsabeauOffice-SemiBold';
	font-display: swap;
	src: url('../fonts/YsabeauOffice-SemiBold.eot');
	src: url('../fonts/YsabeauOffice-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/YsabeauOffice-SemiBold.woff2') format('woff2'),
		url('../fonts/YsabeauOffice-SemiBold.woff') format('woff'),
		url('../fonts/YsabeauOffice-SemiBold.ttf') format('truetype'),
		url('../fonts/YsabeauOffice-SemiBold.svg#YsabeauOffice-SemiBold') format('svg');
}


@font-face {
	font-family: 'CrimsonFoam-Regular';
	font-display: swap;
	src: url('../fonts/CrimsonFoam-Regular.eot');
	src: url('../fonts/CrimsonFoam-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CrimsonFoam-Regular.woff2') format('woff2'),
		url('../fonts/CrimsonFoam-Regular.woff') format('woff'),
		url('../fonts/CrimsonFoam-Regular.ttf') format('truetype'),
		url('../fonts/CrimsonFoam-Regular.svg#CrimsonFoam-Regular') format('svg');
}


@font-face {
	font-family: "iconfont";
	/* Project id 4576167 */
	font-display: swap;
	src:
		url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAADjYAAsAAAAAYDAAADiHAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACQegqBmgz7TgE2AiQDgnQLgTwABCAFhGcHiCQbdE91hhxsHAAs3l5RFGWTU8v+/8/JjSGCa2CW9f8QSYbCnMUpSNDa6Coq1HFabuSeu9gS8jjRfNCweJHNd8GBScGkhY9g9UZhOthkZJ2wFFqkSOGnR18+rHEOvkNXKA27ejwV9XWJFl2cp4Iipd+iB/fn6P/CmkGi3npIUjTh//nDnTfaVuBRBtsKKMB5MVvbQg044OwPwdy6JYMxWDHYBixYESM2Rm3AKhiMsY1BDyRSOgyMRP8lDD6swHpFRftfUTHyxYoPxPpvCIB5a+o3spsFyfie4ywSDJTA8JF9ka7SLgvGnKY2B5rUEADqZuB2XIJijLbvroi2SMy0zNwhCRqIwO19FEuQWBioJBb/fjk/i9iaHHO4VOiuX/Wo1kfIJExLGBaGtvnwj+3WxSsxmplglPTe54ZdEI/Nvb8LTXfyfvvXHOAQFiRGoDlPDgAQlPn5UJ7//zPbma2apmJSXPVAzwoe+alukm2yVdsjFVcsP3Th4lCXyqs0P2KI7QDBnVRADvnbzU7HLgsBC4atg/NCHnEQEfD36soWjksJp4xvcHzORZNDV/0vxB5fEuHDJcHuGLFhVouDBLc3iAs5lg65OneSuIAuSlwwcmQdUrXuzl3uXbr0uPb0dum6S6FyU/aGyiXK3CWRKvXBrfFiUxK1n96Pqe+Bo936iEETiJ5skey2f87HcHV+ZK7CmYCweC0YADRBqDhQ5ZVgAW7lT10loICDemMDYDuplb9FDoCqUgCu8BtAxZCmB4SjIatTAcCXdCKAHf/i7dcIClAAOEDAQH1M/ULVPHD69ceia4p4lO5wM8CuHQAqABAA0EtsTFLUrUEMrCc9zrtgtuDQtwFsSRWgXuc1XEOBhB9/NO7gEYxAFJNWdMqCZ+mY2WXI5tDDApazhvVsZiuHuMsb/8VsMqcXn1y566jHPOm4ZxydXd29fPyj9GRhVmRXDuXn4z6Huraua/nw52PTlsT1cSenFB5szau+Zd5N1z8YSC084dvpd2LU5OJ2cz6vfRp++vXGBb4116cn/+0fD/Yf7pNe+/qFQKky7pvoVxvVejh3c3rewf88T1OiyrhKnVoMqjfmXa0yG7rM69Cm15ohS563fCg24f2IBX1a9WtUaFqDck26NdtWYVmBl9e3O3bt2X86WHVY7ej45PLq+vTs5vb84u7+4XHRxzntahSZtGnFqHV1ZsyaMmxAjzelFJRC92oo/kof/igAA0oIOFBFIIFxAgVUEmigk3AHWggcMEjggXqCCIwRJOCdIAO1BBUoI+jABsHiqAQ2APNEENBB8IE2QgD0ElHAGhEHDBHxwBIhBZ6FFtgidMAHYQaKCTswQWQA70U2MEI4gAWiB+gjFgCtxDKgn1gONBJrgEJiPTBNbAIaiM1AObEVaCIOAt3EIaCZuAtsE1+ACuI/YJmYBQpIJvAiWcCrZANvZRCwQ/KBXTIU2CPDgH0pAp7kFuBAjgCr5ChwKI8B1eQJ4EieBI7lOHAizwCX8hxwJS8A1/IicCovAWfyJ+BGXgZu5RXgXE4AF/IqcCevA/dyEniQvwOP8j2wSM4CH+UcMMfPLqCdnz1ADT8XUkUgrABqEoRdQG2CcAioFRB+BmCUX9PAOr/RQB1/1lIzXFgHwCx/k5oC4SdQwyD8AWCAfw1UDwiNQL0BoQkE7119n3b9XStY0P6fA9rzbBj0hxoKAEeYhseeT31WwqJRW4ogAiLvIKFqqqLglgeSkloQUfaRl591MRjr0iL4iqmIoERWvDSNYiz+bcjrngnaRFmFoeib/H6V0mQSk2XZsi3zlijYXi2CgRggcfBNBHbY4ZgzIRIFQ2X+YIouTp52OmnXSDzqoG7G6nbZO+eIXhF5oK6nva/QfivKEhstokflpxtzEGboFH/IuEKhKqCsOJnM8xm292LBZUM+uwBtzUFg3y6B/9hYS0hW5TOql8k0SxR7vGbbbRJVxXxUzpfm/ywFYzmarKKJyaRrbj6P0R4GuUy5zpyVRqp+ZxyyHotPw3pVzDAPFis41ZuJNC65NRFJH8w7t9+2rug91HgDGv9ENDMp9TSoRq6eDa5azBNao18mmueBcxFdxrLTUvSiDqKpr3Tnh5i9tfCcjygfKOUmF+YRfXtV26Z0yj2L6L64MIxN0CVSHJjKt225W51JFIKAvlojoKEN0Md67QKSlJmGCUrYAVvICwnelYdKYbdr5bU+FvWERC1VyzQkyZIZaWQPpBLcpSL9+Skhf7ulP69p3DlwXBxmvnfkMQAKQSMTNn/Us6ZXI5UgJbmlo7QkUl2FgisItu1GUI5SKbEPjTdv17Qr9WxV9uY3LfJCJVoUwXCxnt7zh5rZpcpoXiiHNoiePYf2OTDBVGDfCN86JigZv7gIQdr1xSjOMaiha+cXTs7q4iPnhHC/6dF3942Y4/EJM+n7G5YtHIBv1nXfGM6PG/HB3GFlx1TdrVSXp7e3LGnx1JxGGAinwQQ49Q9X1/xaC0dubL3aO/PATPQrBxVtYx7SHdWpdzJiKZNBaZEUN2ha2B2TmdE211Zxq5Ct5idRfdyDKM/qeTJy06BGhDptacTzLMcxXNf2/SplmRS32qYOsYNIRvPzmPSd3cFx1jKa1Qi9eRY4PncLI8NCrHcBBsn57m/o0BzZA6OPO/LndPCsuKSWERovyX0KBVAQAag9D2kfgAcYsREEZIgM7CBIvS3xh7twAfc6CAYQUCUlPceCwgXkoNc9cgzUnN8adcxnJ2Njyqer02zlX47lO82RWBSJT8emirOTeCkwubDvr3LsyDS1007vuoRCN1U7K+Rb6XpP9M3ChWheSEDUPd4w53SCZH4n/rNL/meIJ8o3pqS1JyXC0fJj5QDSfhVOTRh39Q3El2773+6VLt/xPt9GSB3g45Oh/uyXsaZEJYAXelCtG+UWK8Ag6eAwa33tNrUawE3CEZTjKhTAhDflBbYKXLI3WUCbgDMExDrkrgcO4OkQbRev4ysYgEEI0C3qmT6OMtdwUApSz/MvI3WdOUgAKQhRD966PPAkYjMwmnaYq2gf8Lk3fepNHoOD73Pi4yFbiLEPRFbye3FxarWWalHxUv+VvbL6SzvOXkhJjcxaeQa+u03bXPFisPLNnY9Yd69evm1cvq3M20kJCVe6dffeqABjMVCOJ+Gdb4zm3uDDLKTMlAdEf7GSDQiI+PQrnJmNrWyui67r1QiI5ib/bzeGETRMM79hQtlmFEENAgjQfe2/BMh28c6fzIeH9xN3MXhT7GJ2zKvhLB39DYOvlvfsXY6CYR5w4pZuEw4XuY+/a5KM3sZ2sdEQi+Wvwt2mGf2rLyix+maR/CAqKeOBUqhUMHM22Oy7st27ln+BUZZlLtXK4Nzp8tB7Z0SFmxjpWKPBZ1A+XBZuDUJ2YXGK6F2Tgbp7vqfBXFyLvQkDoSDM3oqyFkjcRBHahiOko2p37oHbOUgdw8UoAAHxft6PA4DBOPM5AGSqvyCYByYD0dSlosyHAKmCxNM0+JafqCNh7S8p8moE3JRH74zo3GJJGbaFXFFBNRG8lCR+IWbzGatdxasF1pCw2WXofOS5zcYTB+Hw/bizYUUdj5VA0zdHNxRCEplI+AAB08vxfNgEB31T6jbXqPbo9BZqkEQfRF1AGlUqiULE0Dy+h4CpDwvrHCAcGo95Ajmyd1XzN7bGzR531Q4HmsGF2dSdObPF2UWHq2H72umZ0/1Jxfrk8WJGoiR1IExu2dy69Ch34IghrlKfRDDIF7Ug8D2VyESk8sQeaLvD9uypQae59yhux0qhd324HL4fLj9u6as7QwjtjfjO8GmqmKxGTQysqzMesJupmrI9CP/l1is22sFCohJ5zwer0QdisZNt6nsMsZfcQr0l5Gspu22ZuZCeSCQebdKE9IkVJE878GoeE8ePjkgm6HsxSiQIHBsjRHuZtFEkPGtpYQQUNSxFw6wDn2Ec3es6c7Ro9DL5r+mReWxzMESXVvsT75nAmIrpd32sN5auUi1ARLKWsl2tLTKrmzbVg1nP2sxPkXSSOUtOTdBFbuZfUu+I86Naix1yVZrcUrV3EZ1bugsQ2VgXNYRR7aE3uejUlpG2cvvu5WCaGIoCWTrVJczD1cX5Vc5Vahelp30fD/imG/m81AIToCmlmp+z8vcZe+eMGls2NSXdMyYV7bTJRxUrXIZkNnHkuYTUrKa0e14sRmPv4JAEO4jevAgkCKqPq56AYNvCh3QRRJKbQEgLB1DQ0uIABWLBpy9Zv099L/NDYySHvcXiqMGzMdpYx/GMXD92+ySIMLA4rJNUnNVrKJYWtYOkNxZmp+NMQxhNXqc6wZqW3b1+6e69eyN3br98D9hxau6IIrfY3cBEFQZzdDodwKPivPGHNGLMWFprIHpPuuqHP/J9jCA8UUyzWKveJJD+ZJdGma99BwzSdqPDEbslGPmNszdTEQ0Ub4lWsZd9PeVQOK/A7ZzRnpgq68KUNKxMXNmptyzJXJ2WTM+FUUAwo8mGA+9hvKis2r40luXL4xviOQmis7YztQhYOZxozgqiJQjyLl6j9Rv8kyrb/M+DL5EaTqg4pB+vf9h9akzt9AOtKR3vXKk3PwoHypgN9VuC2NzcOHu2f/PMtm6s7JWLufTX9Uf7wzO1sxvnfs4mqIn6V7uQtKemtL3dU9k3f/OozdNuMaKEmA+PfI8b1JAfi/6BA04FaYADkE5iBoDMGKvkYrSfIzDAcTaaZPgHGEQmtzD9LQQkWGAdRAs2fh4AaagoL2G2uBAvg7nowZUngfnEfKyAwIvk+U3NFetn2DdzUzqn/CQ32qf1JJKcnTDdZDPbTWwwbEzlMxzRjMyogOhfVR6LQMbi2YnKOP3wRAJFdzh9/28kgjVSQ+FTRDSeHL3aPtvyguj9o7gW1SLGp0zr07mIFtU/bZmfyoXSKZS9En4qC1M3XkOvvk7HUiljdGWnq7as4faAp/gOGlAL3/RlyLG5qs/F9mJTHvPFltnl8emSxxuu8oXJgrMD6mEAr7lYnZY6pi7pFgB40pr3P8CSHfzNWqqokZevSgSpQ9Mp7v7yFPyaMr854ao4pCJQQ8p9WdFhfE1lOAhq+qOWM1PjjuWxH9M2NRTnKjYb8x6HBzyFhF9LZlZKE3KIb+W+IALv883kfDO+2hYuzEEQYgHJ7XYCSWIiMjcdH7y8SyF9cbt5X9aXYuMAHL8fZoPa/ks7DLFX9hzB94Rq8gG8DWuxjchb658Ru32HJL74fxqhd+5aI+TKXYbAHy2A8DOnxVcLBCG1COi1PApAhoXtaHbwnfdUrjGcVL43e0q11GcIPVY21P1L3NsVNJ43pUd+x1Ej42legIT/VHnMlETnG3RULDpUrsJ6Wrw7ucEtpXUnFUb70sWc3hrbg9eza+cilVmV1b375bejmJR/7n5xanGhIug9XDuwjhrzE0JfW831Y4zZMfh1genRmk3UAkY4h8FclFtxtojDQoe2K6+oiPCd8JKOXGIbxfbip0thb+c59M4kKRlLotwIOkPsDsnjFWQ6GdlmwCelaojbTP0e4kEkaPmEWk8JI3XtzRlg+TzNYwYJk1Dyr87woudlz3CKJSNGd6JuxSZXCcNY+bi5vpXZGXPnHmMOk+aG4KRLq/V8vlutsrOoLS1mgSQ2XrqFT86+Jo75B1WDdS6LE7OeG2KvHQRprnMZ1WB48uLpqliFxUYbzPdN3sXLDgqX+6Kog6mJMzUpi2jVveLMnsNDFY4gs3a9e9680LuRbt5+477+XHwTBklpujCW0CTwZ0p71EZZg0vmTC7CVHemlbOB1NaJ/VxmQUNCgLSlZZrJgBdaTyL6kQYBsf80dwoZFtI/WFZ+W3lge3zXG3Sgdy9eEmmcuM7I+y2uoT/ii+HDVDVZhUCyRX8xanKlmjFWsOa+4AwDE5uX0HIfXcwEASZQw5iJKkMR4aRlSbycdM1hCTA1jCgDCrNPMEn8l6CY7hhTgF0w1xyciUsollUHOBGXEewYJEf4EiDBSHVHhCWJBxedg9OxMTgu8RRZxYlv2jrbNYdWLtUy8um2PTKll9/EgS3/dIGU6Vh98nz635/5J8P6yzVPT3uelLANBi0MAbxtZ+jXAPma+S2K8jYKNQQXrYu+8FGl0JVgKJcCnvmf+AEzpcdNR3Lvtkj46x+jGwGhg1BcfM3o7hWGYzGwOpWd3PJMvjZTiwyoBqnuHDTatmyBC+HvIrAludulZP5vKyTMmvDZSrMZCFtoHSBhopP+f5s4seNL6e49K0juE86lb5t+9/1qDT57J/ZyVgC/mdp1ZZ6lmgQVefBnP5wpz0pWwTb5EivIkjsY3At6OI/uaOekL1+wqywwnN9zmt+UNle4zMAtKhEgr8hdzFbbBTu3GVM0lZ96q50OuMhwx8l6VA1Ucd3z9oIvkQZ/wLTS4Zn+XwlZVw+NhJ+lry++7fHPyGSzds48PVPuyms1fpjPrRRngRb4mRrJP7ehpk4KSgRVPoPZawurJxUrQCut3PzC/h4XTxRjs44lucil1FlKLhLvRIjXAsCeG6syg7e9eTCxmiTpcJVVvIMWsjRdWpU6jKdahclxVOjNnnQxR1/erZTBMgMFjw2mnmzmTg2IwtaL25RKMt41si/8y+ii4De+2P+aTdrqghCAoHtcBZaOoCgWJU+vSWgJ+bzAbH4IQxpQ5MXs0mw/g+s2PL8f9QeqkDawvMuWtN9TZT1tB+yBtshoG2oVE8+bmvC1FHw0jd27YJ7vVqtgXTl1SqlyDA75NpRCNCgylr2vrJ8J30BrTOnbyY8JjELuCSK+N8mpma22zOLoJ8Gc8bGywLvevZHG4z2uh/Wezov8MoqSt+s1e/OYSDX6QLnW2JOlDpUZa/XEn1mDPs/ZuZYzjBlowM/NLnQPhXe7AUF4jhNNMqcbXQubY3RUwPCnKo8V0+K1gyth+2cgcaf7dMt2M6aR+KLvHwzWwam2//+1clrz+r3G0HCG9N5rV/1gbPau9FafzIzFR29kPL2WxOQNAiUcIRykX4xRBrOcrGYrDXmVXB7e+Vg05ZHXgASza63W4UpRnkz1MD3f56X7X1qMnUDduEfpnatXu3TAyadQTyJerDCrlV5NkvdYNat7jMuKMXdRmBF9vzAajAVgAC03aPD6toT2pWA0cEvxIp8piumF1XxYIx6gbgVK+RXV8Ba5nm3Ka9K6qM3NuLAPKIrT6R8kO1INmi4VRCai1a8oMSIKRdX7X6G/yOCSCa5E1oiMwwjKYEHqzC3qFGWQWEEsHid2pmhS3swuI0kZ7EirS4eLyHOaJt5kpFv1Sp3WMSqwivA5z2cIua7Z+/KBw59if12cUem6qrnL2P8cwzwb2NpB24yQ+XsB/HZAlMO5yTM9ZXtt2LMHpY69woC2sAIzfpsoJiold/W1r/XEjSFSGEl+emnx9UPwKR7db50vtALrvYRuvdnJNrmFAuEgymTiWixXVn7U6q7dOv22oG7DqKjXDpDOr7Nk4583n5IEd2obAnZe9FKwN9U/g0nZnlKBS5OPKWwJVzRFLp0NKV9qHdpc+evb+5HCFksW5mSHN9V+Wrj1ukHeZwPsJPWspcedf9VtCeXzrrSahzRHzxRxlAJK4G2EIa5SYB/37XmIrxSiCqtmBOIph3yABgrD9cpOS/9xohwvC9gA960z56VHzb0Xeylqocbcrj14kqwkKkFiwuJmyUtVnzrDV4ZZ9hkQLLRBg807cZOlYTTV+Xn6T5nUX65l/5y6iIWj2Rd88VmJZx1HeDl0sT3wzWUDSksyUmC1N49XN2sIizTo0wWgE5Mr6+XLiK55Hp37IfIY7DesmcrXqZK75bEZkfBleZQBDS1SCNbCpBf8BZS+0g5rcTxGlxq1vLS8Jne5rx3P0uKU0jP7ow7kUn/JZv76pnmxEh5KK2Goyuj+zIbNAn+jvRnmy5s7n1nLfsYbRz3pAevk5GDQ+qT2tN87SZ/oKuW0hvn27k6O39Rof3cQ5gZ7wx8py8gGLwqEGnpZS2F2+8WdgG6fzaX4zeqsm2syEY4LFHLMMlTr3Ko+WZxkjCnypcFtFtU1vsYYkqLPyCsbV6Cpw2tX0yhz/OLhkvW9q/93iUZ+23KKLP3nL0nrDPhb71Q98pJD4R3ZmrVXYJDvtLMtj+8riFkNtCbrrzLjkv0c+SZx7WRNrENW0pXHtviZZJJ/R6S2+slqSb6spKc8ODPIlijZ3nNYFQEFop5t9jHj9yC649QsKJMjcD4z0oN1f23/F7Vi0d+0bAdTh/S+2DfUebhpFcFrhav6WmrNe8GS4ew60mtP+jf2/zaOlzXvOor+GI7CQ/UN23h5DQtryoQL0uph+EXERWxEJYLdwFqEh11ELqgcXiJ436O55qpe4UVY1XS4cwjQYeEtRZICccw8SVFzLsfGTlncbvO5KSKgzSr+4B/LC7n49jVHCCplhut2sl/ekd4N83CBr5IT/jyUyqqDyC+W+fDbYuNav8WDOqLt2z8TzK8CC7C4OAqoQeFZLqk+S9rZKdzU3BZJUcy8AnGRZDb9ruJsbgZnxQpOBjd7EmS00L75bO4kUm3Efj/qfuLlh/hUKCEZfVzIuvjUh5c9iSU1JTbX87D82zbD8xH0YIytXuogcvXw7r1FP1za90CZr3iw79IPdCK6Qsdv8sQYw3p8KljDe25NhouCggPFQjMeHrhnb7Hm6kGMUdDjU2ldhVyt44O5TWEPHvRRlkAOxQZ39yWUvlG9j8qgDty/H4bBU3BmGoZB2THZGjCXa+QEtfIe7s1K3Mo3uHsrgQRgiVMb6ymmeGO8qfHxqZVijNDZRRwzT8xLQQQMeZpybIgSiqFjlIn+ZRWbED/vtE6KRWQNt4osF7sS4P6kkFi4b29Gpkw2zRCienv33jhZhAxFFoXOpiqkk8wkn2JiJ1nAEZdC/40oRHRyp2Ag0mad8Rbr9X1EaF+9l4AcQcb55I6K9Yn17c9fBIh87g3Fp9Ys/d5wHPZtcvkKd3s/j7La9xht5urQpmzHOxFEiu0X5XxFtyGT3bQY9bmbO772R4z4gUu8KedSetQcLB6LpCPoHWZHAuqVu/L26CJJEnLhgvzeB1GsX+V5jQWZyEEtJs49ObLfcxXtJ5qcx7TpotSRaa4ZGBtTSs7PI0uZSrQhq2WZamS5MqvZ1SACtPH1/lyFgmsWctzcv9ol2sUe621aUpEG30fL5Gj5gQH4vmL3Kt9bsZLYWxLa4Ot7/kONoeDO6ozlHDW2zVfGmiaOnQsJjQ4psGorfSoJmfEHNp2O76SHEseIW45xAUNedhPVud6de1OKeD5fMd3kYQScX+M+qjvRZD2+D3/1jgAmhdI79wyk+tudO9czkmoFm3Ig8ZDc+FkwPY2e9mg8s9UfnViDOloRrBJYmkhNw0gVXHEUtUbiMu2CJ4qRBX97VKMnlTwe9Gp0NRCuof7kZ78ByfHSUY0le3bvKaUkemkh2af97A+fqROZIdIq4nXUbS4vK/evwMmVWvnIM8fzm45nI3LtysnAv3KzeNzbqOvEKhONGWcDN3738Kh6/HM4fwm50InurFBEWBu9NGD2G7wq0sl1ybU+0yKjPXgCLmQjUcVDHWm/XoYoybcQIP6TxdmvIuTtAmdkza+5/eHFLet341Cyb8+67vecfKxPRxX23rdr+DHiPFYdaSEfCA5Ybf1vF3CYXmWW//HSQ+GJBZgdKAHGHTLjG+d/J+e2Iy87Jc7xnJFLmPPIHXJyO7DgFWqLszvEF34M7jIPGl0MrZZ9E/O0h2e6U+qWfXQ7RCkd/yfzPlO+vw6pWr7VA1WdvBq7FXTg58E8TN/gfnTUknYF31joyU1al1tJDl/BjRXzCqRQWVRg1qGHvdEFWdXUd1+Ff67dI/Vh88tQT/2w6CVoCNbF/cTMCBN7OeMgmwT8SAFx2U+yJBJoDoToCaOnDY9tPunD2rdr8+DW8oOE9XC6GrAAkiCNWRojHHl2nThMvD48DNYfuUuaIjl5PCbNCY89nH5KPIrCy66VXAtXD4K4kSmh8xThkbN3RlKb81WXJy5Xndt0GfHOxz0R/woFqTZBeKTLlMuyXEy1xGXCJXfVijxhTlcVOj9yWeI8NfTSee0AhCfjcGQHij/uM7O5fe/ogeDRpQhE4yiY8p15+LDJs9HWiDEaXflh9KuUcIiQ6OIsRwroKno89d7tHZl+7I2uHmllXFlZXKUULmS00G7Zk8uy+1l6F1j8Utm5yNzUj3fo+xPqZ2HZhbl7FnR4SWHKO1xD6ukCr8DPD/I9vrEksO9AVPyOp+G1wZ0w1R2OwXom36Pq+s5tEovrjmQxf/upCWfOY6Lsp/lXJgIznH1n2GF3tu1k6uddV7vkTOzcaVC57kqW8LefvpwWErTy8vyfLsckYBIfsUNv7zTohYVnLa5rd9yBqUM6+hcUeGGNRdvpCurX7FZ9vArdoswzGaSs9gySFNGi3HE1TEHZgBo+l6NEP9/vSKoebSFvUFDCPu1/DsLO1EGhfW505HnlLB2gMCkbrl4LxzwqMjGi69f7qExKtPW0GGrtAgmkFwF1cWVpqvqVUaXNcNkMUzsjy12URin7O7UsVxTA7yK6xJ6aiYChUKywElkf/M9qeNjT4qdh1ffO4X2ykjAG2glzd//44nj317e/WfRmAYjMHaotLpGvrQqjA5V43mq2gr2DrWRPsMOpobAIDYHB/fgQCMhhOp4AQOa/IAzgJ1pVwg78IGEYnC4VpqZnFK5ue3OCnxcMAZANT/E72DvZg+yBR4SBdddO9o5H+A4P6gP/5aPdPd09toAvxvCglNxAc4LolZzVoS2ojO5Uo7WFHX6CNzqRvyknMMUoeglGvOY859C4M3fzVFGlsXzflNMbZVz7GkGaY30pt7a9ovUOgX0kVcHdfYNmyaRbJAoT7/wN+Hz0HCtBO+HW7Ha3/06fHcUlA77KIrvD5x/nxQ10YRl/xFFt/c8VuOJZmGcd0dw3VRJ575gRXk+sHzrHwBwmsceg794o5Phwr2+MiiuKjS1qjS0ukrQFChSdRUWxfRcpKZEUFkpKYv9IRFVJYWxJa3SFKFOYlibMFD0EgRbaf6grQDykq4CTwbb39dnZGZwCg8YjJPGmb/3RGbbu2Ab5cquJJ+9cprcWJQRouBwVS25ieyVmdU5dCLxPUn9MpEWJ8lwTlZIsQXiGWMYrUkcHedlRqcrLh8LK8L4f4b7kVQ1ManNQRPQfB5wzMvxWLuGk87KKokUuC1nT18e2czJAzLvJcV1d5Hsz6Bw/DU5LQRd4Eo/87VUQ2dUqEEy8eoUEUkgXulCl2nmpfAeZssr97Tv3VWTyjvJLO1WqQjTA5bndb99teB0klryb9O2SgmyAWQ0U4PvVIGyumsH6SqKl2ownVlwjro1FrGuqrclfeX1lutcwsNUAYsIexdVzPDJSeXquRhmgDtwq5Im4Gn/9Xn+iG5Di1ftDMZl9hyUzxoS7+rujTs6BnTJJRXF83CiY24ud5x7xAeUkoid5pJv0yCbk1SBOLhJb4BY5g6JeOUo394rrVMlJpLy1pRaGZcOpLfA4hSLLM41U6FQoFFhR1wopcOvWjunxERmbPG5HUYIo8J9XkYqCdf2CCMEIS6JypV/zT66LPv+L9PN86fzP0i/zaYnYekYDvYFRD6IZLYfLYDIvaQwtVZ7Nz/ZKQcug7Ns6t2SqMUgtbce4KMJJ7zhKRXKho0J3+ycVJGOIQw8O0gdFRUOQr379gv8u9+RJrk/TArWY0/rqf+QXzRY7Qw0z2UM7VZREtH9iM80uipR7KFEydNz/A82uleh03xKrRjk59DktAFaAfetxpSro8xEf2EOTyjsJ3upibmE5C0ffxjac/Gzo5uYaIstUTIgJQ/MP0uois2lh9CmPYMa3OXm5+b66Gj0pVqkWE9jkcCD62IhDMoaH9+7FOeEe4ZH4G5N91L5Tp2DnV0EkDPsUw8SwHih+K/Wb3O1jbHJvKo5ojyhuLk5LsJg10eEgCiYFVBV1NhMBxcorWfVzC3cvlEfTJ6S0GvHVwkkmPeEahBbCuC+4/be7LjHkt2dsvlTvNHlEBv5hEwo5hdzX7DdE8GsKkRCu/DNCAC9yZWmRHVo9AgpxUxVWfy215Cbzknh8RYjKrJA3zPqk8xqELoyqyJseH78lO3/GCSyJNUEyz0P4e7aQMGdBg7+HrlVcKLILnrqRep+9IkhlJl4SzD+sxdasNjepGFo/i35hZLrjihH0KBKqld5tMOiZlnr/RyvpcNib5+s81PUxqvwGIbtYVi9W58fwI+wRjf8yXZVkpSshnzKPAI5jtlYYfC2lDg/A7d67AY9Xr/5kHlePB6LkBXfEOoi1iYr2/4o3tXBSZlMUK3DWJS2E2P3A/1mm6gO05YEykbuZq0+kJ3sFq1GWKTCC24ILw7tjQ6sxSJNUvf+QxNUeBUuzbhrIODyYYdkES4PrIvreqrOt5mlXt99nbVed/SC8T5Zt1MrNdzbE2ODFOk1Li2ZNID5MHaxYbNtwR2lOxkuzf3OVHAJ3zkbV5GRnZjbENjePvb6URi8nT5PHyL+TT+/VblPDoOrt2j3j5Cny2V07hfScwOw2QOyfValQRkSUH8pcXwq/KIQRpZpVFZN4KKw+IBz5Gf2eNL3FEGqouljuXn6xqhA9jZ5Av3ctcG0D59CW9i70LHqypWhFh/M0adp54sNBYmnxhowVF3y+gp4l8ROko/hVITq3dcDg8t7j/cnFFq6Ro1tRk0HLpk8KGa1Gc3Rco6Ug0h5hy43Oi2lyT83Njqtgqlf4/qYLNofrotLVTuWiNjDn6a/i8VTmQBE397Vt/hrlXskN/AVnMOD2jtZUBlfmjZ669f8SyA2j/lOjeRfWjO5l6HU45T9el5bGxZV2CTne1ecPbvWcC24OA+RtAz37FR3QX2XTpeDQQHfDURlu9AC6G4OKc8ulY/BUJkY0wjCpeAzdQJomARaVcsnyBMNQka/KVgbGY7PgI+kAkfk8pwBeBH8rZCXndw8HNtEFxOJ/R/647n/pmhsHf2cVWhmTjPXbMKa7NkJHB8HW7okpKcFj8LbCZUNRqt0rcuAIyfCcqOzatVLR47/Pm0yvHlxWRR47sm1EBVtQZK1Fetaqoi7ZsPrGk43i589jGn9evA5rbY9SRjqqIq2FWpiK+qjw/1xE9LFvVo+OoL8Ve4q/RRcL0wQ2myBNWIyOOeh5MAbdWRFfEhtbEl8x3jHdLVyYmioMn3pWDZ06Xef3E/6TwuVvNDFaWxkmpjkjqLkfja2krr/vFi7WvfTHwhbc2/W+nuOMOOuHRjj7SIL2R7ocRguTYFs6pkyMRLsU4eAdrjnZS8RtxzujWHgZQTTz0zz335zM39ZePA11scEQVU6BKiwMBqBrZyBIDl5BECGhVf+iEHQI3O1By1kntyikNw3lqrkjyFhLvOniQQxzQhCloxjClZE0Ua/5rLr+HZ5Pgjchse/WYBaLTIypRrqmztmtob7OrjAGLaIFvMj0QhMWMAwgtL/pm1yRIajukOfh4RsnbgwfGV5U09lWmk4CzTjTT/8fXcejnIpUFGhifJ2DSsyJZby1iSsyoguk1uCVG45Hmqr2D1rSkb+rejyx+4r/w9EjfZWB7hJDHLESPx++lqW2skpKmItArZEzkq0L1whMR2rs2QNmvj2kssDCMPguFlDlm8Cz3B+7fixOcpyi+YcEhFyr/rjMQ+qx7GOU+foLg+L7S9Gs49/odOlvup4WXCiPvqDr2DfLUOSCT4Br+Bycx/+cYEz4zJ+aLwbMZW4ot4F9YGukRp8p4TUCoLq4O90VkoW0G96U4/EUAYUjYAcRCWJuP7s/RvFkIGqgudyc6w1XIm2QsMmwcRxKJMy1eoBDiJdjuQO53jCl0+hIJxha4uKloKg10U0ijZKKRfu+rhP43hDlG6mPhBN4aKRec1tw6ox/4koadSVVUC9o7fCmrTL6n5TOC+NS8OFwHyGKCnfbZEzK+Mx3BL3MTMj8HBQzo2zkkDAndoxhSMD5KwgAUJw/7xgIh76PAIKD2LKzrwaMcX9zQzOJx3ljRCbGdYp3mXs1O1NIgOCgAMQ7SqBYi3sOgeit7GjqVEoGxMqdo/4iVTsPqMSDEiWo6kJ0AsQDtgGHY+zHS+V4bMMzZ01K3aSU0d8lN9c7qc/lS6OK2+K/ltONl1qlAUoOR2HhKFMnAH5SK450OKIahMiJtSfhuEfpVWAjEq9tVdYWVZwvBSg/qCmpnFrauK+gmpJ0Wt887xy/S/FJCnnNR8vwYBN54NGOtX3DA6oQ3uc8dUWf887yzvXVaEyJ3uXUYmqJd9m27xcbCXqCgXCqqqsICQSdEEm4iXFA9FWfGqKvdBPGtY0es6RCUFBEqatbG0jTHo1zPYyqQCz7qSGmIDovL6pA/Ps8sfG79ioFDXZ6Ei3hBOSff75p+kaP2U1PoCc1VgAw8PVD4i+Ld5y7gKNKveX6vDBLSHJyqCX0YkqoOTSkr5anp8qpUhx4IM6Piclv1Mj86AYWSmNiyrhyDkeeBHI8kRwGREN/o/t63/SZ9bnp7ZvVHwFyMK7YN2+cFFHCufTNll/Q/r44LMfpfQperdrpu3M0CLCzm4pFDlO13lXqMtwadH7n1V05iChWp9LBtrMsCxfY/NJYFxIlWo9jWdj2c4hBSq7X97lhlU2F4sSyDknB70JO5EfvqZmi24+duKAhjlEHuxN4YsO5PxrZO8xhd3eeWa77Tu7SF5ucI9FQrVPxsBII0+rDlKon7jBS2x6SNn5+8mbVtuMXyDPCi3+DUEUzwXUGfRQ940pAA24IRPJeZu8H5IDbAIZdA9G7lGqLskX8TP+47cdNP4LfaoIevshtNtRVL66u07d4xG1MPwpb0/n1VrrP4HuGe+kaLzryQfDEvNTwjfn5D4R11qvg2QoHnUz5/gN+drsvvaT5T7Ks9aykqrxW48hk+VBlZH8n+0d/veDY+3/K/N9fggpGtoOrrZvPuUH22/kQWdA8iIovF+jhbrHvfnzUeyl/gR8CH34Zsyy8/xvagqp+stSb9i/4FF9Y3wSiZT/ws04pxxz+QhCWmRec7V6kE9AnLysU+MU4xoSbMkMEgmnP6PwWa2Jit38Tl9LC6/FPShqYn+nVdPF5TBG+qvlIphbwPbyUO678y6PUzrAlTSrlGyPudYJCaaV44eoovH8vDyr8iT5Al3m4JbcIt+jQIOUW0Q2/AKfSh6ekhJTEcFrdlhBhih6nWoB3I94qnPhQ/B3s/Sq47xBtkDbkC++cg32UzBQEqHj+6hSQ45Z+cv8571/3Ru79Nap9P4AYp5UxOyTl0SX5sYXxTbRbZ9QGKfcOS85SJAHNnADSicuUtXJ+coG/bkKoweb290+MjM8nnf/DrPEyLo0tqvTW+OiBiRbP6FwbzaeZx+8vFfXfW+hBb39xJVWdTEtkrnZyIx9izAI7UYdjUbpYQf11G6G8S8TQ0SqFEfeDsbjGt4l+hUtNruOGHE254OlJXEoMeVE6FvS3GlS1+IAPHydM08vRP9YdvJhAk1LW9gZrhaZYppc0ZSGN7OQY89V7dMzXQgZUkCKip05838cvZklYP6NwsFpz0z6afiId6sHfBwqzOGmcZUvZ6dzMomSvBC/d47jjZySXVgToC7O4aexly9hp3Kyr9Cp2+rKlaZwsDqDD2ovtAltYmFVoLxUxU7yVUblkbV2w3nyPIXOa1uTpi/BRtnGmMaZUaA+z2sLsgqKbvM9JSSzpJx5bypqfNH80BkBy7jY7tlTTSoxyI5qEiIbB47FQCJQAi0ZwgBHd5NgCTS6FqiXP4m7hhzJZBU0GoQfwjK/MwyF/OEjdO4+tdhXkeF9b33ANR9P5sLXR1T5P+SlELS9QF8pbhmxqyiHtfZsQLgtkWP4/gSAwnHwlm61VoameWn5gwnR2SX9/iU0RHhCavUvX1qrdlR36TbjChpyjbW3T6QBXGKIrvgsuXRi2Lkmh0q65rjPQMx1zp9q7O7u7utvavykg3qtRj/4mK7gwFZol1kZxH/72EmzYkxAlf7N/njUrcffvf5VJ99d/2fNey8vXekEV3aFLkzByV7O/jK4RCFHV03jRxo671l3OIemmHSen+QiE67oL6R0aXwAWlR6XchuEWmgGN0bTsu7wi4U1QrYbzOvQP9YTIT2mPUjk00N/tncnhNUduI8xJYaEKOJTYVViY8mmQ/c8m8dLY73Rb0MGmd0cIDSHBmBT4hQSeTo7i1NceyY7Iik6ZZ4lSBugNokCOvrV5qLzN2qJgeX8CEJ21qAp0BzUVkX5NfDX8IQAA7GEYghYThLtiJ4ZEoJl4xsMqVkJHD3L2jUQ9HhlelYCJ53W7FIcSc3by2wbK3Pf5urejyXe87x3CXszCEdoCAGIpUvjfXHTJ+2wtYqeNNieaYZbvIJhZ2ZEm+LtOmFK9A4hJ6T2/YNWHx7tElhCw5IdYRaLYJ4lLDSlIDTZErx7gbzUGl+S1JRs8lcyJ1QUl7l3uxEhQgS6ZbPY5F9uOWJAp2Cuxa90AnqbpcI/N3DzUjRCQFf6H8ov1a4EK65sit8ev6l621ZUYmkiUPakns/rkZY70eK3XXHDgiT92QhiuKydtAZyM+bIVvTkn+nnZfSr3y52co5l4gfD5NVWkpSlfjRljZCYxOlJ65kmniuesMRrCOI4j2MsNOx+tGrVx2fL5mPzgHCdNN0fWR8RcZNYHXF4ugQ8vTP6rlrAcHNCkbwg0IA1dd2m4Ea/FApF6VHEkDv2gbyj4W8tu/lS3wNqaBHXaOQWQdUUGvwinEaBqrfPaDQWcdXQA77Si8pBVN87+lLd5WXksU6PVGd74868JlFcWedZrhTS6zM470rHyOl76fSIoxIf9spzkOerQdnVJQ59sJHPN2YKOZ7Zl/D3ahpVqsaVgSK+kthDuODQ44zxf3FkP6EQzC2aezhxfkupvwF/dT6ck+CX7HwAcF0btCcOaWiurmuqq27RJ794kN4aSv6zuZTus2MWP7OV7EXP3fh8Ql2veJCfv1GosT4CvvdJdPJIOo3xfqkv/auvO9cQj0rOlldpakmsTB8qWba2amHI2u/8hmb3HVk72wb1oywFj47+LXGDoBfexAbJ1BCLnK8XSN1ubVp+NaotQiswMRS7J39QRAd80DpFS8netHEQ/z78sXoQWt21SHuxM/offphjmlmW7La4UklRkaQ07m8hJ8RFe+TvSIoLn+toT1B7Kj13jZ3oo+Ip0XhUmSgz3G4PzxDd45Jp4UJ7ROZdZJJG6rubKbKHh9tFmSBmP9zdPZNXGZseZAwy6AON/CNxSUNgoIFvPIyCGIij9Ng6y3l390avGZJQ9sHIkbGk0u/LRYbS6EtC9yBHnvNFzhkUIjmv6mDshf8DqPX6dDXJ/2fh58OsS0Pc7p1KTKFQV3UGPSP9rgjZsDRYbOvZCFlkfuW7Be0rKvb0dXuD0EM+lVexHp8KUV2/VbsxeaJn+GqIi1IRInDjNX0d84lpjNub+GUADWvnJwQFJQRvZi5/f5+xRaiTsWL6AaPi3vii8W/HJedffbSPD5X61KkpyeO7zuTvVjqdczX3fqX9K6VTfNDFA6f1kwYuOy28ctcQWHeA2NL92cmbe6DSh86k/OMMJ9k/3rfyIZcZIDAwgNkCExL5BaaZYcnNkCQ4HoKDxcJwUuCxK1n1CN2tnDFERrijKbGxMfgFFPlvTcmSM90gcPLpXhAn+yfNf/KFjviHu03u8iMtBFaZUZW/Y5dAV1TVwNx/SQj0xQYSPkMulejdEsC3dg1kVnQ+xheHCqzwnY7KO/XIW9/pq7RQcXWbSWbGmkNkQvOyVFDxZNhgVwN5tzLqP4kmfFJqCF+1aOwzIEdPoVf3yC++QnLx3s187+4pDV+SXOnhQjH3Dec3D4Ulp+gbkf/2DwIEfvc/p0AvH63ehdH2SzR59/5bYA5VcYcxFcRsf4fMltGnOr8UXXNI31/510NgRNn3oAlL9+mES0H830dkUWyuJVbrALYI/H/rVO97o7T9IU6GwSjCdpfmtNVE+D+F1gTQvkvIow7t8X1mNcmZLu9OQeCqg4Rk16WJxqQSbf/vNebg82+13rpLfoOGg7rj19R+5viwT+pUHl3UARQQYo/qrqkp8juF59Os/jdNK8zgSc0XNnBubkdA9bvhsoW4x/4LMXu6HWvW05snMH7uL1gWGHMCAW4rD6e+DHRkNxgAzMAdgPv7ewJKxAqA/2/zUNvjyxTtGDMtQUlsGXTgBKjBACjA9Ga/gGAFoIEgWAUoEBtsgkCqg7cAQRWAAQjcGQC6erMgBGDtCEKBGzgWhAGsS154v3tBBCB5E0QCrP+DLsAGwdhDA07BGKXwIBn6tptbVGQHxZi/2E8wRiP9WOc38AHpaMVyvfvoO7DgfViEw7hhHtrB09S+LY4NjKHWedqB4qVmdi9XqwFzvFQ0nb3yIBn6tpvb66IiOyya5a/eJxijkd7Q+030gTLkxbdiuTbwvuOt0SwT0YbDuGEiDi2b2tPUvnUTwTR5ah1eaQeKl9pBdi9XZFGDKb+MH53eQfDX3Wzr/YNkQUEAggQFGgzYP9v9XSZgSCAFAUCECWVcSKWNdT4IozhJs7woq7ppu34Yp3lZt/04r/t5v18mVyhVao1WpzckGBOTTMnmFIvVlmpPS8/IzBLrvzNZHcnLbETWsavX38BiQGMKI+0Y5QjVVaQdSssUb2wauFDk5ofv1FY827rYGVSLL+TeRzZoob+5i16GgGo7AdhD3SmTW2+SPQwxZ5BT2J6KK4092lFcfPxYKbcnO4Y1rZx04BdDNCaRVfUJJemJ9qBjrp8rZop3ndtS6cgUVxpsE7S0NmGK6RxnaTM98y7mPyly7KAxiDDTmRkr3ZBjNPdEs3kGCx0rh5bBQ2CR5FRksaUriTfWY+2oh/0v6q4cOhU0G0MlOzxZfIhC6YYyvAnBK8phkmgWIespzmgLQ0oykm1OaI+2yRGwo7KPOPqrEK8NUkFHtD8fqtKg3cMBUZGZYOPo7Zn57UJwxFVsaZfMnYpqPiLvT/nCwrHukeMpwdZXz5wmC4/qvrwz4HHUnFy4o63QBpajl9Mm8WiwOWAPNJ9A1qJ4UYH0rC9QrEgvXp60WLHIaO5QlBgYOPXPpZuUyApDUfR0tIZknwdvaqUf57LvnVMhPUVHVRy15CCdyybq0MAlg5l9GpGG/eygnBwrCquUyArkkEotkkGeRGLDHC+iNFnbnWwumdzFYb+feXEZ3bO06LNSV9hcylCCUz7LAsUQKV/vThQdSvqP0hZHNf34DAA=') format('woff2'),
		url('../fonts/iconfont.woff?t=1783841115750') format('woff'),
		url('../fonts/iconfont.ttf?t=1783841115750') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-quora:before {
	content: "\e6fe";
}

.icon-github:before {
	content: "\e691";
}

.icon-github-fill:before {
	content: "\e885";
}

.icon-language:before {
	content: "\e652";
}

.icon-zuojiantou:before {
	content: "\e600";
}

.icon-zuojiantou-copy:before {
	content: "\f213";
}

.icon-Gc_17_public-TopOutlined:before {
	content: "\e61b";
}

.icon-jurassic_message:before {
	content: "\e69f";
}

.icon-top02:before {
	content: "\e6f5";
}

.icon-kefu:before {
	content: "\e608";
}

.icon-teams_x:before {
	content: "\e604";
}

.icon-zhiding1:before {
	content: "\e7b9";
}

.icon-QQ:before {
	content: "\e882";
}

.icon-QQkongjian:before {
	content: "\e619";
}

.icon-paper-full:before {
	content: "\ea0b";
}

.icon-jian:before {
	content: "\e612";
}

.icon-xiaohongshu:before {
	content: "\e69e";
}

.icon-zhiding:before {
	content: "\e68c";
}

.icon-youjian_:before {
	content: "\e6a6";
}

.icon-chuanzhen:before {
	content: "\e6b4";
}

.icon-shangjiantou:before {
	content: "\e60f";
}

.icon-yuyan:before {
	content: "\e684";
}

.icon-dingbu:before {
	content: "\e62d";
}

.icon-Youtube:before {
	content: "\e880";
}

.icon-liuyanjianyi:before {
	content: "\e62c";
}

.icon-shangchuan:before {
	content: "\e60b";
}

.icon-youjian:before {
	content: "\e624";
}

.icon-yonghu:before {
	content: "\e6b3";
}

.icon-pinterest1:before {
	content: "\f211";
}

.icon-jia1:before {
	content: "\e632";
}

.icon-xiazai:before {
	content: "\e682";
}

.icon-xiangyoujiantou:before {
	content: "\e68b";
}

.icon-xiangyoujiantou-copy:before {
	content: "\f1eb";
}

.icon-guanbi:before {
	content: "\e611";
}

.icon-zuosanjiao:before {
	content: "\e63e";
}

.icon-yousanjiao-copy:before {
	content: "\f1e8";
}

.icon-email-s:before {
	content: "\e65e";
}

.icon-douyin:before {
	content: "\e8db";
}

.icon-location:before {
	content: "\e614";
}

.icon-xinlangweibo:before {
	content: "\e606";
}

.icon-duigou-cu:before {
	content: "\e658";
}

.icon-facebook-fill:before {
	content: "\e88d";
}

.icon-linkedin1:before {
	content: "\f1e7";
}

.icon-weixin:before {
	content: "\e695";
}

.icon-jiantou_xiangzuo_o:before {
	content: "\eb92";
}

.icon-jiantou_xiangyou_o:before {
	content: "\eb94";
}

.icon-twitter-new:before {
	content: "\e7ff";
}

.icon-ditudingwei:before {
	content: "\e625";
}

.icon-phone3:before {
	content: "\e661";
}

.icon-doubleright:before {
	content: "\e7ef";
}

.icon-line:before {
	content: "\e63f";
}

.icon-instagram2:before {
	content: "\e6fc";
}

.icon-rili:before {
	content: "\e8b4";
}

.icon-videoyoutube:before {
	content: "\e7a1";
}

.icon-phone-:before {
	content: "\e638";
}

.icon-earth-full:before {
	content: "\e9ee";
}

.icon-facebook:before {
	content: "\e620";
}

.icon-pinterest:before {
	content: "\e8ab";
}

.icon-linkedin:before {
	content: "\e648";
}

.icon-youtube:before {
	content: "\e6d6";
}

.icon-left:before {
	content: "\e72c";
}

.icon-right:before {
	content: "\e72d";
}

.icon-left1:before {
	content: "\e730";
}

.icon-right1:before {
	content: "\e731";
}

.icon-download:before {
	content: "\e7a0";
}

.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-phone1:before {
	content: "\e7cb";
}

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

.contactUs .getQuote .list .numBox{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.contactUs .getQuote .list .num {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	margin-top: 10px;
	display: inline-block;
}

.contactUs .getQuote .list .num:nth-child(1){
	margin-top: 0;
}


.ourTeam .teamList {
	margin-top: 60px;
	margin-bottom: 56px;
}

.teamList {
	display: flex;
	flex-wrap: wrap;
}

.teamList .item {
	width: 30.94%;
	margin-left: 3.59%;
	margin-top: 62px;
	position: relative;
	overflow: hidden;
}

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

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

.teamList .image {
	margin: 0;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.teamList .msg {
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 44px 36px 44px;
}

.teamList .msg .box{
	transform: translateY(226px);
}

.teamList .item.active .box{
	transform: translateY(0);
}

.teamList .item.active .msg::after{
	opacity: 0;
}

.teamList .item.active .msg::before{
	opacity: 1;
}

.teamList .msg .name {
	margin-bottom: 7px;
}

.teamList .msg .job {
	margin-bottom: 8px;
}


.teamList .item.active .msg .txts{
	opacity: 1;
}

.teamList .msg .txts {
	margin-top: 0px;
	height: 204px;
	padding-right: 5px;
	overflow: auto;
	opacity: 0;
}

.teamList .msg .txts p {
	color: #ffffff;
	text-align: center;
}

.teamList .msg .txts::-webkit-scrollbar {
	width: 2px;
	height: 6px;
	background-color: rgba(255, 255, 255, .1);
	border-radius: 10px;
}

.teamList .msg .txts::-webkit-scrollbar-thumb {
	background-color: #ffffff;
	border-radius: 10px;
}

.teamList .msg .txts::-webkit-scrollbar-track {
	background-color: transparent;
}


.teamList .msg::after,
.teamList .msg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	transition: .4s ease all;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.teamList .msg::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 76.73%, rgba(0, 0, 0, 0.30) 100%);
}

.teamList .msg::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.00) 76.73%, rgba(0, 0, 0, 0.30) 100%);
	opacity: 0;
}


@media screen and (max-width:1860px) {
	.ourTeam .teamList {
		margin-top: 40px;
		margin-bottom: 0;
	}

	.teamList .item {
		width: 32%;
		margin-left: 2%;
		margin-top: 40px;
	}

	.teamList .msg {
		padding: 30px 20px;
	}

	.teamList .msg .txts {
		height: 120px;
	}
}

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

@media screen and (max-width:999px) {
	.teamList .item:nth-child(n) {
		width: 48%;
		margin-left: 0;
		margin-top: 30px;
	}
	
	.teamList .item:nth-child(-n+2) {
		margin-top: 0;
	}

	.teamList {
		justify-content: space-between;
	}
	
	.teamList .msg .txts{
		height: 140px;
	}
	
	.ourTeam .teamList{
		margin-top: 30px;
	}
	
	.teamList .msg .box {
	    transform: translateY(140px);
	}
	
}

@media screen and (max-width:768px) {
	.teamList .msg .txts{
		height: 112px;
	}
	.teamList .msg .box {
	    transform: translateY(120px);
	}
}

@media screen and (max-width:538px) {
	.teamList .msg .txts{
		height: 84px;
	}
	
	.teamList .msg .box {
	    transform: translateY(100px);
	}
}

@media screen and (max-width:450px) {
	.teamList .item:nth-child(n) {
		width: 100%;
		margin-top: 30px;
	}
	.teamList .item:nth-child(1) {
		margin-top: 0;
	}
	
	.teamList .msg{
		padding: 30px 15px;
	}
	.teamList .msg .txts{
		height: 112px;
	}
	
	.teamList .msg .box {
	    transform: translateY(120px);
	}
}