/* 初始化默认 */
@charset "utf-8";

/* @font-face {
	font-family: 'CustomFont';
	src: url('CustomFont.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
} */

* {
	/* font-family: 'CustomFont', sans-serif; */
}

html {
	-webkit-font-smoothing: antialiased
}

html {
	font-size: 16px
		/* font-size: 16.35px; */
}

@media (max-width: 1800px) {
	html {
		font-size: 15px;
	}
}

@media (max-width: 1750px) {
	html {
		font-size: 14.5px;
	}
}

@media (max-width: 1700px) {
	html {
		font-size: 14px;
	}
}

@media (max-width: 1650px) {
	html {
		font-size: 13.5px;
	}
}

@media (max-width: 1600px) {
	html {
		font-size: 13px;
	}
}

@media (max-width: 1500px) {
	html {
		font-size: 12.5px;
	}
}

@media (max-width: 1400px) {
	html {
		font-size: 12px;
	}
}

@media (max-width: 1300px) {
	html {
		font-size: 11px;
	}
}

@media (max-width: 1200px) {
	html {
		font-size: 10px;
	}

	.icon {
		margin-right: 2.75rem !important;
	}

	.headerRight {
		width: 18.5rem !important;
	}

	.navList ul li {
		margin-right: 1.275rem !important;
	}

	.headerRight>p a {
		width: 5.375rem !important;
	}
}

@media (max-width: 1100px) {
	html {
		font-size: 9px;
	}

	.icon {
		margin-right: 1.75rem !important;
	}

	.headerRight>p a {
		width: 4.7rem !important;
	}
}

@media (max-width: 1024px) {
	html {
		font-size: 9px;
	}
}

@media (max-width: 974px) {
	html {
		font-size: 8.5px;
	}
}

@media (max-width: 920px) {
	html {
		font-size: 7.5px;
	}
}

@media (max-width: 850px) {
	html {
		font-size: 7px;
	}
}

@media (max-width: 800px) {
	html {
		font-size: 6.5px;
	}
}

@media (max-width: 750px) {
	html {
		font-size: 6px;
	}
}

@media (max-width: 650px) {
	html {
		font-size: 5px;
	}
}

@media (max-width: 560px) {
	html {
		font-size: 4px;
	}
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	/* font-family: Arial,Microsoft Yahei; */
}

header,
hgroup,
nav,
menu,
main,
section,
article,
summary,
details,
aside,
figure,
figcaption,
footer {
	display: block;
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table,
th,
td {
	border: 1px solid black;
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: 400
}

dl,
ol,
ul {
	list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	outline: none;
	cursor: pointer
}

a:focus,
a:hover,
a:active {
	outline: none;
	cursor: pointer
}

sup {
	vertical-align: text-top
}

sub {
	vertical-align: text-bottom
}

textarea {
	resize: none;
	font-family: Arial, Microsoft Yahei;
}

img {
	vertical-align: middle;
	height: auto;
	transition: transform 300ms;
	-moz-transition: transform 300ms;
	-webkit-transition: transform 300ms;
}

button,
input[type=submit],
input[type=text],
input[type=button] {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
	outline: 0;
	blr: expression(this.onFocus=this.blur());
	font-family: Microsoft Yahei;
}

button {
	-webkit-appearance: none;
}

body {
	color: #000;
	line-height: 1;
}

body * {
	box-sizing: border-box;
	line-height: 1;
}

*:hover,
*:hover:before,
*:hover:after {
	transition: color 300ms, border-color 300ms, background-color 300ms, background-image 300ms, opacity 300ms;
}

*:hover,
*:hover:before,
*:hover:after {
	transition: transform 300ms;
	-webkit-transition: transform 300ms;
	-moz-transition: transform 300ms;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

/*动态css*/
.mian-scenic a:hover img,
.upDataImges a:hover img,
.news a:hover img,
.raidersList a:hover img,
.attractionsData a:hover img,
.listMian a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.05);
	/*兼容-moz-引擎浏览器*/
}

.upDataImges a:hover .imgesData .introduction p {
	opacity: 1;
}

/* 结束 */

.webkit-box1 {
	/* 省略号 */
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.mianImage {
	width: 100%;
	height: 25rem;
	overflow: hidden;
}

.mianImage img {
	width: 100%;
	height: 100%;
	display: block;
}

/* 头部*/
.header {
	height: 7.5rem;
	max-width: 93.75rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerLeft {
	display: flex;
	align-items: center;
}

.headerMian {
	width: 100%;
	height: 7.5rem;
}

.icon {
	min-width: 7.5rem;
	height: 7.5rem;
	margin-right: .625rem;
	display: block;
}

.icon img {
	width: 100%;
	height: 100%;
}

.icon-text {
	font-size: 1.25rem;
	color: #FFFFFF;
	line-height: 7.5rem;
}

.headerRight {
	font-size: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	height: 5.5rem;
	z-index: 999999;
	/* width: 15.5rem; */
}

/* 当前选中项样式 */
.selected-option {
	font-size: 1rem;
	cursor: pointer;
	color: #ffffff;
}

.select-language {
	position: relative;
	padding: 0.625rem 1.25rem;
}

.select-language:hover .options {
	height: 3.4rem;
	border: 1px solid #dcdfe6;
	background: #ffffff;
}

.select-language .selected-option::after {
	/* content: "▼"; */
	content: "﹀";
	font-size: 0.625rem;
	color: #fff;
	position: absolute;
	right: 0;
	top: 57%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	transform-origin: 50% 25%;
}

/* 鼠标悬停时箭头旋转效果 */
.select-language:hover .selected-option::after {
	transform: translateY(-50%) rotate(180deg);
}

/* 下拉选项容器 */
.select-language .options {
	position: absolute;
	left: 50%;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	z-index: 10;
	transform: translateX(-50%);
	transition: all 0.3s ease;
	height: 0px;
	top: 100%;
	overflow: hidden;
	border: 1px solid transparent;
}


.select-language .options a {
	padding: .3125rem .5rem;
	text-align: center;
	color: #767676;
}

.select-language .options a:hover {
	background-color: #36A464;
	color: #ffffff;
}

.headerRight>p {
	text-align: center;
}

.headerRight>p a {
	color: #FFFFFF;
	width: 4.375rem;
	padding: 0.3125rem;
	display: block;
}

.headerRight>p a:hover,
.headerRight>p .heRiTsyle {
	background-color: #FFFFFF;
	border-radius: 1.75rem;
}

.centralContent {
	width: 100%;
	background-color: #F5F5F5;
}

.home-title{
	background: url(../images/home-title-bg.png) center center no-repeat;
}

.centralContent .locations {
	 display: flex;
    align-items: center;
    width: auto;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    left: 50%;
	top: 8rem;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}

.centralContent .locations img {
	width: 1.5625rem;
	height: 1.5625rem;
	display: block;
}

.centralContent .locations p {
	color: #999999;
	font-size: 1.125rem;
	margin-left: 0.3125rem;
}

.centralContent>div {
	width: 93.75rem;
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	padding-bottom: 3.125rem;
}

.titles {
	font-weight: bold;
	font-size: 2rem;
	color: #1F2937;
	line-height: 3rem;
	padding-top: 4.375rem;
	text-align: center;
}

.marginTop {
	margin-top: 0px;
}

.travelInformation {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	overflow: hidden;
	opacity: 0;
	margin-top: 3.125rem;
}

.mian-news {
	width: 93.75rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.mian-news>div {
	width: 30rem;
	min-height: 27.5rem;
	background: #F5F5F5;
	border-radius: 0.625rem;
	padding: 1.25rem;
}

.mian-news-name {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: .3125rem;
}

.mian-news-name>div {
	font-weight: bold;
	font-size: 1.25rem;
	color: #1F2937;
}

.mian-news-name>a {
	display: flex;
	font-size: 14px;
	color: #36A464;
}

.mian-news-name>a img {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: .3125rem;
}

.mian-news-item {
	display: flex;
	flex-direction: column;
	padding: 0.9375rem 0;
	border-bottom: 1px solid #E8EAEE;
}

.mian-news-item div {
	/* 省略号 */
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.mian-news-item div:nth-child(1) {
	font-size: 0.875rem;
	color: #4B5563;
	line-height: 1.25rem;
}

.mian-news-item div:nth-child(2) {
	font-weight: bold;
	font-size: 1rem;
	color: #1F2C44;
	line-height: 1.4375rem;
}

.mian-news-item div:nth-child(3) {
	font-size: 0.875rem;
	color: #4B5563;
	line-height: 1.25rem;
}

.mian-travel-item {
	display: flex;
	justify-content: space-between;
	padding: 0.9375rem 0;
	border-bottom: 1px solid #E8EAEE;
}

.mian-travel-item img {
	width: 6.5625rem;
	height: 4.375rem;
	border-radius: 0.625rem;
	margin-right: .9375rem;
}

.mian-travel-item>div {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.mian-travel-item>div div {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.mian-travel-item>div div:nth-child(1) {
	font-weight: bold;
	font-size: 1rem;
	color: #1F2C44;
	line-height: 1.4375rem;
}

.mian-travel-item>div div:nth-child(2) {
	line-height: 1.25rem;
	font-weight: 400;
	font-size: 0.875rem;
	color: #4B5563;
}

.mian-weather {
	width: 27.5rem;
	height: 5.3125rem;
	background: rgba(147, 95, 56, 0.05);
	border-radius: 0.625rem;
	margin-top: .9375rem;
	padding: 0.625rem 1.25rem;
	display: flex;
	justify-content: space-between;
}

.mian-weather .weather-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mian-weather .weather-left p:nth-child(1) {
	line-height: 2.1875rem;
	font-weight: bold;
	font-size: 1.5rem;
	color: #1F2C44;
}

.mian-weather .weather-left p:nth-child(2) {
	line-height: 1.25rem;
	font-size: 0.875rem;
	color: #1F2C44;
	font-weight: 400;
}

.mian-weather img {
	width: 4.0625rem;
	height: 4.0625rem;
	margin-left: 1.25rem;
}

.weather-right {
	display: flex;
	flex-direction: column;
	line-height: 1.25rem;
	font-size: 0.875rem;
	color: #1F2C44;
	justify-content: space-around;
}

.xuzhi {
	display: flex;
	flex-direction: column;
}

.xuzhi img {
	width: 1.25rem;
	height: 1.25rem;
}

.xuzhi>div {
	display: flex;
	align-items: center;
	padding-left: 1.25rem;
	margin-top: .625rem;
}

.xuzhi>div p {
	line-height: 1.4375rem;
	font-weight: bold;
	font-size: 1rem;
	color: #1F2C44;
}

.xuzhi>p {
	line-height: 1.25rem;
	font-size: 0.875rem;
	color: #4B5563;
	text-indent: 2.5rem;
	margin-top: .625rem;
}

.upDataImges {
	width: 50%;
	height: 33.75rem;
}

.upDataImges .imgesData {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.upDataImges .imgesData img {
	width: 100%;
	height: 100%;
	display: block;
}

.upDataImges .imgesData .introduction {
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 64%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.upDataImges .imgesData .introduction div {
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-align: center;
	font-size: 1.5rem;
	line-height: 3.3125rem;
	font-weight: bold;
	border-radius: 3.3125rem;
	height: 3.3125rem;
	padding: 0 2rem;
}

.upDataImges .imgesData .introduction p {
	width: 30rem;
	height: 9.0625rem;
	font-size: 0.875rem;
	color: #FFFFFF;
	line-height: 1.5rem;
	padding-top: 0.625rem;
	margin-top: 0.625rem;
	border-top: 0.0625rem #FFFFFF solid;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: none;
	text-align: center;
	opacity: 0;
}

.upDataImges .imgesData .specialStyle .detailed {
	display: block
}

.mian-scenic {
	display: flex;
	justify-content: center;
	margin-top: 3.125rem;
	padding-bottom: 4.375rem;
}

.mian-scenic>a:last-child {
	margin-right: 0;
}

.mian-scenic>a {
	display: flex;
	flex-direction: column;
	width: 21.5625rem;
	height: 32.375rem;
	background: #FFFFFF;
	margin-right: 2.5rem;
	overflow: hidden;
	border-radius: 0.625rem;
}

.mian-scenic>a:hover {
	box-shadow: 0px 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
	background: #36A464;
}

.mian-scenic>a:hover div {
	color: #FFFFFF !important;
}

.mian-scenic>a>img {
	width: 21.5625rem;
	height: 21.5625rem;
}

.mian-scenic>a>div {
	padding: 1.25rem 1.5625rem;
	display: flex;
	flex-direction: column;
	flex: 1;
}

.mian-scenic>a>div div:nth-child(1) {
	font-weight: bold;
	font-size: 1.25rem;
	color: #1F2937;
	line-height: 1.8125rem;
}

.mian-scenic>a>div div:nth-child(2) {
	font-size: 0.875rem;
	color: #4B5563;
	line-height: 1.3125rem;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	/* 限制行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.625rem;
}

.mian-vr {
	display: flex;
	justify-content: center;
	margin-top: 3.125rem;
	padding-bottom: 4.375rem;
}

.mian-vr>a {
	display: flex;
	width: 30rem;
	height: 20rem;
	border-radius: 0.625rem;
	overflow: hidden;
	position: relative;
	margin-right: 1.875rem;
}

.mian-vr>a:hover div {
	height: 100%;
	background: rgba(0, 0, 0, 0.3) !important;
}

.mian-vr>a:hover div::after {
	opacity: 1;
}

.mian-vr>a:last-child {
	margin-right: 0;
}

.mian-vr image {
	width: 100%;
	height: 100%;
}

.mian-vr div {
	left: 0;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 3.0625rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.mian-vr div::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/VR.png);
	width: 7.5625rem;
	height: 2.5rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.mian-vr div p {
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 3.0625rem;
	color: #FFFFFF;
	padding: 0 1.25rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

.raidersList {
	display: flex;
	margin-top: 3.125rem;
	justify-content: center;
}

.raidersListData {
	width: 30rem;
	border-radius: 0.625rem;
	background-color: #FFFFFF;
	margin-right: 1.875rem;
	overflow: hidden;
}

.raidersListData:last-child {
	margin-right: 0;
}


.raidersListData .raidersListImg {
	width: 100%;
	height: 20rem;
	overflow: hidden;
}

.raidersListData .raidersListImg img {
	width: 100%;
	height: 100%;
	display: block;
}

.raidersListData .raidersDetails {
	padding: 1.25rem;
	width: 100%;
}

.raidersListData .raidersDetails h1 {
	font-weight: bold;
	font-size: 1.25rem;
	color: #1F2937;
	line-height: 1.8125rem;
}

.raidersListData .raidersDetails>p {
	font-size: 0.875rem;
	color: #4B5563;
	margin-top: .625rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.1rem;
}

.raidersListData .raidersDetails .seeDetails {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 1.25rem;
}

.raidersListData .raidersDetails .seeDetails>div {
	display: flex;
}

.raidersListData .raidersDetails .seeDetails>div p {
	line-height: 1.5625rem;
	font-size: 0.875rem;
}


.raidersListData .raidersDetails .seeDetails>img {
	width: 1.25rem;
	height: 1.25rem;
}

.raidersListData .raidersDetails .seeDetails>div:first-child {
	color: #4B5563;
}

.raidersListData .raidersDetails .seeDetails>div:last-child {
	color: #36A464;
}

.raidersListData .raidersDetails img {
	width: 1.625rem;
	height: 1.5625rem;
	display: block;
}

.seeMores {
	width: 7.75rem;
	height: 2.5rem;
	margin: 0 auto;
	border: 0.0625rem solid #36A464;
	line-height: 2.375rem;
	margin-top: 3.125rem;
	text-align: center;
	border-radius: 2.5rem;
}

.mian-service {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 3.125rem;
	padding-bottom: 4.375rem;
	width: 93.75rem;
}

.mian-service a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.mian-service a>div {
	margin-top: 1.25rem;
}

.mian-service a div:first-child {
	margin-top: 0;
}

.mian-service a div:nth-child(1) {
	width: 7.5rem;
	height: 7.5rem;
	background: rgba(147, 95, 56, 0.1);
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mian-service a div:nth-child(1) img {
	width: 3.75rem;
	height: 3.75rem;
}

.mian-service a div:nth-child(2) {
	font-weight: bold;
	font-size: 1.25rem;
	color: #1F2937;
}

.mian-service a div:nth-child(3) {
	font-weight: 400;
	font-size: 0.875rem;
	color: #4B5563;
}

.mian-service a div:nth-child(4) {
	display: flex;
	font-weight: 400;
	font-size: 0.875rem;
	color: #36A464;
}

.yuding-mian {
	display: flex;
	padding-bottom: 3.125rem;
}

.yuding-mian>img {
	width: 32.5rem;
	height: 48.75rem;
	margin-right: 7.1875rem;
}

.yuding-mian>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.yuding-mian>div>a {
	display: flex;
	flex-direction: column;
}

.yuding-mian>div>a img {
	width: 21.875rem;
	height: 18.75rem;
}

.yuding-mian>div>a p {
	font-weight: bold;
	font-size: 1.25rem;
	color: #333333;
	line-height: 1.75rem;
	margin-top: 1.25rem;
	width: 21.875rem;
}

/* 底部 */
.footer {
	width: 100%;
	background: #3E3E3E;
	position: relative;
}

.footer .footerMian {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	height: 24.375rem;
	width: 93.75rem;
	padding-top: 3.125rem;
}

.footer .footer-list {
	display: flex;
	width: 100%;
}

.footer .footer-list>div {
	flex: 1;
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
	flex-direction: column;
	padding: 0 3.0625rem;
	position: relative;
}

.footer .footer-list>div::after {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1.8125rem;
	background: #656565;
}

.footer .footer-list>div:first-child::after {
	opacity: 0;
}

.footer .footer-list>div h4 {
	font-weight: bold;
	font-size: 1.25rem;
	color: #FFFFFF;
	text-align: left;
}

.footer .footer-list>div p {
	font-size: 0.875rem;
	color: #FFFFFF;
	text-align: left;
	font-weight: 400;
	line-height: 1.3125rem;
}

.footer .footer-list>div:first-child img {
	width: 10.625rem;
	height: 10.625rem;
}

.footer .footer-list>div:nth-child(1) {
	justify-content: center;
	align-items: center;
}

.footer .footer-list>div a {
	color: #FFFFFF;
	font-size: 0.875rem;
	width: 50%;
	margin-bottom: .625rem;
}

.footer .footer-link {
	display: flex;
	font-size: 0.875rem;
	color: #E6E6E6;
	margin-top: 3.125rem;
}

.footer .footer-link div {
	display: flex;
}

.footer .footer-link a {
	font-size: 0.875rem;
	color: #E6E6E6;
	padding: 0 .625rem;
	display: block;
	border-right: #E6E6E6 1px solid;
}

.footer .footer-link a:last-child {
	border: none;
}

.footer .footer-link a:hover {
	color: #36A464;
}

.footer .copyright {
	width: 100%;
	background: #333333;
	text-align: center;
	height: 1.875rem;
	line-height: 1.875rem;
	font-size: 0.75rem;
}

.footer .copyright a {
	color: #999999;
}

.yqlianjie {
	position: absolute;
	font-size: 0.875rem;
	top: 73%;
}

.yqlianjie ul {
	display: flex;
}

.yqlianjie ul li {
	padding: 0 0.5rem;
	color: #FFFFFF;
	border-right: #FFFFFF 1px solid;
}

.yqlianjie ul li:last-child {
	border: none;
}

.yqlianjie ul li a {
	color: #FFFFFF;
}

.yqlianjie ul li .ljst {
	color: #36A464;
}

/*Banner样式*/
.slide-box {
	position: relative;
	margin: 0;
	width: 100%;
	height: 37.5rem;
	text-align: center;
	overflow: hidden;
}

.slide-box .list-box {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 100%;
	background: #fff;
}

.slide-box .list-box li {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-filter: alpha;
	filter: alpha;
}

.slide-box .list-box li a {
	display: block;
	width: 100%;
	height: 100%;
}

.slide-box .list-box li a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide-box .speed-box {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 10px;
	text-align: center;
	z-index: 999;
}

.slide-box .speed-btn {
	display: inline-block;
	margin: auto 0;
}

.slide-box .speed-btn a {
	display: block;
	float: left;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: url(../images/slide_btns.png) 0 -166px no-repeat;
	overflow: hidden;
	*float: none;
	*display: inline-block;
}

.slide-box .speed-btn a.selected {
	background-position: 0 -176px;
}

.slide-box .prev-btn,
.slide-box .next-btn {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -41px;
	width: 42px;
	height: 82px;
	z-index: 999;
	opacity: 0.5;
	-webkit-filter: alpha;
	filter: alpha;
	background: url(../images/slide_btns.png) no-repeat;
	display: none;
	overflow: hidden;
}

.slide-box .prev-btn {
	left: 1.9375rem;
	background-position: 0 0;
}

.slide-box .next-btn {
	right: 1.9375rem;
	background-position: 0 -83px;
}

/*幻灯片样式*/
.focus-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	_position: relative;
}

.swiper-container {
	height: 100%;
}

.focus-box .slides {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	zoom: 1;
	overflow: hidden;
}

.focus-box .slides:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.focus-box .slides li {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.focus-box .slides li img {
	min-width: 100%;
	min-height: 100%;
	_width: 100%;
	_height: 100%;
}

.focus-box .slides li .note-bg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 3.125rem;
	background: #000;
	filter: alpha(Opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	_background: url(none) 0 0 repeat #000;
}

.focus-box .slides li .note-txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 0.625rem;
	height: 1.5rem;
	line-height: 1.5rem;
	color: #fff;
	font-size: 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.focus-box .flex-control-nav {
	position: absolute;
	right: 0.3125rem;
	bottom: 0.625rem;
	display: block;
	z-index: 4;
}

.focus-box .flex-control-nav li {
	margin: 0 0.3125rem 0 0;
	display: inline-block;
	zoom: 1;
}

.focus-box .flex-control-nav li a {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	text-indent: -9999px;
	border: 1px solid #fafafa;
	border-radius: 0.5rem;
	cursor: pointer;
	overflow: hidden;
}

.focus-box .flex-control-paging li a:hover {
	background: #333;
}

.focus-box .flex-control-paging li a.flex-active {
	background: #c81623;
	border-color: #c81623;
	cursor: default;
}

/* 旅游资讯列表样式  ----开始 */
.imageIndex {
	width: 100%;
}

.imageIndex img {
	width: 100%;
	display: block;
	height: 100%;
}

.mianImages {
	width: 100%;
	background: #F5F5F5;
}

.listMian {
	width: 93.75rem;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0 1.875rem;
}

.listMian .listData:after {
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: ease .65s;
}

.listMian a:hover .listData:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: ease .65s;
}

.listMian .tltles {
	display: flex;
	align-items: center;
	padding-top: 3.125rem;
	padding-bottom: 1.25rem;
}

.listMian .tltles img {
	width: 2.0625rem;
	height: 2.0625rem;
	display: block;
	margin-right: 0.625rem;
}

.listMian .tltles p {
	font-size: 1.75rem;
	font-weight: bold;
}

.listMian .listData {
	width: 100%;
	height: 16.25rem;
	display: flex;
	align-items: center;
	border-bottom: #E6DDCF 1px solid;
	position: relative;
}

.listMian .listData img {
	min-width: 18.75rem;
	width: 18.75rem;
	height: 12.5rem;
	display: block;
}

.listMian .listData .dataText {
	height: 12.5rem;
	/* width: 54.375rem; */
	overflow: hidden;
	margin-left: 1.875rem;
}

.listMian .listData .dataText h1 {
	font-size: 1.5rem;
	color: #333333;
	line-height: 1.875rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

.listMian .listData .dataText p {
	font-size: 0.875rem;
	line-height: 1.5rem;
	color: #999999;
	margin-top: 0.625rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.pageNumber {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 10rem;
}

.pageNumber .operationButton {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pageNumber .operationButton img {
	width: 1.875rem;
	height: 1.875rem;
	display: block;
}

.pageNumber .operationButton p {
	margin: 0 0.75rem;
	background: url(../images/shapeList.png) no-repeat;
	background-size: 100% 100%;
	width: 2.4375rem;
	height: 2.4375rem;
	text-align: center;
	line-height: 2.4375rem;
	color: #FFFFFF;
	font-size: 1.125rem;
}

/* 旅游资讯列表样式  --------------------结束 */

/* 旅游详情样式--------------------------开始 */
.contentBackground {
	width: 100%;
	background: #F5F5F5;
}

.contentBackground .mianData {
	width: 93.75rem;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0 1.875rem;
}

.contentBackground .minHeig {
	min-height: 624px;
}

.contentBackground .navigation {
	display: flex;
	align-items: center;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem;
}

.contentBackground .navigation .listIocn {
	width: 2.0625rem;
	height: 2.0625rem;
	display: block;
}

.contentBackground .navigation .maxText {
	font-size: 1.75rem;
	font-weight: bold;
	margin: 0 0.625rem;
}

.contentBackground .navigation .listIocns {
	width: 1.875rem;
	height: 1.875rem;
	display: block;
	margin-right: 0.625rem;
}

.contentBackground .navigation .minText {
	color: #343434;
	font-size: 1.375rem;
}

.contentBackground .mianData .tltles h1 {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.contentBackground .mianData .tltles .viceText {
	display: flex;
	padding-bottom: 1.25rem;
	width: 100%;
	border-bottom: #E6DDCF 1px solid;
}

.contentBackground .mianData .tltles .viceText p {
	height: 1.375rem;
	font-size: 1rem;
	color: #999999;
	line-height: 1.375rem;
	margin-right: 1.875rem;
}

.contentBackground .mianData .texts p {
	text-indent: 2em;
}

.contentBackground .mianData .mianText {
	margin-top: 1.1875rem;
	padding-bottom: 3.75rem;
}

.contentBackground .mianData .mianText p {
	font-size: 1.125rem;
	color: #333333;
	line-height: 2.25rem;
}

.contentBackground .mianData .mianText img {
	max-width: 75rem;
	margin: 3.75rem 0;
}

.contentBackground .mianData .mianText div {
	line-height: 2.25rem;
	background: none !important;
}

.contentBackground .mianData .mianText .textImg {
	width: 100%;
	display: block;
	margin-top: 1.25rem;
	margin-bottom: 0.625rem;
}

.contentBackground .mianData .mianText .copyrightText {
	color: #343434;
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.contentBackground .mianData .upAndDownOperation {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-bottom: 7.5rem;
}

.contentBackground .mianData .upAndDownOperation a {
	color: #333333;
	font-size: 1.125rem;
	font-weight: bold;
}

.contentBackground .mianData .upAndDownOperation p {
	color: #333333;
	font-size: 1.125rem;
	font-weight: bold;
}

.contentBackground .mianData .upAndDownOperation p:first-child {
	margin-bottom: 1.25rem;
}

/* 旅游详情样式--------------------------结束 */
/*景区介绍样式----------开始*/
.titlesSpot {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 4.375rem;
	padding-bottom: 3.125rem;
}

.titlesSpot img {
	width: 2.0625rem;
	height: 2.0625rem;
	display: block;
}

.titlesSpot p {
	margin: 0 0.625rem;
	font-size: 1.75rem;
	font-weight: bold;
}

.dataSpotMian {
	width: 90rem;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
}

.dataSpotMian .dataSpotMianLeft {
	width: 37.5rem;
	height: 37.5rem;
	padding: 1.875rem;
	background: #E6DDCF;
}

.dataSpotMian .dataSpotMianLeft h1 {
	font-size: 2.125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dataSpotMian .dataSpotMianLeft .locations {
	display: flex;
	align-items: center;
	margin: 0.625rem 0;
}

.dataSpotMian .dataSpotMianLeft .locations img {
	width: 1.5625rem;
	height: 1.5625rem;
	display: block;
}

.dataSpotMian .dataSpotMianLeft .locations p {
	color: #999999;
	font-size: 1.125rem;
	margin-left: 0.3125rem;
}

.dataSpotMian .dataSpotMianLeft .contentTexts {
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/* -webkit-line-clamp: 6; */
	overflow: hidden;
	height: 28.8rem;
}

.dataSpotMian .dataSpotMianLeft .contentTexts p {
	font-size: 1.125rem;
	line-height: 2.25rem;
	text-indent: 2em;
	color: #333333;
}

.dataSpotMian .dataSpotMianRight {
	width: 52.5rem;
	height: 37.5rem;
}

.dataSpotMian .dataSpotMianRight img {
	width: 100%;
	height: 100%;
	display: block;
}

.videoList {
	width: 100%;
	padding: 0 1.875rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 auto;
	overflow: hidden;
	opacity: 1;
}

.videoList .videoListData {
	width: 28.75rem;
	margin: 0 1.875rem 1.875rem 0;
	cursor: pointer;
	overflow: hidden;
}

.videoList .videoListData:nth-child(3n) {
	margin-right: 0;
}

.videoList .videoListData a {
	width: 100%;
	height: 100%;
	display: block;
}

.videoList .videoListData .imgVideo {
	width: 100%;
	height: 21.5625rem;
	position: relative;
}

.videoList .videoListData:hover .imgVideo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.05);
	/*兼容-moz-引擎浏览器*/
}

.videoList .videoListData .imgVideo .backgrS {
	width: 100%;
	height: 100%;
	display: block;
}

.videoList .videoListData .imgVideo .playButton {
	position: absolute;
	width: 5.5rem;
	height: 5.5rem;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.videoList .videoListData .imgVideo .playButton img {
	width: 1.5rem;
	height: 1.75rem;
	display: block;
}

.videoList .videoListData .voiceTilt {
	font-size: 1.5rem;
	line-height: 3.75rem;
	text-align: center;
	color: #333333;
	border: #E6DDCF 1px solid;
	overflow: hidden;
	background: #FFFFFF;
}

.attractionsList {
	/* width: 107.375rem; */
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 1.875rem;
	opacity: 1;
}

.attractionsList .attractionsData {
	width: 28.75rem;
	margin: 0 0.625rem 1.875rem 0.625rem;
	overflow: hidden;
}

.attractionsList .attractionsData a {
	width: 100%;
	height: 100%;
	display: block;
}

.attractionsList .attractionsData .attractionsDataImg {
	width: 100%;
	height: 21.5625rem;
	overflow: hidden;
	display: block;
}

.attractionsList .attractionsData .attractionsDataImg img {
	width: 100%;
	height: 100%;
}

.attractionsList .attractionsText {
	height: 10.625rem;
	background: #E6DDCF;
	padding: 1.875rem;
	transition-duration: 300ms;
}

.attractionsList .attractionsText h1 {
	font-size: 1.5rem;
	line-height: 2.0625rem;
	font-weight: bold;
	margin-bottom: 0.625rem;
}

.attractionsList .attractionsText p {
	font-size: 0.875rem;
	color: #333333;
	line-height: 1.5rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 4.25rem;
}

.attractionsData a:hover .attractionsText {
	transition-duration: 300ms;
}

.attractionsData a:hover .attractionsText h1,
.attractionsData a:hover .attractionsText p {
	color: #FFFFFF;
}

/*景区介绍样式 --------------------结束*/


/*交通指南样式----------------------开始*/
.textTraffic {
	padding-bottom: 1.875rem;
}

.textTraffic p {
	color: #333333;
	font-size: 1.125rem;
	line-height: 2.25rem;
	text-indent: 2em;
	display: inline;
}

.textTraffic span {
	white-space: pre-wrap !important;
}

.textTraffic  img{
	width: 100%;
}

.traffcImg {
	/* width: 75rem; */
	height: 37.5rem;
	display: block;
	padding-bottom: 7.5625rem;
}

.traffcImg img {
	width: 100%;
	height: 100%;
	display: block;
}

/*交通指南样式----------------------结束*/

/*关于我们样式-----------------------开始*/
.aboutusContent {
	padding-bottom: 7.5rem;
}

.buttonSwitch {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.75rem;
	margin-bottom: 1.5625rem;
}

.buttonSwitch>div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 13.625rem;
	height: 1.875rem;
}

.buttonSwitch>div a {
	font-weight: bold;
	font-size: 1.5rem;
}

.buttonSwitch .specialStyle {
	width: 9.75rem;
	height: 2.75rem;
	border-radius: 2.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.buttonSwitch .specialStyle a {
	color: beige;
}

.buttonSwitch .buttonSwitchLeft {
	border-right: #E6DDCF 1px solid;
}

.contact {
	padding: 1.875rem;
	background: #FFFFFF;
}


.contact p {
	color: #333333;
	font-size: 1.125rem;
	line-height: 2.25rem;
}

/*关于我们样式-----------------------结束*/

/*投诉资讯样式-----------------------开始*/
.fons {
	width: 50.25rem;
	margin: 0 auto;
}

.fons .inputText {
	margin-bottom: 1.625rem;
}

.fons .inputText .submits {
	margin-top: 3.75rem;
}

.fons .inputText .submits div {
	width: 41.125rem;
}

.fons .inputText .submits input {
	width: 22.25rem;
	height: 3.5rem;
	border: none;
	outline: none;
	color: #FFFFFF;
	font-size: 1rem;
}

.fons .inputText>div {
	display: flex;
	align-items: center;
	margin-bottom: 1.625rem;
	position: relative;
}

.fons .inputText>div .Validform_checktip {
	position: absolute;
	left: 100%;
	transform: translate(0, -50%);
	top: 50%;
}

.fons .inputText>div .Validform_wrong {
	width: 165px;
}

.fons .inputText>div input {
	width: 41.125rem;
	height: 3.5rem;
	border: 1px #E6DDCF solid;
	outline: none;
	padding: 0 1rem;
	background: #FFFFFF;
	font-size: 0.875rem;
	color: #333333;
}

.fons .inputText .textMians {
	width: 50.25rem;
	height: 18rem;
	outline: none;
	margin-bottom: 1.875rem;
	align-items: flex-start
}

.fons .inputText .textMians p {
	padding-top: 0.875rem;
}

.fons .inputText .textMians div {
	padding: 1rem;
	width: 41.125rem;
	height: 18rem;
	border: 1px #E6DDCF solid;
	background: #FFFFFF;
}

.fons .inputText .textMians textarea {
	width: 100%;
	height: 15.875rem;
	outline: none;
	border: none;
	overflow: hidden;
	background: #FFFFFF;
	font-size: 0.875rem;
	color: #333333;
}

.fons .inputText>div>p {
	font-size: 1.25rem;
	color: #333333;
	text-align: right;
	width: 8.5rem;
}

.fons .inputText .testTxt input {
	width: 18.125rem;
	height: 3.5rem;
	color: #333333;
}

.fons .inputText .testTxt input::-webkit-input-placeholder {
	color: #999999;
}

.fons .inputText .testTxt input::-moz-placeholder {
	color: #999999;
}

.fons .inputText .testTxt input:-ms-input-placeholder {
	color: #999999;
}

.fons .inputText .testTxt img {
	width: 11.25rem;
	height: 3.5rem;
	display: block;
}

.fons .inputText .testTxt>div {
	display: flex;
	align-items: center;
	width: 33.125rem;
}

.fons .inputText .testTxt>div>a {
	margin: 0 0.9375rem 0 0.625rem;
}

.fons .inputText .testTxt>div .refresh {
	font-size: 1.25rem;
}

/*投诉资讯样式-----------------------结束*/

.navList {
	height: 5.5rem;
	display: flex;
	align-items: center;
}

.navList ul {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 1rem;
	margin-right: 3.125rem;
}

.navList ul li {
	border-bottom: #FFFFFF 0.25rem solid;
	border-top: #FFFFFF 0.25rem solid;
	border-color: rgba(151, 151, 151, 0);
	padding: 0.3125rem 0;
	margin-right: 2.5rem;
	text-align: center;
}

.navList ul li:last-child {
	margin-right: 0;
}

/*页码容器*/
.page-box {
	width: 62.5%;
	margin: 3.875rem auto;
	height: 1.875rem;
}

.page-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.digg {
	display: flex;
	font-size: 0.875rem !important;
	height: 1.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.digg span {
	line-height: 1.875rem !important;
	height: 1.875rem !important;
	text-align: center;
	padding: 0 !important;
}

div.digg span.disabled {
	padding: 0 12px !important;
}

div.digg span.current {
	color: #555;
	font-weight: bold;
	width: 1.875rem;
	margin: 0 0 0 0.5rem !important;
}

div.digg a {
	padding: 0.3125rem 0.75rem !important;
	line-height: 1.25rem !important;
	height: 1.875rem !important;
	margin: 0 0 0 0.5rem !important;
}

.videoed {
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 45%;
	top: 45%;
	z-index: 99;
	border-radius: 100%;
}

.videos {
	display: none;
	border: 1px solid #080808;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -210px;
	z-index: 100;
	width: 640px;
	height: 360px;
}

.vclose {
	position: absolute;
	right: 1%;
	top: 1%;
	border-radius: 100%;
	cursor: pointer;
}


/* 预约----------- */
.xinxi {
	display: flex;
	height: 21.875rem;
	margin-top: 3.75rem;
}

.xinxi .xinxi_img {
	width: 32.5rem;
	margin-right: 1.875rem;
	border-radius: 1rem;
	overflow: hidden;
	transition: transform 300ms;
	-moz-transition: transform 300ms;
	-webkit-transition: transform 300ms
}

.xinxi .xinxi_img img {
	width: 100%;
	height: 100%;
}

.xinxi .xinxi_img img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.05);
	/*兼容-moz-引擎浏览器*/
}

.xinxi_righ {
	width: 37.5rem;
	height: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.xinxi_righ .xinxi_righ_top {
	width: 100%;
}

.xinxi_righ .xinxi_righ_top h1 {
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.875rem;
	color: #343434;
}

.xinxi_righ .xinxi_righ_top .tagList {
	display: flex;
	justify-content: flex-start;
	margin-top: 0.625rem;
}

.xinxi_righ .xinxi_righ_top .tagList p {
	height: 1.9375rem;
	background: #FFFFFF;
	border-radius: 0.3125rem;
	font-size: 1rem;
	text-align: center;
	line-height: 1.9375rem;
	padding: 0 0.625rem;
	margin-right: 0.625rem;
}

.xinxi_righ .xinxi_righ_boom {
	width: 100%;
}

.xinxi_righ .xinxi_righ_boom p {
	font-size: 1.25rem;
	color: #343434;
	margin-top: 0.325rem;
}

.xinxi_righ .xinxi_righ_boom p i {
	font-size: 2.375rem;
	font-style: normal;
	font-weight: bold;
}

.contentBackground .xinxiTop {
	padding-top: 3.75rem;
	padding-bottom: 1.875rem;
}

.xinxiListMian {
	width: 76rem;
	border-top: #E6DDCF 1px solid;
	padding-top: 1.25rem;
}

.xinxiListMian .xinxiList {
	width: 24.375rem;
	margin: 0 0.425rem 1.25rem 0.425rem;
}

.xinxiListMian .xinxiList .xinxiListImg {
	height: 20rem
}

.xinxiListMian .xinxiList .xinxiListText {
	height: 7.5rem;
	padding: 0.9375rem;
}

.xinxiListMian .xinxiList .xinxiListText p {
	height: 2.9375rem;
	-webkit-line-clamp: 2;
}



/*设置全部样式颜/

/*背景*/
.upDataImges a:hover .imgesData .specialStyle .titled,
.headerMian,
.listMian .listData:after,
.listMian a:hover .listData:after,
.buttonSwitch .specialStyle,
.fons .inputText .submits input,
.attractionsData a:hover .attractionsText {
	background: #36A464;
}

/*字体*/
.headerRight>p a:hover,
.headerRight>p .heRiTsyle,
.seeMores a,
.raidersListData .raidersDetails,
.listMian .tltles p,
.contentBackground .navigation .maxText,
.titlesSpot p,
.attractionsList .attractionsText h1,
.fons .inputText .testTxt>div .refresh,
.dataSpotMian .dataSpotMianLeft h1,
.xinxi_righ .xinxi_righ_top .tagList p,
.buttonSwitch>div a {
	color: #36A464;
}


/* 头部字体颜色 */
#index .navList .index,
#daolan .navList .daolan,
#vr .navList .vr,
#yuding .navList .yuding,
#links .navList .links,
#traffic .navList .traffic,
#feedback .navList .feedback,
#jingqujingdian .navList .jingqujingdian,
#lvyougonglue .navList .lvyougonglue,
#jingqudongtai .navList .jingqudongtai {
	border-bottom: #FFFFFF 0.25rem solid;
}

#index .navList .index a,
#daolan .navList .daolan a,
#vr .navList .vr a,
#yuding .navList .yuding a,
#links .navList .links a,
#traffic .navList .traffic a,
#feedback .navList .feedback a,
#jingqujingdian .navList .jingqujingdian a,
#lvyougonglue .navList .lvyougonglue a,
#jingqudongtai .navList .jingqudongtai a,
.navList ul li a:hover {
	color: #FFFFFF;
}

.navList ul li a {
	color: #FFFFFF;
}

/* 餐厅预约标签 */
.xinxi_righ .xinxi_righ_top .tagList p {
	border: 1px solid #36A464;
}

/* 页码颜色 */
div.digg a:hover {
	border: #36A464 1px solid !important;
}

div.digg a {
	color: #36A464 !important;
}

.video-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	justify-content: center;
	align-items: center;
}

.video-modal-content {
	width: 80%;
	position: relative;
}

.video-modal-content video {
	width: 100%;
	display: block;
}

.close-btn {
	position: absolute;
	top: -0.3125rem;
	right: 0;
	color: white;
	font-size: 3.75rem;
	cursor: pointer;
	z-index: 9999999999;
}