body,
html {
	width: 100%
}

input::-ms-clear,
input::-ms-reveal {
	display: none
}

*,
:after,
:before {
	box-sizing: inherit
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
	width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

body {
	margin: 0;
	color: #555;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft YaHei, Segoe UI, Hiragino Sans GB, Helvetica Neue, Arial, Helvetica, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-variant: tabular-nums;
	font-weight: 400;
	line-height: 1.5715;
	background-color: #fff;
	font-feature-settings: "tnum"
}

[tabindex="-1"]:focus {
	outline: none !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #555;
	font-weight: 500
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
	margin-bottom: 0
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: 0;
	cursor: help
}

address {
	margin-bottom: 1em;
	font-style: normal;
	line-height: inherit
}

input[type=number],
input[type=password],
input[type=text],
textarea {
	-webkit-appearance: none
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1em
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

dt {
	font-weight: 500
}

dd {
	margin-bottom: .5em;
	margin-left: 0
}

blockquote {
	margin: 0 0 1em
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #555;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	transition: color .3s;
	-webkit-text-decoration-skip: objects
}

a:focus {
	text-decoration: none;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

a:hover {
	text-decoration: none;
	outline: 0
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace
}

pre {
	margin-top: 0;
	margin-bottom: 1em;
	overflow: auto
}

figure {
	margin: 0 0 1em
}

img {
	vertical-align: middle;
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
	touch-action: manipulation
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75em;
	padding-bottom: .3em;
	color: rgba(0, 0, 0, .45);
	text-align: left;
	caption-side: bottom
}

th {
	text-align: inherit
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: .5em;
	padding: 0;
	color: inherit;
	font-size: 1.5em;
	line-height: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none !important
}

mark {
	padding: .2em;
	background-color: #feffe6
}

::-moz-selection {
	color: #fff;
	background: #a62321
}

::selection {
	color: #fff;
	background: #a62321
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: "0/0", a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify;
	text-justify: inter-ideograph
}

.text-nowrap,
.text-truncate {
	white-space: nowrap
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.c-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.overflow-hidden {
	overflow: hidden
}

::-webkit-scrollbar {
	background: #f4f4f4;
	width: 8px;
	height: 8px
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .2);
	width: 8px;
	height: 8px;
	border-radius: 8px
}

::-webkit-scrollbar-track {
	border-radius: 8px
}

input:-webkit-autofill {
	box-shadow: inset 0 0 0 1000px #fff !important
}

svg.icon {
	width: 1em;
	height: 1em;
	vertical-align: -.15em;
	fill: currentColor;
	overflow: hidden
}

.unable-to-interact {
	cursor: not-allowed;
	pointer-events: none
}

@media only screen and (min-width:961px) {
	a:hover {
		color: #a62321
	}
}

.p-lg {
	padding: 120px 0
}

.p-base {
	padding: 70px 0
}

.p-xs {
	padding: 16px 0
}

@media only screen and (max-width:1440px) {
	.p-lg {
		padding: 100px 0
	}

	.p-base {
		padding: 50px 0
	}
}

@media only screen and (max-width:960px) {
	.p-lg {
		padding: 70px 0
	}

	.p-base {
		padding: 36px 0
	}

	.p-xs {
		padding: 8px 0
	}
}

@media only screen and (max-width:640px) {
	.p-lg {
		padding: 60px 0
	}

	.p-base {
		padding: 28px 0
	}
}

.p-0 {
	padding: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.pr-0 {
	padding-right: 0 !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

@font-face {
	font-family: adihausBlod;
	src: url(../fonts/adihausBlod.woff2) format("woff2"), url(../fonts/adihausBlod.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.3;
	color: inherit;
	margin-bottom: 0
}

.h1 {
	font-size: 32px
}

.h2 {
	font-size: 28px
}

.h3 {
	font-size: 24px
}

.h4 {
	font-size: 20px
}

.h5 {
	font-size: 18px
}

.h6 {
	font-size: 16px
}

@media only screen and (max-width:1440px) {
	.h1 {
		font-size: 30px
	}

	.h2 {
		font-size: 26px
	}

	.h3 {
		font-size: 22px
	}

	.h4 {
		font-size: 18px
	}

	.h5 {
		font-size: 16px
	}

	.h6 {
		font-size: 14px
	}
}

@media only screen and (max-width:960px) {
	.h1 {
		font-size: 26px
	}

	.h2 {
		font-size: 22px
	}

	.h3 {
		font-size: 20px
	}

	.h4 {
		font-size: 17px
	}
}

@media only screen and (max-width:640px) {
	.h1 {
		font-size: 22px
	}

	.h2 {
		font-size: 20px
	}

	.h3 {
		font-size: 18px
	}

	.h4 {
		font-size: 16px
	}

	.h5 {
		font-size: 15px
	}

	.h6 {
		font-size: 13px
	}
}

.text-gray-50 {
	color: rgba(0, 0, 0, .5)
}

.text-gray-60 {
	color: rgba(0, 0, 0, .6)
}

.text-gray-80 {
	color: rgba(0, 0, 0, .8)
}

.text-gray-100 {
	color: #000
}

.iconfont {
	font-family: iconfont !important;
	font-size: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.c-modal {
	position: relative;
	z-index: 1;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .2);
	-webkit-animation: scaleIn .2s ease-in;
	animation: scaleIn .2s ease-in;
	border-radius: 5px;
	overflow: hidden
}

.c-modal-wrap {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-animation: fadeIn .2s ease-in;
	animation: fadeIn .2s ease-in;
	transition: opacity .2s, visibility .2s
}

.c-modal-wrap.c-modal-wrap-hide {
	opacity: 0;
	visibility: hidden
}

.c-modal-mask {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, .8);
	cursor: pointer
}

.c-modal-content {
	max-width: 92vw;
	max-height: 84vh;
	overflow-y: auto
}

.c-modal-close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	opacity: .5;
	transition: opacity .3s, transform .3s;
	color: #000
}

.c-modal-content-img a {
	display: block
}

.c-modal-content-img img {
	max-width: 100%
}

.c-modal-content-video video {
	width: 800px;
	max-width: 100%;
	display: block
}

.c-modal-content-videojs {
	width: 800px;
	padding-bottom: 56.25%;
	max-width: 100%
}

.c-modal-content-videojs .video-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.c-modal-content-iframe {
	display: block;
	width: 800px;
	padding-bottom: 56.25%;
	max-width: 100%;
	position: relative;
	background: url(../img/logo-youtube.png) no-repeat 50%/auto 50px
}

.c-modal-content-iframe iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

@media only screen and (min-width:961px) {
	.c-modal-close:hover {
		opacity: 1;
		transform: rotate(180deg)
	}
}

@media only screen and (max-width:960px) {
	.c-modal {
		overflow: visible
	}

	.c-modal .c-modal-close {
		padding: 4px;
		top: auto;
		bottom: 0;
		right: 50%;
		opacity: 1;
		transform: translate(50%, 60px)
	}
}

@media only screen and (max-width:640px) {
	.c-modal-content {
		max-width: 80vw;
		max-height: 72vh
	}

	.c-modal-content-iframe {
		background-size: auto 30px
	}
}

.c-btn {
	width: 128px;
	border: 1px solid #333;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 40px;
	font-size: 15px;
	border-radius: 21px
}

.c-btn>span {
	padding-right: 24px;
	position: relative;
	color: #333;
	transition: transform .3s
}

.c-btn>span:after {
	content: "\E600";
	font-family: iconfont;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity .3s
}

.c-btn.white {
	border-color: #fff
}

.c-btn.white>span {
	color: #fff
}

.c-btn.center {
	margin: 0 auto
}

@media only screen and (min-width:961px) {
	.c-btn:hover>span {
		transform: translateX(10px)
	}

	.c-btn:hover>span:after {
		opacity: 0
	}
}

@media only screen and (min-width:1441px) {
	.c-btn:hover>span {
		transform: translateX(12px)
	}

	.c-btn:hover>span:after {
		opacity: 0
	}
}

@media only screen and (max-width:1440px) {
	.c-btn {
		width: 120px;
		line-height: 36px;
		font-size: 14px;
		border-radius: 19px
	}

	.c-btn>span {
		padding-right: 20px
	}

	.c-btn>span:after {
		font-size: 12px
	}
}

@media only screen and (max-width:960px) {
	.c-btn {
		width: 108px;
		line-height: 32px;
		font-size: 12px;
		border-radius: 17px
	}

	.c-btn>span {
		padding-right: 16px
	}

	.c-btn>span:after {
		font-size: 12px;
		transform-origin: right center;
		transform: translateY(-50%) scale(.8)
	}
}

.c-dropdown {
	position: absolute;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	padding: 10px
}

.c-dropdown:after,
.c-dropdown:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0
}

.c-dropdown-wrap {
	position: relative;
	z-index: 1
}

.c-dropdown-main {
	border: 1px solid #ebeef5;
	z-index: 0;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1)
}

.c-dropdown-main,
.c-dropdown-menu {
	background-color: #fff;
	position: relative
}

.c-dropdown-menu {
	padding: 6px 0;
	text-align: left;
	outline: none;
	min-width: 120px
}

.c-dropdown-menu-item {
	padding: 6px 12px;
	display: block;
	color: rgba(0, 0, 0, .65);
	background-color: #fff;
	font-size: 14px;
	transition: background-color .3s
}

.c-dropdown-menu-item:hover {
	background-color: #f5f5f5
}

.c-dropdown-placement-bottomCenter {
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%)
}

.c-dropdown-placement-bottomCenter:after,
.c-dropdown-placement-bottomCenter:before {
	top: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ebeef5
}

.c-dropdown-placement-bottomCenter:after {
	top: 4px;
	border-bottom: 7px solid #fff
}

.c-dropdown-placement-bottomCenter:after,
.c-dropdown-placement-bottomCenter:before {
	left: 50%;
	margin-left: -6px
}

.c-dropdown-placement-bottomLeft {
	bottom: 0;
	left: -10px;
	transform: translateY(100%)
}

.c-dropdown-placement-bottomLeft:after,
.c-dropdown-placement-bottomLeft:before {
	top: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ebeef5
}

.c-dropdown-placement-bottomLeft:after {
	top: 4px;
	border-bottom: 7px solid #fff
}

.c-dropdown-placement-bottomLeft:after,
.c-dropdown-placement-bottomLeft:before {
	left: 24px
}

.c-dropdown-placement-bottomRight {
	bottom: 0;
	right: -10px;
	transform: translateY(100%)
}

.c-dropdown-placement-bottomRight:after,
.c-dropdown-placement-bottomRight:before {
	top: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ebeef5
}

.c-dropdown-placement-bottomRight:after {
	top: 4px;
	border-bottom: 7px solid #fff
}

.c-dropdown-placement-bottomRight:after,
.c-dropdown-placement-bottomRight:before {
	right: 24px
}

.c-dropdown-placement-topCenter {
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%)
}

.c-dropdown-placement-topCenter:after,
.c-dropdown-placement-topCenter:before {
	bottom: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #ebeef5
}

.c-dropdown-placement-topCenter:after {
	bottom: 4px;
	border-top: 7px solid #fff
}

.c-dropdown-placement-topCenter:after,
.c-dropdown-placement-topCenter:before {
	left: 50%;
	margin-left: -6px
}

.c-dropdown-placement-topLeft {
	top: 0;
	left: -10px;
	transform: translateY(-100%)
}

.c-dropdown-placement-topLeft:after,
.c-dropdown-placement-topLeft:before {
	bottom: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #ebeef5
}

.c-dropdown-placement-topLeft:after {
	bottom: 4px;
	border-top: 7px solid #fff
}

.c-dropdown-placement-topLeft:after,
.c-dropdown-placement-topLeft:before {
	left: 24px
}

.c-dropdown-placement-topRight {
	top: 0;
	right: -10px;
	transform: translateY(-100%)
}

.c-dropdown-placement-topRight:after,
.c-dropdown-placement-topRight:before {
	bottom: 2px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #ebeef5
}

.c-dropdown-placement-topRight:after {
	bottom: 4px;
	border-top: 7px solid #fff
}

.c-dropdown-placement-topRight:after,
.c-dropdown-placement-topRight:before {
	right: 24px
}

.c-dropdown-placement-leftCenter {
	left: 0;
	padding: 20px;
	top: 50%;
	transform: translate(-100%, -50%)
}

.c-dropdown-placement-leftCenter:after,
.c-dropdown-placement-leftCenter:before {
	right: 12px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #ebeef5
}

.c-dropdown-placement-leftCenter:after {
	right: 14px;
	border-left: 7px solid #fff
}

.c-dropdown-placement-leftCenter:after,
.c-dropdown-placement-leftCenter:before {
	top: 50%;
	margin-top: -6px
}

.c-dropdown-placement-leftTop {
	left: 0;
	padding: 20px;
	top: -20px;
	transform: translateX(-100%)
}

.c-dropdown-placement-leftTop:after,
.c-dropdown-placement-leftTop:before {
	right: 12px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #ebeef5
}

.c-dropdown-placement-leftTop:after {
	right: 14px;
	border-left: 7px solid #fff
}

.c-dropdown-placement-leftTop:after,
.c-dropdown-placement-leftTop:before {
	top: 40px
}

.c-dropdown-placement-leftBottom {
	left: 0;
	padding: 20px;
	bottom: -20px;
	transform: translateX(-100%)
}

.c-dropdown-placement-leftBottom:after,
.c-dropdown-placement-leftBottom:before {
	right: 12px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #ebeef5
}

.c-dropdown-placement-leftBottom:after {
	right: 14px;
	border-left: 7px solid #fff
}

.c-dropdown-placement-leftBottom:after,
.c-dropdown-placement-leftBottom:before {
	bottom: 40px
}

@media only screen and (min-width:961px) {
	.c-dropdown-wrap:hover .c-dropdown {
		opacity: 1;
		visibility: visible
	}
}

@media only screen and (max-width:960px) {
	.c-dropdown-wrap .c-dropdown {
		opacity: 1;
		visibility: visible;
		display: none
	}

	.c-dropdown-wrap.mOn .c-dropdown {
		display: block;
		-webkit-animation: fadeIn .2s cubic-bezier(.645, .045, .355, 1);
		animation: fadeIn .2s cubic-bezier(.645, .045, .355, 1)
	}
}

.swiper-container {
	opacity: 0;
	transition: opacity .4s ease
}

.swiper-container.isready {
	opacity: 1
}

.swiper-container.btn-typea .swiper-button-prev {
	left: 1%;
	transform: translateX(-100%);
	opacity: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-container.btn-typea .swiper-button-next {
	right: 1%;
	transform: translateX(100%);
	opacity: 0;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-container.btn-typea .swiper-button-next,
.swiper-container.btn-typea .swiper-button-prev {
	outline: none;
	width: 64px;
	height: 64px;
	margin-top: -32px;
	border-radius: 50%;
	background-color: transparent;
	background-size: 10px 20px;
	background-position: 50%;
	transition: background-color .4s, opacity .4s, transform .4s
}

.swiper-container.btn-typea .swiper-button-next.hide,
.swiper-container.btn-typea .swiper-button-prev.hide {
	opacity: 0 !important
}

.swiper-container.btn-typea .swiper-button-next:hover,
.swiper-container.btn-typea .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, .3)
}

.swiper-slide {
	box-sizing: border-box;
	overflow: hidden
}

.swiper-button-next,
.swiper-button-prev {
	outline: none
}

.swiper-pagination.typea {
	bottom: 6%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 28px
}

.swiper-pagination.typea .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 1px solid transparent;
	background-color: transparent;
	opacity: 1;
	position: relative;
	transition: all .3s
}

.swiper-pagination.typea .swiper-pagination-bullet:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	opacity: 1;
	transition: opacity .3s;
	margin: -3px 0 0 -3px;
	transform: scale(.8)
}

.swiper-pagination.typea .swiper-pagination-bullet-active {
	border-color: #fff;
	background-color: transparent
}

.swiper-pagination.typea.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-container-horizontal>.swiper-pagination {
	bottom: 6%
}

@media only screen and (min-width:961px) {

	.swiper-container.btn-typea:hover .swiper-button-next,
	.swiper-container.btn-typea:hover .swiper-button-prev {
		transform: translateX(0);
		opacity: 1
	}
}

.maxwidth {
	width: 94%;
	max-width: 1440px;
	margin: 0 auto
}

.c-imghover {
	overflow: hidden
}

.c-imghover .c-imghover-item {
	transition: transform .4s ease-out
}

.page-dw-wrap {
	position: relative
}

.page-dw {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1
}

.page-main {
	overflow: hidden;
	position: relative
}

@media only screen and (min-width:961px) {
	.c-imghover:hover .c-imghover-item {
		transition: transform 1s ease-out;
		transform: scale(1.1)
	}
}

@media only screen and (max-width:960px) {
	.page-main {
		padding-top: 60px
	}
}

.page-header {
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	color: #fff;
	padding: 0 3%;
	width: 100%;
	transition: transform .3s, background-color .3s
}

.page-header.active .nav {
	opacity: 1;
	visibility: visible
}

.page-header:after {
	content: "";
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 1px;
	background-color: hsla(0, 0%, 100%, .15);
	transition: opacity .3s
}

.page-header.stow {
	transform: translateY(-120px);
	-webkit-backdrop-filter: saturate(180%);
	backdrop-filter: saturate(180%);
	background-color: rgba(29, 29, 31, .72)
}

.page-header.stow:after {
	opacity: 1
}

.page-header .logo {
	display: block;
	height: 30px;
	margin: 0 auto
}

.page-header .logo .img {
	display: block;
	height: 100%
}

.page-header .logo .mimg {
	display: none
}

.page-header .bar {
	position: relative;
	z-index: 1;
	padding: 35px 0;
	margin-bottom: 19px;
	border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

.page-header .menu {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	cursor: pointer
}

.page-header .menu.on>span:first-of-type {
	-webkit-animation: navtop-animon .4s linear forwards;
	animation: navtop-animon .4s linear forwards
}

.page-header .menu.on>span:nth-of-type(2) {
	opacity: 0
}

.page-header .menu.on>span:nth-of-type(3) {
	-webkit-animation: navbottom-animon .4s linear forwards;
	animation: navbottom-animon .4s linear forwards
}

.page-header .menu.off>span:first-of-type {
	-webkit-animation: navtop-animoff .4s linear forwards;
	animation: navtop-animoff .4s linear forwards
}

.page-header .menu.off>span:nth-of-type(2) {
	opacity: 1;
	transition: opacity .2s linear .2s
}

.page-header .menu.off>span:nth-of-type(3) {
	-webkit-animation: navbottom-animoff .4s linear forwards;
	animation: navbottom-animoff .4s linear forwards
}

.page-header .menu>span {
	width: 22px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 1px;
	transition: all .3s
}

.page-header .menu>span:first-of-type {
	top: 4px
}

.page-header .menu>span:nth-of-type(2) {
	top: 11px
}

.page-header .menu>span:nth-of-type(3) {
	top: 18px
}

.page-header .other {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.page-header .other .link {
	font-size: 18px;
	color: #fff;
	margin-left: 24px
}
.page-header .other .link span{font-size: 14px;}
.page-header .other .link img{
	margin-right: 10px;
}
.page-header .other .link:last-child{
	margin-left: 50px;
}
 
.page-header .language {
	margin-right: 24px
}

.page-header .language .title {
	padding-right: 20px;
	position: relative
}

.page-header .language .title:after {
	content: "\E625";
	font-family: iconfont;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.page-header .nav {
	justify-content: space-between;
	position: relative;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s
}

.page-header .nav .item {
	color: #fff;
	line-height: 60px;
	position: relative;
	opacity: .88;
	transition: opacity .3s
}

.page-header .nav .item:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	height: 1px;
	background-color: #fff;
	transform: scaleX(0);
	opacity: 0;
	transition: transform .3s, opacity .3s
}

.page-header .nav .item:hover {
	opacity: 1
}

.page-header .nav .item:hover:after {
	opacity: 1;
	transform: scaleX(1)
}

@-webkit-keyframes navtop-animon {
	0% {
		top: 4px;
		transform: rotate(0)
	}

	50% {
		top: 11px;
		transform: rotate(0)
	}

	to {
		top: 11px;
		transform: rotate(45deg)
	}
}

@keyframes navtop-animon {
	0% {
		top: 4px;
		transform: rotate(0)
	}

	50% {
		top: 11px;
		transform: rotate(0)
	}

	to {
		top: 11px;
		transform: rotate(45deg)
	}
}

@-webkit-keyframes navbottom-animon {
	0% {
		top: 18px;
		transform: rotate(0)
	}

	50% {
		top: 11px;
		transform: rotate(0)
	}

	to {
		top: 11px;
		transform: rotate(-45deg)
	}
}

@keyframes navbottom-animon {
	0% {
		top: 18px;
		transform: rotate(0)
	}

	50% {
		top: 11px;
		transform: rotate(0)
	}

	to {
		top: 11px;
		transform: rotate(-45deg)
	}
}

@-webkit-keyframes navtop-animoff {
	0% {
		top: 11px;
		transform: rotate(45deg)
	}

	50% {
		top: 11px;
		transform: rotate(0)
	}

	to {
		top: 4px;
		transform: rotate(0)
	}
}

@keyframes navtop-animoff {
	0% {
		top: 11px;
		transform: rotate(45deg)
	}

	50% {
		top: 11px;
		transform: rotate(0)
	}

	to {
		top: 4px;
		transform: rotate(0)
	}
}

@-webkit-keyframes navbottom-animoff {
	0% {
		top: 11px;
		transform: rotate(-45deg)
	}

	50% {
		top: 11px;
		transform: rotate(0)
	}

	to {
		top: 18px;
		transform: rotate(0)
	}
}

@keyframes navbottom-animoff {
	0% {
		top: 11px;
		transform: rotate(-45deg)
	}

	50% {
		top: 11px;
		transform: rotate(0)
	}

	to {
		top: 18px;
		transform: rotate(0)
	}
}

@media only screen and (max-width:1440px) {
	.page-header .bar {
		padding: 25px 0
	}

	.page-header .nav .item {
		line-height: 48px
	}

	.page-header .nav .item:after {
		bottom: 12px
	}
}

@media only screen and (max-width:960px) {
	.page-header {
		position: fixed;
		z-index: 9;
		padding: 0;
		background-color: #fff;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05)
	}

	.page-header .menu,
	.page-header .nav {
		display: none
	}

	.page-header .logo {
		margin-left: 0
	}

	.page-header .logo .img {
		display: none
	}

	.page-header .logo .mimg {
		display: block
	}

	.page-header .bar {
		padding: 0 0 0 3%;
		margin-bottom: 0;
		border-bottom: none
	}

	.page-header .other {
		position: relative;
		top: 0;
		transform: translateY(0);
		color: #333
	}

	.page-header .other .search {
		display: none
	}

	.page-header .other .link {
		margin-right: 60px;
		border-right: 1px solid #eee;
		color: #333;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 20px;
		margin-left: 0
	}

	.page-header .language {
		margin-right: 0
	}

	.page-header .language .title {
		padding: 0;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		border-right: 1px solid #eee;
		font-size: 16px
	}

	.page-header .language .title:after {
		display: none
	}
}

.page-footer-line {
	width: 100%;
	pointer-events: none;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 2px;
	transform: translateY(-100%)
}

.page-footer-line .img {
	width: 100%
}

.page-footer {
	position: relative;
	z-index: 1;
	background-color: #f8f8f8
}

.page-footer .wrap {
	position: relative;
	z-index: 1;
	width: 94%;
	margin: 0 auto
}

.page-footer .main {
	justify-content: space-between
}

.page-footer .logo {
	height: 30px
}

.page-footer .logo .img {
	height: 100%;
	display: block
}

.page-footer .nav .item {
	margin-right: 70px
}

.page-footer .nav .item:last-of-type {
	margin-right: 0
}

.page-footer .contact {
	width: 480px;
	padding-bottom: 36px
}

.page-footer .contact .box1 {
	width: 180px;
	text-align: center
}

.page-footer .contact .box2 {
	max-width: calc(100% - 180px);
	padding-left: 60px
}

.page-footer .contact .ewm {
	width: 100%;
	display: block
}

.page-footer .contact .tel {
	font-size: 24px;
	color: #a62321;
	font-family: adihausBlod, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	line-height: 1.1
}

.page-footer .copyright {
	border-top: 1px solid hsla(0, 0%, 60.4%, .24);
	padding: 18px 0;
	font-size: 12px
}

.page-footer .copyright .t1 {
	margin-right: 20px
}

.page-footer .copyright .t2 {
	margin-right: 8px
}

.page-footer .more {
	margin-left: auto;
	font-size: 14px
}

.page-footer .more .title {
	padding-left: 28px;
	padding-right: 20px;
	position: relative
}

.page-footer .more .title:after {
	content: "\E625";
	font-size: 12px;
	right: 0
}

.page-footer .more .title:after,
.page-footer .more .title:before {
	font-family: iconfont;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.page-footer .more .title:before {
	content: "\E618";
	line-height: 1;
	display: block;
	font-size: 18px;
	left: 0
}

.page-nav {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	background-color: transparent;
	transform: translateY(100%);
	opacity: 0;
	transition: background-color .3s, transform .3s, opacity .3s
}

.page-nav.active .main,
.page-nav.open .main,
.page-nav.show {
	opacity: 1;
	transform: translateY(0)
}

.page-nav.active .menu {
	opacity: 0;
	visibility: hidden
}

.page-nav.active .nav {
	opacity: 1;
	visibility: visible
}

.page-nav.active:after {
	opacity: 0
}

.page-nav.active .bg {
	opacity: 1;
	transform: translateY(0)
}

.page-nav .main {
	position: relative;
	transform: translateY(100%);
	opacity: 0;
	transition: background-color .3s, transform .3s, opacity .3s
}

.page-nav .main:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	background-color: hsla(0, 0%, 100%, .7);
	transition: opacity .3s, visibility .3s
}

.page-nav .wrap {
	position: relative;
	z-index: 2;
	padding: 20px 3%;
	justify-content: space-between
}

.page-nav .logo {
	height: 30px
}

.page-nav .logo .img {
	height: 100%;
	display: block
}

.page-nav .btn {
	width: 30px
}

.page-nav .btn .img {
	width: 100%;
	display: block
}

.page-nav .menu {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	transition: opacity .3s, visibility .3s
}

.page-nav .item {
	margin-right: 80px
}

.page-nav .item:last-of-type {
	margin-right: 0
}

.page-nav .nav {
	position: relative;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s
}

.page-nav .bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	transition: transform .4s, opacity .4s;
	opacity: 0;
	transform: translateY(100%)
}

.page-nav .bg .img {
	opacity: 1;
	width: 100%;
	display: block
}

.page-nav-menu {
	width: 80px;
	height: 80px;
	background: url(../img/logo_1.png) no-repeat 50%/cover;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 8;
	transition: opacity .3s, visibility .3s;
	cursor: pointer;
	opacity: 0;
	visibility: hidden
}

.page-nav-menu.show {
	opacity: 1;
	visibility: visible
}

.page-nav-menu.hide {
	opacity: 0
}

.page-nav-menu:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
	background: url(../img/logo_2.png) no-repeat 50%/cover;
	-webkit-animation: zq 4s linear infinite;
	animation: zq 4s linear infinite
}

@-webkit-keyframes zq {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(-1turn)
	}
}

@keyframes zq {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(-1turn)
	}
}

@media only screen and (max-width:1700px) {
	.page-footer .nav .item {
		margin-right: 40px
	}

	.page-footer .contact {
		width: 300px;
		padding-bottom: 30px;
		justify-content: space-between
	}

	.page-footer .contact .box1 {
		width: 140px
	}

	.page-footer .contact .box2 {
		max-width: calc(100% - 140px);
		padding: 0
	}

	.page-footer .contact .title {
		font-size: 13px
	}

	.page-footer .contact .tel {
		font-size: 22px;
		margin-top: 8px
	}
}

@media only screen and (max-width:1440px) {
	.page-nav .wrap {
		padding: 16px 3%
	}

	.page-nav .logo {
		height: 24px
	}

	.page-nav .btn {
		width: 24px
	}

	.page-nav .item {
		margin-right: 50px
	}

	.page-nav-menu {
		width: 64px;
		height: 64px
	}
}

@media only screen and (max-width:1200px) {
	.page-footer .nav {
		display: none
	}
}

@media only screen and (max-width:960px) {
	.page-footer .main {
		display: none
	}

	.page-footer .copyright {
		border-top: none
	}

	.page-footer .copyright .t1,
	.page-footer .copyright .t2 {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 8px
	}

	.page-footer .copyright .t3 {
		width: 100%;
		justify-content: center;
		margin-bottom: 8px
	}

	.page-footer .copyright .more,
	.page-nav,
	.page-nav-menu {
		display: none
	}
}

.mbnav-btn {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	overflow: hidden;
	transition: all .4s ease-out;
	display: none
}

.mbnav-btn-list {
	width: 30px;
	height: 18px;
	position: absolute;
	top: 21px;
	right: 15px
}

.mbnav-btn-item {
	position: absolute;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #666;
	border-radius: 1px;
	border-radius: 1.5px;
	transition: all .3s
}

.mbnav-btn-item:first-of-type {
	top: 0
}

.mbnav-btn-item:nth-of-type(2) {
	top: 8px
}

.mbnav-btn-item:nth-of-type(3) {
	width: 50%;
	top: 16px
}

.mbnav {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
	overflow: hidden
}

.mbnav ::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: hsla(0, 0%, 100%, 0)
}

.mbnav .data {
	display: none
}

.mbnav .bg {
	left: 0;
	bottom: 0;
	z-index: 0
}

.mbnav .bg,
.mbnav .main {
	position: absolute;
	top: 0;
	right: 0
}

.mbnav .main {
	z-index: 1;
	width: 240px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	overflow: hidden;
	transform: translateX(100%);
	transition: transform .3s
}

.mbnav .header {
	background-color: #a62321
}

.mbnav .tel {
	color: #fff;
	display: block;
	font-size: 18px
}

.mbnav .search,
.mbnav .tel {
	padding: 0 20px;
	line-height: 60px
}

.mbnav .search {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 60px;
	border-bottom: none;
	background: #a62321
}

.mbnav .search .submit {
	background: none;
	padding: 0;
	width: 22px;
	background-size: 20px;
	font-size: 22px
}

.mbnav .search .input,
.mbnav .search .submit {
	border: none;
	outline: none;
	height: 60px;
	color: #fff
}

.mbnav .search .input {
	width: calc(100% - 22px);
	line-height: 1.5;
	padding: 0 0 0 12px;
	font-size: 16px;
	background: none
}

.mbnav .search ::-moz-placeholder {
	color: #fff
}

.mbnav .search ::-webkit-input-placeholder {
	color: #fff
}

.mbnav .search :-ms-input-placeholder {
	color: #fff
}

.mbnav .item {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 15px;
	border-bottom: 1px solid #f2f2f2;
	color: #777;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative
}

.mbnav .item.sub {
	padding-right: 40px
}

.mbnav .item.sub:after {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -7px;
	content: "\E6A4";
	font-family: iconfont !important;
	font-size: 14px;
	line-height: 1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: transform .3s
}

.mbnav .slist {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 240px;
	height: 100%;
	transform: translateX(100%)
}

.mbnav .sitem {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	transition: opacity .3s, visibility .3s, transform .3s
}

.mbnav .sitem.active {
	transform: translateX(-100%);
	opacity: 1;
	visibility: visible
}

.mbnav .sitem .item.sub:after {
	transform: rotate(90deg)
}

.mbnav .smain {
	background-color: #fafafa;
	display: none
}

.mbnav .smain .item {
	border: none;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
	font-size: 13px
}

.mbnav .tit {
	font-size: 16px;
	line-height: 60px;
	padding-right: 20px;
	padding-left: 40px;
	text-align: right;
	background-size: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #f2f2f2;
	position: relative
}

.mbnav .tit:before {
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -7px;
	content: "\E6DB";
	font-family: iconfont !important;
	font-size: 14px;
	line-height: 1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@-webkit-keyframes phone-navtop-animon {
	0% {
		top: 0;
		transform: rotate(0)
	}

	50% {
		top: 8px;
		transform: rotate(0)
	}

	to {
		top: 8px;
		transform: rotate(45deg)
	}
}

@keyframes phone-navtop-animon {
	0% {
		top: 0;
		transform: rotate(0)
	}

	50% {
		top: 8px;
		transform: rotate(0)
	}

	to {
		top: 8px;
		transform: rotate(45deg)
	}
}

@-webkit-keyframes phone-navbottom-animon {
	0% {
		width: 50%;
		top: 16px;
		transform: rotate(0)
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0)
	}

	to {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg)
	}
}

@keyframes phone-navbottom-animon {
	0% {
		width: 50%;
		top: 16px;
		transform: rotate(0)
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0)
	}

	to {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg)
	}
}

@-webkit-keyframes phone-navtop-animoff {
	0% {
		top: 8px;
		transform: rotate(45deg)
	}

	50% {
		top: 8px;
		transform: rotate(0)
	}

	to {
		top: 0;
		transform: rotate(0)
	}
}

@keyframes phone-navtop-animoff {
	0% {
		top: 8px;
		transform: rotate(45deg)
	}

	50% {
		top: 8px;
		transform: rotate(0)
	}

	to {
		top: 0;
		transform: rotate(0)
	}
}

@-webkit-keyframes phone-navbottom-animoff {
	0% {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg)
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0)
	}

	to {
		width: 50%;
		top: 16px;
		transform: rotate(0)
	}
}

@keyframes phone-navbottom-animoff {
	0% {
		width: 100%;
		top: 8px;
		transform: rotate(-45deg)
	}

	50% {
		width: 100%;
		top: 8px;
		transform: rotate(0)
	}

	to {
		width: 50%;
		top: 16px;
		transform: rotate(0)
	}
}

@media only screen and (max-width:960px) {
	.mbnav-btn {
		display: block
	}

	body.mbNavOpen .mbnav-btn-item:first-of-type {
		-webkit-animation: phone-navtop-animon .4s linear forwards;
		animation: phone-navtop-animon .4s linear forwards
	}

	body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
		opacity: 0
	}

	body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
		-webkit-animation: phone-navbottom-animon .4s linear forwards;
		animation: phone-navbottom-animon .4s linear forwards
	}

	body.mbNavOpen .mbnav {
		opacity: 1;
		visibility: visible
	}

	body.mbNavOpen .mbnav .main {
		transform: translateX(0)
	}

	body.mbNavOpen .page-header {
		transform: translateX(-240px)
	}

	body.mbNavOff .mbnav-btn-item:first-of-type {
		-webkit-animation: phone-navtop-animoff .4s linear forwards;
		animation: phone-navtop-animoff .4s linear forwards
	}

	body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
		opacity: 1;
		transition: opacity .2s linear .2s
	}

	body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
		-webkit-animation: phone-navbottom-animoff .4s linear forwards;
		animation: phone-navbottom-animoff .4s linear forwards
	}

	body.mbNavOff .mbnav {
		opacity: 0;
		visibility: hidden
	}

	body.mbNavOff .mbnav .main {
		transform: translateX(100%)
	}
}

body {
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: opacity .3s .1s, visibility .3s .1s
}

body.isReady {
	opacity: 1;
	visibility: visible;
	overflow: visible
}

.index-banner {
	height: 100vh
}

.index-banner .img {
	width: 100%;
	height: 100%;
	background: no-repeat 50%/cover
}

.index-banner .video {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.index-banner .iframe {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	border: none;
	transform-origin: center
}

.index-banner .img-m {
	width: 100%;
	height: 100%;
	display: none;
	background: no-repeat 50%/cover
}

.index-banner .swiper-pagination {
	display: none
}

.index-banner .swiper-slide:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, .2)
}

.index-banner .swiper-slide.swiper-slide-active .anmi {
	opacity: 1;
	transform: translateX(0)
}

.index-banner .main {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
	text-align: center
}

.index-banner .main .anmi {
	opacity: 0;
	transform: translateX(100px);
	transition: transform 1s, opacity 1s
}

.index-banner .main .title {
	font-size: 56px;
	font-weight: 600;
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.3
}

.index-banner .main .content {
	font-size: 24px;
	width: 94%;
	max-width: 900px;
	line-height: 1.3;
	margin: 12px auto 36px;
	transition-delay: .2s
}

.index-banner .c-btn {
	transition-delay: .4s
}

.index-banner .pagination {
	position: absolute;
	left: 0;
	bottom: 4%;
	z-index: 1;
	width: 100%;
	color: #fff
}

.index-banner .pagination .list {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	align-items: stretch;
	position: relative
}

.index-banner .pagination .list:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 1px;
	background-color: hsla(0, 0%, 100%, .2)
}

.index-banner .pagination .item {
	width: 25%;
	padding-right: 4%;
	opacity: .7;
	transition: opacity .3s;
	padding-bottom: 30px;
	position: relative;
	cursor: pointer
}

.index-banner .pagination .item.active {
	opacity: 1
}

.index-banner .pagination .item.active .line {
	-webkit-animation: progress linear forwards;
	animation: progress linear forwards
}

.index-banner .pagination .item .line {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: left
}

.index-banner .pagination .num {
	font-size: 12px;
	margin-bottom: 3px
}

@-webkit-keyframes progress {
	0% {
		transform: scaleX(0)
	}

	to {
		transform: scaleX(1)
	}
}

@keyframes progress {
	0% {
		transform: scaleX(0)
	}

	to {
		transform: scaleX(1)
	}
}

.index-iframe1 {
	width: 100vw;
	height: 100vh;
	position: relative;
	z-index: 2
}

.index-iframe1 .iframe {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	border: none;
	transform-origin: center
}

.index-page1 {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background-color: #000
}

.index-page1-zw {
	z-index: -1;
	width: 100%;
	height: 100vh
}

.index-page1-bottom {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 40vh;
	background-image: linear-gradient(transparent, #000);
	margin-bottom: -2px
}

.index-page-wrap {
	position: relative;
	z-index: 1;
	background-color: #000;
	color: #fff
}

.index-page-wrap.white {
	background-color: #fff;
	color: #555
}

.index-scene1-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 240px;
	background-image: linear-gradient(rgba(0, 0, 0, .95), transparent);
	z-index: 2
}

.index-page2 {
	position: relative;
	z-index: 1;
	text-align: center
}

.index-page2 .word {
	font-family: adihausBlod, Arial, Helvetica, sans-serif;
	font-size: 250px;
	line-height: 1.3;
	z-index: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	opacity: .08
}

.index-page2 .b-box,
.index-page2 .word {
	height: 100vh;
	align-items: center
}

.index-page2 #bBox1 {
	margin-top: -50vh
}

.index-page2 .b-box-zw {
	height: 100vh;
	position: relative;
	pointer-events: none
}

.index-page2 .picture {
	width: 600px;
	position: relative;
	pointer-events: none
}

.index-page2 .picture .img {
	width: 100%
}

.index-page2 .img {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 1
}

.index-page2 .box {
	width: calc(100% - 600px);
	padding-left: 90px
}

.index-page2 .swiper {
	height: 182px;
	margin-top: 90px
}

.index-page2 .swiper .img {
	margin-right: 0;
	height: 100%
}

.index-page2 .main {
	position: relative;
	z-index: 1
}

.index-page2 .title {
	font-size: 100px;
	line-height: 1.3;
	font-family: adihausBlod, Arial, Helvetica, sans-serif
}

.index-page2 .content {
	font-size: 40px;
	margin-bottom: 40px
}

.index-page2 .wrap1 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100vh
}

.index-page2 .word1 {
	font-size: 47px;
	text-align: center;
	line-height: 2.5
}

.index-page2 .t1 {
	font-size: 53px;
	font-weight: 700
}

.index-page2 .ablock {
	height: 100vh
}

.index-page3 {
	padding-bottom: 120px
}

.index-page3.type-l .main {
	margin-left: 0
}

.index-page3.type-l .imgs {
	margin-left: auto
}

.index-page3 .container {
	position: relative;
	z-index: 1
}

.index-page3 .wrap {
	width: 94%;
	max-width: 1280px;
	margin: 0 auto
}

.index-page3 .list .img {
	width: 100%;
	display: none
}

.index-page3 .title {
	font-family: adihausBlod, Arial, Helvetica, sans-serif;
	font-size: 70px;
	font-weight: 500;
	line-height: 1.3
}

.index-page3 .content {
	font-size: 32px;
	margin-top: 12px;
	text-align: justify
}

.index-page3 .content span {
	color: #ee0400
}

.index-page3 .tit {
	font-size: 52px;
	font-weight: 500;
	line-height: 1.3;
	padding: 0 80px;
	position: relative;
	overflow: hidden
}

.index-page3 .tit:after,
.index-page3 .tit:before {
	content: "";
	width: 40px;
	height: 120px;
	background: no-repeat top/100%;
	position: absolute;
	top: 0;
	z-index: 0
}

.index-page3 .tit:before {
	left: 0;
	background-image: url(../img/i-t-left.png)
}

.index-page3 .tit:after {
	right: 0;
	background-image: url(../img/i-t-right.png)
}

.index-page3 .text {
	font-size: 20px;
	margin-top: 60px;
	text-align: justify
}

.index-page3 .more {
	margin-top: 60px
}

.index-page3 .item {
	height: 100vh;
	display: flex;
	align-items: center
}

.index-page3 .main {
	width: 47%;
	margin-left: auto
}

.index-page3 .imgs {
	width: 46.875%;
	position: relative
}

.index-page3 .picture {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: 0;
	display: flex;
	align-items: center;
	padding-top: 60px
}

.index-page3 .picture .bg {
	display: block
}

.index-page3 .picture .img {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s linear, visibility 1s linear
}

.index-page3 .picture .img.active {
	opacity: 1;
	visibility: visible
}

.index-page4 {
	text-align: center
}

.index-page4 .title {
	font-size: 36px;
	color: #b11e23
}

.index-page4 .content {
	font-size: 48px;
	padding-bottom: 90px
}

.index-page4 .wrap {
	width: 100%;
	height: 100vh;
	justify-content: center;
	overflow: hidden;
	padding-top: 60px
}

.index-page4 .video {
	width: 100%;
	display: block
}

.index-page4 .container {
	padding: 16px;
	background-color: #202020;
	border-radius: 10px;
	width: 94%;
	max-width: 50%
}

.index-page4 .block {
	height: 200vh
}

.index-page4 .picture {
	display: none;
	position: relative;
	background-color: #000
}

.index-page4 .picture .img {
	width: 100%;
	opacity: .8;
	display: block
}

.index-page4 .play {
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px
}

.index-page-jg {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 0
}

.index-page-jg:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background-image: linear-gradient(transparent, #000)
}

.index-page5 .header {
	font-size: 36px;
	color: #fff;
	font-weight: 500
}

.index-page5 .header span {
	color: #a62321;
	position: relative
}

.index-page5 .container {
	justify-content: space-between;
	align-items: stretch
}

.index-page5 .title {
	width: 100%;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0
}

.index-page5 .content {
	width: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	text-align: justify;
	padding-top: 100px
}

.index-page5 .main {
	height: 100%;
	align-items: flex-end;
	position: relative;
	z-index: 0
}

.index-page5 .wrap {
	width: 45%;
	padding: 36px 7% 50px 0;
	border-top: 2px solid #838383;
	border-bottom: 2px solid #838383
}

.index-page5 .picture {
	width: 45%
}

.index-page5 .picture .img {
	width: 100%
}

.index-page6 .header {
	margin-bottom: 40px;
	justify-content: space-between
}

.index-page6 .header .title {
	font-size: 36px;
	color: #fff;
	font-weight: 500
}

.index-page6 .list {
	justify-content: space-between;
	align-items: flex-start
}

.index-page6 .list .picture {
	margin-bottom: 24px;
	overflow: hidden;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-filter: grey;
	filter: gray;
	transition: -webkit-filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s
}

.index-page6 .list .img {
	width: 100%
}

.index-page6 .list .tag {
	font-size: 16px;
	padding: 0 24px;
	line-height: 26px;
	border: 1px solid #878787;
	border-radius: 14px;
	position: relative;
	overflow: hidden;
	transition: color .3s, border-color .3s
}

.index-page6 .list .tag:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #a62321;
	width: 100%;
	height: 100%;
	transform: scale(0, 1.1);
	transform-origin: left;
	opacity: 0;
	border-radius: 14px;
	transition: transform .3s, opacity .3s
}

.index-page6 .list .title {
	margin-top: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	max-height: 60px;
	text-align: justify;
	transition: color .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.index-page6 .item {
	width: 30.55%
}

.index-page6 .block {
	color: #878787;
	display: block;
	margin-bottom: 30px
}

.index-page7 .img {
	width: 100%;
	display: block
}

.index-page7 .item {
	position: relative;
	z-index: 1
}

.index-page7 .item .picture {
	position: relative;
	z-index: 0;
	background: no-repeat 50%/cover;
	height: 100vh
}

.index-page7 .item .bg {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, .2);
	opacity: 1;
	transition: opacity .3s
}

.index-page7 .zw {
	width: 100%;
	height: 30vh
}

.index-page7 .wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: -30vh
}

.index-page7 .main {
	width: 94%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px
}

.index-page7 .title {
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 30px
}

.index-page7 .content {
	font-size: 20px;
	line-height: 2
}

@media only screen and (min-width:961px) {
	.index-page6 .block:hover .tag {
		color: #fff;
		border-color: #a62321
	}

	.index-page6 .block:hover .tag:after {
		opacity: 1;
		transform: scaleY(1.1)
	}

	.index-page6 .block:hover .picture {
		-webkit-filter: grayscale(0);
		filter: grayscale(0)
	}

	.index-page6 .block:hover .title {
		color: #fff
	}
}

@media only screen and (max-width:1440px) {
	.index-banner .main .title {
		font-size: 42px
	}

	.index-banner .main .content {
		font-size: 20px;
		margin: 10px auto 30px
	}

	.index-banner .pagination .item {
		padding-bottom: 24px
	}

	.index-banner .pagination .title {
		font-size: 13px
	}

	.index-banner .iframe,
	.index-iframe1 .iframe {
		transform: scale(.66);
		width: 150vw;
		margin-left: -25vw
	}

	.index-page1-bottom {
		height: 30vh
	}

	.index-scene1-block {
		height: 120px
	}

	.index-page2 .word {
		font-size: 180px
	}

	.index-page2 .picture {
		width: 400px
	}

	.index-page2 .box {
		width: calc(100% - 400px);
		padding-left: 50px
	}

	.index-page2 .swiper {
		height: 120px;
		margin-top: 60px
	}

	.index-page2 .b-box-item {
		max-width: 960px
	}

	.index-page2 .title {
		font-size: 80px
	}

	.index-page2 .content {
		font-size: 30px;
		margin: 10px 0 30px
	}

	.index-page2 .word1 {
		font-size: 37px
	}

	.index-page2 .t1 {
		font-size: 43px
	}

	.index-page3 .imgs {
		width: 42%
	}

	.index-page3 .main {
		width: 45%
	}

	.index-page3 .wrap {
		max-width: 900px
	}

	.index-page3 .title {
		font-size: 52px
	}

	.index-page3 .content {
		font-size: 20px
	}

	.index-page3 .more {
		margin-top: 40px
	}

	.index-page3 .tit {
		font-size: 30px;
		padding: 0 48px
	}

	.index-page3 .tit:after,
	.index-page3 .tit:before {
		width: 24px
	}

	.index-page3 .text {
		font-size: 16px;
		margin-top: 40px
	}

	.index-page4 .title {
		font-size: 20px
	}

	.index-page4 .content {
		font-size: 36px;
		padding-bottom: 60px
	}

	.index-page4 .container {
		padding: 14px;
		border-radius: 8px
	}

	.index-page5 .header {
		font-size: 28px
	}

	.index-page5 .wrap {
		border-width: 1px
	}

	.index-page5 .title {
		font-size: 20px
	}

	.index-page5 .content {
		font-size: 14px
	}

	.index-page6 .header {
		margin-bottom: 30px
	}

	.index-page6 .header .title {
		font-size: 28px
	}

	.index-page6 .list .picture {
		margin-bottom: 20px
	}

	.index-page6 .list .tag {
		font-size: 13px;
		padding: 0 20px;
		line-height: 24px
	}

	.index-page6 .list .title {
		margin-top: 16px;
		font-size: 16px;
		line-height: 28px;
		max-height: 56px
	}

	.index-page7 .title {
		font-size: 36px;
		margin-bottom: 24px
	}

	.index-page7 .content {
		font-size: 16px
	}

	.index-page7 .main {
		max-width: 840px;
		padding-bottom: 40px
	}
}

@media only screen and (max-width:960px) {
	.index-page1 {
		top: 60px
	}

	.index-banner {
		height: calc(100vh - 60px)
	}

	.index-banner .img {
		display: none
	}

	.index-banner .img-m {
		display: block
	}

	.index-banner .video {
		display: none
	}

	.index-banner .iframe {
		height: calc(100vh - 60px)
	}

	.index-banner .swiper-pagination {
		display: block
	}

	.index-banner .pagination {
		display: none
	}

	.index-page2 .word {
		font-size: 140px
	}

	.index-page2 .title {
		font-size: 72px
	}

	.index-page2 .content {
		font-size: 24px
	}

	.index-page2 .word1 {
		font-size: 27px
	}

	.index-page2 .t1 {
		font-size: 33px
	}

	.index-page2 .wrap1 {
		height: auto;
		padding: 200px 0
	}

	.index-page2 .picture {
		margin: 0 auto
	}

	.index-page2 .b-box {
		height: auto
	}

	.index-page2 .box {
		width: 100%;
		padding-left: 0
	}

	.index-page2 .swiper {
		padding-left: 60px
	}

	.index-page2 .swiper .img {
		margin-right: auto
	}

	.index-page2 .b-box-zw {
		display: none
	}

	.index-page3 {
		padding-bottom: 80px
	}

	.index-page3 .picture {
		display: none
	}

	.index-page3 .list .img {
		width: 75%;
		max-width: 400px;
		margin: 0 auto;
		display: block
	}

	.index-page3 .list .item {
		height: auto;
		flex-wrap: wrap;
		margin-bottom: 40px
	}

	.index-page3 .list .item:last-of-type {
		margin-bottom: 0
	}

	.index-page3 .main {
		width: 100%;
		text-align: center
	}

	.index-page3 .content {
		text-align: center
	}

	.index-page3 .tits {
		justify-content: center
	}

	.index-page3 .text {
		text-align: center
	}

	.index-page3 .c-btn {
		margin: 40px auto 0
	}

	.index-page4 .content {
		font-size: 30px;
		padding-bottom: 40px
	}

	.index-page4 .wrap {
		height: auto;
		position: relative !important;
		padding-top: 0;
		padding-bottom: 100px
	}

	.index-page4 .block {
		display: none
	}

	.index-page4 .scrollmagic-pin-spacer {
		height: auto
	}

	.index-page4 .container {
		max-width: 94%;
		transform: translate(0) !important
	}

	.index-page4 .picture {
		display: block
	}

	.index-page4 .video {
		display: none
	}

	.index-page5 {
		padding-top: 0
	}

	.index-page5 .header {
		font-size: 20px
	}

	.index-page5 .wrap {
		width: 100%;
		order: 1
	}

	.index-page5 .picture {
		display: none
	}

	.index-page6 .item {
		width: 47%
	}

	.index-page6 .item:nth-of-type(3) {
		display: none
	}

	.index-page6 .block .tag {
		color: #fff;
		border-color: #fff
	}

	.index-page6 .block .picture {
		-webkit-filter: grayscale(0);
		filter: grayscale(0)
	}

	.index-page6 .block .title {
		color: #fff
	}

	.index-page7 .title {
		font-size: 28px
	}

	.index-page7 .content {
		font-size: 14px
	}

	.index-page7 .main {
		padding-bottom: 0
	}

	.index-page-jg {
		display: none
	}
}

@media only screen and (max-width:640px) {
	.index-banner .main .title {
		font-size: 28px
	}

	.index-banner .main .content {
		font-size: 15px
	}

	.index-banner .iframe,
	.index-iframe1 .iframe {
		transform: scale(.33);
		width: 300vw;
		margin-left: -100vw
	}

	.index-page1-bottom {
		display: none
	}

	.index-page2 .word {
		font-size: 72px
	}

	.index-page2 .picture {
		max-width: 400px;
		width: 80%
	}

	.index-page2 .swiper {
		height: 80px;
		padding-left: 36px
	}

	.index-page2 .title {
		font-size: 50px
	}

	.index-page2 .content {
		font-size: 18px
	}

	.index-page2 .word1 {
		font-size: 14px
	}

	.index-page2 .t1 {
		font-size: 16px
	}

	.index-page2 .wrap1 {
		padding: 120px 0
	}

	.index-page3 {
		padding-bottom: 64px
	}

	.index-page3 .title {
		font-size: 32px
	}

	.index-page3 .content {
		font-size: 15px
	}

	.index-page3 .list .item {
		margin-bottom: 30px;
		padding: 0 20px
	}

	.index-page3 .tit {
		font-size: 20px;
		padding: 0 32px
	}

	.index-page3 .tit:after,
	.index-page3 .tit:before {
		width: 16px
	}

	.index-page3 .text {
		font-size: 13px;
		line-height: 1.8;
		margin-top: 30px
	}

	.index-page3 .more {
		margin-top: 30px
	}

	.index-page4 .title {
		font-size: 16px
	}

	.index-page4 .content {
		font-size: 24px
	}

	.index-page4 .container {
		padding: 10px;
		border-radius: 6px
	}

	.index-page4 .wrap {
		padding-bottom: 80px
	}

	.index-page4 .play {
		transform: scale(.88)
	}

	.index-page5 .header {
		font-size: 18px;
		padding-bottom: 30px
	}

	.index-page5 .picture {
		width: 100%;
		display: block;
		margin-bottom: 30px
	}

	.index-page5 .wrap {
		width: 100%;
		order: 1;
		border: none;
		padding: 0
	}

	.index-page5 .title {
		position: relative;
		margin-bottom: 20px
	}

	.index-page5 .content {
		padding-top: 0
	}

	.index-page6 {
		padding-bottom: 30px
	}

	.index-page6 .header .title {
		font-size: 24px
	}

	.index-page6 .list .picture {
		margin-bottom: 16px
	}

	.index-page6 .list .tag {
		font-size: 12px;
		padding: 0 14px;
		line-height: 20px
	}

	.index-page6 .list .title {
		font-size: 14px;
		line-height: 24px;
		max-height: 48px;
		margin-top: 8px
	}

	.index-page7 .title {
		font-size: 24px
	}

	.index-page7 .content {
		font-size: 13px
	}
}

@media only screen and (max-width:320px) {
	.index-page2 .swiper {
		height: 70px;
		padding-left: 30px
	}
}

.index-page8 {
	position: relative;
	z-index: 0
}

.index-page8 .bgs {
	height: 100%
}

.index-page8 .bgs,
.index-page8 .bgs .img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%
}

.index-page8 .bgs .img {
	display: block;
	opacity: 0;
	transition: opacity .3s;
	transform-origin: top center
}

.index-page8 .bgs .img.active {
	opacity: 1
}

.index-product-swiper {
	width: 94%;
	max-width: 1280px;
	margin: 0 auto;
	height: 100vh;
	z-index: 1
}

.index-product-swiper .title {
	font-family: adihausBlod, Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.3
}

.index-product-swiper .content {
	font-size: 28px;
	margin-top: 14px
}

.index-product-swiper .swiper-slide {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	overflow: hidden
}

.index-product-swiper .swiper-slide .bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%
}

.index-product-swiper .swiper-button-prev {
	left: 0 !important;
	background-color: transparent !important;
	background-position: 0 !important
}

.index-product-swiper .swiper-button-next {
	right: 0 !important;
	background-color: transparent !important;
	background-position: 100% !important
}

.index-product-swiper .more {
	margin-top: 60px
}

.index-product-swiper .swiper-pagination {
	display: none
}

.index-product-swiper .main {
	width: 53%;
	padding-left: 120px;
	position: relative;
	z-index: 1;
	padding-bottom: 120px
}

.index-product-swiper .picture {
	width: 46.875%;
	position: relative;
	z-index: 1
}

.index-product-swiper .picture .img {
	width: 100%;
	display: block
}

.index-product-swiper .choose {
	font-size: 18px;
	font-family: adihausBlod, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 120px;
	bottom: 20%;
	z-index: 1;
	line-height: 24px
}

.index-product-swiper .choose .item {
	padding-left: 26px;
	border-left: 2px solid #fff;
	margin-bottom: 8px;
	opacity: .3;
	transition: opacity .3s;
	cursor: pointer
}

.index-product-swiper .choose .item.active,
.index-product-swiper .choose .item:hover {
	opacity: 1
}

.index-word1 {
	position: relative
}

.index-word1 .wrap1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0
}

.index-word1 .zw .item {
	width: 100%;
	height: 50vh
}

.index-word1 .block {
	height: 60vh
}

@media only screen and (max-width:1440px) {
	.index-product-swiper {
		max-width: 900px
	}

	.index-product-swiper .title {
		font-size: 48px
	}

	.index-product-swiper .content {
		font-size: 20px
	}

	.index-product-swiper .more {
		margin-top: 40px
	}

	.index-product-swiper .main {
		width: 48%;
		padding-left: 100px
	}

	.index-product-swiper .picture {
		width: 42%
	}

	.index-product-swiper .choose {
		left: 100px;
		bottom: 10%;
		line-height: 20px
	}

	.index-product-swiper .choose .item {
		font-size: 16px;
		padding-left: 16px;
		border-left: 2px solid #fff
	}
}

@media only screen and (max-width:960px) {
	.index-page8 .bgs .img {
		transform: scale(1.25)
	}

	.index-product-swiper .swiper-pagination {
		display: block;
		position: relative;
		margin-top: 30px
	}

	.index-product-swiper .main {
		padding-left: 0;
		padding-bottom: 0
	}

	.index-product-swiper .choose {
		display: none
	}

	.index-word1,
	.index-word1 .wrap1 {
		position: relative
	}

	.index-word1 .block,
	.index-word1 .zw {
		display: none
	}
}

@media only screen and (max-width:640px) {
	.index-page8 .bgs .img {
		transform: scale(1.8)
	}

	.index-product-swiper .title {
		font-size: 32px
	}

	.index-product-swiper .content {
		font-size: 15px;
		margin-top: 12px
	}

	.index-product-swiper .picture {
		width: 75%;
		max-width: 400px;
		margin: 0 auto
	}

	.index-product-swiper .main {
		width: 100%;
		order: 1;
		text-align: center
	}

	.index-product-swiper .more {
		margin: 30px auto 0
	}
}
