@charset "UTF-8";

.ui-app {
	margin: 0 auto;
	max-width: 1280px;
	width: 1280px
}

.ui-head,.ui-navs {
	width: 100%;
	overflow: hidden
}

.ui-head {
	height: 182px;
	box-sizing: border-box;
	min-width: 1280px;
	background: #8d1502;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center
}

.ui-head .ui-head-bd {
	position: relative;
	height: 127px;
	width: 1280px;
	margin: 0 auto
}

.ui-head .ui-lan,.ui-head .ui-logo {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.ui-head .ui-lan {
    display: flex;
    gap: 10px;
}



.ui-head .ui-logo {
	left: 40px
}

.ui-head .ui-lan {
	right: 40px
}


.ui-head .ui-lan a {
	text-decoration: none
}

.ui-head .ui-lan-en,.ui-head .ui-lan-zh {
	color: #a4832a;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.ui-head .ui-lan-en {
	text-decoration: none;
	cursor: pointer
}

.ui-head .ui-lan-en span {
	color: #a4832a;
	display: inline-block;
	margin-left: 8px
}

.ui-head .ui-wechat {
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.ui-head .ui-wechat img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}



.ui-navs {
	margin-top: -54px;
	height: 54px;
	line-height: 54px
}

.ui-navs .ui-nav-en .ui-nav-item a {
	padding: 0 11px
}

.ui-navs .ui-nav-zh .ui-nav-item a {
	padding: 0 34px
}

.ui-content,.ui-navs .ui-nav-body {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row
}

.ui-navs .ui-nav-body {
	color: #390000;
	background: #390000;
	box-sizing: border-box;
	justify-content: center
}

.ui-navs .ui-nav-item a {
	display: block;
	color: #a4832a;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap
}

.ui-navs .ui-nav-item:hover a,.ui-navs .ui-nav-selected a {
	color: #fff;
	background: #a4832a
}

.ui-content {
	justify-content: space-between;
	margin-top: 60px;
	margin-bottom: 131px;
	width: 100%
}

.ui-content .ui-list-title {
	font-size: 26px;
	color: #390000;
	font-weight: 700;
	position: relative;
	height: 58px;
	margin-bottom: 28px
}

.ui-content .ui-list-title .ui-jian {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer
}

.ui-content .ui-content-left {
	margin-left: 76px
}

.ui-content .ui-content-right {
	margin-left: 100px;
	width: 600px;
	height: 523px;
	overflow: hidden;
	position: relative
}

.ui-content .ui-content-right .swiper {
	width: 100%;
	height: 100%
}

.ui-content .ui-content-right .swiper-slide {
	text-align: center;
	background: 0 0
}

.ui-content .ui-content-right .swiper-slide img {
	display: block;
	width: 100%;
	object-fit: cover
}

.ui-content .ui-content-right .swiper-pagination-bullet-active {
	background-color: #fff!important;
	background: #fff!important
}

.ui-content .ui-content-right .swiper-pagination-bullet {
	background: 0 0;
	border: 1px solid #fff;
	opacity: 1;
	box-shadow: 1px 1px 18px #aaa9a9
}

.ui-content .ui-list-group {
	width: 482px;
	height: 443px;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-color: #a4832a #d7d7d7;
	scrollbar-width: thin
}

.ui-content .ui-list-group .ui-no-data {
	text-align: center;
	font-size: 16px;
	color: #a88234
}

.ui-content .ui-list-group::-webkit-scrollbar {
	width: 8px;
	height: 50px;
	background: #d7d7d7
}

.ui-content .ui-list-group::-webkit-scrollbar-thumb {
	background: #a4832a
}

.ui-content .ui-list-item {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	min-height: 88px;
	height: auto;
	box-sizing: border-box;
	padding: 3px 16px;
	border-bottom: 1px solid #b69c55
}

.ui-content .ui-list-item:first-child {
	border-top: 1px solid #b69c55
}

.ui-content .ui-list-item .ui-list-label {
	font-size: 22px;
	color: #848484
}
.ui-content .ui-list-item .ui-list-notice-label {
	font-size: 18px;
	color: #848484
}
.ui-content .ui-list-item .ui-list-booking-label {
	font-size: 22px;
	color: #848484
}

.ui-content .ui-list-item .ui-list-label a {
	font-size: 22px;
	color: #848484;
	text-decoration: none;
	display: block;
	width: 472px
}
.ui-content .ui-list-item .ui-list-notice-label a {
	font-size: 18px;
	color: #848484;
	text-decoration: none;
	display: block;
	width: 472px
}
.ui-content .ui-list-item .ui-list-booking-label a {
	font-size: 22px;
	color: #848484;
	text-decoration: none;
	display: block;
	width: 320px
}

.ui-content .ui-list-item:hover {
	background: #a4832a;
	cursor: pointer
}

.ui-content .ui-list-item:hover .ui-list-label,.ui-content .ui-list-item:hover .ui-list-label a {
	color: #fff;
	font-weight: 700
}
.ui-content .ui-list-item:hover .ui-list-notice-label,.ui-content .ui-list-item:hover .ui-list-notice-label a {
	color: #fff;
	font-weight: 700
}
.ui-content .ui-list-item:hover .ui-list-booking-label,.ui-content .ui-list-item:hover .ui-list-booking-label a {
	color: #fff;
	font-weight: 700
}

.ui-content .ui-list-item:hover .ui-list-ft,.ui-visible {
	display: none
}

.ui-content .ui-list-item:hover .ui-list-ft2 {
	display: block
}

.ui-content .ui-list-ft {
	white-space: nowrap
}

.ui-content .ui-list-ft a {
	display: inline-block;
	text-decoration: none
}

.ui-content .ui-list-ft img,.ui-content .ui-list-ft2 img {
	cursor: pointer
}

.ui-content .ui-list-ft2 {
	display: none;
	white-space: nowrap
}

.ui-content .ui-list-ft2 a {
	text-decoration: none
}

.ui-content .ui-pdf-icon,.ui-content .ui-picture-icon,.ui-content .ui-video-icon {
	margin-left: 25px;
	height: 30px;
	width: 30px;
	vertical-align: bottom
}

.ui-footer,.ui-footer2 {
	height: 81px;
	line-height: 81px;
	color: #fff;
	font-size: 18px;
	background: #a4832a
}

.ui-footer {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20
}

.ui-footer .ui-bei-no a,.ui-footer2 .ui-bei-no a {
	color: #fff;
	text-decoration: none
}

.ui-footer2 {
	width: 100%;
	min-width: 1280px
}

.ui-footer .ui-bei-no,.ui-footer2 .ui-bei-no,.ui-footer2 .ui-bei-no a {
	text-align: center
}

.ui-banner img {
	width: 100%
}

.ui-content-wechat .ui-wechat-title {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-top: 57px;
	margin-bottom: 19px
}
.ui-content-wechat .ui-wechat-title2 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 69px
}

.ui-content-wechat .ui-qrcode-list {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 270px
}

.ui-content-wechat .ui-qrcode-list::after {
	content: '';
	display: block;
	visibility: hidden;
	width: 66.66%
}

.ui-content-wechat .ui-no-data {
	text-align: center;
	color: #a88234;
	font-size: 26px;
	padding-bottom: 300px
}

.ui-content-wechat .ui-qrcode-item {
	width: 33.33%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-width: 200px;
	margin-bottom: 60px
}

.ui-content-wechat .ui-qrcode-item .ui-qrcode-icon {
	border: 1px solid #a88234;
	padding: 24px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center
}

.ui-content-wechat .ui-qrcode-item .ui-qrcode-icon img {
	width: 127px;
	height: 127px
}

.ui-content-wechat .ui-qrcode-item .ui-qrcode-title {
	font-size: 22px;
	color: #390000;
	margin-top: 31px;
	margin-bottom: 18px;
	font-weight: 700
}

.ui-content-wechat .ui-qrcode-item .ui-qrcode-subtitle {
	font-size: 16px;
	color: #848484
}

.ui-pic-preview {
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	min-width: 1288px
}

.ui-pic-preview .ui-pic-mask {
	height: 100%;
	width: 100%;
	min-height: 100%;
	background: rgba(0,0,0,.6);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.ui-pic-preview,.ui-pic-preview .ui-pic-bd {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0
}

.ui-pic-preview .ui-pic-bd {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding-bottom: 130px;
	z-index: 2
}

.ui-pic-preview .ui-pic-bd .ui-pic-hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 24px;
	width: 1043px
}

.ui-pic-preview .ui-pic-bd .ui-pic-hd .ui-pic-name {
	font-size: 28px;
	color: #fff
}

.ui-pic-preview .ui-pic-bd .ui-pic-hd .ui-pic-close {
	cursor: pointer
}

.ui-pic-preview .ui-pic-bd .ui-pic-view {
	position: relative;
	width: 1043px;
	height: 562px
}

.ui-pic-preview .ui-pic-bd .ui-pic-view .ui-pic-container {
	overflow: hidden
}

.ui-pic-preview .ui-pic-bd .ui-pic-view .swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto
}

.ui-pic-preview .ui-pic-bd .ui-pic-view .swiper-slide {
	background-size: cover;
	background-position: center
}

.ui-pic-preview .ui-pic-bd .ui-pic-view .mySwiper2 {
	height: 100%;
	width: 100%
}

.ui-pic-preview .ui-pic-bd .ui-pic-view .swiper-slide img,.ui-pic-preview .ui-pic-group .mySwiper-min .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.ui-pic-preview .ui-pic-bd .ui-pic-leftbtn {
	position: absolute;
	left: -100px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer
}

.ui-pic-preview .ui-pic-bd .ui-pic-leftbtn img,.ui-pic-preview .ui-pic-bd .ui-pic-rightbtn img {
	vertical-align: bottom
}

.ui-pic-preview .ui-pic-bd .ui-pic-rightbtn {
	position: absolute;
	right: -100px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer
}

.ui-pic-preview .ui-pic-ft,.ui-video-preview {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: #000
}

.ui-pic-preview .ui-pic-ft {
	height: 159px;
	z-index: 10
}

.ui-pic-preview .ui-pic-ft,.ui-pic-preview .ui-pic-group {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center
}

.ui-pic-preview .ui-pic-group .mySwiper-min {
	box-sizing: border-box;
	height: 65px
}

.ui-pic-preview .ui-pic-group .mySwiper-min .swiper {
	width: 100%;
	height: 65px;
	margin-left: auto;
	margin-right: auto
}

.ui-pic-preview .ui-pic-group .mySwiper-min .swiper-slide {
	width: 65px!important;
	height: 65px;
	cursor: pointer;
	opacity: .8
}

.ui-pic-preview .ui-pic-group .mySwiper-min .swiper-slide-thumb-active {
	opacity: 1;
	border: 2px solid #c29500
}

.ui-pic-preview .ui-pic-group .mySwiper-min .swiper-slide {
	background-size: cover;
	background-position: center
}

@media screen and (max-height:850px) {
	.ui-pic-preview .ui-pic-bd {
		justify-content: flex-start;
		padding-bottom: 0
	}
}

@media screen and (max-width:1288px) {
	.ui-pic-preview .ui-pic-preview .ui-pic-bd {
		width: 1288px
	}
}

.ui-video-preview {
	top: 0;
	z-index: 999;
	height: 100vh;
	overflow: hidden
}

.ui-video-preview .ui-video-bd .ui-video-hd {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	margin-bottom: 24px;
	position: fixed;
	z-index: 20;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 48px
}

.ui-video-preview .ui-video-bd .ui-video-hd .ui-video-name {
	font-size: 28px;
	color: #fff
}

.ui-video-preview .ui-video-bd .ui-video-hd .ui-video-close {
	cursor: pointer
}

.ui-video-preview .ui-video-content {
	height: 100%
}

.ui-video-preview .ui-video-content video {
	height: 100vh;
	width: 100vw
}



.pagecontainer {
    display: flex;
    width: 100%;
   /* border: 1px solid #ccc;*/
    margin: 1px 0;
}

.left-div, .right-div {
    flex: 1; /* ¸÷Õ¼50% */
    min-height: 100px;
    padding: 20px;
    box-sizing: border-box;
}
.left-div a, .right-div a {
	display: block;
	text-decoration: none;
	color: #848484;
	font-size: 20px
}


.left-div {
    text-align: left;
}

.right-div {
    text-align: right;
}