.linkArea .item::before, .roomArea .TxtBox .btnBox svg, .roomArea .TxtBox, .facArea .slick-arrow, .facArea .Txt .text .tit, .facArea .Txt .title a, .facArea .Txt, .facArea .item::before, .facArea .item, .newsArea .Txt, .newsArea .item, .paintArea .paintMenuClose, .popWinBrand .pageList .Txt a, .popWinBrand .pageList .Img, .popWinBrand .pageList .pageItem, .popWinBrand .close .text {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@-webkit-keyframes bannerTxtAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}

@keyframes bannerTxtAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate2 {
	from {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@keyframes rotate2 {
	from {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
	to {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@-webkit-keyframes upDown {
	0%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-4px);
		        transform: translateY(-4px);
	}
}
@keyframes upDown {
	0%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(-4px);
		        transform: translateY(-4px);
	}
}
@-webkit-keyframes arrRight {
	0%, 100% {
		-webkit-transform: translate(0, 0%);
		        transform: translate(0, 0%);
	}
	50% {
		-webkit-transform: translate(5px, 0%);
		        transform: translate(5px, 0%);
	}
}
@keyframes arrRight {
	0%, 100% {
		-webkit-transform: translate(0, 0%);
		        transform: translate(0, 0%);
	}
	50% {
		-webkit-transform: translate(5px, 0%);
		        transform: translate(5px, 0%);
	}
}
@-webkit-keyframes marquee {
	from {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@keyframes marquee {
	from {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	to {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@-webkit-keyframes marquee2 {
	from {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	to {
		-webkit-transform: translateX(-200%);
		        transform: translateX(-200%);
	}
}
@keyframes marquee2 {
	from {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
	}
	to {
		-webkit-transform: translateX(-200%);
		        transform: translateX(-200%);
	}
}
.popWin {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 700px;
	max-width: 90%;
	max-height: 85vh;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWin .popContent {
	max-height: 85vh;
	overflow-y: auto;
}
.popWin img {
	display: block;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.popWin .Txt {
	padding: 30px;
}
.popWin .Txt .popTitle {
	font-size: 25px;
	margin-bottom: 25px;
}
.popWin .close {
	position: absolute;
	right: -23px;
	top: -23px;
	z-index: 1;
	width: 46px;
	height: 46px;
	background-color: rgba(0, 0, 0, 0.7);
	/* background-color: #fff; */
	border-radius: 50%;
}
.popWin .close::before, .popWin .close::after {
	content: "";
	position: absolute;
	left: 11px;
	top: 23px;
	width: 25px;
	height: 1px;
	background-color: #bca480;
	/* border-radius:  50%; */
}
.popWin .close::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popWin.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.popWin.show .mask,
.popWin.show .inner {
	opacity: 1;
}
.popWin .close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (max-width: 1180px) {
	.popWin .close {
		right: 0;
		top: 0;
		border-radius: 0;
	}
	.popWin .popContent {
		max-height: calc(100vh - 150px);
	}
}

.popWinBrand {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWinBrand .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.95);
	opacity: 1;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWinBrand .inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	height: 100vh;
	opacity: 1;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.popWinBrand .close {
	position: absolute;
	left: 0%;
	right: 0;
	top: 50px;
	z-index: 10;
	width: 46px;
	height: 46px;
	margin: 0 auto;
}
@media (max-width: 640px) {
	.popWinBrand .close {
		width: 40px;
		height: 40px;
		top: 30px;
	}
}
.popWinBrand .close:hover span {
	-webkit-transform: scale(1) rotate(0deg);
	        transform: scale(1) rotate(0deg);
}
.popWinBrand .close span {
	position: absolute;
	top: 0%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 30px;
	height: 1px;
	background-color: transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(1) rotate(360deg);
	        transform: scale(1) rotate(360deg);
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 1, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 1, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 1, 1);
	transition: transform 0.4s cubic-bezier(0.4, 0, 1, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 640px) {
	.popWinBrand .close span {
		width: 15px;
	}
}
.popWinBrand .close span:before, .popWinBrand .close span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.popWinBrand .close span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.popWinBrand .close span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.popWinBrand .close .text {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Tenor Sans";
	margin: 20px 0 0 0;
	letter-spacing: 0.5px;
}
@media (max-width: 640px) {
	.popWinBrand .close .text {
		font-size: 13px;
	}
}
.popWinBrand.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.popWinBrand.show .mask,
.popWinBrand.show .inner {
	opacity: 1;
}
.popWinBrand .close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.popWinBrand .popContent {
	height: 100vh;
	padding: 0px;
}
@media (max-width: 640px) {
	.popWinBrand .popContent {
		padding: 110px 0 100px;
		height: 100%;
		overflow-y: scroll;
	}
}
.popWinBrand .titleBox {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	color: #fff;
	font-weight: 400;
	z-index: 3;
	pointer-events: none;
}
@media (max-width: 640px) {
	.popWinBrand .titleBox {
		position: relative;
		top: 15%;
	}
}
.popWinBrand .titleBox .titleEn {
	font-family: "Tenor Sans";
}
.popWinBrand .titleBox .titleEn .sEn {
	color: #999;
	font-size: 15px;
}
@media (max-width: 640px) {
	.popWinBrand .titleBox .titleEn .sEn {
		font-size: 14px;
	}
}
.popWinBrand .titleBox .titleEn .bEn {
	font-size: 50px;
}
@media (max-width: 640px) {
	.popWinBrand .titleBox .titleEn .bEn {
		font-size: 20px;
	}
}
.popWinBrand .titleBox .titleCh {
	font-size: 25px;
}
@media (max-width: 640px) {
	.popWinBrand .titleBox .titleCh {
		font-size: 16px;
	}
}
.popWinBrand .pageList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
}
@media (max-width: 640px) {
	.popWinBrand .pageList {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.popWinBrand .pageList .pageItem {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	background: rgba(255, 255, 255, 0);
}
@media (max-width: 640px) {
	.popWinBrand .pageList .pageItem {
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		padding: 20px;
		width: 50%;
		height: 45%;
	}
}
.popWinBrand .pageList .pageItem::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 0;
	background-color: rgba(255, 255, 255, 0.35);
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: height ease-in-out 0.2s;
	transition: height ease-in-out 0.2s;
}
@media (max-width: 640px) {
	.popWinBrand .pageList .pageItem::before {
		display: none;
	}
}
.popWinBrand .pageList .pageItem:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(199, 29, 73, 0)), to(rgba(199, 29, 73, 0.65)));
	background: linear-gradient(to bottom, rgba(199, 29, 73, 0) 0%, rgba(199, 29, 73, 0.65) 100%);
}
.popWinBrand .pageList .pageItem:hover::before {
	height: 225px;
}
.popWinBrand .pageList .pageItem:hover .Img {
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
	opacity: 1;
}
.popWinBrand .pageList .pageItem:hover .Txt a {
	color: #fff;
}
.popWinBrand .pageList .pageItem:nth-last-of-type(2):hover {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(199, 29, 73, 0)), to(rgb(234, 196, 102)));
	background: linear-gradient(to bottom, rgba(199, 29, 73, 0) 0%, rgb(234, 196, 102) 100%);
}
.popWinBrand .pageList .pageItem:last-child:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(199, 29, 73, 0)), to(rgb(234, 196, 102)));
	background: linear-gradient(to bottom, rgba(199, 29, 73, 0) 0%, rgb(234, 196, 102) 100%);
}
.popWinBrand .pageList .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
	padding: 150px 0 0 0;
}
@media (max-width: 640px) {
	.popWinBrand .pageList .item {
		padding: 0px 0 0 0;
		height: auto;
	}
}
.popWinBrand .pageList .Img {
	width: 100%;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	opacity: 0.5;
}
.popWinBrand .pageList .Img img {
	display: block;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.popWinBrand .pageList .Txt {
	margin: 30px 0;
}
@media (max-width: 640px) {
	.popWinBrand .pageList .Txt {
		margin: 10px 0;
	}
}
.popWinBrand .pageList .Txt a {
	display: block;
	font-size: 15px;
	color: #999;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 400;
}

.mainArea {
	position: relative;
	left: 85px;
	-webkit-transform: translateX(-85px);
	        transform: translateX(-85px);
	background-color: #fafafa;
}

.bannerArea {
	position: relative;
}
.bannerArea > .logo {
	display: none;
}
.bannerArea .bannerBox {
	position: relative;
}
.bannerArea .bannerList {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerList.slick-dotted {
	margin-bottom: 0;
}
.bannerArea .bannerItem .Txt {
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 110px 20px 85px;
	z-index: 2;
	position: relative;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerArea .bannerItem .Txt .textBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.bannerArea .bannerItem .Txt .logo {
	width: 175px;
	height: 108px;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
	z-index: 3;
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .logo {
		display: none;
	}
}
.bannerArea .bannerItem .Txt .logo img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.bannerArea .bannerItem .Txt .title {
	color: #fff;
	font-size: 55px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.5px;
	opacity: 0;
	font-family: "Tenor Sans";
	text-align: center;
}
@media (max-width: 1280px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 40px;
	}
}
@media (max-width: 320px) {
	.bannerArea .bannerItem .Txt .title {
		font-size: 28px;
	}
}
.bannerArea .bannerItem .Txt .subtitle {
	color: #fff;
	display: block;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin-top: 10px;
	opacity: 0;
	font-family: "Tenor Sans";
	font-weight: 400;
	text-align: center;
}
@media (max-width: 1280px) {
	.bannerArea .bannerItem .Txt .subtitle {
		font-size: 20px;
	}
}
.bannerArea .bannerItem .Txt .text {
	color: #fff;
	display: block;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin-top: 10px;
	opacity: 0;
	font-size: 28px;
	text-align: center;
	font-weight: 400;
}
@media (max-width: 1280px) {
	.bannerArea .bannerItem .Txt .text {
		font-size: 15px;
	}
}
.bannerArea .bannerItem .Txt .bannerBtn {
	opacity: 0;
	padding-top: 30px;
}
.bannerArea .bannerItem .Txt .bannerBtn a {
	background-color: #da9c2d;
	color: #fff;
	display: inline-block;
	letter-spacing: 0.5px;
	padding: 15px 20px;
	text-align: center;
}
.bannerArea .bannerItem .Txt .bannerBtn a:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	color: #da9c2d;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	position: absolute;
	bottom: 150px;
	right: 50%;
	-webkit-transform: translateX(50%);
	        transform: translateX(50%);
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #fff;
	display: block;
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 5px);
	z-index: 1;
}
.bannerArea .bannerItem .Txt .bannerVideo .videoBtn::after {
	content: "";
	border: 1px dashed #fff;
	border-radius: 50%;
	z-index: 1;
	width: 75%;
	height: 75%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.bannerArea .bannerItem .Img {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerItem.slick-current .Txt .logo {
	-webkit-animation: bannerTxtAnimation 0.8s ease-in-out forwards;
	        animation: bannerTxtAnimation 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .title {
	-webkit-animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
	        animation: bannerTxtAnimation 0.8s 0.4s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .subtitle {
	-webkit-animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
	        animation: bannerTxtAnimation 0.8s 0.8s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .text {
	-webkit-animation: bannerTxtAnimation 0.8s 1s ease-in-out forwards;
	        animation: bannerTxtAnimation 0.8s 1s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .bannerBtn {
	-webkit-animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
	        animation: bannerTxtAnimation 0.8s 1.2s ease-in-out forwards;
}
.bannerArea .bannerItem.slick-current .Txt .videoBtn::after {
	-webkit-animation: rotate 50s linear forwards;
	        animation: rotate 50s linear forwards;
}
.bannerArea .slick-dots {
	width: 7px;
	margin: 0;
	bottom: 25%;
	left: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 7;
}
.bannerArea .slick-dots li {
	width: 100%;
	height: 7px;
	margin: 5px 0;
}
.bannerArea .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}
.bannerArea .slick-dots li button::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #fff;
	opacity: 1;
}
.bannerArea .slick-dots li.slick-active {
	width: 22px;
	height: 22px;
}
.bannerArea .slick-dots li.slick-active button::before {
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 1;
}
@media (max-width: 1180px) {
	.bannerArea .Txt .bannerVideo,
.bannerArea .socialBox,
.bannerArea .scrollDown,
.bannerArea .slick-dots,
.bannerArea .arrowBox {
		display: none !important;
	}
}
.bannerArea .hideTxt .Txt {
	display: none;
}
.bannerArea .bannerVideoArea {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.paintBox {
	position: absolute;
	top: 17%;
	right: 37%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1536px) {
	.paintBox {
		right: 36%;
	}
}
@media (max-width: 1180px) {
	.paintBox {
		top: 13%;
		right: 35.5%;
	}
}
@media (max-width: 768px) {
	.paintBox {
		top: 10%;
		right: 34.5%;
	}
}
@media (max-width: 640px) {
	.paintBox {
		top: 20%;
		right: 6%;
	}
}
.paintBox::before {
	content: "";
	position: absolute;
	background-image: url("../images/eyes_circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	-webkit-animation: rotate 5s linear infinite;
	        animation: rotate 5s linear infinite;
	z-index: 2;
	top: -2px;
}
.paintBox::after {
	content: "";
	position: absolute;
	background-image: url("../images/eyes_deco.png");
	background-position: center;
	background-size: contain;
	width: 46px;
	height: 53px;
}
.paintBox .eyeImg {
	width: 22px;
	height: 13px;
	position: relative;
	z-index: 3;
}
.paintBox .eyeImg img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.paintArea {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	width: 100%;
	height: 100vh;
	font-size: 15px;
	line-height: 1.8;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
@media (max-width: 1180px) {
	.paintArea {
		padding: 65px 0 0 0;
	}
}
.paintArea.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.paintArea.show .mask,
.paintArea.show .inner {
	opacity: 1;
}
.paintArea .paintMenuClose {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	width: 85px;
	height: 85px;
	background-color: #da9c2d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media (max-width: 1180px) {
	.paintArea .paintMenuClose {
		width: 65px;
		height: 65px;
		top: 65px;
	}
}
.paintArea .paintMenuClose:hover {
	background-color: #2f2f2f;
}
.paintArea .paintMenuClose span {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: -0.5px;
	width: 26px;
	height: 1px;
	background-color: transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.paintArea .paintMenuClose span:before, .paintArea .paintMenuClose span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.paintArea .paintMenuClose span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.paintArea .paintMenuClose span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.paintArea .paintMenuClose .text {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-family: "Tenor Sans";
	margin: 40px 0 0 0;
}
.paintArea .close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.paintArea .paintArea {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	background-color: #555;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
}
.paintArea .paintInfoBox {
	width: 100%;
	height: 100vh;
}
.paintArea .paintContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100vh;
	background-color: #fff;
}
@media (max-width: 1180px) {
	.paintArea .paintContent {
		overflow-y: auto;
	}
}
.paintArea .infoBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1180px) {
	.paintArea .infoBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.paintArea .leftBox {
	width: 65%;
}
@media (max-width: 1180px) {
	.paintArea .leftBox {
		width: 100%;
	}
}
.paintArea .rightBox {
	width: 35%;
	padding: 150px 90px 60px;
}
@media (max-width: 1180px) {
	.paintArea .rightBox {
		width: 100%;
		padding: 60px;
	}
}
@media (max-width: 640px) {
	.paintArea .rightBox {
		padding: 40px 40px 80px;
	}
}
.paintArea .Img {
	width: 100%;
}
.paintArea .Img img {
	display: block;
	max-width: 100%;
	width: auto !important;
}
.paintArea .TxtBox .title {
	font-size: 25px;
	margin-bottom: 25px;
	color: #000;
}
.paintArea .TxtBox .text {
	font-size: 15px;
	color: #626262;
	letter-spacing: 0.5px;
	line-height: 1.5;
}
.paintArea .TxtBox .bottom {
	border-top: 1px solid #dcdcdc;
	padding: 50px 0 0 0;
	margin: 50px 0 0 0;
}
@media (max-width: 640px) {
	.paintArea .TxtBox .bottom {
		padding: 20px 0 0 0;
		margin: 20px 0 0 0;
	}
}
.paintArea .TxtBox .bottom li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 15px;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}
.paintArea .TxtBox .bottom li .tit {
	color: #626262;
	margin: 0 10px 0 0;
}
.paintArea .TxtBox .bottom li .text {
	color: #000;
}
@media (max-width: 1180px) {
	.paintArea .close {
		right: 0;
		top: 0;
		border-radius: 0;
	}
}

.newsArea {
	padding: 120px 0 88px 0;
	background-image: url("../images/home_news_bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}
@media (max-width: 640px) {
	.newsArea {
		padding: 60px 0;
		height: auto;
	}
}
.newsArea .wrap {
	position: relative;
}
@media (max-width: 1440px) {
	.newsArea .wrap {
		max-width: 1000px;
	}
}
.newsArea .titleBox {
	color: #000;
	font-family: "Tenor Sans";
	text-align: left;
	font-size: 42px;
	font-weight: 400;
	text-transform: uppercase;
}
@media (max-width: 640px) {
	.newsArea .titleBox {
		font-size: 32px;
	}
}
.newsArea .titleBox .titleTw {
	font-size: 25px;
}
@media (max-width: 640px) {
	.newsArea .titleBox .titleTw {
		font-size: 20px;
	}
}
.newsArea .titleBox span {
	color: #da9c2d;
	font-size: 42px;
	margin: 0 0px 0 10px;
}
@media (max-width: 640px) {
	.newsArea .titleBox span {
		font-size: 32px;
	}
}
.newsArea .classBox {
	position: absolute;
	top: 55px;
	right: 0;
	margin: 0;
}
@media (max-width: 1180px) {
	.newsArea .classBox {
		right: 20px;
	}
}
@media (max-width: 640px) {
	.newsArea .classBox {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		margin: 30px 0;
	}
}
@media (max-width: 640px) {
	.newsArea .classBox .classCurrent {
		padding: 10px 0px;
		border-bottom: 1px solid #da9c2d;
	}
}
.newsArea .newsBox {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	padding-top: 29px;
	margin: 0 -25px;
}
@media (max-width: 1180px) {
	.newsArea .newsBox {
		margin: 0;
		padding: 0 20px;
	}
}
.newsArea .newsBox.hide {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}
.newsArea .newsItem {
	padding: 25px;
}
@media (max-width: 1180px) {
	.newsArea .newsItem {
		padding: 20px;
	}
}
@media (max-width: 640px) {
	.newsArea .newsItem {
		padding: 0;
	}
}
.newsArea .newsItem:hover .item {
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-box-shadow: 0px 0 30px 0px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 0 30px 0px rgba(0, 0, 0, 0.15);
}
.newsArea .item {
	background-color: #fff;
	border: 1px solid #d2d2d2;
}
.newsArea .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.newsArea .classTitle {
	position: absolute;
	left: 0px;
	top: -15px;
	background-color: #efc162;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	letter-spacing: 0.7px;
	font-weight: 400;
	z-index: 3;
}
.newsArea .Txt {
	position: relative;
	padding: 30px 20px;
}
.newsArea .Txt .title a {
	display: block;
	padding-bottom: 8px;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	height: 50px;
}
.newsArea .Txt .title:hover a {
	color: #da9c2d;
}
.newsArea .Txt .text {
	height: 55px;
	font-size: 13px;
	color: #454545;
	line-height: 1.8;
}
.newsArea .Txt .date {
	color: #da9c2d;
	font-size: 14px;
	font-family: "Tenor Sans";
	margin: 20px 0 0 0;
}
.newsArea .moreBtn {
	width: 100%;
}
.newsArea .moreBtn a {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	position: relative;
	font-family: "Tenor Sans";
	padding: 40px;
	display: block;
}
.newsArea .moreBtn a::before {
	content: "+";
	font-family: FontAwesome;
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #da9c2d;
	color: #da9c2d;
	bottom: 20px;
	left: 49.5%;
	-webkit-transform: translate(-50%, 100%);
	        transform: translate(-50%, 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 600;
	font-size: 20px;
}
.newsArea .moreBtn a:hover {
	color: #da9c2d;
	-webkit-animation: upDown 1.2s ease-in-out infinite;
	        animation: upDown 1.2s ease-in-out infinite;
}
.newsArea .moreBtn a:hover::before {
	background-color: #da9c2d;
	color: #fff;
}
.newsArea .slick-arrow {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	cursor: pointer;
}
.newsArea .slick-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
}
@media (max-width: 640px) {
	.newsArea .slick-arrow::before {
		border-left: 1px solid #000;
		border-bottom: 1px solid #000;
		width: 15px;
		height: 15px;
	}
}
.newsArea .slick-arrow.slick-prev::before {
	left: 0%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.newsArea .slick-arrow.slick-next::before {
	right: 0%;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	        transform: translateY(-50%) rotate(-135deg);
}

.facArea {
	padding: 0px;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 960px;
	background-image: url("../images/home_fac_bg.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media (max-width: 1180px) {
	.facArea {
		background-attachment: unset;
		background-size: cover;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		height: auto;
		padding: 0 0 85px;
	}
}
@media (max-width: 1023px) {
	.facArea {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.facArea .abtBox {
	position: absolute;
	top: 0;
	left: 85px;
	max-width: 570px;
	height: 490px;
	width: 100%;
}
@media (max-width: 1536px) {
	.facArea .abtBox {
		max-width: unset;
		width: 461px;
	}
}
@media (max-width: 1180px) {
	.facArea .abtBox {
		position: unset;
		width: 50%;
		max-width: unset;
		height: auto;
	}
}
@media (max-width: 1023px) {
	.facArea .abtBox {
		width: 100%;
	}
}
.facArea .abtBox .Txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 100px;
	z-index: 2;
	background-color: #fff;
}
@media (max-width: 767px) {
	.facArea .abtBox .Txt {
		padding: 40px;
	}
}
.facArea .abtBox .Txt .textBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.facArea .abtBox .Txt .title {
	color: #000;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.5px;
	font-family: "Tenor Sans";
	text-align: center;
}
.facArea .abtBox .Txt .title em {
	color: #da9c2d;
}
.facArea .abtBox .Txt .subtitle {
	color: #000;
	display: block;
	font-size: 25px;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin-top: 10px;
	font-weight: 400;
	text-align: center;
}
.facArea .abtBox .Txt .subtitle em {
	font-family: "Tenor Sans";
	margin: 0 5px;
}
.facArea .abtBox .Txt .text {
	color: #444;
	display: block;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin-top: 20px;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
}
.facArea .abtBox .Txt .moreBtn {
	width: 100%;
}
.facArea .abtBox .Txt .moreBtn a {
	text-align: center;
	color: #000;
	text-transform: uppercase;
	position: relative;
	font-family: "Tenor Sans";
	padding: 50px;
	display: block;
}
.facArea .abtBox .Txt .moreBtn a::before {
	content: "+";
	font-family: FontAwesome;
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 2px solid #da9c2d;
	color: #da9c2d;
	bottom: 25px;
	left: 49.5%;
	-webkit-transform: translate(-50%, 100%);
	        transform: translate(-50%, 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 600;
	font-size: 20px;
}
.facArea .abtBox .Txt .moreBtn a:hover {
	color: #da9c2d;
	-webkit-animation: upDown 1.2s ease-in-out infinite;
	        animation: upDown 1.2s ease-in-out infinite;
}
.facArea .abtBox .Txt .moreBtn a:hover::before {
	background-color: #da9c2d;
	color: #fff;
}
.facArea .facList {
	width: 100%;
	position: relative;
	-webkit-transform: translateX(35%);
	        transform: translateX(35%);
	margin: 0 -40px;
}
@media (max-width: 1536px) {
	.facArea .facList {
		margin: 0;
	}
}
@media (max-width: 1440px) {
	.facArea .facList {
		-webkit-transform: translateX(37.3%);
		        transform: translateX(37.3%);
	}
}
@media (max-width: 1366px) {
	.facArea .facList {
		-webkit-transform: translateX(39.5%);
		        transform: translateX(39.5%);
	}
}
@media (max-width: 1280px) {
	.facArea .facList {
		-webkit-transform: translateX(42.1%);
		        transform: translateX(42.1%);
	}
}
@media (max-width: 1180px) {
	.facArea .facList {
		-webkit-transform: translate(0%, 0);
		        transform: translate(0%, 0);
		width: 50%;
		margin: 0;
	}
}
@media (max-width: 1023px) {
	.facArea .facList {
		width: 100%;
	}
}
.facArea .facItem {
	padding: 0 30px;
}
@media (max-width: 1180px) {
	.facArea .facItem {
		padding: 0;
	}
}
.facArea .item {
	position: relative;
	overflow: hidden;
}
.facArea .item::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 280px;
	background-color: rgba(0, 0, 0, 0.2);
	bottom: 0;
	left: 20px;
	z-index: 2;
}
@media (max-width: 1180px) {
	.facArea .item::before {
		left: 30px;
	}
}
.facArea .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.facArea .Txt {
	width: 100%;
	padding: 50px 40px 0;
	color: #888888;
	font-size: 15px;
}
@media (max-width: 1180px) {
	.facArea .Txt {
		padding: 50px 60px 0;
	}
}
.facArea .Txt .title {
	padding-bottom: 2px;
}
.facArea .Txt .title a {
	color: #000;
	font-size: 20px;
}
.facArea .Txt .text {
	margin: 0 0 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 640px) {
	.facArea .Txt .text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.facArea .Txt .text .tit {
	color: #da9c2d;
}
@media (max-width: 640px) {
	.facArea .Txt .text .tit {
		margin: 0px 0 10px 0;
	}
}
.facArea .Txt .btnBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.facArea .Txt .btnBox svg {
	width: 21px;
	height: 15px;
	color: #888888;
	margin: 0 0px 0 10px;
}
.facArea .Txt .btnBox .btn {
	margin: 0px 20px 0 0;
}
.facArea .Txt .btnBox .btn a {
	color: #888888;
	padding: 2px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	font-family: "Tenor Sans";
	font-size: 15px;
	display: inline-block;
	letter-spacing: 0.5px;
}
.facArea .Txt .btnBox .btn:hover a {
	color: #da9c2d;
	border-bottom: 1px solid #da9c2d;
	letter-spacing: 2px;
}
.facArea .Txt .btnBox .btn:hover svg {
	color: #da9c2d;
}
.facArea .slick-arrow {
	position: absolute;
	-webkit-transform: translate(100%, 100%);
	        transform: translate(100%, 100%);
	top: 394px;
	width: 100px;
	height: 100px;
	cursor: pointer;
	background-color: #2f2f2f;
	z-index: 2;
}
@media (max-width: 1536px) {
	.facArea .slick-arrow {
		top: 465px;
	}
}
@media (max-width: 1180px) {
	.facArea .slick-arrow {
		top: 65%;
	}
}
@media (max-width: 1023px) {
	.facArea .slick-arrow {
		top: 52%;
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 650px) {
	.facArea .slick-arrow {
		top: 45%;
	}
}
@media (max-width: 540px) {
	.facArea .slick-arrow {
		top: 40%;
	}
}
@media (max-width: 480px) {
	.facArea .slick-arrow {
		top: 35%;
	}
}
@media (max-width: 375px) {
	.facArea .slick-arrow {
		top: 130px;
	}
}
.facArea .slick-arrow:hover {
	background-color: #da9c2d;
}
.facArea .slick-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.facArea .slick-arrow:focus {
	background-color: #da9c2d;
}
.facArea .slick-arrow.slick-prev {
	left: -269px;
}
@media (max-width: 1180px) {
	.facArea .slick-arrow.slick-prev {
		left: -300px;
	}
}
@media (max-width: 1023px) {
	.facArea .slick-arrow.slick-prev {
		left: -60px;
	}
}
@media (max-width: 768px) {
	.facArea .slick-arrow.slick-prev {
		left: -60px;
	}
}
.facArea .slick-arrow.slick-prev::before {
	left: 45%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.facArea .slick-arrow.slick-next {
	left: -170px;
}
@media (max-width: 1180px) {
	.facArea .slick-arrow.slick-next {
		left: -200px;
	}
}
@media (max-width: 1023px) {
	.facArea .slick-arrow.slick-next {
		left: 0px;
	}
}
@media (max-width: 640px) {
	.facArea .slick-arrow.slick-next {
		left: 0px;
	}
}
.facArea .slick-arrow.slick-next::before {
	right: 45%;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	        transform: translateY(-50%) rotate(-135deg);
}

.roomArea {
	width: 100%;
	min-height: 800px;
	position: relative;
}
@media (max-width: 1180px) {
	.roomArea {
		min-height: 484px;
	}
}
@media (max-width: 1024px) {
	.roomArea {
		min-height: 425px;
	}
}
@media (max-width: 1023px) {
	.roomArea {
		min-height: 319px;
	}
}
@media (max-width: 640px) {
	.roomArea {
		min-height: 690px;
	}
}
@media (max-width: 375px) {
	.roomArea {
		min-height: 625px;
	}
}
@media (max-width: 320px) {
	.roomArea {
		min-height: 530px;
	}
}
@media (min-width: 1201px) {
	.roomArea .roomList .entitle {
		display: none;
	}
	.roomArea .roomList .Txt {
		display: none;
	}
}
@media (max-width: 1180px) {
	.roomArea .roomList {
		display: none;
	}
}
.roomArea .roomTxt {
	position: absolute;
	width: 100%;
	height: 800px;
	z-index: 2;
	top: 0;
	left: 0;
}
@media (max-width: 1180px) {
	.roomArea .roomTxt {
		height: auto;
	}
}
.roomArea .roomTxt .roomItem {
	height: 800px;
	position: relative;
	margin: 0 auto;
}
@media (max-width: 1180px) {
	.roomArea .roomTxt .roomItem {
		height: auto;
	}
}
@media (min-width: 1181px) {
	.roomArea .roomTxt .roomItem .Img {
		display: none;
	}
}
.roomArea .roomTxt .roomItem .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.roomArea .roomTxt .item {
	position: relative;
	width: 100%;
	height: 800px;
}
@media (max-width: 1180px) {
	.roomArea .roomTxt .item {
		height: auto;
	}
}
.roomArea .entitle {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
	font-size: 30px;
	font-family: "Tenor Sans";
	text-align: center;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	text-transform: uppercase;
}
@media (max-width: 1900px) {
	.roomArea .entitle {
		font-size: 26px;
	}
}
@media (max-width: 1180px) {
	.roomArea .entitle {
		font-size: 30px;
		top: 15%;
	}
}
@media (max-width: 640px) {
	.roomArea .entitle {
		top: 25%;
	}
}
@media (max-width: 400px) {
	.roomArea .entitle {
		top: 22%;
	}
}
.roomArea .roomTxt .slick-current .entitle {
	font-size: 42px;
}
@media (max-width: 1900px) {
	.roomArea .roomTxt .slick-current .entitle {
		font-size: 38px;
	}
}
.roomArea .roomTxt .slick-current .TxtBox {
	opacity: 1;
}
.roomArea .TxtBox {
	position: absolute;
	left: 0%;
	right: 0;
	top: 55%;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 3;
	opacity: 0;
}
@media (max-width: 1180px) {
	.roomArea .TxtBox {
		opacity: 1;
		top: 30%;
	}
}
@media (max-width: 640px) {
	.roomArea .TxtBox {
		top: 40%;
	}
}
.roomArea .TxtBox .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.roomArea .TxtBox .top .title {
	font-size: 25px;
}
@media (max-width: 1180px) {
	.roomArea .TxtBox .top .title {
		font-size: 18px;
	}
}
.roomArea .TxtBox .top .price {
	font-family: "Tenor Sans";
	font-size: 22px;
	font-weight: 400;
	margin: 3px 0 0px 10px;
}
@media (max-width: 1180px) {
	.roomArea .TxtBox .top .price {
		font-size: 16px;
	}
}
.roomArea .TxtBox .btnBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	margin: 50px -10px;
}
@media (max-width: 1180px) {
	.roomArea .TxtBox .btnBox {
		margin: 40px auto;
	}
}
@media (max-width: 768px) {
	.roomArea .TxtBox .btnBox {
		margin: 15px auto;
	}
}
@media (max-width: 640px) {
	.roomArea .TxtBox .btnBox {
		margin: 40px auto;
	}
}
.roomArea .TxtBox .btnBox .btn {
	width: 170px;
	height: 40px;
	margin: 0 10px;
}
.roomArea .TxtBox .btnBox svg {
	width: 21px;
	height: 15px;
	color: #000;
	margin: 0 10px 0 0;
}
.roomArea .TxtBox .btnBox a {
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-family: "Tenor Sans";
	font-weight: 400;
}
.roomArea .TxtBox .btnBox a:hover {
	background-color: #1b1b1b;
	color: #fff;
}
.roomArea .TxtBox .btnBox a:hover svg {
	color: #fff;
}
.roomArea .TxtBox .roomIconList {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 68%;
}
@media (max-width: 991px) {
	.roomArea .TxtBox .roomIconList {
		width: 100%;
	}
}
.roomArea .TxtBox .roomIconList .iconBox {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.roomArea .TxtBox .roomIconList .iconImg {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	overflow: hidden;
	-o-object-fit: fill;
	   object-fit: fill;
}
.roomArea .TxtBox .roomIconList .iconImg img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.roomArea .TxtBox .roomIconList .text {
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.5px;
	margin: 10px 0 0 0;
}
@media (max-width: 320px) {
	.roomArea .TxtBox .roomIconList .text {
		font-size: 13px;
	}
}
.roomArea .TxtBox .roomIconList .tip {
	color: #fff;
	font-size: 15px;
	margin: 5px 0 0 0;
}
@media (max-width: 320px) {
	.roomArea .TxtBox .roomIconList .tip {
		font-size: 13px;
	}
}
.roomArea .slick-arrow {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	z-index: 5;
	cursor: pointer;
}
@media (max-width: 1180px) {
	.roomArea .slick-arrow {
		top: 50%;
	}
}
@media (max-width: 640px) {
	.roomArea .slick-arrow {
		top: unset;
		bottom: 0;
	}
}
.roomArea .slick-arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 25px;
	height: 25px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.roomArea .slick-arrow.slick-prev {
	left: 20%;
}
@media (max-width: 1180px) {
	.roomArea .slick-arrow.slick-prev {
		left: 0%;
	}
}
.roomArea .slick-arrow.slick-prev::before {
	left: 45%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	        transform: translateY(-50%) rotate(45deg);
}
.roomArea .slick-arrow.slick-next {
	right: 20%;
}
@media (max-width: 1180px) {
	.roomArea .slick-arrow.slick-next {
		right: 0%;
	}
}
.roomArea .slick-arrow.slick-next::before {
	right: 45%;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	        transform: translateY(-50%) rotate(-135deg);
}

.linkArea {
	background-color: #fbf9f4;
	overflow: hidden;
	position: relative;
}
.linkArea .wrap {
	max-width: 1600px;
	padding: 110px 20px 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto;
}
@media (max-width: 640px) {
	.linkArea .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0;
	}
}
.linkArea .Img {
	position: relative;
}
.linkArea .Img img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.linkArea .Img .enTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	font-family: "Tenor Sans";
	color: #fff;
	font-size: 42px;
	text-transform: uppercase;
}
.linkArea .Img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	border: 10px solid transparent;
}
.linkArea .Img:hover:before {
	border-color: rgba(218, 156, 45, 0.5);
}
.linkArea .link {
	width: 50%;
	padding: 0 20px;
	position: relative;
}
@media (max-width: 640px) {
	.linkArea .link {
		width: 100%;
		padding: 0;
		margin: 0 0 50px 0;
	}
}
.linkArea .link.leftBox {
	margin: 50px 0 0 0;
}
@media (max-width: 640px) {
	.linkArea .link.leftBox {
		margin: 0 0 50px 0;
	}
}
.linkArea .item {
	position: relative;
}
.linkArea .item::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 170px;
	background-color: rgba(0, 0, 0, 0.35);
	bottom: 45px;
	left: 110px;
	z-index: 2;
}
@media (max-width: 1180px) {
	.linkArea .item::before {
		left: 20px;
	}
}
.linkArea .Txt {
	color: #000;
	padding: 40px 40px 0 130px;
}
@media (max-width: 1180px) {
	.linkArea .Txt {
		padding: 40px;
	}
}
@media (max-width: 640px) {
	.linkArea .Txt {
		padding: 20px 40px;
	}
}
.linkArea .Txt .title a {
	font-size: 20px;
	color: #000;
}
.linkArea .Txt .text {
	margin: 10px 0 0 0;
	font-size: 15px;
	color: #888;
	height: 50px;
	letter-spacing: 0.5px;
	line-height: 1.6;
}
.linkArea .MarqueeTxt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	overflow: hidden;
	height: 160px;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
}
@media (max-width: 1023px) {
	.linkArea .MarqueeTxt {
		bottom: -10px;
		height: auto;
	}
}
.linkArea .textPic {
	font-size: 165px;
	font-weight: 400;
	font-family: "Tenor Sans";
	white-space: nowrap;
	text-transform: uppercase;
	color: #e7e7e7;
	-webkit-animation: marquee 40s linear infinite;
	        animation: marquee 40s linear infinite;
	pointer-events: none;
}
@media (max-width: 1023px) {
	.linkArea .textPic {
		font-size: 100px;
	}
}
@media (max-width: 640px) {
	.linkArea .textPic {
		font-size: 50px;
	}
}
.linkArea .slick-dots {
	width: 7px;
	margin: 0;
	bottom: 20%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.linkArea .slick-dots li {
	width: 100%;
	height: 7px;
	margin: 5px 0;
}
.linkArea .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}
.linkArea .slick-dots li button::before {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	background-color: #fff;
	opacity: 1;
}
.linkArea .slick-dots li.slick-active {
	width: 22px;
	height: 22px;
}
.linkArea .slick-dots li.slick-active button::before {
	border: 1px solid #fff;
	background-color: transparent;
	opacity: 1;
}
.linkArea .linkLeft .slick-dots {
	left: -40px;
}
.linkArea .linkRight .slick-dots {
	right: -40px;
}
/*# sourceMappingURL=home.css.map */