﻿/*
|          (0 0)
+=====oOO====(_)=========+
|   Powered By AnXin     |
|   Tel: 0572-5220701    |
|   Creation:2024.10.18  |
+=================oOO====+
|          |__|__|
|           || ||
|          ooO Ooo
*/
@charset "UTF-8";
body, button, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, s, td, textarea, th, ul { margin: 0; padding: 0; list-style: none; }
body, html { position: relative; font-family: Microsoft YaHei, sans-serif; }
h1, h2, h3, h4, h5, h6 { text-transform: capitalize; }
button, input, select, textarea { font-size: 100%; outline: 0; }
a { color: #369; text-decoration: none; }
em, i { font-style: normal; }
.none { display: none; }
.block { display: block; }
img { border: 0; object-fit: cover; }
table { border-collapse: collapse; border: 0; border-collapse: collapse; }
::selection { background: #ddd; color: #111; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background-color: rgba(50, 50, 50, 0.25); border: 2px solid transparent; border-radius: 0px; background-clip: padding-box; }
::-webkit-scrollbar-thumb:hover { background-color: rgba(50, 50, 50, 0.5); }
::-webkit-scrollbar-track { background-color: rgba(50, 50, 50, 0.05); }
input, textarea, button { border: 0; }
input::placeholder, textarea::placeholder { opacity: 0.5; }
input:focus { border: 0; outline: 0; box-shadow: 0; }
input[type="radio"], input[type="checkbox"] { appearance: none; -webkit-appearance: none; outline: none; display: none; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; }
.tipMain { position: fixed; bottom: 0; left: 0; z-index: 9999; width: 100%; border-top: 1px solid #ccc; background: #fff; font-size: 13px; line-height: 40px; }
.tipMain, .tipMain .close { height: 40px; text-align: center; }
.tipMain .close { position: absolute; top: 0; right: 10px; width: 40px; color: red; font-size: 18px; font-family: Arial, Helvetica, sans-serif; cursor: pointer; }
span.spanleft { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; }
a, a:hover, ::after, ::before, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobileMenu b, header, header *, #banner, #banner img, .arrow { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

/*通用*/
* { font-size: 14px; font-weight: 400; box-sizing: border-box; color: #000; }
body { background-color: #fff; overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.wrapper { margin: 0 auto; position: relative; }
.text { padding: 0; }
.text, .text * { font-size: 16px; line-height: 2; color: #333; word-wrap: break-word; }

/* .text p:not(:last-child) { margin-bottom: 20px; } */
.text img { display: inline-block; opacity: 1 !important; }
.text::after { content: ""; display: table; clear: both; }
.text .table { display: flex; gap: 12px; }
.txt-info { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.txt-info * { -webkit-box-orient: horizontal; width: auto; display: inline; padding: 0; margin: 0; background: none !important; font-family: sans-serif !important; white-space: normal !important; word-wrap: normal !important; word-break: break-all !important; }
.txt-info img { display: none !important; opacity: 0; }
.arrow { position: relative; z-index: 2; display: block; width: 8px; height: 8px; }
.arrow::before, .arrow::after { content: ""; position: absolute; display: block; }
.arrow::before { width: 100%; height: 100%; border-right: 1px solid #000; border-top: 1px solid #000; pointer-events: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.arrow::after { width: 12px; height: 0; border-top: 1px solid #000; top: 50%; left: 50%; margin-top: -0.5px; margin-left: -7px; }
.arrow.arrow-white::before { border-right-color: #fff; border-top-color: #fff; }
.arrow.arrow-white::after { border-top-color: #fff; }
.body-overlay { position: fixed; left: 0; top: 0px; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100vh; display: none; background: rgba(0, 0, 0, 0.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.web-title { width: 100%; position: relative; padding-top: var(--gap-80); padding-bottom: var(--gap-60); display: flex; flex-direction: column; align-items: flex-start; }
.web-title .main { font-size: 32px; color: var(--main-color); line-height: 1.5; text-transform: capitalize; }
.web-title .secondary { font-size: 16px; color: var(--color-6); line-height: 1.5; text-transform: capitalize; }
.web-title.center { align-items: center; }
.web-title.center .main { text-align: center; }
.web-title.border-top { margin-top: var(--gap-80); border-top: solid 1px var(--border-color); }
.web-title.white > div { color: #fff; }

/*更多*/
.more { position: relative; display: flex; overflow: hidden; width: 180px; height: 60px; border-radius: 4px; margin-top: var(--gap-60); background: var(--main-color); }
.more a { position: relative; display: flex; justify-content: center; align-items: center; column-gap: 12px; width: 100%; height: 100%; background: var(--logo-red); }
.more a:after { content: ""; display: block; position: absolute; left: 0; bottom: 0; width: 0; height: 100%; background: rgba(0, 0, 0, 0.1) }
.more span { position: relative; z-index: 2; font-size: 16px; font-weight: 400; color: #fff; text-transform: capitalize; white-space: nowrap; }
.more .arrow { width: 20px; height: 20px; }
.more .arrow::before { width: 8px; height: 8px; border-right: solid 2px #fff; border-top: solid 2px #fff; }
.more .arrow::after { width: 15px; height: 2px; border-top: solid 2px #fff; margin-top: -1px; margin-left: -8px; }
.more a:hover::after { width: 100%; }
.more a:hover .arrow { transform: translate(3px, 0); }
.more a:hover .arrow::before { border-color: #fff; }
.more a:hover span { color: #fff; }
.more.white a, .more.white .arrow::before { border-color: #fff; }
.more.white a span { color: #fff; }
.more.white a:after { background: #fff; }
.more.white a:hover span { color: var(--main-color); }
.more.white a:hover .arrow::before { border-color: var(--main-color); }
.more.center { margin-left: auto; margin-right: auto; }

/*******************************
-------[=图片切换-------
********************************/
.swiper-container { width: 100%; height: 100%; }
.swiper-container img { display: block; width: 100%; height: 100%; }
.swiper-btn { position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); display: block; width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; background: #fff; box-shadow: 0px 3px 10px rgba(222, 222, 222, 0.5); }
.swiper-btn::after { content: ""; display: block; position: absolute; width: 50px; height: 50px; border-radius: 50%; background: var(--main-color); left: 0%; top: 0%; transform: scale(0); }
.swiper-btn .arrow::before { width: 8px; height: 8px; border-color: #BABABA; border-width: 2px; }
.swiper-btn.swiper-button-disabled { cursor: not-allowed; }
.swiper-btn.next { right: 0; }
.swiper-btn.next .arrow { margin-right: 5px; }
.swiper-btn.prev { left: 0; }
.swiper-btn.prev .arrow { transform: rotate(180deg); margin-left: 5px; width: 10px; height: 10px; }
.swiper-btn .arrow::after { display: none; }
.swiper-btn:hover::after { transform: scale(1); }
.swiper-btn:hover .arrow::before { border-color: #fff; }

/* .swiper-pagination { bottom: 20px; display: flex; align-items: center; justify-content: center; }
.swiper-pagination-bullet { background: #e5e5e5; opacity: 1 !important; width: 8px; height: 8px; margin: 0 8px; }
.swiper-pagination-bullet-active { background: transparent; width: 14px; height: 14px; border: 2px solid var(--main-color); } */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { width: auto; left: 50%; bottom: 16px; }
.swiper-pagination { left: 50%; transform: translateX(-50%); bottom: 16px; display: inline-flex; width: auto; padding: 5px 10px; background: rgba(0, 0, 0, 0.4); align-items: center; justify-content: center; column-gap: 5px; border-radius: 10px; }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; }
.swiper-pagination-bullet { background: #fff; opacity: 1; width: 10px; height: 10px; margin: 0; }
.swiper-pagination-bullet-active { background: var(--logo-red); border: 0 }
.swiper-tool { position: relative; display: flex; justify-content: center; column-gap: 24px; padding-top: 24px; }
.swiper-tool .swiper-btn { position: relative; transform: translateY(0); top: 0; }

/*******************************
-------[=返回顶部-------
********************************/
.toTop { position: fixed; z-index: 9; bottom: 0px; right: 0px; width: 50px; height: 50px; text-align: center; line-height: 50px; padding: 0; background-color: #222; cursor: pointer; display: none; opacity: 0.7 !important; }
.toTop:before { content: ""; margin-top: 22px; margin-left: 18px; display: block; width: 10px; height: 10px; border-right: 2px solid #fff; border-top: 2px solid #fff; pointer-events: auto; transform: rotate(-45deg); }
.toTop:hover { background: var(--main-color); opacity: 1 !important; }
.toTop:active { background: #000; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); }

/*******************************
-------[=列表-------
********************************/
.images { overflow: hidden; position: relative; z-index: 1; width: 100%; height: 0; padding: 0px; margin: 0; }
.images img { width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: 1; left: 0; top: 0; }
.stretching::after { content: ""; display: block; position: absolute; z-index: 10; pointer-events: auto; background-color: rgba(0, 0, 0, 0); width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; }
.list { position: relative; z-index: 1; display: grid; }
.list .list-li { position: relative; }
.list-txt { box-sizing: border-box; position: relative; }
.list-txt .name { overflow: hidden; position: relative; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }
.list-txt .txt-info { -webkit-line-clamp: 2; }
.list-txt .txt-info, .list .list-txt .txt-info * { font-size: 14px; line-height: 2; color: #666; }
.list .list-li:hover .list-txt .name { color: var(--main-color); }
.list .list-li:hover .images img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

/*******************************
-------[=页码-------
********************************/
.main-page { position: relative; z-index: 1; width: 100%; padding: 0; text-transform: capitalize; display: flex; justify-content: center; align-items: center; gap: 32px; margin-top: 50px; margin-bottom: 0px; }
.main-page .pagination-info { font-size: 16px; color: var(--color-6); }
.main-page .pagination-info span { font-size: 20px; font-weight: 600; color: var(--main-color); margin-left: 8px; margin-right: 8px; }
.main-page .pagination { display: flex; align-items: center; column-gap: 12px; }
.main-page .pagination li { border: 1px solid var(--border-color); }
.main-page .pagination li * { font-size: 16px; }
.main-page .pagination li a, .main-page .pagination li.active span, .main-page .pagination li.prev span, .main-page .pagination li.next span { display: block; padding: 8px 0; width: 42px; text-align: center; font-size: 16px; line-height: 22px; }
.main-page .pagination li a { color: var(--color-3); }
.main-page .pagination li.disabled { border: 0; cursor: not-allowed; }
.main-page .pagination li.active { border-color: var(--main-color); background-color: var(--main-color); color: #fff; }
.main-page .pagination li.active span { color: #fff; }
.main-page .pagination li:hover { border-color: var(--main-color); }
.main-page .pagination li:hover a { color: var(--main-color); }
.main-page .pagination li.prev, .main-page .pagination li.next { border: 1px solid var(--border-color); width: 40px; position: relative; }
@media screen and (max-width:1024px) {
	.main-page { margin-top: 24px; }
}
@media screen and (max-width:860px) {
	.main-page { flex-direction: column; gap: 16px; }
	.main-page .pagination li a, .main-page .pagination li.active span, .main-page .pagination li.prev span, .main-page .pagination li.next span { display: block; padding: 5px 0; width: 32px; font-size: 14px; line-height: 20px; }
	.main-page .pagination li.prev, .main-page .pagination li.next { width: 33px; }
}
@media screen and (max-width:640px) {
	.main-page { margin-top: 16px; }
}

/*******************************
-------[=页面底部------
********************************/
#footer { background: url(../images/footer.jpg) center top no-repeat; background-size: cover; position: relative; z-index: 2; }
#footer .footer { display: flex; align-items: flex-start; justify-content: space-between; padding-top: var(--gap-60); padding-bottom: var(--gap-60); }
.footer .left .logo { background: url(../images/logo.png) no-repeat; background-size: contain; width: 197px; height: 58px; }
.footer .left .txt { margin-top: 24px; display: flex; flex-direction: column; gap: 12px; }
.footer .left .txt .p { font-size: 14px; line-height: 24px; color: #fff; }
@media screen and (max-width:1600px) { }
.footer .qrcode { width: 550px; display: flex; justify-content: space-between; }
.footer .qrcode .item { width: 150px; color: #fff; }
#footer .copyright { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; padding-bottom: 16px; position: relative; }
#footer .copyright::before { content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; height: 1px; background: rgba(255, 255, 255, 0.1); }
#footer .copyright p, #footer .copyright a { line-height: 1.8; color: #fff; opacity: 0.7; display: flex; align-items: center; }
#footer .copyright a:hover { opacity: 1; }
#footer .record, #footer .record a { display: flex; align-items: center; justify-content: flex-start; }
#footer .record { gap: 16px; }
#footer .record img { margin: 0 8px !important; }
@media screen and (max-width:1540px) { }
@media screen and (max-width:1370px) {
	.footer .left { width: 300px; }
	.footer .left .txt { gap: 8px; margin-top: 16px; margin-bottom: 24px; }
	.footer .left .txt .p img { width: 20px; height: 20px; }
}
@media screen and (max-width:1280px) {
	.footer .left .logo { width: 150px; height: 40px; background-size: contain; }
	.footer .column .t { font-size: 16px; }
}
@media screen and (max-width:1024px) {
	#footer .footer { flex-direction: column; align-items: center; }
	.footer .left .social .icon:first-child .icon-pop { left: auto; }
	.footer .right { width: 100%; justify-content: space-between; }
	#footer .copyright { flex-direction: column; gap: 8px; }
	#footer .copyright p, #footer .copyright a { margin-bottom: 0; text-align: center; }
}
@media screen and (max-width:860px) {
	#footer .footer { display: none; }
	.reserve { display: none; }
	#footer .copyright { margin-top: 0; border-top: 0; }
}
@media screen and (max-width:768px) {
	#footer .footer { display: none; }
}
@media screen and (max-width:640px) {
	#footer .record { flex-direction: column; gap: 8px; }
}

/*******************************
-------[=页面------
********************************/
header, #header { width: 100%; }
#header .wrapper, .nav, .nav .nav-item, .nav .nav-item-a { height: 100%; }
#header .wrapper { display: flex; justify-content: space-between; align-items: center; }
header { position: fixed; top: 0; z-index: 200; }
#nav { position: absolute; }
.nav { display: flex; align-items: center; }
.nav .nav-item { position: relative; }
.nav .nav-item .nav-item-a { text-decoration: none; padding: 0; margin: 0; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
.nav .nav-item::before, .nav .nav-item::after, .nav .nav-item .sub-nav-item a::before { content: ""; z-index: 1; position: absolute; display: block; }
.nav .nav-item::after { width: 1px; height: 12px; background: #fff; }
.nav .nav-item:last-child:after { display: none; }
.nav .nav-item::before, .nav .nav-item .sub-nav-item a::before { width: 0px; height: 2px; border-radius: 2px; background: #fff; left: 0%; bottom: 0; transform: translateX(0%); }
.nav .nav-item .nav-item-a span { position: relative; z-index: 2; white-space: nowrap; text-transform: capitalize; }
.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: calc(100% - 75px); }
.nav .nav-item:last-child.active::before, .nav .nav-item:last-child:hover::before { width: 100%; }
.nav .nav-item.active.cuf::before { width: 0; }
.nav .nav-item .sub-nav { position: absolute; top: var(--header-height); transition: all 0.5s; opacity: 0; visibility: hidden; background: #fff; box-shadow: var(--box-shadow); padding: 16px; margin-left: -20px; border-radius: 0 0 12px 12px; }
.nav .nav-item .sub-nav:before { content: ""; display: none; border-top: solid 1px var(--border-color); width: 100vw; height: 60px; background: rgba(255, 255, 255, 1); position: fixed; top: var(--header-height); left: 50%; z-index: 1; transform: translateX(-50%); box-shadow: var(--box-shadow); }
.nav .nav-item .sub-nav-item { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 8px; padding: 0; }
.nav .nav-item .sub-nav-item a { white-space: nowrap; display: flex; align-items: center; color: #333; text-transform: capitalize; position: relative; height: 40px; }
.nav .nav-item .sub-nav-item a::before { bottom: 0px; left: 0; transform: translateX(0); }
.nav .nav-item .sub-nav-item a:hover { color: var(--main-color); }
.nav .nav-item .sub-nav-item a:hover::before { width: 100px; }
.nav .nav-item:hover .sub-nav { opacity: 1; visibility: visible }
header.transformY { transform: translateY(-100%); }
#place { border-bottom: solid 1px var(--border-color); margin-top: calc(0px - var(--gap-80)); background-color: #fff; box-sizing: var(--subNav-shadow); }
.place { width: 100%; }
.place, .place a { display: flex; flex-flow: row wrap; align-items: center; }
.place { line-height: 26px; color: #666; text-transform: capitalize; }
.place a { color: #333; }
.place a:after { content: ""; width: 5px; height: 5px; border-right: 1px solid rgba(51, 51, 51, 0.8); border-top: 1px solid rgba(51, 51, 5, 0.8); pointer-events: auto; transform: rotate(45deg); margin-left: 12px; margin-right: 12px; }
.place a:hover { color: var(--main-color); }
#banner { width: 100%; height: 420px; overflow: hidden; position: relative; z-index: 1; background-color: #fff; }
#banner img { width: 100%; height: 100%; display: block; position: absolute; z-index: 1; left: 0; top: 0; animation: bannerImg 2s ease 0s both; }
#banner .banner-txt { position: absolute; z-index: 2; left: 50%; top: 120px; transform: translate(-50%, 0%); display: flex; flex-direction: column; align-items: center; justify-content: center; animation: bannerTxt 1s ease 1s both; width: 50px; font-size: 48px; font-weight: 600; text-transform: uppercase; text-shadow: var(--text-shadow); color: #fff; }
#banner .banner-txt .chs { font-size: 48px; font-weight: 600; text-transform: uppercase; text-shadow: var(--text-shadow); color: #fff; }
#banner .banner-txt .en { font-size: 16px; text-transform: uppercase; text-shadow: var(--text-shadow); color: #fff; }
@keyframes bannerImg {
	0% { opacity: 0; scale: 1.1; }
	100% { opacity: 1; scale: 1; }
}
@keyframes bannerTxt {
	0% { transform: translate(-50%, 50px); opacity: 0; }
	100% { transform: translate(-50%, 0%); opacity: 100%; }
}

/*子栏目*/
#sub-nav { box-shadow: var(--subNav-shadow); background: #fff; height: 59px; z-index: 21; position: sticky; top: 0; }
#sub-nav .sub-nav .swiper-wrapper { justify-content: center; }
#sub-nav .sub-nav .swiper-slide { width: auto; padding: 0px; margin: 0; text-transform: capitalize; }
#sub-nav .sub-nav .swiper-slide a { position: relative; height: 100%; display: flex; align-items: center; font-size: 16px; margin: 0 32px; color: #333; }
#sub-nav .sub-nav .swiper-slide a::before { content: ""; display: block; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; margin-bottom: -1px; background: var(--main-color); }
#sub-nav .sub-nav .swiper-slide a:hover, #sub-nav .sub-nav .swiper-slide.active a { color: var(--main-color); }
#sub-nav .sub-nav .swiper-slide.active a::before { left: 0; width: 100%; }
@media screen and (max-width:1024px) {
	#sub-nav .sub-nav .swiper-wrapper { justify-content: flex-start; }
	#sub-nav .sub-nav .swiper-slide a { margin: 0 24px; }
}
@media screen and (max-width:860px) {
	#sub-nav { height: 59px; top: 60px; }
	#sub-nav .sub-nav .swiper-slide a { margin: 0 16px; }
}
@media screen and (max-width:768px) {
	#sub-nav { height: 59px; top: 60px; }
}
#sub-nav { margin-bottom: var(--gap-80); margin-top: calc(0px - var(--gap-80)); }
.spl-header { transform: translateY(0px) !important; }
.spl-footer { padding-bottom: 20px; }
.spl-title, .spl-description { color: #fff; text-align: center; margin-bottom: 0; }
.spl-page { color: #fff; }
.spl-pane video { max-width: 1280px; width: 100%; }

/*视频播放*/
.btn-play::before, .btn-play::after { content: ""; display: block; position: absolute; }
.btn-play::before { left: 0; top: 0; right: 0; bottom: 0; z-index: 2; background: rgba(0, 0, 0, 0.4); }
.btn-play::after { width: 72px; height: 72px; top: 50%; left: 50%; transform: translate(-50%, -50%); margin-top: 0; z-index: 3; transition: 1s; cursor: pointer; background: url(../images/icon-play.svg) center center no-repeat; background-size: contain; }
.btn-play:hover::after { transform: translate(-50%, -50%) scale(1.2); transition: 0.3s; }

/*页面*/
#logo { overflow: hidden; width: 200px; height: 50px; background: url(../images/logo.png) left center no-repeat; background-size: contain; }
header { background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); height: 120px; }
#header { height: 80px; margin-top: 20px; }
.logo, .logo a { width: 100%; height: 100%; display: block; }
.wrapper { width: var(--w-width); }
#body { position: relative; background-color: #fff; padding-bottom: var(--gap-80); }
#body.main { padding-top: var(--gap-80); }
#nav { right: 50%; margin-right: -750px; height: 80px; top: 20px; }
.nav .nav-item { display: flex; align-items: center; }
.nav .nav-item::after { position: relative; margin-left: 36px; margin-right: 36px; transform: rotate(30deg); }
.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { font-size: 16px; color: #fff; font-weight: 500; text-transform: uppercase; }
.nav .nav-item.active .nav-item-a span, .nav .nav-item .nav-item-a:hover span, .nav .nav-item:hover span, .nav-item-a:hover span, .nav .nav-item.active:hover .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a:hover span { color: #fff }
header.baion #header { margin-top: 0; }
header.baion #nav { top: 0; }
.place { padding-top: 16px; padding-bottom: 16px; }
.list-txt { padding: 16px 20px; }
.list-txt .name { font-size: 18px; line-height: 1.5; color: var(--color-3); }
.title-red { font-size: 28px; margin-bottom: 30px; color: var(--main-color); }
.text b { color: var(--main-color); }
.images { border-radius: 8px; }
.text ~ .list { margin-top: var(--gap-60); }
.list-txt .name { text-align: center; }
#body.main .web-title { padding-top: 0; }
#body.main .web-title.border-top { padding-top: var(--gap-80); }
.qrcode { display: flex; gap: var(--gap-30); }
.qrcode .item { width: 150px; display: flex; flex-direction: column; align-items: center; font-size: 16px; line-height: 40px; color: var(--color-3); }
.qrcode .item img { display: block; width: 100%; }

/*预订*/
.book-btn { display: flex; justify-content: center; align-items: center; background: var(--main-color); gap: 16px; padding: 16px 0; border-radius: 6px; color: #fff; width: 160px; cursor: pointer; margin-top: var(--gap-30); margin-left: auto; margin-right: auto; position: relative; overflow: hidden; }
.book-btn::after { content: ""; display: block; position: absolute; z-index: -1; left: 0; top: 0; width: 0; height: 100%; background: rgba(0, 0, 0, 0.1); }
.book-btn:hover::after { width: 100%; }
.spl-pane #onlineBooking { display: flex; flex-direction: column; }
#onlineBooking { display: none; width: 700px; height: auto; background: #fff; border-radius: 8px; }
#onlineBooking .head { border-bottom: solid 1px var(--border-color); height: 60px; padding-left: 24px; line-height: 60px; font-size: 16px; font-weight: 600; color: #333; }
#onlineBooking .body { flex: 1; display: flex; flex-direction: column; justify-content: space-between; padding: 40px; gap: 40px; }
#onlineBooking .body .group, #onlineBooking .body .qrcode { display: flex; width: 100%; }
#onlineBooking .body .qrcode { gap: 12px; }
#onlineBooking .body .qrcode img { display: block; width: 100%; max-width: 200px; }
#onlineBooking .body .item { flex: 1; display: flex; flex-direction: column; align-items: center; }
#onlineBooking .body .group .p1 { color: var(--color-6); display: flex; align-items: center; justify-content: center; gap: 8px; }
#onlineBooking .body .group .p2 { color: var(--color-3); margin-top: 8px; text-align: center; }
@media screen and (max-width:768px) {
	#onlineBooking { width: 95%; }
	#onlineBooking .body { padding: 24px; gap: 24px; }
	#onlineBooking .body .group .p1 { flex-direction: column; text-align: center; }
}

/*山庄介绍*/
.about-photo { width: 43%; height: 380px; position: relative; }
.about-photo img { display: block; width: 100%; height: 100%; }
.about .about-photo { float: left; margin-right: var(--gap-60); margin-bottom: var(--gap-40); }
.about .text::after { content: ""; display: block; clear: both; }
.about2-list { width: calc(100% + 20px); margin-top: var(--gap-50); padding: 0; margin-left: -10px; margin-right: -10px; }
.about2-list li { display: block; overflow: hidden; float: left; padding: 10px; width: 25%; opacity: 0; box-sizing: border-box; }
.about2-list li .photo { border-radius: 8px; overflow: hidden; width: 100%; }
.about2-list li .photo img { transition: all 0.3s ease; }
.about2-list li.shown, .no-js .about2-list li, .no-cssanimations .about2-list li { opacity: 1; }
.about2-list li a, .about2-list li img { outline: none; border: none; display: block; max-width: 100%; }
.about2-list li:hover .photo img { transform: scale(1.1); }

/* Effect 2: Move Up */
.about2-list li.animate { -webkit-transform: translateY(200px); transform: translateY(200px); -webkit-animation: moveUp 0.65s ease forwards; animation: moveUp 0.65s ease forwards; }
@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}
@media screen and (max-width:1280px) {
	.about2-list li { width: 33.33%; }
}
@media screen and (max-width:860px) {
	.about2-list li { width: 50%; }
}

/*房型介绍*/
.guest-room-wrap { width: 100%; display: grid; position: relative; grid-template-columns: 1000px 1fr; align-items: flex-start; gap: var(--gap-100); }
.guest-room-wrap .tab-wrap .tab-card { display: none; }
.guest-room-wrap .tab-wrap .tab-card.active { display: flex; flex-direction: column; }
.guest-room-wrap .photo { width: 100%; position: sticky; top: 80px; }
.guest-room-wrap .swiper-btn.prev { margin-left: -25px; }
.guest-room-wrap .swiper-btn.next { margin-right: -25px; }
.big-img { flex: 1; margin-bottom: 20px; height: 540px; background-color: #fff; }
.big-img .images { padding-top: 540px; }
.big-img .images img { object-fit: contain; }
.big-img .stretching::after { display: none; }
.small-img { padding: 0; width: 100%; height: 100px; order: 2; }
.small-img .swiper-slide { background: #fff; border: 2px solid var(--border-color); cursor: pointer; opacity: 0.5; transition: all 0.3s ease; }
.small-img .swiper-slide-thumb-active { border-color: var(--main-color); position: relative; opacity: 1; }
.small-img.swiper-container img { object-fit: cover; width: 100%; height: 100%; }
.small-img.swiper-container img { height: 96px; }
.guest-room-wrap .txt { display: flex; justify-content: space-between; align-items: flex-start; flex-flow: row wrap; row-gap: 12px; }
.guest-room-wrap .txt .book-btn { position: sticky; z-index: 201; top: 80px; margin-top: 0px; margin-left: 0; margin-right: 0; }
.guest-room-wrap .txt .h1 { font-size: 40px; color: var(--color-6); margin-bottom: 12px; }
.guest-room-wrap .txt .h2 { font-size: 24px; color: var(--main-color); font-weight: 600; margin-top: 12px; }
.guest-room-wrap .txt .h3 { font-size: 18px; color: var(--color-6); font-weight: 600; }
.guest-room-wrap .txt .h2, .guest-room-wrap .txt .h3, .guest-room-wrap .txt .p, .guest-room-wrap .txt .info, .guest-room-wrap .txt .text { width: 100%; }
.guest-room-wrap .txt .p, .guest-room-wrap .txt .info { display: flex; align-items: flex-start; flex-flow: row wrap; font-size: 16px; gap: 12px; }
.guest-room-wrap .txt .p { color: var(--color-3); line-height: 24px; }
.guest-room-wrap .txt .p img { width: 24px; height: 24px; }
.guest-room-wrap .txt .info { color: var(--color-6); display: flex; align-items: center; gap: 8px; }
.guest-room-wrap .txt .info p { color: var(--color-6); display: flex; align-items: center; gap: 8px; }
.guest-room-wrap .txt .info p::before { content: ""; display: block; background: url(../images/icon-room-facilities.svg) no-repeat; background-size: contain; width: 20px; height: 20px; }
@media screen and (max-width:1540px) {
	.guest-room-wrap { grid-template-columns: 900px 1fr; }
	.guest-room-wrap .swiper-btn.prev { margin-left: 16px; }
	.guest-room-wrap .swiper-btn.next { margin-right: 16px; }
	.guest-room-wrap .txt .h1 { font-size: 36px; }
}
@media screen and (max-width:1280px) {
	.guest-room-wrap { grid-template-columns: 800px 1fr; }
	.big-img { margin-bottom: 16px; height: 500px; }
	.big-img .images { padding-top: 500px; }
	.guest-room-wrap .txt .h1 { font-size: 30px; }
}
@media screen and (max-width:1024px) {
	.guest-room-wrap { grid-template-columns: 600px 1fr; }
	.spl-header { transform: translateY(0) !important; text-align: center !important; }
	.spl-header .spl-fullscreen { display: none !important; }
	.guest-room-wrap .txt .h1 { font-size: 20px; }
}
@media screen and (max-width:900px) {
	.guest-room-wrap { grid-template-columns: 1fr; }
	.guest-room-wrap .photo { width: calc(100vw - 32px); position: relative; top: 0; }
	.guest-room-wrap .swiper-btn.prev { margin-left: -16px; }
	.guest-room-wrap .swiper-btn.next { margin-right: -16px; }
	.small-img { height: 120px; }
	.small-img.swiper-container img { height: 116px; }
	.guest-room-wrap .txt { flex-direction: column; }
	.guest-room-wrap .txt .book-btn { order: 99999; z-index: 100; top: auto; bottom: 16px; }
}
@media screen and (max-width:860px) {
	.guest-room-wrap .photo { width: calc(100vw - 48px); }
	.big-img { height: 35vh; }
	.big-img .images { padding-top: 35vh; }
	.big-img .stretching::after { display: block; }
	.small-img { height: 110px; }
	.small-img.swiper-container img { height: 106px; }
}
@media screen and (max-width:800px) {
	.big-img { margin-bottom: 16px; }
}
@media screen and (max-width:768px) {
	.product-detailed .product-img { width: calc(100vw - 48px); }
}
@media screen and (max-width:480px) {
	.small-img { height: 60px; }
	.small-img.swiper-container img { height: 56px; }
}

/*餐饮美食*/
.restaurant-list { grid-template-columns: repeat(3, 1fr); gap: var(--gap-30); }
.restaurant-list .images { padding-top: 56.25%; }
.restaurant-list2 { grid-template-columns: repeat(4, 1fr); gap: var(--gap-30); }
.restaurant-list2 .images { padding-top: 100%; }

/*休闲娱乐*/
.entertainment-list { grid-template-columns: repeat(4, 1fr); gap: var(--gap-30); }
.entertainment-list .list-li { border: solid 1px var(--border-color); border-radius: 8px; overflow: hidden; }
.entertainment-list .images { padding-top: 75%; border-radius: 0; }

/*会务服务*/
.meeting-list { grid-template-columns: repeat(4, 1fr); gap: var(--gap-30); }
.meeting-list .images { padding-top: 60%; }

/*周边景点*/
.scenic-list { grid-template-columns: repeat(3, 1fr); gap: var(--gap-30); }
.scenic-list .list-li { border: solid 1px var(--border-color); border-radius: 8px; overflow: hidden; }
.scenic-list .images { padding-top: 56.25%; border-radius: 0; }
.pop-wrap { background: #fff; }
.pop-wrap .head { border-bottom: solid 1px var(--border-color); height: 60px; padding-left: 24px; line-height: 60px; font-size: 16px; font-weight: 600; color: #333; }
.pop-wrap .body { padding: 16px; max-height: 90vh; overflow-x: hidden; overflow-y: auto; }
.pop-wrap .body .text img { display: block; width: auto; margin: 15px auto; max-width: 1000px; }
.pop-wrap .label { position: relative; }

/*联系我们*/
.contact { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: var(--gap-50); margin-top: calc(0px - var(--gap-80)); margin-bottom: calc(0px - var(--gap-80)) }
.contact .txt { padding-left: calc((100vw - var(--w-width)) / 2); margin-top: var(--gap-20); }
.contact .txt p { font-size: 16px; color: var(--color-3); line-height: 2; }
.contact .txt .qrcode { gap: var(--gap-30); margin-top: var(--gap-40); }
.contact .txt .qrcode .item { max-width: 150px; }
.contact .map img { display: block; width: 100%; height: 100%; }

/*页面参数*/
:root { --main-color: #C12C1F;	/*主要颜色 */ --color-red: #FF5733;	/*红色 */ --border-color: #E5E5E5;	/*边框颜色 */ --w-width: 1500px;	/*页面安全宽度 */ --text-shadow: 4px 4px 15px rgba(0, 0, 0, 0.4); --box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1); --subNav-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1); --color-3:#333; --color-6:#666; --color-9:#999; --header-height: 90px; --gap-120:120px; --gap-100:100px; --gap-90:90px; --gap-80:80px; --gap-70:70px; --gap-60:60px; --gap-50:50px; --gap-40:40px; --gap-30:30px; --gap-20:20px; }
@media screen and (max-width:1540px) {
	:root { --gap-120:108px; --gap-100:90px; --gap-90:81px; --gap-80:72px; --gap-70:63px; --gap-60:54px; --gap-50:45px; --gap-40:36px; --gap-30:27px; --gap-20:18px; }
}
@media screen and (max-width:1370px) {
	:root { --gap-120:96px; --gap-100:80px; --gap-90:72px; --gap-80:64px; --gap-70:56px; --gap-60:48px; --gap-50:40px; --gap-40:32px; --gap-30:24px; --gap-20:16px; }
}
@media screen and (max-width:1280px) {
	:root { --gap-120:84px; --gap-100:70px; --gap-90:63px; --gap-80:56px; --gap-70:49px; --gap-60:42px; --gap-50:35px; --gap-40:28px; --gap-30:21px; }
}
@media screen and (max-width:860px) {
	:root { --header-height: 60px; --gap-120:60px; --gap-100:50px; --gap-90:45px; --gap-80:40px; --gap-70:35px; --gap-60:30px; --gap-50:25px; --gap-40:20px; --gap-30:15px; }
}
@media screen and (max-width:768px) {
	:root { }
}
@media screen and (max-width:640px) {
	:root { --gap-120:24px; --gap-100:24px; --gap-90:24px; --gap-80:24px; --gap-70:24px; --gap-60:16px; --gap-50:16px; --gap-40:16px; }
}

/* 适配 */
@media screen and (max-width:1540px) {
	.wrapper { width: 100%; padding-left: 16px; padding-right: 16px; }
	#nav, header.baion #nav { right: 16px; margin-right: 0; }
	.about2-list .item { width: calc((100% - 80px) / 4); }
	.contact .txt { padding-left: 16px; }
}
@media screen and (max-width:1370px) {
	.nav .nav-item::after { margin-left: 24px; margin-right: 24px; }
	.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: calc(100% - 48px); }
	.web-title .main, #banner .banner-txt { font-size: 32px; }
	.list-txt { padding: 12px 16px; }
	.list-txt .name { font-size: 16px; }
	#banner { height: 300px; }
	#banner .banner-txt { width: 100%; top: 50%; transform: translateY(-50%); }
	.title-red { font-size: 24px; margin-bottom: 24px; }
	.about-photo { width: 500px; }
}
@media screen and (max-width:1280px) {
	.web-title .main { font-size: 26px; }
	#banner .banner-txt { font-size: 24px; }
	.about2-list .item { width: calc((100% - 60px) / 3); }
	.restaurant-list2, .entertainment-list, .meeting-list { grid-template-columns: repeat(3, 1fr); }
	.scenic-list { grid-template-columns: repeat(2, 1fr); }
	.contact { grid-template-columns: 1fr; }
	.contact .txt { padding-right: 16px; }
}
@media screen and (max-width:1024px) {
	.web-title { padding-top: 24px; padding-bottom: 24px; }
	.web-title .main { font-size: 20px; }
	.more { margin-top: 16px; }
	.nav .nav-item::after { margin-left: 12px; margin-right: 12px; }
	.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: calc(100% - 24px); }
	.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { font-size: 14px; font-weight: 400; }
	#banner { height: 200px; }
	#banner .banner-txt { font-size: 18px; }
	.restaurant-list { grid-template-columns: repeat(2, 1fr); }
	.qrcode .item { width: 100%; }
}
@media screen and (max-width:900px) {
	.restaurant-list2, .entertainment-list, .meeting-list { grid-template-columns: repeat(2, 1fr); }
	.about-photo { width: 100%; height: 30vh; margin-right: 0; float: none }
}
@media screen and (max-width:860px) {
	.body-overlay { top: 0px; height: 100vh; }
	.mobileMenu { width: 30px; height: 30px; padding: 0; position: absolute; z-index: 1001; left: 20px; top: 15px; display: none; cursor: pointer; flex-direction: column; align-items: center; justify-content: space-between; }
	.mobileMenu i, .mobileMenu i::before, .mobileMenu i::after { width: 28px; height: 2px; background: #fff; display: block; position: absolute; }
	.mobileMenu i { top: 14px; }
	.mobileMenu i::before, .mobileMenu i::after { content: ""; left: 0; -webkit-transform-origin: center center; transform-origin: center center; transition: all 0.25s ease; }
	.mobileMenu i::before { top: -10px; }
	.mobileMenu i::after { top: 10px; }
	.mobileMenu.close i { width: 0; }
	.mobileMenu.close i::before, .mobileMenu.close i::after { background: var(--main-color); }
	.mobileMenu.close i::before { -webkit-transform: rotate(45deg) translate(7px, 7px); transform: rotate(45deg) translate(7px, 7px); }
	.mobileMenu.close i::after { -webkit-transform: rotate(-45deg) translate(7px, -7px); transform: rotate(-45deg) translate(7px, -7px); }
	header { transform: none; box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.1); }
	.mobileMenu { display: inline-block; }
	.mobileMenu.hide { display: none; }
	#header { margin-top: 0; }
	#header .wrapper { justify-content: center; }
	#nav { position: fixed; display: block; width: 300px; max-width: 80%; height: 100vh; left: -100%; top: 0px; padding: 0; margin: 0; background: rgba(255, 255, 255, 1); backdrop-filter: blur(27px); z-index: 101; overflow: hidden; transform: translateX(0); }
	#nav.side-slide { left: 0; }
	/* header.baion #nav { top: 60px; } */
	#logo { height: 45px; background-position-x: center; }
	.nav { flex-direction: column; justify-content: flex-start; gap: 0; }
	.nav .nav-item { position: relative; z-index: 10; display: flex; justify-content: center; margin-left: 0; margin-right: 0; width: 100%; height: 46px; border-bottom: 1px solid var(--border-color) }
	.nav .nav-item::before { bottom: auto; top: 50px; left: 0; transform: translateX(0); }
	.nav .nav-item .nav-item-a { text-decoration: none; width: 100%; display: flex; justify-content: flex-start; padding-top: 16px; padding-bottom: 16px; padding-left: 24px; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
	.nav .nav-item.active .nav-item-a span, .nav .nav-item .nav-item-a:hover span, .nav .nav-item:hover span, .nav-item-a:hover span, .nav .nav-item.active:hover .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a:hover span { color: var(--main-color); }
	.nav .nav-item:hover .sub-nav, .nav .nav-item.active .sub-nav { opacity: 1; visibility: visible; transform: translate(0, 0); }
	.nav .nav-item .sub-nav { position: relative; padding: 0px; margin: 0; top: 0; left: 0; transform: translateY(0px); opacity: 1; visibility: visible; height: auto; display: none; }
	.nav .nav-item.active .sub-nav { display: block; }
	.nav .nav-item .sub-nav::before, .nav .nav-item .sub-nav::after { display: none; opacity: 0; }
	.nav .nav-item.active::before, .nav .nav-item:hover::before, .nav .nav-item.active.cuf:hover::before { width: 100%; }
	.nav .nav-item .sub-nav-item { background-color: #fff; box-shadow: none; padding: 16px 24px; flex-direction: column; gap: 0; height: auto; border-top: solid 1px var(--border-color) }
	.nav .nav-item .sub-nav-item::before { display: none; }
	.nav .nav-item .sub-nav-item a { border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin: 0; padding: 12px 0 12px 12px; text-align: left; }
	.nav .nav-item .sub-nav-item a:last-child { border-bottom: 0; }
	.nav .nav-item .sub-nav-item a::before { bottom: 0; }
	.nav .nav-item .sub-nav-item a:hover::before { width: 100%; }
	#nav .nav { flex-direction: column; height: auto; padding-top: 60px; }
	.nav .nav-item .nav-item-a span, .nav .nav-item.active.cuf .nav-item-a span { color: var(--color-3); }
	.nav .nav-item::after { display: none; }
	header, #header { height: 60px; }
	header { background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%) }
	header.baion #nav { top: 0; }
	#nav{overflow-x: hidden; overflow-y: auto;}
	#nav .qrcode{padding: 12px; flex-direction: column; gap: 12px; max-width: 180px; margin-left: auto; margin-right: auto;}
	#nav .qrcode .item{font-size: 12px; line-height: 20px;}
}
@media screen and (max-width:768px) {
	.wrapper { padding-left: 24px; padding-right: 24px; }
	.web-title { flex-direction: column; align-items: center; justify-content: center; }
	.place { border-bottom: 0; margin-bottom: 0; padding-top: 12px; padding-bottom: 12px; }
	.web-title > div { text-align: center; }
	.text img { width: 100%; }
	.more { height: 45px; border-radius: 4px; }
	.more, .more::after, .book-btn { width: 100%; }
	.about2-list .item { width: calc((100% - 40px) / 2); }
	.contact .txt { padding-left: 24px; padding-right: 24px; }
}
@media screen and (max-width:640px) {
	.list-txt .name { font-size: 16px; }
	.restaurant-list2, .entertainment-list, .meeting-list, .scenic-list, .restaurant-list { grid-template-columns: repeat(1, 1fr); }
	.restaurant-list2 .images, .entertainment-list .images, .meeting-list .images { padding-top: 56.25%; }
}
@media screen and (max-width:480px) { }

/*******************************
-------[=首页------
********************************/
header.index-header { position: absolute; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); height: 150px; top: auto; bottom: 0; display: flex; flex-direction: column; justify-content: end; padding-bottom: 20px; }
header.index-header.transformY { transform: translateY(0%); }
header.index-header #nav { top: 50px; }
#index-section1 { position: relative; z-index: 1; left: 0; top: 0; width: 100%; height: 100vh }
#index-section1 .swiper-container { position: fixed; left: 0; top: 0; }
#index-section1 img.index-section1-photo { width: 100%; height: 100%; position: fixed; z-index: 1; left: 0; top: 0; object-fit: cover; z-index: 8; }
#index-section1 .swiper-btn { background: #fff; border-radius: 50%; width: 45px; height: 45px; }
#index-section1 .swiper-btn .arrow::before { border-color: #000; }
#index-section1 .swiper-btn:after { content: ""; position: absolute; z-index: -1; background: rgba(255, 255, 255, 0.2); width: 100%; height: 100%; border-radius: 50%; left: 0; top: 0; }
#index-section1 .swiper-btn:hover:after { transform: scale(1.8); }
#index-section1 .swiper-btn.prev { left: 4.32%; }
#index-section1 .swiper-btn.next { right: 4.32%; }
#index-section1 .swiper-pagination { background: none; bottom: 100px; height: 4px; display: flex; align-items: center; justify-content: center; }
#index-section1 .swiper-pagination-bullet { opacity: 1; position: relative; width: 60px; height: 4px; border-radius: 2px; margin: 0 20px 0 0 !important; background-color: rgba(255, 255, 255, 0.5); transition: background-color .3s ease; }
#index-section1 .swiper-pagination-bullet:before { display: block; content: ""; position: absolute; border-radius: 2px; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; transform: scaleX(0); transform-origin: 0 0; }
#index-section1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before { animation: sliderPagination 5s linear forwards }
#index-section1 .swiper-pagination-bullet:hover { background-color: #fff; opacity: 0.8; }
#index-section1 .index-banner-txt { width: 660px; position: absolute; z-index: 9; left: 50%; top: 50%; transform: translate(-50%, -50%); display: flex; flex-direction: column; align-items: center; gap: var(--gap-50); opacity: 0; }
#index-section1 .index-banner-txt img { display: block; width: 280px; }
#index-section1 .index-banner-txt p { text-align: center; font-size: 18px; line-height: 2; font-weight: 600; color: #fff; text-shadow: var(--text-shadow); }
#index-section1 .ani-slide .index-banner-txt { opacity: 1; }
#index-section1 .ani-slide .index-banner-txt img { animation: indexBannerPhoto 1s ease 0s both; }
#index-section1 .ani-slide .index-banner-txt p { animation: indexBannerTxt 0.5s ease 1s both; }
#index-section1.z-index { z-index: 3; }
#index-section1.z-index .swiper-container { position: relative; }
@keyframes indexBannerPhoto {
	0% { opacity: 0; scale: 2; }
	100% { opacity: 1; scale: 1; }
}
@keyframes indexBannerTxt {
	0% { transform: translateY(50%); opacity: 0; }
	100% { transform: translateY(0%); opacity: 100%; }
}
@keyframes sliderPagination {
	100% { transform: scaleX(1); opacity: 1; }
}
#body.index { z-index: 2; background: #fff; padding-bottom: 0; }
#body.index .wrapper { display: grid; }
.index-title { display: grid; grid-template-columns: 64px 1fr; grid-template-rows: 42px 22px; column-gap: 24px; padding-top: var(--gap-80); padding-bottom: var(--gap-60); margin: 0 auto; }
.index-title img { grid-row-end: span 2; width: 64px; height: 64px; display: block; justify-self: flex-end; }
.index-title .chs { font-size: 32px; color: var(--main-color); }
.index-title .en { font-size: 14px; color: var(--color-6); text-transform: uppercase; }
#index-room { position: relative; margin-bottom: var(--gap-80); }
#body.index .prev { left: 65px; }
#body.index .next { right: 65px; }
#index-room .swiper-btn { top: auto; transform: translateY(0); bottom: 120px; }
#index-room .swiper-slide { overflow: hidden; border-radius: 8px; height: 300px; }
.swiper-container.index-room-list img, .swiper-container.index-room-list .txt { transition: all 0.5s ease; }
.swiper-container.index-room-list .txt { position: absolute; display: flex; align-items: center; justify-content: center; height: 60px; left: 0px; bottom: 0px; right: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); font-size: 18px; font-weight: 600; color: #fff; text-align: center; }
.swiper-container.index-room-list .swiper-slide:hover img { transform: scale(1.1); }
.swiper-container.index-room-list .swiper-slide:hover .txt { letter-spacing: 2px; }
#index-about { border-top: solid 1px var(--border-color); background: url(../images/index-about.png) center bottom no-repeat; background-size: cover; padding-top: var(--gap-80); padding-bottom: var(--gap-80); }
.index-about { display: flex; gap: var(--gap-60); }
.index-about .about-photo { height: 100%; }
.index-about .txt { flex: 1; }
.index-about .txt .text { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
#index-evaluate { position: relative; }
#index-evaluate .swiper-btn { top: auto; transform: translateY(0); bottom: 100px; }
.index-evaluate .swiper-slide { padding: 20px; height: 240px; border-radius: 8px; border: solid 1px var(--border-color); display: flex; flex-direction: column; justify-content: space-between; }
.index-evaluate .txt { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.index-evaluate .txt, .index-evaluate .txt * { font-size: 16px; line-height: 2; color: var(--color-3); }
.index-evaluate .character { display: grid; grid-template-columns: 52px 1fr; gap: 8px 12px; }
.index-evaluate .character img { width: 52px; height: 52px; grid-row-end: span 2; }
.index-evaluate .character .name { font-size: 16px; color: var(--color-3); }
.index-evaluate .character .date { font-size: 14px; color: var(--color-6); }
.index-book { display: flex; }
.index-book .item { flex: 1; height: 200px; position: relative; overflow: hidden; }
.index-book .item .photo { display: block; width: 100%; height: 100%; transition: all 0.5s ease; }
.index-book .item::after { content: ""; display: block; left: 0; top: 0; right: 0; bottom: 0; position: absolute; z-index: 1; background: rgba(0, 0, 0, 0.6); }
.index-book .item .txt { position: absolute; z-index: 2; top: 60%; left: 50%; transform: translate(-50%, -50%); display: grid; grid-template-columns: 30px 1fr; gap: 20px 16px; justify-content: center; }
.index-book .item .txt img { display: block; width: 30px; }
.index-book .item .txt .p { font-size: 20px; line-height: 30px; font-weight: 600; color: #fff; white-space: nowrap; }
.index-book .item .txt .enter { grid-column-end: span 2; color: #fff; display: flex; align-items: center; justify-content: center; gap: 8px; padding-bottom: 8px; background-image: linear-gradient(90deg, #fff, #fff); background-position: 23px 100%; background-size: 0 1px; background-repeat: no-repeat; transition: background-size .5s; }
.index-book .item .txt .enter .arrow::after { display: none }
.index-book .item .txt .enter .arrow::before { border-color: #fff; border-width: 2px; width: 6px; height: 6px; }
.index-book .item:hover .photo { transform: scale(1.1); }
.index-book .item:hover .txt .enter { background-size: 75px 1px; }
#index-scenic-spot { background: url(../images/index-scenic-spot.png) center bottom no-repeat; background-size: cover; position: relative; padding-bottom: var(--gap-80); }
.index-scenic .list.scenic-list { display: flex; gap: 0; }

/* 首页适配 */
@media screen and (max-width:1540px) {
	#index-section1 .swiper-btn.prev, #body.index .prev { left: 16px; }
	#index-section1 .swiper-btn.next, #body.index .next { right: 16px; }
}
@media screen and (max-width:1370px) {
	.index-title { grid-template-columns: 50px 1fr; column-gap: 16px; align-items: center; }
	.index-title img { width: 50px; height: 50px; }
	.index-title .chs { font-size: 30px; }
	.index-title .en { font-size: 12px; }
}
@media screen and (max-width:1280px) { }
@media screen and (max-width:1024px) {
	#index-section1 .index-banner-txt p { font-size: 16px; }
	.index-title { grid-template-columns: 40px 1fr; grid-template-rows: 30px 15px; }
	.index-title img { width: 40px; height: 40px; }
	.index-title .chs { font-size: 24px; }
}
@media screen and (max-width:900px) {
	.index-about { flex-direction: column; }
}
@media screen and (max-width:860px) {
	header.index-header #nav { top: 0; }
	#index-section1 { height: 70vh; z-index: 3; }
	#index-section1 .swiper-container { height: 70vh; position: relative; }
	#index-section1 .index-banner-txt { width: 80%; margin-top: 60px; }
	#index-section1 .index-banner-txt img { width: 150px; }
	header.index-header {position:fixed; background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%); height: 60px; top: 0; bottom: auto; padding-bottom: 0; justify-content: flex-start }
}
@media screen and (max-width:768px) {
	#index-section1 .swiper-btn { display: none; }
	.index-book { flex-direction: column; }
	.index-book .item { height: 150px; flex: none }
}
@media screen and (max-width:640px) { }
@media screen and (max-width:480px) { }
@media screen and (max-width:640px) { }

/* 手机版底部 */
.mobile-footer{display:none; position:fixed; z-index: 10; left: 0; bottom: 0; right: 0; align-items: center; background: #fff; box-shadow: var(--box-shadow); transform: translateY(0%); transition: all 0.5s ease;}
.mobile-footer.none{ transform: translateY(100%);}
.mobile-footer .item{flex:1; display:flex; align-items: center; justify-content: center; font-size: 16px; padding: 16px 0; position: relative;}
.mobile-footer .item img{display:block; width: 20px; height: 20px; margin-right: 12px;}
.mobile-footer .item:not(:last-child)::after{content:""; display: block; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 12px; background: var(--border-color);}
@media screen and (max-width:860px) {
	#banner .banner-txt .chs{font-size: 20px;}
	.mobile-footer{display:flex;}
	#footer{margin-bottom: 50px;}
}