.ani {
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.unselect {
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none
}


.h50 {
	height: 50px;
	clear: both;
	overflow: hidden
}

.h100 {
	height: 100px;
	clear: both;
	overflow: hidden
}

.header {
	padding: 5px 74px 30px 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 20
}

.header.posa {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.mi-logo {
	display: block;
	height: 46.65px
}

.mi-logo img {
	display: block;
	height: 100%
}

.hd-r-new {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end
}

/* .xc-logo {
	height: 45px;
	margin-left: 60px
} */

.xc-logo img {
	display: block;
	width: 150px;
	padding-top: 20px;
}

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

.nav-item {
	position: relative
}

.nav-item+.nav-item {
	margin-left: 26px
}

.g-btn {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 100vw;
	z-index: 2
}

.g-btn.disabled {
	pointer-events: none
}

/* .g-btn-content {
	position: relative;
	border: 1px solid #f0f0f0;
	border-radius: 100vw;
	xpadding: 0.12rem
 1.24rem
 0.08rem
; 
	padding: 6px 15px 10px;
	position: relative;
	z-index: 2;
	height: 30px;
} */

.g-btn_text_wrapper {
	height: 17px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-start
}


.g-btn_text {
	line-height: 0.8;
	font-size: 16px;
	/* text-transform: capitalize;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg); */
	/* transform-style: preserve-3d;
	will-change: trsform; */
	color: #000;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

.g-btn_text.top {
	margin-bottom: 18px;
	color: #fff;
	line-height: 16px;

}

.g-btn:hover .g-btn_text {
	transform: translate3d(0, -31px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	transform-style: preserve-3d
}

.g-btn_bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 0%;
	height: 100%;
	border-radius: 100vw;
	background-color: #f8f8f8;
	will-change: width, height;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-ms-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear
}

.g-btn:hover .g-btn_bg {
	width: 100%;
	height: 100%
}

.sub-nav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: left;
	pointer-events: none;
	z-index: 1
}

.sub-nav .g-btn {
	opacity: 0;
	pointer-events: none;
	margin-top: 16px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}

.nav-item:hover .sub-nav {
	pointer-events: auto
}

.nav-item:hover .sub-nav .g-btn {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.footer-new {
	padding: 0 30px 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 20
}

.fd-media {
	display: flex;
	align-items: center
}

.fd-media a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.fd-media a:hover {
	opacity: .8
}

.fd-media a+a {
	margin-left: 42px
}

.fd-media a img {
	display: block;
	max-height: 100%
}

.copyright {
	color: #fff;
	font-size: 16px
}

.fd-link {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 20px;
	font-family: CamphorProForXiaoMi-Medium;
	color: #fff;
	display: flex;
	align-items: center
}

.fd-link i {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/vc-r-w.svg) no-repeat center center/contain;
	margin-left: 20px;
	position: relative;
	top: -1px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.fd-link:hover i {
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px)
}


@font-face {
	font-family: CamphorProForXiaoMi-Heavy;
	src: url(../fonts/CamphorProForXiaoMi-Heavy.otf)
}

@font-face {
	font-family: CamphorProForXiaoMi-Bold;
	src: url(../fonts/CamphorProForXiaoMi-Bold.otf)
}

@font-face {
	font-family: CamphorProForXiaoMi-Medium;
	src: url(../fonts/CamphorProForXiaoMi-Medium.otf)
}

@font-face {
	font-family: CamphorProForXiaoMi-Regular;
	src: url(../fonts/CamphorProForXiaoMi-Regular.otf)
}

body {
	background-color: #000;
	font-family: CamphorProForXiaoMi-Regular;
	
}

.about-page {
	height: calc(100vh - 5px)
}

.about-page .wp {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%
}

.about-page .title {
	font-size: 184px;
	font-family: CamphorProForXiaoMi-Heavy;
	font-weight: 800;
	color: rgba(255, 255, 255, 0);
	line-height: 215px;
	-webkit-text-stroke: 2px #fff;
	text-stroke: 2px #fff;
	margin-right: 218px
}

.about-page .content {
	color: #a4a4a4;
	font-size: 24px;
	line-height: 38px
}

.about-page .content p+p {
	margin-top: 40px
}

.about-page .content span {
	color: #fff;
	font-family: CamphorProForXiaoMi-Bold
}

.home-page .home-banner {
	position: relative;
	height: 100vh
}

.home-page .home-banner:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10%;
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0, rgba(0, 0, 0, 0) 100%)
}

.home-page .home-banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.home-page .home-banner .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	height: 50%
}

.home-page .home-banner .txt h3 {
	font-family: CamphorProForXiaoMi-Bold;
	font-size: 110px;
	color: #fff;

	text-shadow: 0px 0px 11px rgb(0 0 0 / 50%);
	/* text-transform: capitalize */
}

.home-page .home-banner .txt .g-btn {
	margin: 0 auto
}

.home-page .sec1 {
	padding-bottom: 167px
}

.home-page .sec2 {
	padding-bottom: 20px
}

.home-page .sec2 .title {
	text-align: center;
	font-family: CamphorProForXiaoMi-Medium;
	font-size: 44px;
	color: #fff
}

.tab-wrap {
	margin: 50px auto 80px;
	width: 360px;
	border-radius: 50px;
	border: 1px solid rgba(246, 245, 242, .2);
	height: 66px;
	display: flex;
	align-items: center;
	padding: 7px;
	position: relative;
	justify-content: center
}

.tab-wrap .btn {
	color: #555;
	font-size: 22px;
	line-height: 54px;
	flex: 0 0 33%;
	display: flex;
	justify-content: center;
	cursor: pointer;
	text-transform: capitalize;
	height: 100%;
	position: relative;
	z-index: 2
}

.tab-wrap .btn.on {
	font-weight: 700;
	color: #000
}

.tab-wrap .tab-bg {
	position: absolute;
	top: 7px;
	bottom: 7px;
	right: auto;
	left: 7px;
	width: calc(33% - 7px);
	border-radius: 50px;
	background: #fff;
	pointer-events: none;
	-webkit-transition: all .45s ease-in-out, -webkit-transform .45s ease-in-out;
	transition: all .45s ease-in-out, -webkit-transform .45s ease-in-out;
	transition: all .45s ease-in-out, transform .45s ease-in-out;
	transition: all .45s ease-in-out, transform .45s ease-in-out, -webkit-transform .45s ease-in-out
}

.tab-wrap[data-index="0"] .tab-bg {
	right: auto;
	left: 7px
}

.tab-wrap[data-index="1"] .tab-bg {
	left: 33%
}
.tab-wrap[data-index="2"] .tab-bg {
	left: 66%
}
.tab-wrap[data-index="3"] .tab-bg {
	left: 99%
}

.sec1-content .title {
	text-align: center;
	font-family: CamphorProForXiaoMi-Medium;
	color: #fff;
	font-size: 44px;
	padding-bottom: 60px;
	padding-top: 167px
}

.sec1-list-wrap {
	position: sticky;
	top: 0;
	overflow: hidden
}

.sec1-list {
	position: relative;
	display: flex;
	will-change: transform;
	transform-style: preserve-3d;
	align-items: center;
	height: 100vh
}

.sec1-list .item {
	width: 77.5vw;
	flex: 0 0 92vw;
	position: relative;
	margin-left: 1vw
}

.sec1-list .item .pic {
	display: block;
	position: relative;
	overflow: hidden;
	height: 78vh
}

.sec1-list .item .pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	z-index: 1
}

.sec1-list .item .pic:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url(../images/new-mask1.png);
	background-image: -webkit-image-set(url(../images/new-mask1.png) 1x, url(../images/new-mask1@2x.png) 2x);
	background-position: bottom center;
	background-repeat: no-repeat;
	-webkit-background-size: 105% 105%;
	background-size: 105% 105%;
	pointer-events: none
}

.sec1-list .item .txt {
	word-spacing: 10px;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	z-index: 2
}

.sec1-list .item .txt h3 {
	font-family: CamphorProForXiaoMi-Bold;
	font-size: 56px;
	color: #f8f8f8;
	white-space: pre-line;
	line-height: 62px
}

.sec1-list .item .btn-wrap {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	position: absolute;
	bottom: 2.5vw;
	left: 50%;
	/* top: 40%; */
	z-index: 5;
	width: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	/* pointer-events: none */
}


.sec1-list .item .btn-wrap .g-btn+.g-btn {
	margin-left: 30px
}

.sec1-list .item .btn-wrap .g-btn .g-btn-content {
	padding: 15px 40px 17px;
	border-width: 1px
}

/* .sec1-list .item .btn-wrap .g-btn .g-btn_text_wrapper {
	height: 18px;
	margin-top: -10px;
} */

.sec1-list .item .btn-wrap .g-btn .g-btn_text.top {
	margin-bottom: 30px
}

.sec1-list .item .btn-wrap .g-btn .g-btn_text {
	font-size: 16px
}

.sec1-list .item .btn-wrap .g-btn:hover .g-btn_text {
	transform: translate3d(0, -44px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	transform-style: preserve-3d
}

.gallery-prev {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 2%;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .4);
	z-index: 20;
	cursor: pointer;
}

.fadeInUp .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	/* justify-content: center; */
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -25px !important;
	right: auto;
}

.gallery-plus {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2.95%;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .4);
	z-index: 20;
	cursor: pointer;
}

.gallery-next {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 2%;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, .4);
	z-index: 20;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;

}

.gallery-prev .arrow,
.gallery-next .arrow {
	width: 23px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 23px auto;
	background-size: 23px auto
}

.gallery-next:hover .h__c,
.gallery-prev:hover .h__c {
	transform: translate3d(0, -100%, 1px) translateY(0);
}

.gallery-prev .arrow {
	background-image: url(../images/arrow-l.svg);
	opacity: .4;
}

.gallery-next .arrow {
	background-image: url(../images/arrow-r.svg);
	opacity: .4;
}

.gallery-prev:hover {
	border: 1px solid transparent;
}

.gallery-next:hover {
	border: 1px solid transparent;
}

.gallery-prev:hover .arrow {
	background-image: url(../images/arrow-l-b.svg);
	opacity: 1;
}

.gallery-next:hover .arrow {
	background-image: url(../images/arrow-r-b.svg);
	opacity: 1;
}

.cursor {
	position: fixed;
	z-index: 999
}

.cursor .block {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: flex;
	width: 0;
	height: 0;
	overflow: hidden;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #000;
	pointer-events: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 0
}

.cursor.incursor .block {
	width: 200px;
	height: 200px;
	font-size: 24px
}

#container {
	/* width: 100%; */
	margin: 0 auto;
}

.swi-archive {
	overflow: hidden;
	position: relative;
	padding-bottom: 80px
}

.swi-archive.has-btn {
	padding-bottom: 140px
}

.swi-archive .pic {
	display: block;
	/* padding-top: 122.86%; */
	padding-top: 130.86%;
	position: relative;
	overflow: hidden;
	-webkit-transition: border-radius .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .5s cubic-bezier(.165, .84, .44, 1);
	transition: border-radius .5s cubic-bezier(.165, .84, .44, 1), filter .5s cubic-bezier(.165, .84, .44, 1), -webkit-filter .5s cubic-bezier(.165, .84, .44, 1)
}

.swi-archive .pic img {
	position: absolute;
	width: 90%;
	height: 99%;
	top: 0;
	left: 0;
	object-fit: cover
}

/* .swi-archive .pic:hover {
	border-radius: 50%
} */


.swi-archive .txt a {
	font-family: CamphorProForXiaoMi-Bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 30px 0 15px;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.sec1-list-wrap .swiper-slide-prev {
	right: -16%;
}

.sec1-list-wrap .swiper-slide-next {
	left: -16%;
}

.swi-archive .txt a:hover {
	opacity: .8
}

.swi-archive .txt p {
	color: #555;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	width: 90%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.swi-archive.hide {
	padding: 0;
	height: 0
}

.swiper-btn {
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center
}

.swiper-btn .g-btn+.g-btn {
	margin-left: 43px
}

.swiper-btn .g-btn {
	width: auto;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s
}

.swiper-btn .g-btn .g-btn-content {
	border: 1px solid #fff;
	padding: 0;
	height: 42px;
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 26px
}

.swiper-btn .g-btn .g-btn_text i {
	display: block;
	background: url(../images/new-arrow-b.svg) no-repeat center center/contain;
	width: 32px;
	height: 21px
}

.swiper-btn .g-btn .g-btn_text.top i {
	background-image: url(../images/new-arrow-w.svg)
}

.swiper-button-next,
.swiper-button-prev {
	position: relative !important;

}

.swiper-btn .g-btn .g-btn_text_wrapper {
	height: 25px;
	width: 33px;
	display: flex;
	align-items: center;
	flex-direction: row
}

.sec2 .title {
	text-align: center;
	font-family: CamphorProForXiaoMi-Medium;
	color: #fff;
	font-size: 44px;
	/* padding-bottom: 30px; */
	/* padding-top: 167px */
	/* margin-top: -100px; */
}

.swiper-btn .g-btn .g-btn_text.top {
	margin-bottom: 0;
	margin-right: 33px
}

.swiper-btn .g-btn:hover .g-btn_text {
	transform: translate3d(-66px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	transform-style: preserve-3d
}

.swiper-btn .swiper-button-prev.g-btn .g-btn_text i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.swiper-btn .swiper-button-next.g-btn .g-btn_bg {
	left: auto;
	right: 0
}

.swiper-btn .swiper-button-next.g-btn .g-btn_text.top {
	margin-right: 0;
	margin-left: 33px
}

.swiper-btn .swiper-button-next.g-btn .g-btn_text {
	transform: translate3d(-66px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	transform-style: preserve-3d
}

.swiper-btn .swiper-button-next.g-btn:hover .g-btn_text {
	transform: translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	transform-style: preserve-3d
}

.swiper-btn .g-btn.swiper-button-disabled {
	opacity: .43;
	pointer-events: none
}

.apply-btn {
	width: 285px
}

.apply-btn .g-btn-content {
	padding: 30px 0 30px
}

.apply-btn .g-btn_text {
	font-size: 26px;
	text-align: center;
	font-family: CamphorProForXiaoMi-Bold
}

.apply-btn .g-btn_text_wrapper {
	height: 26px;
	margin-top: -10px;
}

.apply-btn .g-btn_text.top {
	margin-bottom: 26px
}

.apply-btn.g-btn:hover .g-btn_text {
	transform: translate3d(0, -52px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
	transform-style: preserve-3d
}

.apply-btn .g-btn_text {
	display: flex;
	align-items: center;
	justify-content: center
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none
}

.swi-archive .pic:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.10);
	transition: all 1s
}

.swi-archive .pic {
	transition: all 1s
}

/* .swipers{
	flex-shrink: 0;
    width: 25% !important;
    height: 100%;
    position: relative;
    transition-property: transform;
} */
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.apply-btn .g-btn_text i {
	background-image: url(../images/new-arrow-w.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	display: block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	position: relative;
	top: 0px
}

.apply-btn .g-btn_text.top i {
	background-image: url(../images/new-arrow-b.svg)
}

.g-btn.white {
	background: #fff
}

.g-btn.white .g-btn_text {
	color: #fff;
	line-height: 26px;
}

.g-btn.white .g-btn_text.top {
	color: #000;
	line-height: 26px;
}

.g-btn.white .g-btn_bg {
	background-color: #000
}

.big-logo {
	height: 125px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: center
}

.big-logo a {
	height: 100%;
	display: inline-block
}

.big-logo img {
	display: block;
	height: 100%
}

.menuBtn {
	display: none
}

.full-page {
	height: 100vh;
	position: relative
}

.full-page .header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999
}

.full-page .footer-new {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999
}

@media only screen and (max-width:2560px) {
	.home-page .home-banner .txt h3 {
		font-family: CamphorProForXiaoMi-Bold;
		font-size: 110px;
		color: #fff;
		/* text-transform: capitalize */
	}
}

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

	.gallery-prev,
	.gallery-next {
		display: none;
	}
}

/* .sec2 .title {
	text-align: center;
	font-family: CamphorProForXiaoMi-Medium;
	color: #fff;
	font-size: 20px;
	padding-bottom: 30px;
	padding-top: 40px;
	margin-top: -100px;
} */

@media only screen and (max-width:1199px) {
	.nwe-r {
		margin-top: 10px;
		margin-right: 7px;
	}

	.sec1-list {
		height: auto
	}

	.menuBtn {
		display: block;
		position: relative;
		z-index: 990
	}

	.header,
	.header.posa {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		/* z-index: 999; */
		padding: 16px
	}

	.menuBtn {
		margin-right: 10px;
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
		background-image: url(../images/menu.png);
		background-image: -webkit-image-set(url(../images/menu.png) 1x, url(../images/menu@2x.png) 2x);
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: 15px auto;
		background-size: 15px auto
	}

	.menuBtn.open {
		background-image: url(../images/menu-close.png);
		background-image: -webkit-image-set(url(../images/menu-close.png) 1x, url(../images/menu-close@2x.png) 2x);
		background-position: center center;
		background-repeat: no-repeat;
		-webkit-background-size: 15px auto;
		background-size: 15px auto
	}

	.xc-logo {
		margin-left: 0;
		height: 23px;
		position: relative;
		z-index: 990;
		/* left:-4px;
		top:4px */
	}

	.mi-logo {
		height: 30px;
		position: relative;
		z-index: 990
	}

	.hdnav {
		display: block;
		opacity: 0;
		pointer-events: none;
		padding: 60px 68px 0;
		position: fixed;
		top: 72px;
		left: 0;
		width: 100%;
		height: calc(100vh - 72px);
		z-index: 900;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s
	}

	.hdnav.open {
		opacity: 1;
		pointer-events: auto
	}

	.hdnav:after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -50%;
		width: 0;
		height: 0;
		background: #000;
		border-radius: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
		opacity: 0
	}

	.nav.open:after {
		opacity: 1;
		width: 200vh;
		height: 200vh
	}

	.nav-item+.nav-item {
		margin-left: 0;
		margin-top: 17px
	}

	.nav .g-btn-content {
		padding: 18px 28px 12px
	}

	.g-btn_text_wrapper {
		height: 17px
	}

	.g-btn_text.top {
		margin-bottom: 17px
	}

	.g-btn_text {
		font-size: 17px
	}

	.g-btn:hover .g-btn_text {
		transform: translate3d(0, -34px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
		transform-style: preserve-3d
	}

	.sec1-list-wrap {
		position: relative;
		/* overflow-x: auto; */
		top: 0
	}

	.sec1-list-wrap:after,
	.sec1-list-wrap:before {
		display: none
	}

	.sec1-list .item .pic {
		height: auto;
		padding-top: 54.55%
	}
}

@media only screen and (max-width:959px) {
	.home-page .home-banner .txt h3 {
		font-size: 50px
	}

	.apply-btn .g-btn_text {
		font-size: 16px
	}

	.apply-btn .g-btn_text_wrapper {
		height: 19px
	}

	.apply-btn .g-btn_text.top {
		margin-bottom: 16px
	}

	.apply-btn.g-btn:hover .g-btn_text {
		transform: translate3d(0, -32px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
		transform-style: preserve-3d
	}

	.sec1-content .title {
		padding: 30px 0
	}

	.sec1-list .item {
		width: 80vw;
		flex: 0 0 80vw
	}

	.sec1-content .title {
		font-size: 20px
	}
	.title.wow.fadeIn.Archi{
		font-size: 20px
	}

	.sec1-list .item .txt h3 {
		font-size: 20px;
		line-height: 1.2
	}

	.sec1-list .item .btn-wrap .g-btn .g-btn-content {
		padding: 8px 10px
	}

	.home-page .sec1 {
		padding-bottom: 40px
	}

	.tab-wrap {
		margin: 30px auto;
		width: 180px;
		height: 33px
	}

	.tab-wrap .btn {
		font-size: 14px;
		line-height: 22px
	}

	.swi-archive .txt a {
		font-size: 16px
	}

	.swi-archive .txt p {
		font-size: 14px;
		line-height: 1.3
	}

	.home-page .sec2 {
		padding-bottom: 40px
	}

	.swi-archive {
		padding-bottom: 60px
	}

	.about-page .wp {
		padding-top: 100px;
		display: block;
		position: static;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	.about-page .title {
		font-size: 50px;
		-webkit-text-stroke: .2px #fff;
		text-stroke: .2px #fff;
		margin: 0 0 30px;
		line-height: 1
	}

	.about-page .content {
		font-size: 14px;
		line-height: 1.3
	}

	.about-page {
		height: calc(100vh - 70px)
	}
}

@media only screen and (max-width:767px) {
	.sec1-list .item .btn-wrap {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
		position: absolute;
		bottom: 2.5vw;
		left: 50%;
		/* top: 40%; */
		z-index: 5;
		width: 100%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		/* pointer-events: none */
	}
	.swi-archive .pic img {
		position: absolute;
		width: 89%;
		height: 86%;
		top: 0;
		left: 0;
		object-fit: cover;
	}

	.home-page .home-banner .txt h3 {
		font-size: 30px
	}

	.apply-btn .g-btn-content {
		padding: 10px 0
	}

	.sec1-list .item {
		margin-right: 20px;
		width: 90%;
		flex: 0 0 90%
	}

	.home-page .home-banner .txt .g-btn {
		width: 40%;
	}

	.sec1-list .item .btn-wrap .g-btn+.g-btn {
		margin-left: 10px
	}

	.sec1-list .item .btn-wrap .g-btn .g-btn_text {
		font-size: 12px
	}

	.footer-new {
		display: block;
		padding: 0 30px 25px;
		text-align: center
	}

	.fd-media {
		justify-content: center;
		margin-bottom: 10px
	}

	.fd-media a {
		width: 15px;
		height: 15px
	}

	.copyright {
		font-size: 9px
	}

	.big-logo {
		height: 60px;
		margin-bottom: 40px
	}

	.about-page {
		padding-top: 80px
	}

	.about-page .title {
		font-size: 40px;
		-webkit-text-stroke: .5px #fff;
		text-stroke: .5px #fff;
		margin-bottom: 20px
	}

	.about-page .content {
		font-size: 15px;
		line-height: 25px
	}

	.about-page .content p+p {
		margin-top: 15px
	}

	.sec1-list .item .btn-wrap .g-btn .g-btn_text_wrapper {
		height: 12px
	}
}
/* .image-container {
	display: flex;
	flex-direction: column;

  } */
  /* .image-container .xc-logo img{
	width: 100%;
  height: auto;
  } */
  .boximg{
	margin-left: 60px;
	height: 106.83px;
  }
  .sec1-list .item .btn-wrap .g-btn+.g-btn {
    margin-left: 30px;
}