html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
}

body {
	position: relative;
	margin: 0;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC, Microsoft YaHei, Hiragino Sans GB, Heiti SC, SimHei, SimSun, sans-serif
}

main {
	display: block
}

ul,
li {
	list-style-type: none;
}

.relative {
	position: relative
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

img {
	border-style: none;
	display: inline-block
}

ul,
li {
	list-style: none
}

ul,
p {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	margin: 0
}

a {
	text-decoration: none;
	color: #000
}

.slick-dots button {
	outline: none
}

[class*=' icon-'],
[class^=icon-] {
	font-family: "iconfont";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-transform: none
}


/*鍙充笅瑙掗洩鐜嬮個璇峰姞鐩�*/

.floating-infor {
	position: fixed;
	right: 63px;
	bottom: 94px;
	z-index: 700;
	cursor: pointer;
	font-size: 20px;
}

.floating-infor .fi-item1 {
	width: 105px;
	height: 129px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2.5em;
	color: #ffd900;
	z-index: 700;
}

.floating-infor .fi-item1 img {
	width: 100%;
	object-fit: cover;
}

.floating-infor .icons-text {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*font-size: 16px;
	font-weight: 600;
	color: #333333;
	line-height: 22px;*/
	z-index: 60;
}

.floating-infor .icons-text img {
	width: 206px;
	height: 206px;
	/*transform: rotate(-30deg);*/
	position: absolute;
	left: -160px;
	bottom: -20px;
}

.floating-infor.active .fi-item1 {
	color: #ffd900
}


/*.floating-infor.active .icons-text .icons-txt {
	color: #333333;
}*/

.floating-infor .icons-text .icons-txt {
	position: absolute;
	top: -115px;
	left: -100px;
	-webkit-transform: rotate(-20deg);
	transform: rotate(-20deg);
	width: 90px;
	height: 67px;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #333333;
	line-height: 22px;
}

@-webkit-keyframes flicker {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes flicker {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}


/*鎮仠鍚庢樉绀�*/

.ms-bg {
	-webkit-transition: transform .5s ease-out;
	transition: transform .5s ease-out;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/fbg.svg) no-repeat center center;
	background-size: contain;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 80% 90%;
	transform-origin: 80% 90%
}

.modal-service__wrap {
	width: 520px;
	height: 380px;
	position: fixed;
	right: 0;
	bottom: 60px;
	z-index: 600;
	text-align: center;
	pointer-events: none;
	font-size: 20px;
	border-radius: 100%;
}

.modal-service__wrap.active {
	pointer-events: auto
}

.modal-service__wrap.active .ms-inner {
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.modal-service__wrap.active .ms-bg {
	-webkit-transform: scale(0.9);
	transform: scale(0.9)
}

.modal-service__wrap .ms-cont {
	position: absolute;
	left: 55%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal-service__wrap .ms-inner {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.modal-service__wrap .title {
	max-width: 210px;
	margin: 0 auto;
}

.modal-service__wrap .title span {
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 600;
	color: #ffd900;
	line-height: 33px;
}

.modal-service__wrap .ms-tel {
	margin-top: .125em;
	font-size: 24px;
	font-weight: 600;
	color: #ffd900;
	line-height: 33px;
}

.modal-service__wrap .ms-code {
	margin-top: 7px;
}

.modal-service__wrap .item-box {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 80px;
	height: 86px;
	margin: 0 15px
}

.modal-service__wrap .item-box img {
	max-width: 100%
}

.modal-service__wrap .item-box i {
	position: relative;
	top: -6px;
	color: #ffd900;
	display: inline-block;
	font-size: 14px;
	width: 20px;
	height: 20px;
}

.modal-service__wrap .ms-btn {
	line-height: 48px;
	margin: 0 auto;
	margin-top: 43px;
	width: 97px;
	height: 33px;
	background: #ffd900;
	border-radius: 4px;
	text-align: center;
	/*box-shadow: 3px 3px 3px 3px black;*/
}

.modal-service__wrap .ms-btn .blackSpan {
	width: 97px;
	height: 33px;
	border: 1px solid black;
	background-color: black;
	border-radius: 4px;
}

.modal-service__wrap .ms-btn a {
	display: block;
	width: 97px;
	height: 33px;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	margin-top: -37px;
	margin-left: -4px;
	background-color: #ffd900;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.wow {
	visibility: hidden
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.d-inline-block {
	display: inline-block
}

.d-none {
	display: none
}

.d-block {
	display: block
}

.list {
	position: relative;
	font-size: 0;
	margin-right: -16px;
	margin-left: -16px
}

.list>li {
	display: inline-block;
	vertical-align: top
}

.list .item-column {
	display: block;
	margin-right: 16px;
	margin-left: 16px
}

.list a {
	display: block;
	margin-right: 16px;
	margin-left: 16px
}

.list-1>li {
	width: 100%
}

.list-2>li {
	width: 50%
}

.list-3>li {
	width: 32.3333%
}

.list-4>li {
	width: 25%
}

.list-5>li {
	width: 20%
}

.list-6>li {
	width: 16.66%
}

.wx-share {
	margin-top: -130px;
	margin-left: -120px;
	border-radius: 3px;
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	padding: 20px 10px;
	width: 240px;
	height: 280px;
	background-color: #fff;
	cursor: pointer;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

.wx-share img {
	display: block;
	width: 100%
}

.wx-share p {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-weight: 500;
	color: #000
}

.wx-share i {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5;
	text-align: center;
	color: #000
}

.slick-slide a {
	outline: none
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.mt-30 {
	margin-top: 30px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-80 {
	margin-top: 80px
}

.mt-100 {
	margin-top: 100px
}

.mt-120 {
	margin-top: 120px
}

.mt-130 {
	margin-top: 130px
}

.mt-140 {
	margin-top: 140px
}

.mt-150 {
	margin-top: 150px
}

.mt-160 {
	margin-top: 160px
}

.mt-180 {
	margin-top: 9.375vw
}

.pt-30 {
	padding-top: 30px
}

.pt-80 {
	padding-top: 80px
}

.pt-100 {
	padding-top: 100px
}

.pt-120 {
	padding-top: 120px
}

.pt-150 {
	padding-top: 150px
}

.pt-160 {
	padding-top: 160px
}

.pt-200 {
	padding-top: 200px
}

@media (max-width: 1540px) {
	.mt-40 {
		margin-top: 30px
	}
	.mt-60 {
		margin-top: 45px
	}
	.mt-80 {
		margin-top: 60px
	}
	.mt-100 {
		margin-top: 75px
	}
	.mt-140 {
		margin-top: 105px
	}
	.mt-120 {
		margin-top: 90px
	}
	.mt-150 {
		margin-top: 112px
	}
	.pt-100 {
		padding-top: 75px
	}
	.pt-120 {
		padding-top: 90px
	}
	.pt-150 {
		padding-top: 112px
	}
	.mt-160 {
		margin-top: 120px
	}
	.pt-160 {
		padding-top: 120px
	}
	.mt-180 {
		margin-top: 135px
	}
	.pt-200 {
		padding-top: 150px
	}
}

@media (max-width: 1440px) {
	.list {
		margin-left: -12px;
		margin-right: -12px
	}
	.list a,
	.list .item-column {
		margin-left: 12px;
		margin-right: 12px
	}
}

@media (max-width: 1366px) {
	.mt-100 {
		margin-top: 68px
	}
	.mt-120 {
		margin-top: 80px
	}
	.mt-140 {
		margin-top: 95px
	}
	.mt-150 {
		margin-top: 100px
	}
	.pt-100 {
		padding-top: 68px
	}
	.pt-120 {
		padding-top: 80px
	}
	.pt-150 {
		padding-top: 100px
	}
	.mt-180 {
		margin-top: 128px
	}
	.pt-200 {
		padding-top: 142px
	}
}

@media (max-width: 1200px) {
	.list-4>li {
		width: 33.33%
	}
}

@media (max-width: 1024px) {
	.list-3>li {
		width: 49%
	}
	.list-6>li {
		width: 25%
	}
}

@media (max-width: 1024px) {
	.list {
		margin-left: -10px;
		margin-right: -10px
	}
	.list a,
	.list .item-column {
		margin-left: 10px;
		margin-right: 10px
	}
	.mt-60 {
		margin-top: 30px
	}
	.mt-80 {
		margin-top: 40px
	}
	.mt-100 {
		margin-top: 50px
	}
	.mt-120 {
		margin-top: 60px
	}
	.mt-140 {
		margin-top: 70px
	}
	.pt-30 {
		padding-top: 15px
	}
	.pt-100 {
		padding-top: 50px
	}
	.pt-120 {
		padding-top: 60px
	}
	.pt-150 {
		padding-top: 75px
	}
	.pt-200 {
		padding-top: 100px
	}
	.mt-150 {
		margin-top: 75px
	}
	.mt-160 {
		margin-top: 80px
	}
	.pt-160 {
		padding-top: 80px
	}
	.mt-180 {
		margin-top: 90px
	}
}

@media (max-width: 800px) {
	.list-6>li {
		width: 33.33%
	}
	.list-4>li {
		width: 50%
	}
}

@media (max-width: 650px) {
	.list-3>li {
		width: 100%
	}
	.list {
		margin-left: -8px;
		margin-right: -8px
	}
	.list a,
	.list .item-column {
		margin-left: 8px;
		margin-right: 8px
	}
}

@media (max-width: 600px) {
	.mt-120 {
		margin-top: 30px;
	}
}

@media (max-width: 500px) {
	.list-6>li {
		width: 50%
	}
	.list-4>li {
		width: 100%
	}
	.list {
		margin-left: -5px;
		margin-right: -5px
	}
	.list a,
	.list .item-column {
		margin-left: 5px;
		margin-right: 5px
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 5%, 0);
		transform: translate3d(0, 5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -5%, 0);
		transform: translate3d(0, -5%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-10%, 0, 0);
		transform: translate3d(-10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(10%, 0, 0);
		transform: translate3d(10%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.relative {
	position: relative
}

.lazy {
	background: url(../img/load.gif) no-repeat center center;
	background-size: 24px
}

.w1600 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding:60px 0;
	background: #fff
}

.w1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.no-line .header::after {
	background-color: #fff
}

/*.wrap {*/
/*	padding-top: 110px*/
/*}*/

@media(max-width:1460px) {
	/*.wrap {*/
	/*	padding-top: 100px;*/
	/*}*/
}

@media(max-width:1300px) {
	/*.wrap {*/
	/*	padding-top: 80px;*/
	/*}*/
}

.fs160 {
	font-size: 160px
}

.fs60 {
	font-size: 52px
}

.fs54 {
	font-size: 50px
}

.fs44 {
	font-size: 44px
}

.fs40 {
	font-size: 42px;
	line-height: 1.4;
	letter-spacing: 1px
}

.fs30 {
	font-size: 30px
}

.fs28 {
	font-size: 28px
}

.fs24 {
	font-size: 26px;
	font-weight: 700
}

.fs22 {
	font-size: 22px
}

.fs20 {
	font-size: 20px
}

.fs16 {
	font-size: 16px
}

.ovf {
	overflow: hidden
}

.paragraph {
	font-size: 18px;
	color: #555;
	line-height: 1.875;
	letter-spacing: 1.5px
}

.paragraph img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin-top: 10px
}

.paragraph h3 {
	color: #ffd900;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.66667;
	margin-bottom: .27778em
}

.list-txt {
	font-size: 16px;
	line-height: 1.71429;
	color: #555;
	letter-spacing: 1px
}

.load-list {
	text-align: center;
	font-size: 20px
}

.load-list span {
	display: block;
	font-size: 14px;
	color: #ffd900;
	letter-spacing: .71429em;
	margin-top: .85714em
}

@-webkit-keyframes move_wave {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes move_wave {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.load-wave {
	position: relative;
	display: inline-block;
	width: 2.7em;
	height: 3em
}

.load-wave .load-cont {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden
}

.load-wave .load-cont::before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
	border-radius: 50%;
	z-index: -1
}

.load-wave .load-fill {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/bg.png) no-repeat 0 60px;
	mask-image: url(../img/load.svg);
	-webkit-mask-image: url(../img/load.svg);
	-webkit-animation: fillLoad 2s infinite;
	animation: fillLoad 2s infinite
}

@-webkit-keyframes fillLoad {
	0% {
		background-position: 0 60px
	}
	100% {
		background-position: 0 0
	}
}

@keyframes fillLoad {
	0% {
		background-position: 0 60px
	}
	100% {
		background-position: 0 0
	}
}

.slick-slide {
	outline: none
}

.page-column {
	text-align: center;
	font-size: 20px
}

.pg-dec {
	display: inline-block;
	position: relative;
	padding: 0 2em
}

.pg-geo,
.pg-img {
	display: inline-block;
	vertical-align: bottom
}

.pg-geo {
	width: 1.2em;
	height: .2em;
	position: absolute;
	bottom: 30%
}

.pg-dec__left {
	background: url(../img/icon-9.svg) no-repeat center center;
	left: 0
}

.pg-dec__right {
	background: url(../img/icon-10.svg) no-repeat center center;
	right: 0
}

.pg-img {
	position: relative
}

.pg-img img {
	max-width: 100%
}

.pg-title {
	color: #000;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: .33333em
}

.pg-title img {
	max-width: 100%
}

.bg-gery {
	background-color: #fafafa
}

.column-bgPic {
	position: relative;
	/*overflow: hidden*/
}

.column-bgPic .pic {
	padding-top: 500px
}

.column-bgPic .larze-pic {
	padding-top: 900px
}

.column-bgPic .m-pic {
	display: none
}

.column-bgPic .txt-bg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	padding: 0 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.column-bgPic .txt-bg span {
	font-family: "NothingYouCouldDo-Regular";
	color: #FB8F8D;
	line-height: 1;
	font-weight: 700
}

.column-bgPic .intro {
	position: relative;
	top: -.75em;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	line-height: 1.4
}

.column-bgPic .txt {
	color: #fff
}

.column-bgPic .bg-dec {
	font-size: 20px;
	position: absolute;
	right: 12em;
	bottom: 34px;
	/*top: 32.7em;*/
	width: 253px;
	height: 212px;
}

.column-bgPic .bg-dec img {
	max-width: 100%
}

.slick-dot__line {
	font-size: 20px
}

.slick-dot__line .slick-dots {
	width: calc(100% - 174px);
	height: 4px;
	background-color: #f8f8f8;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	margin-left: 16px
}

.slick-dot__line li {
	flex: 1
}

.slick-dot__line li,
.slick-dot__line button {
	height: 100%
}

.slick-dot__line button {
	width: 100%;
	border: none;
	cursor: pointer;
	padding: 0;
	outline: none;
	position: relative;
	border-radius: 30px
}

.slick-dot__line button:after {
	-webkit-transition: width .8s ease-out;
	transition: width .8s ease-out;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background-color: #ffd900;
	border-radius: 30px
}

.slick-dot__line .slick-active button:after {
	width: 100%
}

.slick-dot__white li,
.slick-dot__white button,
.slick-dot__round li,
.slick-dot__round button {
	display: inline-block;
	vertical-align: middle
}

.slick-dot__white li,
.slick-dot__round li {
	font-size: 20px;
	margin: 0 .65em
}

.slick-dot__white button,
.slick-dot__round button {
	backface-visibility: hidden;
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	width: 1.2em;
	height: 1.2em;
	position: relative;
	text-indent: -999999999px
}

.slick-dot__white button:before,
.slick-dot__white button:after,
.slick-dot__round button:before,
.slick-dot__round button:after {
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
	content: "";
	display: block
}

.slick-dot__white button:before,
.slick-dot__round button:before {
	position: absolute;
	left: 50%;
	top: -.3em;
	width: .65em;
	height: .7em;
	background: url(../img/icon-wg.svg) no-repeat center center;
	background-size: contain;
	margin-left: -.35em;
	opacity: 0
}

.slick-dot__white button:after,
.slick-dot__round button:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1em;
	height: .9em;
	border-radius: 50%;
	background-color: #fff
}

.slick-dot__white .slick-active button::before,
.slick-dot__round .slick-active button::before {
	opacity: 1
}

.slick-dot__round button:before {
	top: -.4em;
	background: url(../img/icon-hg.svg) no-repeat center center
}

.slick-dot__round button:after {
	border: 2px solid #ffd900
}

.slick-dot__round .slick-active button::after {
	background-color: #ffd900
}

.slider-arrow {
	font-size: 20px
}

.slider-arrow .sa-btn {
	display: inline-block !important;
	vertical-align: middle;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	position: relative;
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out
}

.slider-arrow .sa-prev {
	background-color: #ffd900;
	margin-right: .6em
}

.slider-arrow .sa-prev i {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	color: #fff
}

.slider-arrow .sa-next {
	background-color: #ffd900;
	margin-left: .6em
}

.slider-arrow .sa-next i {
	color: #fff;
	margin-left: 1px;
	margin-top: 1px
}

.slider-arrow i {
	font-size: .8em;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.column-list li {
	margin-bottom: 40px
}

.column-list a,
.column-list .item-column {
	font-size: 20px;
	cursor: default;
	background-color: #FAFAFA;
	text-align: center;
	padding: 0 2.5em;
	overflow: hidden;
	border-radius: 10px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.column-list .dec {
	display: inline-block;
	vertical-align: middle;
	width: 8em;
	height: 8em;
	background-color: #ffd900;
	position: relative;
	border-radius: 50%;
	top: -3em
}

.column-list .dec img {
	position: absolute;
	left: 50%;
	bottom: 1.5em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 100%
}

.column-list .title {
	color: #000;
	margin-bottom: .41667em;
	font-weight: 700
}

.modal-video__wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1200;
	font-size: 20px;
	display: none
}

.modal-video__wrap .mv-vg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9)
}

.modal-video__wrap .m-mv__close {
	display: none
}

.modal-video__wrap .mv-close {
	position: absolute;
	right: 1.2em;
	top: 1.2em;
	color: #fff;
	font-size: .9em;
	z-index: 100;
	-webkit-transition: transform .4s ease-out;
	transition: transform .4s ease-out
}

.modal-video__wrap .mv-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1000px
}

.modal-video__wrap video {
	width: 100%
}

@media (min-width: 1025px) {
	/*.wrap {*/
	/*	overflow: hidden*/
	/*}*/
	.modal-video__wrap .mv-close:hover {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
	.slider-arrow .sa-prev:hover {
		background-color: #ffd900
	}
	.slider-arrow .sa-prev:hover i {
		color: #fff
	}
	.slider-arrow .sa-next:hover {
		background-color: #f8f8f8
	}
	.slider-arrow .sa-next:hover i {
		color: #ffd900
	}
	.nd-share {
		position: fixed;
		top: 248px;
		left: 0;
		right: 0;
		pointer-events: none
	}
	.list-filtrate a:hover span {
		color: #ffd900
	}
	.nd-share__btn {
		pointer-events: auto
	}
	.nd-share__btn a:hover {
		background-color: #ffd900
	}
	.nd-share__btn a:hover:before {
		color: #fff
	}
	.list-toggle .list-arrow:hover {
		background-color: #ffd900
	}
	.list-toggle .list-arrow:hover i {
		color: #fff
	}
	.list-toggle .list-back:hover::after {
		color: #ffd900
	}
	.list-toggle .list-back:hover i {
		background-color: #fff
	}
	/*.ani-btn:hover {
		-webkit-animation: anim-moema-1 0.4s forwards;
		animation: anim-moema-1 0.4s forwards
	}
	.ani-btn:hover::before {
		-webkit-animation: anim-moema-2 0.4s 0.4s forwards;
		animation: anim-moema-2 0.4s 0.4s forwards
	}*/
	.column-list a,
	.column-list .item-column {
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
		-webkit-transform: rotateX(-10deg) scale(1.02) translateX(0px) translateY(0px);
		transform: rotateX(-10deg) scale(1.02) translateX(0px) translateY(0px)
	}
	.column-list .title,
	.column-list .paragraph {
		-webkit-transition: color .4s ease-out;
		transition: color .4s ease-out
	}
	.column-list a:hover,
	.column-list .item-column:hover {
		-webkit-transform: rotateX(0deg) scale(1) translateX(0px) translateY(0px);
		transform: rotateX(0deg) scale(1) translateX(0px) translateY(0px);
		background-color: #ffd900
	}
	.column-list a:hover .title,
	.column-list a:hover .paragraph,
	.column-list .item-column:hover .title,
	.column-list .item-column:hover .paragraph {
		color: #fff
	}
}	@-webkit-keyframes anim-moema-1 {
		60% {
			-webkit-transform: scale3d(0.8, 0.8, 1);
			transform: scale3d(0.8, 0.8, 1)
		}
		85% {
			-webkit-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1)
		}
		100% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
	}
	@keyframes anim-moema-1 {
		60% {
			-webkit-transform: scale3d(0.8, 0.8, 1);
			transform: scale3d(0.8, 0.8, 1)
		}
		85% {
			-webkit-transform: scale3d(1.1, 1.1, 1);
			transform: scale3d(1.1, 1.1, 1)
		}
		100% {
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
	}
	@-webkit-keyframes anim-moema-2 {
		to {
			opacity: 0;
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
	}
	@keyframes anim-moema-2 {
		to {
			opacity: 0;
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1)
		}
	}
}

@media (max-width: 1700px) {
	.w1600,
	.nd-share {
		max-width: 1460px
	}
}

@media (max-width: 1200px) {
	.w1600,
	.nd-share {
		max-width: 100%
	}
	.fs160 {
		font-size: 142px
	}
	.fs54,
	.fs60 {
		font-size: 48px
	}
	.fs44 {
		font-size: 42px
	}
	.fs40 {
		font-size: 36px
	}
	.fs30 {
		font-size: 26px
	}
	.fs28 {
		font-size: 24px
	}
	.fs24 {
		font-size: 20px
	}
	.fs22 {
		font-size: 18px
	}
	.fs20 {
		font-size: 16px
	}
	.list-filtrate a {
		font-size: 14px;
		height: 46px;
		line-height: 46px
	}
	.list-txt {
		font-size: 14px
	}
	.column-list a,
	.column-list .item-column {
		font-size: 18px
	}
	.slider-arrow {
		font-size: 18px
	}
	.column-bgPic .larze-pic {
		padding-top: 620px
	}
	.paragraph {
		font-size: 20px
	}
	.slick-dot__white li,
	.slick-dot__round li {
		font-size: 18px
	}
}

@media (max-width: 1440px) {
	.btn {
		height: 46px;
		line-height: 46px
	}
	.list-toggle a {
		font-size: 18px
	}
	.list-toggle .dots i {
		width: 5px;
		height: 5px
	}
	.nd-share__btn {
		font-size: 18px
	}
	.nd-share span {
		font-size: 14px
	}
	.column-bgPic .bg-dec {
		font-size: 18px
	}
}

@media (max-width: 1366px) {
	.fs160 {
		font-size: 130px
	}
	.fs54,
	.fs60 {
		font-size: 42px
	}
	.fs44 {
		font-size: 38px
	}
	.fs40 {
		font-size: 34px
	}
	.fs24 {
		font-size: 24px
	}
	.column-list .item-column,
	.column-list a {
		font-size: 16px
	}
	.column-list .dec img {
		max-width: 50px
	}
	.column-bgPic .bg-dec {
		font-size: 16px
	}
	.column-bgPic .larze-pic {
		padding-top: 640px
	}
	.slick-dot__white li,
	.slick-dot__round li {
		font-size: 16px
	}
}

@media (max-width: 1280px) {
	.w1000 {
		max-width: 800px
	}
	.modal-video__wrap .mv-cont {
		width: 80%
	}
}

@media (max-width: 1024px) {
	body,
	html {
		overflow-x: hidden
	}
	.list-filtrate ul {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden
	}
	.list-filtrate ul::-webkit-scrollbar {
		display: none
	}
	.list-filtrate li {
		width: 200px
	}
	.fs160 {
		font-size: 126px
	}
	.fs54,
	.fs60 {
		font-size: 40px
	}
	.fs44 {
		font-size: 32px
	}
	.fs40 {
		font-size: 30px
	}
	.fs30 {
		font-size: 24px
	}
	.fs28 {
		font-size: 22px
	}
	.fs24 {
		font-size: 20px
	}
	.fs22 {
		font-size: 18px
	}
	.fs20 {
		font-size: 15px
	}
	.btn {
		height: 42px;
		line-height: 42px
	}
	.w1600,
	.w1000 {
		width: auto;
		margin-right: 30px;
		margin-left: 30px
	}
	.w1000,
	.nd-share {
		max-width: 100%
	}
	/*.wrap {*/
	/*	padding-top: 72px*/
	/*}*/
	.nd-share {
		text-align: left;
		margin-top: 40px
	}
	.nd-share span {
		margin-bottom: 0;
		margin-right: 30px
	}
	.nd-share__btn a,
	.nd-share span {
		display: inline-block;
		vertical-align: middle
	}
	.nd-share__btn {
		max-width: 100%
	}
	.nd-share__btn a {
		margin-bottom: 0;
		margin-right: 40px
	}
	.slick-dot__line .slick-dots {
		display: none
	}
	.column-list li {
		margin-bottom: 30px
	}
	.column-list .item-column,
	.column-list a {
		font-size: 14px
	}
	.column-list .dec img {
		max-width: 45px
	}
	.column-bgPic .pic {
		padding-top: 400px
	}
	.column-bgPic .larze-pic {
		padding-top: 560px
	}
	.column-bgPic .bg-dec {
		width: 150px;
		bottom: -66px;
		right: 6em;
	}
	.slider-arrow .sa-prev {
		background-color: #ffd900
	}
	.slider-arrow .sa-prev i {
		color: #fff
	}
	.slick-dot__white li,
	.slick-dot__round li {
		font-size: 16px;
		margin: 0 15px
	}
	.modal-video__wrap .m-mv__close {
		display: block
	}
	.modal-video__wrap .mv-cont .mv-close {
		display: none
	}
}

@media (max-width: 750px) {
	.column-bgPic .m-pic {
		display: block
	}
	.column-bgPic .p-pic {
		display: none
	}
	.slider-arrow .sa-prev {
		margin-right: 20px
	}
	.slider-arrow .sa-next {
		margin-left: 20px
	}
}

@media (max-width: 650px) {
	.w1600,
	.w1000 {
		margin-right: 20px;
		margin-left: 20px
	}
	.load-list span {
		font-size: 12px
	}
	.fs160 {
		font-size: 100px
	}
	.fs54,
	.fs60 {
		font-size: 28px
	}
	.fs40 {
		font-size: 26px
	}
	.fs30 {
		font-size: 24px
	}
	.fs28 {
		font-size: 22px
	}
	.fs24 {
		font-size: 20px
	}
	.fs22 {
		font-size: 19px
	}
	.list-filtrate li {
		width: 40%
	}
	.list-filtrate a {
		font-size: 12px;
		height: 44px;
		line-height: 44px
	}
	.page-column {
		font-size: 18px
	}
	.pg-img {
		max-width: 65px
	}
	.pg-title {
		line-height: 1.4
	}
	.list-toggle a {
		font-size: 16px
	}
	.list-toggle .dots i {
		width: 4px;
		height: 4px
	}
	.nd-share__btn {
		font-size: 16px
	}
	.column-bgPic .pic {
		padding-top: 300px
	}
	.column-bgPic .larze-pic {
		padding-top: 450px
	}
	.column-bgPic .bg-dec {
		font-size: 14px;
		width: 120px;
		bottom: -95px;
	}
	.column-list li:last-child {
		margin-bottom: 0
	}
	.column-list .item-column,
	.column-list a {
		font-size: 12px
	}
	.column-list .dec img {
		max-width: 35px
	}
	.column-list .title {
		margin-bottom: 10px
	}
	.btn2 {
		font-size: 12px;
		height: 44px;
		line-height: 44px
	}
	.slider-arrow {
		font-size: 16px
	}
	.paragraph {
		font-size: 16px;
		line-height: 1.6
	}
	.slick-dot__white button,
	.slick-dot__round button {
		width: 20px;
		height: 20px
	}
	.slick-dot__white button::before,
	.slick-dot__round button::before {
		margin-left: -5px
	}
	.slick-dot__white button::after,
	.slick-dot__round button::after {
		width: 16px;
		height: 14px
	}
}

@media (max-width: 500px) {
	.column-list .item-column,
	.column-list a {
		font-size: 12px
	}
	.column-list .dec img {
		width: 35px
	}
	.column-bgPic .pic {
		padding-top: 200px
	}
	.column-bgPic .larze-pic {
		padding-top: 420px
	}
	.column-bgPic .bg-dec {
		font-size: 12px;
		width: 100px;
		right: 20px;
		bottom: -114px
	}
	.column-bgPic .intro {
		top: -20px
	}
	.fs160 {
		font-size: 75px
	}
}

body.no-scroll,
html.no-scroll {
	overflow-y: hidden
}

.animated {
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes textInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes textInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.textInUp {
	-webkit-animation-name: textInUp;
	animation-name: textInUp
}

.guide-wave {
	position: relative;
	height: 100vh
}

.guide-wave svg {
	position: absolute;
	bottom: -5%
}

.guide-wave svg use {
	-webkit-animation: move-forever 3s linear infinite;
	animation: move-forever 3s linear infinite
}

.guide-wave .gt-svg {
	left: 0;
	z-index: 20
}

.guide-wave .gt-svg use {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.guide-wave .gb-svg {
	left: 0;
	z-index: 60
}

.guide-wave .gb-svg use {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.wave-divider .parallax>use {
	-webkit-animation: move-forever 12s linear infinite;
	animation: move-forever 12s linear infinite
}

.wave-divider .parallax>use:nth-child(1) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s
}

.wave-divider .parallax>use:nth-child(2) {
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
	-webkit-animation-duration: 5s;
	animation-duration: 5s
}

.wave-divider .parallax>use:nth-child(3) {
	-webkit-animation-delay: -4s;
	animation-delay: -4s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@-webkit-keyframes move-forever {
	0% {
		-webkit-transform: translate(-90px, 0%);
		transform: translate(-90px, 0%)
	}
	100% {
		-webkit-transform: translate(85px, 0%);
		transform: translate(85px, 0%)
	}
}

@keyframes move-forever {
	0% {
		-webkit-transform: translate(-90px, 0%);
		transform: translate(-90px, 0%)
	}
	100% {
		-webkit-transform: translate(85px, 0%);
		transform: translate(85px, 0%)
	}
}

.bra-dec__pic {
	position: relative
}

.bra-dec__pic::before {
	content: "";
	display: block;
	padding-top: 348px
}

.bra-dec__pic .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: left center;
	-webkit-animation: play 20s linear infinite;
	animation: play 20s linear infinite
}

@-webkit-keyframes play {
	from {
		background-position: 100% 0
	}
	to {
		background-position: 0% 0
	}
}

@keyframes play {
	from {
		background-position: 100% 0
	}
	to {
		background-position: 0% 0
	}
}

.bra-upgrade__full {
	font-size: 0
}

.bra-upgrade__pic,
.bra-upgrade__box {
	display: inline-block;
	vertical-align: top;
	width: 50%
}

.bra-upgrade__pic {
	position: relative;
}

.bra-upgrade__pic .pic {
	padding-top: 83.33333%;
	/*width: 609px;
	height: 702px;
	border-radius: 0px 0px 0px 0px;*/
	opacity: 1;
	margin: 0 auto;
}

.bra-upgrade__pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.bra-upgrade__box {
	font-size: 20px;
	padding: 3em 6em 0 6em
}

.bra-upgrade__box .hint {
	font-size: 18px;
	letter-spacing: 1px;
	color: #555;
	display: inline-block;
	position: relative;
	padding-top: 2.125em
}

.bra-upgrade__box .hint:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5em;
	height: .25em;
	background: url(../img/icon-10.svg) no-repeat center center
}

.bra-upgrade__box .title {
	font-weight: 700;
	color: #ffd900
}

.bra-upgrade__list ul {
	margin-left: 0;
	margin-right: 0
}

.bra-upgrade__list .pic {
	position: relative
}

.bra-upgrade__list .pic:before {
	content: "";
	display: block;
	padding-top: 106.25%
}

.bra-upgrade__list .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%
}

.bra-culture__list a {
	text-align: center;
	height: 16em
}

.bra-team__full {
	overflow: hidden
}

.bra-team__full .item-box {
	position: relative
}

.bra-team__full .pic {
	padding-top: 700px
}

.bra-team__full .cont {
	font-size: 20px;
	/*background-color: #333333;
	opacity: 0.3;*/
	background-color: rgb(51, 51, 51, 0.7);
	width: 18.5em;
	height: 20.5em;
	padding: 2em 2em 0 2em;
	position: absolute;
	left: 7.8125%;
	bottom: 0;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}

.bra-team__full .title,
.bra-team__full .txt {
	color: #fff;
}

.bra-team__full .txt {
	font-size: 16px;
}

.bra-team__full .title {
	margin-bottom: .3em;
	font-weight: 700;
	line-height: 1.5
}

.bra-team__full .slick-dots {
	position: absolute;
	left: 7.8125%;
	bottom: 2.8em;
	width: 21.5em;
	padding-left: 2em
}

.bra-history__year {
	position: relative
}

.bra-history__year .sa-btn {
	position: absolute;
	top: 0;
	width: 3em;
	height: 3em;
	z-index: 100
}

.bra-history__year .sa-btn i {
	font-size: 1em
}

.bra-history__year .sa-prev {
	left: 0
}

.bra-history__year .sa-prev i {
	margin-left: 1px
}

.bra-history__year .sa-next {
	right: 0;
	margin-right: 1px
}

.bra-year__slick {
	padding-top: 5px;
	width: calc(100% - 260px);
	margin: 0 auto
}

.bra-year__slick .item-box {
	font-size: 20px;
	display: block;
	position: relative;
	text-align: center;
	padding-top: 5px
}

.bra-year__slick .item-box::before,
.bra-year__slick .item-box::after {
	content: "";
	display: block
}

.bra-year__slick .item-box::before {
	width: 100%;
	height: 2px;
	background-color: #F8F8F8
}

.bra-year__slick .item-box::after {
	position: absolute;
	left: 50%;
	top: 2px;
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out;
	width: .4em;
	height: .4em;
	border-radius: 50%;
	background-color: #f5ea60
}

.bra-year__slick .m-item__box {
	display: none
}

.bra-year__slick span {
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #888;
	padding-top: 1.44444em
}

.bra-year__slick .slick-current .item-box:after {
	background-color: #ffd900
}

.bra-year__slick .slick-current span {
	color: #ffd900
}

.bra-history__slick .slick-track {
	-webkit-transition: transform .8s ease-out;
	transition: transform .8s ease-out
}

.bra-history__slick .item-box {
	font-size: 20px;
	margin-bottom: 40px
}

.bra-history__slick .item-cont {
	cursor: pointer
}

.bra-history__slick .pic {
	position: relative
}

.bra-history__slick .pic:after {
	content: "";
	display: block;
	padding-top: 53.19149%
}

.bra-history__slick .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%
}

.bra-history__slick .cont {
	-webkit-transition: background .4s ease-out;
	transition: background .4s ease-out;
	height: 12em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
	background-color: #fafafa;
	padding: 1.5em .4em 0 1.8em
}

.bra-history__slick .year,
.bra-history__slick .txt,
.bra-history__slick .year-dec {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .4s ease-out;
	transition: color .4s ease-out
}

.bra-history__slick .year {
	width: 25px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71429
}

.bra-history__slick .year-dec {
	font-size: 16px;
	color: #ffd900;
	width: 25px;
	line-height: 1.71429
}

.bra-history__slick .active .year-dec {
	color: #fff
}

.bra-history__slick .item-inner {
	margin-bottom: 1.5em
}

.bra-history__slick .item-inner:last-child {
	margin-bottom: 0
}

.bra-history__slick .txt {
	max-width: calc(100% - 42px)
}

.bra-history__slick .txt p {
	margin-bottom: 1.57143em;
	font-size: 16px;
}

.bra-history__slick .txt p:last-child {
	margin-bottom: 0
}

.bu-vid {
	font-size: 20px;
	position: absolute;
	right: -5.75em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media(max-width:1540px) {
	.bu-vid {
		right: -6.4em;
	}
}

@media(max-width:1366px) {
	.bu-vid {
		right: -7.2em;
	}
}

@media (min-width: 991px) {
	.bu-vid svg {
		/*width: 3.45em;
		height: 10.85em;*/
		width: 195px;
		height: 62px;
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	.bu-vid i {
		-webkit-transition: transform .4s ease-out;
		transition: transform .4s ease-out;
		font-size: .9em;
		color: #fff;
		position: absolute;
		left: 47%;
		top: 48%;
		margin-top: -.6em;
		margin-left: -.45em;
	}
	@-webkit-keyframes bu-vid-svg {
		from {
			-webkit-transform: skew(0, 0);
			transform: skew(0, 0);
		}
		to {
			-webkit-transform: skew(0, 50deg);
			transform: skew(0, 50deg);
		}
	}
	@keyframes bu-vid-svg {
		from {
			-webkit-transform: skew(0, 0);
			transform: skew(0, 0);
		}
		to {
			-webkit-transform: skew(0, 50deg);
			transform: skew(0, 50deg);
		}
	}
}

@media (min-width: 1025px) {
	.bra-year__slick .slick-track {
		-webkit-transition: transform .8s ease-out;
		transition: transform .8s ease-out
	}
	.bra-history__slick .active .pic,
	.bra-history__slick .active .cont {
		opacity: 1
	}
	.bra-history__slick .active .cont {
		background-color: #ffd900
	}
	.bra-history__slick .active .year,
	.bra-history__slick .active .txt {
		color: #fff
	}
	.small-bhy__slick {
		display: none
	}
	.bra-year__slick a:hover::after {
		background-color: #ffd900
	}
	.bra-year__slick a:hover span {
		color: #ffd900
	}
	.bu-vid:hover i {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	.small-bh__slick {
		display: none
	}
}

@media (max-width: 1540px) {
	.bra-upgrade__box .hint {
		font-size: 14px
	}
	.bra-history__slick .item-box {
		font-size: 18px
	}
	.bra-upgrade__box {
		font-size: 18px
	}
	.bra-team__full .cont {
		font-size: 18px
	}
	.bra-team__full .pic {
		padding-top: 600px
	}
	.bra-year__slick span {
		font-size: 16px
	}
	.bu-vid {
		font-size: 18px
	}
}

@media (max-width: 1440px) {
	.bra-upgrade__box {
		padding-left: 60px;
		padding-right: 60px
	}
}

@media (max-width: 1366px) {
	.bra-history__slick .item-box {
		font-size: 16px
	}
	.bra-upgrade__box {
		font-size: 16px
	}
	.bu-vid {
		font-size: 16px
	}
}

@media (max-width: 1300px) {
	.bra-upgrade__box {
		padding-left: 40px;
		padding-right: 40px
	}
	.bra-upgrade__pic .pic {
		padding-top: 110%
	}
}

@media (max-width: 1024px) {
	.bra-team__full .pic {
		padding-top: 550px
	}
	.bra-history__year.slider-arrow {
		font-size: 14px
	}
	.bra-history__year .sa-btn {
		visibility: hidden
	}
	/*.larze-bh__slick {
		display: none
	}*/
	.bra-year__slick {
		padding-top: 0;
		width: 100%
	}
	.bra-year__slick .m-item__box {
		display: block
	}
	/*鍝佺墝鍘嗙▼*/
	/*.bra-year__slick .p-item__box {
		display: none
	}*/
	.small-bhy__slick {
		display: block
	}
	.larze-bhy__slick {
		display: none
	}
	.bra-history__slick .slick-dots {
		text-align: center
	}
}

@media (max-width: 990px) {
	.bra-upgrade__pic,
	.bra-upgrade__box {
		width: 100%
	}
	.bra-upgrade__box {
		padding: 40px 30px 80px 30px
	}
	.bra-upgrade__pic .pic {
		padding-top: 83.33333%
	}
	.bu-vid {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 50px;
		height: 50px;
		background-color: #ffd900;
		border-radius: 50%
	}
	.bu-vid i {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		color: #fff;
		font-size: 16px;
		margin-left: 2px
	}
	.bu-vid svg {
		display: none
	}
}

@media (max-width: 650px) {
	.bra-dec__pic::before {
		padding-top: 240px
	}
	.bra-year__slick span {
		font-size: 18px
	}
	.bra-upgrade__box .hint {
		font-size: 18px
	}
	.bra-team__full .pic {
		padding-top: 260px
	}
	.bra-team__full .cont {
		background-color: #ffd900;
		padding: 20px 20px 100px 20px;
		position: relative;
		width: 100%;
		height: 280px;
		left: auto;
		bottom: auto;
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}
	.bra-team__full .slick-dots {
		width: auto;
		left: 20px;
		bottom: 24px;
		padding-left: 0;
		right: 20px
	}
	.bra-culture__list li {
		width: 50%
	}
	.bra-culture__list a {
		padding: 0 10px;
		/*height: 200px*/
		height: 240px;
	}
	.bra-culture__list .title,
	.bra-culture__list .txt {
		position: relative;
		top: -15px
	}
	.bra-history__year.slider-arrow {
		font-size: 12px
	}
	.bra-history__slick .year,
	.bra-history__slick .year-dec {
		line-height: 1.5
	}
	.bra-history__slick .year {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.bra-upgrade__list li {
		width: 33.33%
	}
}

@media(max-width:400px) {
	.fs28 {
		font-size: 20px;
	}
	.bra-team__full .cont {
		height: 350px;
	}
}
@media (min-width: 576px) { .sectionC .container2 { padding: 0 0.52083rem; }
.sectionD { padding: 0.625rem 0; background-repeat: no-repeat; background-position: center center; background-size: cover; }
}
@media (max-width: 575px) { .sectionD { padding: 30px 0; } }

.sectionD .Commonpongetitleimgtitleposition { margin-bottom: 0.41667rem; }

.sectionD .Commonpongetitleimgtitleposition span { color: #fff; }

.sectionD .content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.sectionD .content .img img { width: 5.4375rem; }

.sectionD .content .text { width: 4.91667rem; margin-left: 0.67708rem; font-size: 16px; color: #333; }

@media (min-width: 576px) { .sectionD .content .text { line-height: 0.26667rem; } }

.sectionD .content .text span { font-weight: bold; }

.sectionD .content .text p { text-indent: 2em; }

.sectionD .content .text .ms { margin-top: 0.15625rem; }
.container2 { padding: 0 1.35417rem; }@media (max-width: 575px) { .CommonStyleTitlteImport80 { font-size: 18px !important; } }

.Commonpongetitleimgtitleposition { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; width: 100%; }

.Commonpongetitleimgtitleposition img { display: none !important; }

.Commonpongetitleimgtitleposition img:nth-of-type(2) { display: block; }

.Commonpongetitleimgtitleposition img:nth-of-type(1) { display: none; }

.Commonpongetitleimgtitleposition.white span { color: #333; }

.Commonpongetitleimgtitleposition.white img:nth-of-type(1) { display: block; }

.Commonpongetitleimgtitleposition.white img:nth-of-type(2) { display: none; }

.Commonpongetitleimgtitleposition span { font-size: 32px; color: #000; white-space: nowrap; display: block; padding: 0rem 0; font-weight: bold; left: 50%; top: 50%; width: auto; }

.Commonpongetitleimgtitleposition img { width: 0.9375rem; display: none; }
@media (max-width: 575px) { .container2 { padding: 0 10px; } 
    .sectionD .content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .sectionD .content .img img { width: 100%; }
  .sectionD .content .text { margin-left: 0; width: 100%; margin-top: 20px; font-size: 16px; line-height: 2; }
  .sectionD .content .img { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

}@media (max-width: 1024px) {
	.list-3>li {
		width: 49%
	}
	.list-6>li {
		width: 25%
	}
}
