@charset "UTF-8";
@import url("font.css");

:root {
	--hvt-preset--aspect-ratio--square: 1;
	--hvt-preset--aspect-ratio--4-3: 4/3;
	--hvt-preset--aspect-ratio--3-4: 3/4;
	--hvt-preset--aspect-ratio--3-2: 3/2;
	--hvt-preset--aspect-ratio--2-3: 2/3;
	--hvt-preset--aspect-ratio--16-9: 16/9;
	--hvt-preset--aspect-ratio--9-16: 9/16;
	--hvt-preset--color--black: #000;
	--hvt-preset--color--cyan-bluish-gray: #abb8c3;
	--hvt-preset--color--white: #fff;
	--hvt-preset--color--pale-pink: #f78da7;
	--hvt-preset--color--vivid-red: #cf2e2e;
	--hvt-preset--color--luminous-vivid-orange: #ff6900;
	--hvt-preset--color--luminous-vivid-amber: #fcb900;
	--hvt-preset--color--light-green-cyan: #7bdcb5;
	--hvt-preset--color--vivid-green-cyan: #00d084;
	--hvt-preset--color--pale-cyan-blue: #8ed1fc;
	--hvt-preset--color--vivid-cyan-blue: #0693e3;
	--hvt-preset--color--vivid-purple: #9b51e0;
	--hvt-preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
	--hvt-preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
	--hvt-preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
	--hvt-preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
	--hvt-preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
	--hvt-preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
	--hvt-preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
	--hvt-preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
	--hvt-preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
	--hvt-preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
	--hvt-preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
	--hvt-preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
	--hvt-preset--font-size--small: 13px;
	--hvt-preset--font-size--medium: 20px;
	--hvt-preset--font-size--large: 36px;
	--hvt-preset--font-size--x-large: 42px;
	--hvt-preset--spacing--20: 0.44rem;
	--hvt-preset--spacing--30: 0.67rem;
	--hvt-preset--spacing--40: 1rem;
	--hvt-preset--spacing--50: 1.5rem;
	--hvt-preset--spacing--60: 2.25rem;
	--hvt-preset--spacing--70: 3.38rem;
	--hvt-preset--spacing--80: 5.06rem;
	--hvt-preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--hvt-preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--hvt-preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--hvt-preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
	--hvt-preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
	--mb-button-size: 60px;
	--mb-bar-width: 0.6;
	--mb-bar-height: 4px;
	--mb-bar-spacing: 10px;
	--mb-animate-timeout: 0.4s
}
:root :where(.hvt-block-pullquote) {
	font-size: 1.5em;
	line-height: 1.6;
}
:where(.hvt-block-post-template.is-layout-flex) {
	gap: 1.25em;
}
:where(.hvt-block-post-template.is-layout-grid) {
	gap: 1.25em;
}
:where(.hvt-block-columns.is-layout-flex) {
	gap: 2em;
}
:where(.hvt-block-columns.is-layout-grid) {
	gap: 2em;
}
:where(.is-layout-flex) {
	gap: 0.5em;
}
:where(.is-layout-grid) {
	gap: 0.5em;
}
:where(.hvt-block-columns.is-layout-flex) {
	gap: 2em;
}
:where(.hvt-block-columns.is-layout-grid) {
	gap: 2em;
}
:where(.hvt-block-post-template.is-layout-flex) {
	gap: 1.25em;
}
:where(.hvt-block-post-template.is-layout-grid) {
	gap: 1.25em;
}
body .is-layout-flex {
	display: flex;
}
.is-layout-flex {
	flex-wrap: wrap;
	align-items: center;
}
.is-layout-flex > :is(*, div) {
    align-self: flex-start;
	margin: 0;
}
body .is-layout-grid {
	display: grid;
}
.is-layout-grid > :is(*, div) {
	margin: 0;
}
.has-black-color {
	color: var(--hvt-preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
	color: var(--hvt-preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
	color: var(--hvt-preset--color--white) !important;
}
.has-pale-pink-color {
	color: var(--hvt-preset--color--pale-pink) !important;
}
.has-vivid-red-color {
	color: var(--hvt-preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
	color: var(--hvt-preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
	color: var(--hvt-preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
	color: var(--hvt-preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
	color: var(--hvt-preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
	color: var(--hvt-preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
	color: var(--hvt-preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
	color: var(--hvt-preset--color--vivid-purple) !important;
}
.has-black-background-color {
	background-color: var(--hvt-preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
	background-color: var(--hvt-preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
	background-color: var(--hvt-preset--color--white) !important;
}
.has-pale-pink-background-color {
	background-color: var(--hvt-preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
	background-color: var(--hvt-preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
	background-color: var(--hvt-preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color {
	background-color: var(--hvt-preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
	background-color: var(--hvt-preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
	background-color: var(--hvt-preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
	background-color: var(--hvt-preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
	background-color: var(--hvt-preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
	background-color: var(--hvt-preset--color--vivid-purple) !important;
}
.has-black-border-color {
	border-color: var(--hvt-preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
	border-color: var(--hvt-preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
	border-color: var(--hvt-preset--color--white) !important;
}
.has-pale-pink-border-color {
	border-color: var(--hvt-preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
	border-color: var(--hvt-preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
	border-color: var(--hvt-preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
	border-color: var(--hvt-preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
	border-color: var(--hvt-preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
	border-color: var(--hvt-preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
	border-color: var(--hvt-preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
	border-color: var(--hvt-preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
	border-color: var(--hvt-preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--hvt-preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--hvt-preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--hvt-preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--hvt-preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--hvt-preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
	background: var(--hvt-preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
	background: var(--hvt-preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
	background: var(--hvt-preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
	background: var(--hvt-preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
	background: var(--hvt-preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
	background: var(--hvt-preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
	background: var(--hvt-preset--gradient--midnight) !important;
}
.has-small-font-size {
	font-size: var(--hvt-preset--font-size--small) !important;
}
.has-medium-font-size {
	font-size: var(--hvt-preset--font-size--medium) !important;
}
.has-large-font-size {
	font-size: var(--hvt-preset--font-size--large) !important;
}
.has-x-large-font-size {
	font-size: var(--hvt-preset--font-size--x-large) !important;
}
@-webkit-keyframes showhide {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes showhide {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes topbottom {
	0% {
		transform: translateY(0);
		filter: brightness(1.1)
	}
	15% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	45% {
		transform: translateY(.5rem);
		filter: brightness(1.1)
	}
	75% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	100% {
		transform: translateY(0);
		filter: brightness(1)
	}
}
@keyframes topbottom {
	0% {
		transform: translateY(0);
		filter: brightness(1.1)
	}
	15% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	45% {
		transform: translateY(.5rem);
		filter: brightness(1.1)
	}
	75% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	100% {
		transform: translateY(0);
		filter: brightness(1)
	}
}
@-webkit-keyframes width100 {
	from {
		width: 0%
	}
	to {
		width: 100%
	}
}
@keyframes width100 {
	from {
		width: 0%
	}
	to {
		width: 100%
	}
}
@keyframes showhide {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes topbottom {
	0% {
		transform: translateY(0);
		filter: brightness(1.1)
	}
	15% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	45% {
		transform: translateY(.5rem);
		filter: brightness(1.1)
	}
	75% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	100% {
		transform: translateY(0);
		filter: brightness(1)
	}
}
@keyframes width100 {
	from {
		width: 0%
	}
	to {
		width: 100%
	}
}
body {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
	background: #fff;
	--menu_h: 5.5rem;
}
body, html {
	font-family: 'Roboto', 'inter', Tahoma, Arial, sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.625rem;
	color: #666;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth
}
input, select, textarea {
	font-family: 'Roboto', 'inter', Tahoma, Arial, sans-serif;
	font-size: .9rem;
	line-height: 1.625rem;
}
:focus {
	outline: 0
}
h1, h2, h3, h4, p {
	margin: 0
}
ul {
	margin: 0;
	padding: 0
}
li {
	list-style: none;
	margin-bottom: 0;
	vertical-align: middle
}
a {
	text-decoration: none;
	color: #666;
	transition: all .3s ease
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: none !important
}
* {
	box-sizing: border-box
}
iframe {
	vertical-align: top
}
.dn {
	display: none
}
.di {
	display: inline
}
.db {
	display: block
}
.dib {
	display: inline-block
}
.tc {
	text-align: center
}
.tr {
	text-align: right
}
.tl {
	text-align: left
}
.tj {
	text-align: justify
}

@keyframes showhide {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes topbottom {
	0% {
		transform: translateY(0);
		filter: brightness(1.1)
	}
	15% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	45% {
		transform: translateY(.5rem);
		filter: brightness(1.1)
	}
	75% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	100% {
		transform: translateY(0);
		filter: brightness(1)
	}
}
@keyframes width100 {
	from {
		width: 0%
	}
	to {
		width: 100%
	}
}
::selection {
	background: #dcdcdc;
	color: #C7A550
}
::-moz-selection {
	background: #dcdcdc;
	color: #C7A550
}
.xz-container {
	flex: 1
}
.xz-main {
	width: 1300px;
	margin: 0 auto
}
.xz-main .line {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}
.big_main {
	width: 1600px;
	margin: 0 auto
}
@media screen and (max-width:1650px) {
	.xz-main {
		width: auto;
		margin: 0 8%
	}
	.big_main {
		width: auto;
		margin: 0 5%
	}
}
@media screen and (max-width:1366px) {
	html {
		font-size: 15px
	}
}
@media screen and (max-width:1024px) {
	html {
		font-size: 14px
	}
	.xz-main {
		margin: 0 5%
	}
}
@media screen and (max-width:800px) {
	.big_main, .xz-main {
		margin: 0 1.5rem
	}
}
@media screen and (max-width:600px) {
	.big_main, .xz-main {
		margin: 0 1.2rem
	}
}
.xz-ani-up {
	transform: translateY(100px);
	opacity: 0;
	transition: all .5s ease
}
.xz-ani-up.onstage {
	transform: translateY(0);
	opacity: 1
}
.lines_ready .ani-line .inner {
	opacity: 0
}
.ani-line {
	overflow: hidden
}
.active .ani-line .inner {
	-webkit-animation: txt_in 1.8s cubic-bezier(.77, 0, .175, 1) forwards;
	animation: txt_in 1.8s cubic-bezier(.77, 0, .175, 1) forwards;
	-webkit-animation-delay: calc(.15s * var(--line-index));
	animation-delay: calc(.15s * var(--line-index))
}
@-webkit-keyframes txt_in {
	from {
		opacity: 1;
		transform: translateY(100%)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
@keyframes txt_in {
	from {
		opacity: 1;
		transform: translateY(100%)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
@-webkit-keyframes txt_out {
	from {
		opacity: 1;
		transform: translateY(0)
	}
	to {
		opacity: 1;
		transform: translateY(-100%)
	}
}
@keyframes txt_out {
	from {
		opacity: 1;
		transform: translateY(0)
	}
	to {
		opacity: 1;
		transform: translateY(-100%)
	}
}
.xz-btn {
	display: inline-block;
	line-height: 2.5rem;
	padding: 0 2.625rem;
	border: solid 1px #C7A550;
	border-radius: 5rem;
	color: #C7A550;
	background: #fff;
	font-size: .875rem;
	transition: all .3s ease
}
.xz-btn:hover {
	background: #C7A550;
	color: #fff
}
.xz-btn:active {
	transform: scale(.95)
}
.xz-btn.accent {
	background: #C7A550;
	color: #fff
}
.xz-btn.accent:hover {
	background: #C7A550
}
.xz-btn.l {
	line-height: 3.5rem;
	font-size: 1rem;
	text-transform: uppercase;
	padding: 0 3.375rem
}
.mburger {
	background: 0 0;
	border: none;
	border-radius: 0;
	color: inherit;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	height: var(--mb-button-size);
	padding: 0 0 0 var(--mb-button-size);
	margin: 0;
	line-height: var(--mb-button-size);
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer
}
.mburger b {
	display: block;
	position: absolute;
	left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width))/ 2));
	width: calc(var(--mb-button-size) * var(--mb-bar-width));
	height: var(--mb-bar-height);
	border-radius: calc(var(--mb-bar-height)/ 2);
	background: currentColor;
	color: inherit;
	opacity: 1
}
.mburger b:nth-of-type(1) {
	bottom: calc(50% + var(--mb-bar-spacing));
	transition: bottom .2s ease, transform .2s ease, width .2s ease
}
.mburger b:nth-of-type(2) {
	top: calc(50% - (var(--mb-bar-height)/ 2));
	transition: opacity .2s ease
}
.mburger b:nth-of-type(3) {
	top: calc(50% + var(--mb-bar-spacing));
	transition: top .2s ease, transform .2s ease, width .2s ease
}
.mm-ocd-opened .mburger b:nth-of-type(1) {
	bottom: calc(50% - (var(--mb-bar-height)/ 2));
	transform: rotate(45deg)
}
.mm-ocd-opened .mburger b:nth-of-type(2) {
	opacity: 0
}
.mm-ocd-opened .mburger b:nth-of-type(3) {
	top: calc(50% - (var(--mb-bar-height)/ 2));
	transform: rotate(-45deg)
}
.mburger--squeeze b:nth-of-type(1) {
	transition-delay: .1s, 0s
}
.mburger--squeeze b:nth-of-type(2) {
	transition-delay: .1s
}
.mburger--squeeze b:nth-of-type(3) {
	transition-delay: .1s, 0s
}
.mm-ocd-opened .mburger--squeeze b:nth-of-type(1) {
	transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}
.mm-ocd-opened .mburger--squeeze b:nth-of-type(2) {
	transition-delay: calc(var(--mb-animate-timeout) + 0s)
}
.mm-ocd-opened .mburger--squeeze b:nth-of-type(3) {
	transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + .1s)
}
.mfp-hide {
	display: none
}
#popup {
	position: relative;
	width: 80%;
	max-width: 600px;
	border-radius: 8px;
	background: #fff;
	padding: 3rem 3rem 1rem;
	margin: 0 auto;
	z-index: 9999
}
#popup .wpcf7-form-control-wrap {
	flex: 1
}
header {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all .5s ease;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .06)
}
header.min {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .06);
	background: #fff
}
.fp-viewing-0 header.min {
	box-shadow: none;
}
header.myhome_1 {
	position: fixed;
	background: #fff
}
header.myhome_2 {
	position: fixed;
	background: #fff
}
.fp-viewing-0 header.myhome_2 {
	background: 0 0
}
header.myhome_2 .top_info {
	color: #fff
}
header.myhome_2 .top_info .info i, header.myhome_2 .top_info .search_btn i {
	color: #666
}
.fp-viewing-0 header.myhome_2 .top_info .info i, .fp-viewing-0 header.myhome_2 .top_info .search_btn i {
	color: #fff
}
header.myhome_2 .top_info .info i:hover, header.myhome_2 .top_info .search_btn i:hover {
	color: #C7A550
}
header.myhome_2 .top_info .dq:hover {
	color: #C7A550
}
header.myhome_2 .mburger {
	color: #666
}
.fp-viewing-0 header.myhome_2 #menu-main > li > a {
	color: #fff
}
.fp-viewing-1 header.myhome_2 #menu-main > li > a {
	color: #666
}
header.myhome_2 #menu-main > li:hover > a {
	color: #C7A550 !important
}
header.myhome_2 #menu-main > li a:hover {
	color: #C7A550 !important
}
header.myhome_2 #menu-main > li.current-menu-item a {
	color: #C7A550 !important
}
.fp-viewing-0 header.myhome_2 #menu-main > li.current-menu-item a {
	color: #C7A550 !important
}
.fp-viewing-0 #menu-main > li > a::before {
	background-color: #C7A550;
}
header.myhome_2 .menu-language-container a:hover {
	color: #C7A550
}
header.myhome_3 {
	background-color: #222
}
header.myhome_3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .05)
}
header .public_flex_box {
	align-items: center
}
header .public_flex_box .box_r {
	display: flex;
	justify-content: flex-end;
	align-items: center
}
.xz-header-x {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: var(--menu_h)
}
.xz-header-x .top_info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #555;
	height: var(--menu_h);
	line-height: var(--menu_h)
}
.xz-header-x .top_info .search_btn i {
	font-size: 1.2rem;
	color: #555;
	transition: all .3s ease
}
.xz-header-x .top_info .search_btn:hover i {
	color: #C7A550
}
.xz-header-x .top_info .dq {
	position: relative;
	cursor: pointer;
	margin-left: 3.75rem;
	font-size: .875rem
}
.xz-header-x .top_info .dq::before {
	content: "";
	position: absolute;
	left: -1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: .875rem;
	background-color: #ddd
}
.xz-header-x .top_info .dq i {
	margin-right: .5rem;
	font-size: .875rem
}
.xz-header-x .top_info .dq:hover {
	color: #C7A550
}
.menu-language-container {
	left: 50% !important;
	transform: translateX(-50%);
	min-width: 100% !important;
	padding: .75rem .75rem 1rem !important;
	min-width: auto !important
}
.menu-language-container a {
	padding: 0 1rem
}
.menu-main-container {
	flex: none;
	margin: 0 3.75rem
}
.xz-logo-a {
	position: relative;
	transition: all .3s ease;
	max-height: 5rem
}
.xz-logo-a img {
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	vertical-align: top;
	transition: all .5s ease
}
.xz-logo-a:hover img {
	transform: scale(.95)
}
.xz-logo-a:active img {
	transform: scale(.9)
}
.xz-logo {
	transition: all .3s ease;
	display: block;
	height: 4rem;
	-o-object-fit: contain;
	object-fit: contain
}
.xz-logo.xz-logo-1 {
	display: block
}
.xz-logo.xz-logo-2 {
	display: none
}
.fp-viewing-0 .xz-logo.xz-logo-1,
.fp-viewing-1 .xz-logo.xz-logo-2 {
	display: none;
}
.fp-viewing-0 .xz-logo.xz-logo-2,
.fp-viewing-1 .xz-logo.xz-logo-1 {
	display: block;
}
#menu-top {
	display: flex;
	justify-content: flex-end;
	align-items: center
}
#menu-main {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	transition: all .3s ease;
	letter-spacing: 0
}
#menu-main > li {
	position: relative;
	height: var(--menu_h);
	display: flex;
	align-items: center
}
#menu-main > li:not(:first-child) {
	margin-left: 3.75rem
}
#menu-main > li > a {
    font-family: 'Oswald', 'Roboto Condensed';
	color: #333;
	display: block;
	line-height: var(--menu_h);
	position: relative;
	font-size: 1.35rem;
	letter-spacing: 0.5px;
}
#menu-main > li.current > a {
    font-weight: 500;
	color: #C7A550;
}
#menu-main > li > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #C7A550;
	transform: scale(0);
	transition: all .3s ease
}
.myhome #menu-main > li > a {
	color: #fff
}
#menu-main > li > a:hover {
	color: #C7A550
}
#menu-main > li > a:hover::before {
	transform: scale(1)
}
#menu-main > li.current-menu-ancestor > a, #menu-main > li.current-menu-item > a, #menu-main > li.current-menu-parent > a, #menu-main > li:hover > a {
	color: #C7A550 !important
}
#menu-main > li.current-menu-ancestor > a::before, #menu-main > li.current-menu-item > a::before, #menu-main > li.current-menu-parent > a::before, #menu-main > li:hover > a::before {
	transform: scale(1)
}
#menu-main .sub-menu, .menu-language-container {
	position: absolute;
	display: none;
	top: var(--menu_h);
	left: 0;
	padding: 0;
	background: #fff;
	box-shadow: 0 .5rem 1.5625rem -.5rem rgba(0, 0, 0, .2);
	border-radius: 2px;
	transition: box-shadow .3s ease;
	min-width: 100%
}
#menu-main .sub-menu li {
	padding: .5rem 2rem;
}
#menu-main .sub-menu li:first-child {
	padding: 1rem 2rem 0;
}
#menu-main .sub-menu li:last-child {
	padding: 0 2rem 1rem;
}
.min #menu-main .sub-menu, .min .menu-language-container {
	box-shadow: 0 .5rem 1.5625rem -.75rem rgba(0, 0, 0, .2), inset 0 .75rem 1rem -1rem rgba(0, 0, 0, .35);
	border-radius: 0 0 2px 2px
}
#menu-main .sub-menu a, .menu-language-container a {
	color: #222;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 2rem;
	transition: all .3s ease
}
#menu-main .sub-menu a:hover, .menu-language-container a:hover {
	color: #C7A550
}
#menu-main .sub-menu .sub-menu, .menu-language-container .sub-menu {
	display: none
}
.search_icon {
	font-size: .75rem;
	line-height: var(--menu_h);
	padding: 0 1.25rem;
	color: #b3b3b3;
	margin-left: 1.75rem;
	cursor: pointer
}
.xf_box {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background-color: #fff
}
#searchform {
	display: none;
	position: fixed;
	top: 200px;
	left: 50%;
	transform: translate(-50%);
	width: 800px;
	max-width: 100%;
	height: 3.5rem;
	line-height: 3.5rem;
	overflow: hidden
}
#searchform .xz-searchform-input {
	width: 100%;
	height: 100%;
	font-size: 1.125rem;
	padding: .1rem 4rem 0 1rem;
	border: 1px solid #C7A550;
	background-color: #fff
}
#searchform .xz-searchform-submit {
	position: absolute;
	right: 0;
	top: 1px;
	width: 3.5rem;
	height: 100%;
	background-color: #C7A550;
	color: #fff;
	border: 1px solid #C7A550;
	font-size: 1.5rem;
	transition: all .5s ease;
	cursor: pointer
}
#searchform .xz-searchform-submit:hover {
	filter: brightness(1.1)
}
#searchform .mfp-close {
	display: none
}
.top_contact {
	border: 1px solid #666;
	height: 2.5rem;
	line-height: 2.5rem;
	border-radius: 1.75rem;
	white-space: nowrap;
	padding: 0 1.875rem;
	color: #666;
	font-weight: 400;
	margin-left: 1.25rem
}
.top_contact:hover {
	color: #fff;
	background-color: #C7A550;
	border-color: #C7A550
}
.top_contact:active {
	transform: scale(.95)
}
.mburger {
	--mb-button-size: 2.5rem;
	--mb-bar-spacing: 5px;
	--mb-bar-height: 3px;
	display: none;
	color: #666
}
.min .mburger {
	color: #666
}
.mh-sticky.mh-unpinned {
	transform: translate3d(0, -120%, 0)
}
.breadcrumbs-x {
	font-size: .912rem;
	line-height: 1.5rem;
	padding: 1.25rem 0
}
.breadcrumbs-x i {
	color: #fff;
	display: inline-block;
	margin-right: .3125rem
}
.breadcrumbs-x .xz-main {
	display: flex;
	align-items: center
}
#breadcrumbs {
	color: rgba(255, 255, 255, .9);
	flex: 1;
	margin: 0
}
#breadcrumbs a {
	color: rgba(255, 255, 255, .9);
	margin: 0 .25rem;
	transition: all .3s ease;
	display: inline-block;
	text-transform: capitalize
}
#breadcrumbs a:hover {
	color: #fff
}
#breadcrumbs .breadcrumb_last {
	text-transform: none;
	display: inline-block;
	margin: 0 .25rem;
	color: #fff;
	vertical-align: top;
	text-transform: capitalize
}
.detail_breadcrumb {
	background-color: #f8f8f8;
    margin-top: var(--menu_h);
}
.detail_breadcrumb i {
	color: #C7A550
}
.detail_breadcrumb #breadcrumbs {
	color: #999
}
.detail_breadcrumb #breadcrumbs a {
	color: #999
}
.detail_breadcrumb #breadcrumbs a:hover {
	color: #C7A550
}
.detail_breadcrumb #breadcrumbs .breadcrumb_last {
	color: #666
}
.toppic {
	position: relative;
	margin-top: 5.5rem;
}
.toppic_pic {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: top;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none
}
.toppic_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2)
}
.toppic_content > .xz-main {
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #fff
}
.toppic_content .breadcrumbs-x {
	position: absolute;
    top: 60%;
    width: 100%;
    text-align: center;
    letter-spacing: 0.5px;
}
.toppic_tit {
 	font-family: 'Oswald', 'Roboto Condensed';
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 5rem;
}
#fullpage {
	background-color: #fff
}
#fullpage .fp-tableCell {
	padding: var(--menu_h) 0 0
}
#fullpage .section {
	min-height: 100vh;
	overflow: hidden
}
#fullpage .section .index_tit {
	color: #fff;
	position: relative;
	padding-left: 2.25rem;
	text-transform: uppercase
}
#fullpage .section .index_tit ::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5%;
	width: .375rem;
	height: 90%;
	background-color: #C7A550
}
#fullpage .section .index_tit::after {
	content: "\e66a";
	font-family: iconfont;
	position: absolute;
	left: 1.25rem;
	top: 0;
	height: 100%;
	font-size: 3rem;
	color: #ddd;
	opacity: .12
}
.home_title {
    width: 70%;
    font-family: 'Inter';
	font-size: 1.1rem;
	letter-spacing: 0.3px;
	line-height: 1.6;
	color: #fff;
	background: rgb(0, 0, 0, 0.35);
	padding: 3rem;
}
.home_title p {
    font-weight: 300;
	padding-bottom: 2rem;
}
.home_title h3 {
    padding-bottom: .7rem;
}
.home_page_1 .fp-tableCell {
	padding: 0 !important
}
.home_page_1 .big_main {
	position: relative;
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center
}
.home_page_1 .box {
	max-width: 1092px;
	width: 68%;
	padding-bottom: 2.604vw
}
.home_page_1 .box .home_title {
	opacity: 0;
	transition: all 1.5s ease
}
.home_page_1 .box .home_title.show {
	opacity: 1
}
.home_page_2 {
	background: url("../img/home_page_bg_2.png") no-repeat;
}
.home_page_2 .box {
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 2rem 0 8.125rem
}
.home_page_2 .top_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.75rem
}
.home_page_2 .top_box .btn_box {
	display: flex;
	justify-content: flex-end
}
.home_page_2 .top_box .btn_box .index_btn {
	margin-left: 1.25rem
}
.home_page_2 .top_box .btn_box .index_btn:first-of-type {
	background-color: #fff;
	border-color: #fff;
	color: #555
}
.home_page_2 .top_box .btn_box .index_btn:first-of-type:hover {
	background-color: #C7A550;
	border-color: #C7A550;
	color: #fff
}
.home_page_2 .xz-pro-ul {
	width: calc(100% + 1.25rem);
	margin-left: -.625rem
}
.home_page_2 .xz-pro-ul .xz_loop_pro {
    border-radius: 10px;
    overflow: hidden;
	background: #fff;
	margin: 0 1rem;
}
.home_page_2 .xz-pro-ul .xz_loop_pro .img_box {
	padding: 5%;
}
.home_page_2 .xz-pro-ul .xz_loop_pro .tit {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
	height: 4rem;
    line-height: 4rem;
    background: #eaeaea;
}
.home_page_2 .slick-arrow {
	top: calc(100% + 4rem);
	left: 50%;
	background-color: #fff;
	border: 1px solid #eaeaea;
	color: #999;
	width: 4rem;
	height: 4rem;
	border-radius: 100%;
	transform: translateX(-100%);
	margin-left: -7.5rem
}
.home_page_2 .slick-arrow::after {
	display: none
}
.home_page_2 .slick-arrow i {
	font-size: 1.5rem
}
.home_page_2 .slick-arrow.slick-next {
	left: 50%;
	transform: translateX(100%);
	margin-left: 3.5rem
}
.home_page_2 .slick-arrow:hover {
	color: #C7A550;
	background-color: #fff
}
.home_page_2 .slick-dots {
	position: absolute;
	top: calc(100% + 5.625rem);
	left: 50%;
	transform: translateX(-50%)
}
.home_page_2 .slick-dots li button::before {
	background-color: transparent;
	border: 1px solid #fff
}
.home_page_2 .slick-dots li.slick-active button::before {
	background-color: #C7A550;
	border-color: #C7A550
}	
.home_page_3 {
	background: #f8f8f8 url("../img/home_page_bg_3.png") no-repeat;
}
.home_page_3 .box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 5.2vw 0 0
}
.home_page_3 .box .img_box {
	width: 50%;
	display: block;
	overflow: hidden
}
.home_page_3 .box .img_box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .5s ease
}
.home_page_3 .box .img_box:hover img {
	transform: scale(1.05)
}
.home_page_3 .box .img_box.my_video {
	position: relative
}
.home_page_3 .box .img_box.my_video::before {
	content: "\e602";
	font-family: iconfont;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 1.5rem;
	width: 4.375rem;
	height: 4.375rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: .125rem solid rgba(255, 255, 255, .7);
	background-color: rgba(0, 0, 0, .2);
	transform: translateX(-50%) translateY(-50%);
	transition: all .3s ease;
	z-index: 3
}
.home_page_3 .box .img_box.my_video:hover::before {
	background-color: rgb(0,0,0,0.2);
	color: #C7A550
}
.home_page_3 .box .right_box {
	width: 45%
}
.home_page_3 .box .right_box .index_tit {
	background: url("../img/home_about_i.png") left no-repeat;
	background-size: contain;
	color: #222 !important;
	margin-bottom: 1.875rem
}
.home_page_3 .box .right_box p {
    font-size: 1.05rem;
	line-height: 1.9;
    padding-top: 1rem;
    margin-bottom: 2.5rem;
}
.home_page_3 .box .right_box p strong {
	color: #222
}
.home_page_3 .box .right_box .index_btn {
	width: 15rem
}
.home_page_3 .about_num_box {
	margin-top: 3.4375rem;
	padding-bottom: 5.2vw
}
.home_page_3 .about_num_box ul li {
	flex: 1;
	font-size: 14px;
	padding: 1.5rem .5rem 1.5rem 9rem;
	background-color: #fff !important
}
.home_page_3 .about_num_box ul li:nth-child(2n) {
	background-color: rgba(255, 255, 255, .5) !important
}
.home_page_3 .about_num_box ul li::before {
	top: 1.5rem;
	left: 2.5rem
}
.home_page_4 {
	position: relative;
	color: #fff;
	background: url("../img/home_page_bg_4.jpg") no-repeat;
}
.home_page_4 .box {
	display: flex;
	justify-content: space-between;
	padding: 5.2vw 0
}
.home_page_4 .box .left_box {
	width: 25%;
	min-width: 380px
}
.home_page_4 .box .left_box .index_tit::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5%;
	height: 90%;
	width: .375rem;
	background-color: #C7A550
}
.home_page_4 .box .left_box .index_tit::after {
	content: "\e60c"
}
.home_page_4 .box .left_box .intro {
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.6px;
	margin: 2.5rem 0 1.875rem;
}
.home_page_4 .box .left_box p {
	margin-bottom: 1.25rem
}
.home_page_4 .box .left_box .index_btn {
	margin-top: 1.875rem;
	width: 15rem
}
.home_page_4 .box .list_box {
	width: 70%;
	max-width: calc(100% - 420px)
}
.home_page_4 .box .list_box ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 2.604vw
}
.home_page_4 .box .list_box li {
	position: relative;
	overflow: hidden
}
.home_page_4 .box .list_box li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .5s ease
}
.home_page_4 .box .list_box li:hover img {
	transform: scale(1.05)
}
.home_page_4 .box .list_box li::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: .25rem;
	height: 1.875rem;
	background-color: #C7A550;
	transform: translateX(-50%);
	z-index: 2
}
.home_page_4 .box .list_box li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.home_page_4 .box .list_box li strong {
	display: block;
	width: 100%;
	font-size: 1.125rem;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 5rem 1rem 2.5rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
	z-index: 2;
}
.home_page_5 {
	background: url("../img/home_page_bg_5.png") no-repeat;
}
.home_page_5 .index_tit {
	background: url("../img/home_about_i.png") left no-repeat;
	background-size: contain;
	color: #222 !important
}
.home_page_5 .top_box {
	display: flex;
	justify-content: space-between;
	padding-top: 4.16vw;
	margin-bottom: 3.125rem
}
.home_page_5 .top_box .btn_box {
	display: flex;
	justify-content: flex-end
}
.home_page_5 .top_box .btn_box .index_btn {
	margin-left: 1.25rem;
	color: #555;
	border-color: #eaeaea
}
.home_page_5 .top_box .btn_box .index_btn:hover {
	border-color: #C7A550uizhaod;
	color: #fff
}
.home_page_5 .home_news {
	display: grid;
	grid-template-columns: 1fr 1.3fr;
	grid-gap: 1.5rem 2vw;
	padding-bottom: 7vw
}
.home_page_5 .home_news .left_box {
	grid-row-start: 1;
	grid-row-end: 4
}
.home_page_5 .home_news .left_box .img_box {
	display: block;
	border: 1px solid #eaeaea;
	-webkit-box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
    box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
	overflow: hidden;
}
.home_page_5 .home_news .left_box .img_box img {
	width: 100%;
	aspect-ratio: 3 / 2;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .5s ease
}
.home_page_5 .home_news .left_box .img_box:hover img {
	transform: scale(1.05)
}
.home_page_5 .home_news .left_box .date {
	line-height: 1.5rem;
	margin: 1.875rem 0 .625rem;
	color: #999;
}
.home_page_5 .home_news .left_box .h4_title {
	display: block
}
.home_page_5 .home_news .left_box .index_btn {
	width: 15rem;
	margin-top: 1.875rem
}
.home_page_5 .home_news .list {
	display: flex;
	align-items: center;
	padding: 2vw 3vw 2vw 1.5rem;
	border: 1px solid #eaeaea;
	background: url("../img/home_about_i.png") right bottom no-repeat;
	background-color: #fff;
	-webkit-box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
    box-shadow: 6px 6px 0 rgb(0 0 0 / 1%);
}
.home_page_5 .home_news .list:hover .date,
.home_page_5 .home_news .list:hover .tit {
	color: #C7A550;
}
.home_page_5 .home_news .list .date {
	color: #999;
	width: 7.2rem;
	flex: none;
	display: flex;
	flex-flow: column;
	align-items: flex-end;
	padding-right: 2rem
}
.home_page_5 .home_news .list .date .y {
 	font-family: 'Oswald', 'Roboto Condensed';
	line-height: 1.5rem;
}
.home_page_5 .home_news .list .date .m_d {
 	font-family: 'Oswald', 'Roboto Condensed';
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 2rem;
}
.home_page_5 .home_news .list .tit {
    font-family: 'Oswald', 'Roboto Condensed';
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 1rem
}
.home_page_5 .home_news .list .intro {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: .875rem;
	line-height: 1.5rem;
	color: #8a8a8a
}
.home_page_6 {
	background-color: #222
}
.home-video-show {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}
.home-video-show video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}
.home-video-show:after {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .25)
}
@keyframes showhide {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes topbottom {
	0% {
		transform: translateY(0);
		filter: brightness(1.1)
	}
	15% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	45% {
		transform: translateY(.5rem);
		filter: brightness(1.1)
	}
	75% {
		transform: translateY(-.5rem);
		filter: brightness(1.1)
	}
	100% {
		transform: translateY(0);
		filter: brightness(1)
	}
}
@keyframes width100 {
	from {
		width: 0%
	}
	to {
		width: 100%
	}
}
@media screen and (max-width:1580px) {
	#menu-main > li:not(:first-child) {
		margin-left: 2.5rem
	}
	.xz-logo-a {
		max-height: 4rem
	}
	.xz-logo {
		height: 4rem
	}
	.xz-header-x .top_info .dq {
		margin-left: 3rem
	}
	.xz-header-x .top_info .dq::before {
		left: -1.5rem
	}
}
@media screen and (max-width:1366px) {
	body {
		--menu_h: 6.25rem
	}
	#menu-main > li a {
		font-size: 1.2rem
	}
	#menu-main > li a::before {
		bottom: 1.875rem
	}
	.xz-logo-a {
		max-height: 3.5rem
	}
	.xz-logo {
		height: 3.5rem
	}
}
@media screen and (max-width:1200px) {
	body {
		--menu_h: 5rem
	}
	.xz-logo-a {
		max-height: 3rem
	}
	.xz-logo {
		height: 3rem
	}
	.menu-main-container {
		margin: 0 2.25rem
	}
	#menu-main > li:not(:first-child) {
		margin-left: 2.25rem
	}
	#menu-main > li a::before {
		bottom: 1.5rem
	}
	.xz-header-x .top_info .dq {
		margin-left: 2.5rem
	}
	.xz-header-x .top_info .dq::before {
		left: -1.25rem
	}
}
@media screen and (max-width:1024px) {
	header {
		position: sticky !important;
		background-color: #fff !important
	}
	header::before {
		display: none
	}
	header .search_btn i {
		color: #555 !important
	}
	.breadcrumbs-x, .detail_breadcrumb {
		display: none
	}
	.xz-header-x .top_info .dq {
		display: none
	}
	.xz-header-x .top_info .search_btn i {
		font-size: 1.25rem
	}
	.mburger {
		display: block;
		margin-left: -.35rem
	}
	.xz-logo-a {
		margin-right: auto;
		margin-left: auto
	}
	.menu-main-container {
		margin: 0;
		flex: none;
		width: 0;
		padding: 0
	}
	#menu-main {
		display: block;
		overflow-y: auto;
		overflow-x: hidden;
		padding-top: 10%;
		position: fixed;
		width: 60%;
		padding: 4rem 2rem;
		box-sizing: border-box;
		transform: translateX(-140%);
		height: calc(100vh + 6rem);
		top: 0;
		left: 0;
		transition: all .4s;
		background: #fff;
		box-shadow: 0 .5rem 1.5625rem -.5rem rgba(0, 0, 0, .2);
		z-index: 999;
		--menu_gap: 0
	}
	#menu-main.show {
		transform: translateX(0)
	}
	.mh-unpinned #menu-main {
		padding-top: 8rem
	}
	#menu-main > li > a {
		color: #666 !important;
		width: 100%;
		font-size: 1.3rem;
		line-height: 3rem;
		padding: 0;
		border: none
	}
	#menu-main > li > a::before {
		display: none
	}
	#menu-main > li.current-menu-ancestor > a, #menu-main > li.current-menu-item > a, #menu-main > li.current-menu-parent > a, #menu-main > li:hover > a {
		color: #C7A550 !important
	}
	#menu-main > li {
		height: auto;
		position: static;
		display: block;
		margin-left: 0 !important
	}
	#menu-main > li:after {
		content: none
	}
	#menu-main > li > .sub-menu {
		position: static;
		box-shadow: none !important;
		padding: 0;
		background: 0 0 !important;
		transform: translate(0, 0)
	}
	#menu-main > li > .sub-menu .current-menu-item a {
		color: #C7A550
	}
	#menu-main > li > .sub-menu:before {
		content: none
	}
	#menu-main > li > .sub-menu a {
		padding: 0;
		background: #fff !important;
		line-height: 1.5rem;
		margin-bottom: .5rem;
		white-space: normal
	}
	#menu-main > li > .sub-menu a:after {
		content: none
	}
	#menu-main > li > .sub-menu .sub-menu {
		display: none !important
	}
	#menu-main .current-menu-ancestor .sub-menu, #menu-main .current-menu-item .sub-menu {
		display: block
	}
	#searchform {
		width: calc(100% - 6rem)
	}
}
@media screen and (max-width:800px) {
	.xz-logo {
		max-width: 10rem
	}
	#searchform {
		width: 60%
	}
}
@media screen and (max-width:600px) {
	#searchform {
		width: calc(100% - 3rem)
	}
	body {
		--menu_h: 4rem
	}
	.xz-logo {
		height: 2.5rem
	}
	#popup {
		width: 100%;
		padding: 2rem 2rem 1rem;
	}
	#popup .xz-form-x {
		padding: 2.5rem 1.5rem
	}
}
@media screen and (max-width:1440px) {
	.home_page_3 .box {
		padding: 3rem 0 0
	}
	.home_page_3 .box .img_box.my_video::before {
		width: 4rem;
		height: 4rem
	}
	.home_page_3 .about_num_box {
		margin-top: 3rem;
		padding-bottom: 5.2vw
	}
	.home_page_3 .about_num_box ul li {
		padding: 1.25rem .5rem 1.25rem 7rem
	}
	.home_page_3 .about_num_box ul li::before {
		top: 1.5rem;
		left: 1.5rem;
		width: 4rem;
		height: 4rem
	}
}
@media screen and (max-width:1366px) {
	.home_title {
		font-size: 1.1rem;
		line-height: 1.6;
		width: 60%;
	}
	#fullpage .section .index_tit {
		padding-left: 2rem
	}
	#fullpage .section .index_tit::after {
		left: .625rem
	}
	.home_page_1 .box {
		padding-bottom: 2rem
	}
	.home_page_2 .box {
		padding: 2rem 0 8.125rem
	}
	.home_page_2 .top_box {
		margin-bottom: 2.5rem
	}
	.home_page_2 .top_box .btn_box .index_btn {
		margin-left: 1rem
	}
	.home_page_2 .xz-case-ul {
		width: calc(100% + 1rem);
		margin-left: -.5rem
	}
	.home_page_2 .xz-case-ul .xz_loop_case {
		margin: 0 .5rem
	}
	.home_page_2 .xz-case-ul .xz_loop_case .tit {
		height: 2.75rem
	}
	.home_page_2 .slick-arrow {
		top: calc(100% + 2.875rem);
		width: 4rem;
		height: 4rem
	}
	.home_page_2 .slick-arrow.slick-prev {
        margin-left: -6.6rem;
	}
	.home_page_2 .slick-arrow.slick-next {
		margin-left: 2.875rem;
	}
	.home_page_2 .slick-dots {
		top: calc(100% + 4.5rem)
	}
	.home_page_3 .box {
		padding: 3rem 0 0
	}
	.home_page_3 .box .img_box.my_video::before {
		width: 3.5rem;
		height: 3.5rem
	}
	.home_page_3 .box .right_box .index_tit {
		margin-bottom: 1.5rem
	}
	.home_page_3 .box .right_box p {
		margin-bottom: 1rem
	}
	.home_page_3 .box .right_box .index_btn {
		width: 12rem
	}
	.home_page_3 .about_num_box {
		margin-top: 2.5rem;
		padding-bottom: 3rem
	}
	.home_page_3 .about_num_box ul {
		flex-wrap: wrap
	}
	.home_page_3 .about_num_box ul li {
		flex: none;
		width: 50%
	}
	.home_page_3 .about_num_box ul li:nth-child(3) {
		background-color: rgba(255, 255, 255, .5) !important
	}
	.home_page_3 .about_num_box ul li:last-of-type {
		background-color: #fff !important
	}
	.home_page_3 .about_num_box ul li::before {
		width: 3.5rem;
		height: 3.5rem
	}
	.home_page_4 .box {
		padding: 3remw 0
	}
	.home_page_4 .box .left_box {
		min-width: 370px
	}
	.home_page_4 .box .left_box .intro {
		margin: 1.5rem 0 1rem
	}
	.home_page_4 .box .left_box p {
		margin-bottom: 1rem
	}
	.home_page_4 .box .left_box .index_btn {
		margin-top: 1.5rem;
		width: 12rem
	}
	.home_page_4 .box .list_box {
		max-width: calc(100% - 410px)
	}
	.home_page_4 .box .list_box ul {
		grid-gap: 1rem
	}
	.home_page_4 .box .list_box li::before {
		width: .25rem;
		height: 1.5rem
	}
	.home_page_4 .box .list_box li strong {
		font-size: 1rem;
		padding: 4rem 1rem 2rem
	}
	.home_page_5 .top_box {
		padding-top: 3rem;
		margin-bottom: 2.5rem
	}
	.home_page_5 .top_box .btn_box .index_btn {
		margin-left: 1rem
	}
	.home_page_5 .home_news {
		grid-gap: 1rem 1.5rem;
		padding-bottom: 3rem
	}
	.home_page_5 .home_news .left_box .date {
		line-height: 1.5rem;
		margin: 1.5rem 0 .5rem
	}
	.home_page_5 .home_news .left_box .index_btn {
		width: 12rem;
		margin-top: 1.5rem
	}
	.home_page_5 .home_news .list {
		padding: 1.5rem 2.5rem 1.5rem 1.5rem
	}
	.home_page_5 .home_news .list .date {
		width: 5rem;
		padding-right: 2rem
	}
	.home_page_5 .home_news .list .date .m_d {
		font-size: 1.25rem;
		line-height: 1.75rem
	}
	.home_page_5 .home_news .list .tit {
		font-size: 1rem;
		line-height: 1.375rem;
		margin-bottom: .625rem
	}
	.home_page_5 .home_news .list .intro {
		line-height: 1.25rem
	}
}
@media screen and (max-width:1024px) {
	.home_title {
		font-size: 2.25rem;
		line-height: 3rem
	}
	#fullpage .fp-tableCell {
		height: auto !important;
		padding: 0
	}
	#fullpage .section {
		min-height: auto;
		height: auto !important
	}
	#fullpage .section .index_tit {
		padding-left: 2rem
	}
	#fullpage .section .index_tit::after {
		left: .625rem
	}
	.home_page_1 {
		min-height: 36rem !important
	}
	.home_page_1 .box {
		width: 80%;
		padding-bottom: 0
	}
	.home_page_2 .box {
		padding: 4rem 0 8.5rem
	}
	.home_page_2 .top_box {
		margin-bottom: 2rem
	}
	.home_page_2 .top_box .btn_box .index_btn {
		margin-left: .625rem
	}
	.home_page_2 .slick-arrow {
		width: 3rem;
		height: 3rem
	}
	.home_page_2 .slick-arrow.slick-next {
		margin-left: .5rem
	}
	.home_page_2 .slick-dots {
		top: calc(100% + 3.5rem)
	}
	.home_page_3 .box {
		padding: 3.5rem 0 0;
		flex-flow: column;
		max-width: 800px;
		margin: 0 auto
	}
	.home_page_3 .box .img_box {
		width: 100%
	}
	.home_page_3 .box .img_box.my_video::before {
		width: 3.5rem;
		height: 3.5rem
	}
	.home_page_3 .box .right_box {
		width: 100%;
		margin-top: 2rem
	}
	.home_page_3 .box .right_box p {
		margin-bottom: .5rem
	}
	.home_page_3 .box .right_box .index_btn {
		width: 11rem;
		margin-top: 1.5rem
	}
	.home_page_3 .about_num_box {
		margin-top: 3rem;
		padding-bottom: 3.5rem
	}
	.home_page_4 .box {
		padding: 3.5rem 0;
		flex-flow: column
	}
	.home_page_4 .box .left_box {
		width: 100%;
		min-width: auto
	}
	.home_page_4 .box .left_box p {
		margin-bottom: .5rem
	}
	.home_page_4 .box .left_box .index_btn {
		width: 11rem
	}
	.home_page_4 .box .list_box {
		max-width: 100%;
		width: 100%;
		margin-top: 3rem
	}
	.home_page_4 .box .list_box ul {
		grid-gap: 1rem
	}
	.home_page_5 .top_box {
		padding-top: 3.5rem;
		margin-bottom: 2.5rem
	}
	.home_page_5 .top_box .btn_box .index_btn {
		margin-left: .625rem
	}
}
@media screen and (max-width:800px) {
	.home_title {
		font-size: 2rem;
		line-height: 2.5rem
	}
	#fullpage .section .index_tit {
		padding-left: 6rem
	}
	#fullpage .section .index_tit::after {
		font-size: 1rem;
		left: 1rem;
	}
	.home_page_1 {
		min-height: 26rem !important
	}
	.home_page_2 .box {
		padding: 3rem 0 8rem
	}
	.home_page_2 .top_box {
		margin-bottom: 2rem;
		flex-flow: column
	}
	.home_page_2 .top_box .btn_box {
		justify-content: flex-start;
		margin-top: 1.5rem
	}
	.home_page_2 .top_box .btn_box .index_btn {
		margin-right: .625rem;
		margin-left: 0
	}
	.home_page_3 .box {
		padding: 3rem 0 0
	}
	.home_page_3 .box .img_box.my_video::before {
		width: 3rem;
		height: 3rem
	}
	.home_page_3 .about_num_box {
		margin-top: 2.5rem;
		padding-bottom: 2rem
	}
	.home_page_4 .box {
		padding: 3rem 0
	}
	.home_page_4 .box .list_box {
		margin-top: 2.5rem
	}
	.home_page_5 .top_box {
		padding-top: 3rem;
		margin-bottom: 2rem;
		flex-flow: column
	}
	.home_page_5 .top_box .btn_box {
		justify-content: flex-start;
		margin-top: 1.5rem
	}
	.home_page_5 .top_box .btn_box .index_btn {
		margin-left: 0;
		margin-right: .625rem
	}
	.home_page_5 .home_news {
		grid-template-columns: 1fr;
		grid-gap: 1rem;
		padding-bottom: 2.5rem
	}
	.home_page_5 .home_news .left_box {
		margin-bottom: 1rem
	}
	.home_page_5 .home_news .left_box .date {
		line-height: 1.5rem;
		margin: 1.25rem 0 .75rem
	}
	.home_page_5 .home_news .left_box .index_btn {
		width: 12rem;
		margin-top: 1.5rem
	}
	.home_page_5 .home_news .list {
		padding: 1rem
	}
	.home_page_5 .home_news .list .date {
		width: 5rem;
		padding-right: 1.25rem
	}
	.home_page_5 .home_news .list .date .m_d {
		font-size: 1.125rem;
		line-height: 1.5rem
	}
	.home_page_5 .home_news .list .tit {
		margin-bottom: .5rem
	}
}
@media screen and (max-width:600px) {
	.home_page_2 .xz-case-ul .xz_loop_case .tit {
		height: 2.5rem
	}
	.home_title {
		font-size: 1.875rem;
		line-height: 2.25rem
	}
	.home_page_1 {
		min-height: 24rem !important
	}
	.home_page_1 .box {
		width: 100%
	}
	.home_page_2 .box {
		padding: 2.5rem 0 8rem
	}
}
@media screen and (max-width:500px) {
	.home_title {
		font-size: .9rem;
		line-height: 1.4;
		width: 100%;
		padding: 1.2rem;
	}
	.home_title p {
        padding-bottom: 1.2rem;
	}
	.index_btn.vlayer {
        line-height: 2.3rem;
        margin: 0 auto;
	}
	.home_page_1 {
		min-height: 18rem !important
	}
	.home_page_2 .box {
		padding: 2.5rem 0 7.5rem
	}
	.home_page_2 .slick-arrow {
	    width: 2rem;
        height: 2rem;
		top: calc(100% + 2rem)
	}
	.home_page_2 .slick-dots {
		top: calc(100% + 2.62rem)
	}
	.slick-dots li {
        margin: 0 .4rem !important;
    }
	.slick-dots li button {
        width: 8px !important;
        height: 8px !important;
	}
	.home_page_3 .box {
		padding: 1.6rem 0 0
	}
	.home_page_3 .about_num_box {
		margin-top: 2.5rem
	}
	.home_page_3 .about_num_box ul li {
		width: 100%
	}
	.home_page_3 .about_num_box ul li:nth-child(3) {
		background-color: #fff !important
	}
	.home_page_3 .about_num_box ul li:last-of-type {
		background-color: rgba(255, 255, 255, .5) !important
	}
	.home_page_4 .box {
		padding: 2.5rem 0
	}
	.home_page_4 .box .list_box li strong {
		font-size: .875rem;
		line-height: 1.25rem;
		padding: 2rem .5rem
	}
	.home_page_5 .top_box {
		padding-top: 2.5rem
	}
}
.hvt-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em
}
.hvt-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none
}

#translate {
	width: 150px;
    margin-left: 30px;
    margin-right: 3px;
    cursor: pointer;
    z-index: 999;
}
.fp-viewing-0 #translate > .translateSelectLanguage {
    color: #fff;
    background: none;
    font-size: 15px;
    padding: 6px 10px;
    border: 1px solid #eee;
    border-radius: 3px;
}
.fp-viewing-0 #translate > .translateSelectLanguage option {
    color: #333;
}
#translate > .translateSelectLanguage {
    color: #333;
    background: #fff;
    font-size: 15px;
    padding: 6px 10px;
    border: 1px solid #cecece;
    border-radius: 3px;
}