*,
:after,
:before {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
time,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: ""
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	color: #3d4c63;
	background: #fff;
	font: 14px/1.5 "Microsoft Yahei", sans-serif;
	outline: 0
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: inherit
}

img {
	max-width: 100%;
	border: none
}

em,
i {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

input,
select,
textarea {
	font-size: 12px;
	color: #444;
	font-family: "Microsoft Yahei", sans-serif;
	outline: 0;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

button,
input[type=button],
input[type=reset],
input[type=submit],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer
}

input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus {
	background: #fff;
	border: 1px solid #bbb
}

.false:focus {
	border: 2px solid #ff1531;
	background: #fff
}

::-webkit-input-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

::-ms-clear,
::-ms-reveal {
	display: none
}

.fix {
	*zoom: 1
}

.fix:after,
.fix:before {
	display: block;
	content: "";
	height: 0;
	clear: both
}

.c {
	clear: both
}

.col-l,
.l {
	float: left
}

.col-r,
.r {
	float: right
}

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

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

.wp {
	padding: 0 40px;
	margin-right:60px
}

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

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

.menuBtn {
	display: none;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	z-index: 100
}

.menuBtn span {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	width: 24px;
	height: 3px;
	margin-top: -2px;
	background-color: #ffda15;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.menuBtn span:after,
.menuBtn span:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background-color: #ffda15;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.menuBtn span:before {
	-webkit-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px)
}

.menuBtn span:after {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	-o-transform: translateY(8px);
	transform: translateY(8px)
}

.menuBtn.open span {
	background-color: transparent
}

.menuBtn.open span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg)
}

.menuBtn.open span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg)
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 273px;
	z-index: 100
}

.header-b {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	background-size: cover;
	z-index: 10
}

.header-hd {
	padding: 1vh 26px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100
}

.header-logo {
	display: block;
	/* height: 71px; */
	line-height: 71px;
	font-size: 0;
	text-align: center;
	overflow: hidden
}

.header-logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.box-logo {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;

}

.box-text {
	width: 100%;
	text-align: center;
	color: #fff;
}

.box-logo .item {
	float: left;
	width: 50px
}

.box-logo .item img {
	display: block
}

.header-bd {
	position: absolute;
	left: 0;
	top: 48%;
	right: 0;
	max-height: 41%;
	z-index: 10;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s
}

.header-bd::-webkit-scrollbar {
	width: 4px
}

.header-bd::-webkit-scrollbar-track {
	background: 0 0
}

.header-bd::-webkit-scrollbar-thumb {
	background: rgb(77, 175, 121)
}

.header-bd::-webkit-scrollbar-thumb:window-inactive {
	background: rgb(77, 175, 121)
}

.header-bd.open {
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0)
}

.nav {
	width: 100%;
	max-height: 100%
}

.nav .v1 {
	padding: 1.6vh 0;
	padding-left: 95px;
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	position: relative
}

.nav .v1 .icon {
	position: absolute;
	left: 62px;
	top: 18.5px;
	width: 20px;
	height: 20px;
	/* background: url(../skin/image2025/nav_ic1.png) center center */
}

.nav .on .v1,
.nav li:hover .v1 {
	color: #ffda15
}

.nav .on .v2,
.nav li:hover .v2 {
	color: #ffda15
}

.nav .on .v1 .icon,
.nav li:hover .v1 .icon {

	/* background-image: url(../skin/image2025/nav_ic2.png) */
}

.header-bt {
	padding: 6px 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	top: 70%;
}

.box-share {
	margin-bottom: 14px;
	font-size: 0;
	text-align: center
}

.box-share .item {

	display: inline-block;
	vertical-align: middle;
	position: relative
}

.box-share .text {
	display: inline-block;
	vertical-align: middle;
	/* max-width: 90%; */
	max-height: 90%;
	font-size: 9px;
	color: #fff;
}

.box-share .icon {
	display: block;
	width: 66px;
	height: 66px;
	line-height: 24px;
	font-size: 0;
	text-align: center;
	/* border: 2px solid #9b8a7f; */
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-right:4px;
	cursor: pointer
}

.box-share .icon img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.box-share .mask {
	padding-bottom: 10px;
	position: absolute;
	left: 50%;
	bottom: 100%;
	z-index: 2;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 20;
	display: none
}

.box-share .mask:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 4px;
	width: 16px;
	height: 8px;
	background: url(../skin/image2025/jt3.png) center center no-repeat;
	background-size: cover;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%)
}

.box-share .mask .mask-inner {
	padding: 0px;
	background-color: #fff;
	width: 120px;
	height: 120px;
	line-height: 100px;
	font-size: 0;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	overflow: hidden
}

.box-share .mask img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.box-link {
    margin-top: 10px;
	margin-bottom: 4px;
	font-size: 0;
	text-align: left;
	font-weight: 800;
	padding-left: 10px;
}

.box-link a,
.box-link em {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	color: #fff
}

.box-link a {
	padding: 0 8px;
	color: #fff;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.box-link a:hover {
	text-decoration: underline
}

.box-copy {
    margin-top: 10px;
	font-size: 10px;
	color: #fff;
	text-align: left;
	/* padding-left: 10px; */
	opacity: 0.8;

}

.box-copy p a {
	color: #9b8a7f;
}

/*.box-copy p{padding:5px 0}*/
.header-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	opacity: 0;
	z-index: -1;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.footer {
	padding: 20px 0;
	background: rgb(36, 182, 177);
	display: none
}

.footer-logo {
	margin-bottom: 20px;
	display: block;
	font-size: 0;
	text-align: center;
	height: 60px;
	line-height: 60px;
	overflow: hidden
}

.footer-logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.footer .box-share {
	margin-top: 10px
}

.slideNav {
	padding-bottom: 23px;
	position: fixed;
	right: 10px;
	top: 42%;
	min-width: 70px;
	z-index: 99
}

.slideNav .people {
	position: absolute;
	left: 50%;
	bottom: calc(100% - 26px);
	width: 54px;
	overflow: hidden;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 3
}

.slideNav .people img {
	margin: 0 auto;
	display: block
}

.slideNav .con {
	padding: 26px 0 5px;
	background-color: #bee9be;
	border: 2px solid #c99b50;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	position: relative;
	z-index: 2
}

.slideNav .con a {
	padding: 0 5px;
	display: block;
	font-size: 16px;
	color: #138547;
	text-align: center;
	line-height: 30px;
	transition: .5;
	-webkit-transition: .5;
	-moz-transition: .5;
	-ms-transition: .5;
	-o-transition: .5
}

.slideNav .con a:hover {
	color: #fff;
	background-color: #24B6B1
}

.slideNav .goTop {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 39px;
	background-color: #24B6B1;
	border: 2px solid #c99b50;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	z-index: 1;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s
}

.slideNav .goTop span {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	height: 23px;
	background: url(../skin/image2025/goTop.png) center center no-repeat
}

.slideNav .goTop.show {
	transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	opacity: 1
}

.box-container {

	margin-left: 273px;
	min-height: 100vh;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	overflow: hidden
}

.box-inner {
	padding: 112px 0 20px
}

.banner {
	height: 100vh;
	position: relative;
	overflow: hidden
}

.banner img,
.banner video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.bannerLogo {
	position: absolute;
	right: 16px;
	top: 20px;
	width: 300px !important;
	height: 95px !important;
	z-index: 11;
}

.banner .play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 54px;
	height: 48px;
	background: url(../skin/image2025/play.png) center center no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 10;
	display: none
}

.banner .swiper-pagination {
	position: absolute;
	left: 0;
	bottom: 26px;
	right: 0;
	font-size: 0;
	text-align: center;
	overflow: hidden
}

.banner .swiper-pagination .swiper-pagination-bullet {
	margin: 0 13px;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	/* color: #fff; */
	background-color: #fff;
	/* 	background: url(../skin/image2025/nav_ic1.png) center center no-repeat;
	background-size: cover; */
	border: 2px solid rgba(255, 255, 255, .5);
	opacity: 0.5
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
	/* background-image: url(../skin/image2025/nav_ic2.png) */
	background-color: #fff;
	width: 44px;
	border-radius: 22px;
	opacity: 0.7
}

.box-ind1 {
	padding: 0 5px;
	position: absolute;
	left: 0;
	bottom: 16px;
	right: 0;
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	z-index: 2;
}


.box-ind1 .col-c,
.box-ind1 .col-l,
.box-ind1 .col-r {
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle
}

.box-ind1 .col-l {
	width: 28%
}

.box-ind1 .col-c {
	width: 22%
}

.box-ind1 .col-r {
	width: 280px
}

.container {
	margin: 55px auto 40px auto;
	width: calc(100% - 500px);
	text-align: center;
	z-index: 11;
	position: absolute;
}



input[type=text],
input[type=password] {
	font-size: 13px;
	/* min-height: 30px; */
	height: 35px;
	margin: 0;
	padding: 7px 8px;
	outline: none;
	color: #333;
	background-color: #fff;
	opacity: 0.6;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.15s ease-in;
	-webkit-transition: all 0.15s ease-in 0;
	vertical-align: middle;
}

.button {
	position: relative;
	display: inline-block;
	margin: 0;
	opacity: 0.6;
	height: 35px;
	padding: 5px 15px;
	font-size: 13px;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
	white-space: nowrap;
	background-color: #eaeaea;
	background-image: -moz-linear-gradient(#fafafa, #eaeaea);
	background-image: -webkit-linear-gradient(#fafafa, #eaeaea);
	background-image: linear-gradient(#fafafa, #eaeaea);
	background-repeat: repeat-x;
	border-radius: 5px;
	border: 1px solid #ddd;
	border-bottom-color: #c5c5c5;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	vertical-align: middle;
	cursor: pointer;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-appearance: none;
}

.button:hover,
.button:active {
	background-position: 0 -15px;
	border-color: #ccc #ccc #b5b5b5;
}

.button:active {
	background-color: #dadada;
	border-color: #b5b5b5;
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
}

.button:focus,
input[type=text]:focus,
input[type=password]:focus {
	outline: none;
	border-color: #51a7e8;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5);
}

label[for=search] {
	display: block;
	text-align: left;
}

#search label {
	font-weight: 200;
	padding: 5px 0;
}

#search input[type=text] {
	font-size: 16px;
	width: 70%;
}

#search .button {
	/* padding: 10px; */
	width: 90px;
}

.box1 {
	padding-bottom: 15px;
	height: 100%;
	height: 270px;
	background-color: rgba(36, 182, 177,0.6);
	border: 2px solid #fff;
	border-radius: 6px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
	
}
.box1:hover{ background-color: rgba(36, 182, 177,0.9);
}

.tabs-ul {
	padding: 11px 10px;
	font-size: 0
}

.tabs-ul li {
	margin-right: 34px;
	display: inline-block;
	vertical-align: middle
}

.tabs-ul a,
.tabs-ul li {
	font-size: 20px;
	color: #c99b50;
	line-height: 40px
}

.tabs-ul a {
	display: block
}

.tabs-ul .icon {
	margin: -2px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(../skin/image2025/polygon_ic1.png)
}

.tabs-ul .on,
.tabs-ul .on a {
	color: #fdee00
}

.tabs-ul .on .icon {
	background-image: url(../skin/image2025/polygon_ic2.png)
}

.tabs-ul.tabs-c {
	text-align: center
}

.tabs-desc {
	overflow: hidden
}

.tabs-desc .tabs-item {
	height: 0;
	visibility: hidden;
	overflow: hidden
}

.tabs-desc .tabs-item.on {
	height: auto;
	visibility: visible
}

.tabs-desc .tabs-item1 {
	height: 0;
	visibility: hidden;
	overflow: hidden
}

.tabs-desc .tabs-item1.on {
	height: auto;
	visibility: visible
}

.zixun-ul {
	padding: 0 10px
}

.zixun-ul .con {
	padding: 5px 0;
	padding-left: 10px;
	display: block;
	line-height: 24px;
	position: relative;
	overflow: hidden
}

.zixun-ul .con:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	background-color: #c99b50;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.zixun-ul .pic {
	margin-right: 15px;
	float: left;
	width: 85px;
	position: relative;
	overflow: hidden;
	display: none
}

.zixun-ul .pic:after {
	content: '';
	display: block;
	padding-top: 75.29%
}

.zixun-ul .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.zixun-ul .date {
	margin-left: 15px;
	float: right;
	font-size: 12px;
	color: #fff;
	opacity: .5
}

.zixun-ul .inner {
	overflow: hidden
}

.zixun-ul h4 {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.zixun-ul .desc {
	margin-top: 4px;
	font-size: 12px;
	color: #fff;
	opacity: .5;
	line-height: 1.2;
	height: 2.4em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	display: none
}

.zixun-ul .on .con {
	padding-top: 3px;
	padding-bottom: 5px
}

.zixun-ul .on .con:before {
	display: none
}

.zixun-ul .on .pic {
	display: block
}

.zixun-ul .on .date {
	display: none
}

.zixun-ul .on h4 {
	font-weight: 700
}

.zixun-ul .on .desc {
	display: -webkit-box
}

.zixun-ul .pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.imgs-swiper {
	padding: 3px 6px;
	position: relative;
	overflow: hidden
}

.imgs-swiper .slider {
	position: relative;
	overflow: hidden
}

.imgs-swiper .swiper-slide {
	padding: 0 4px
}

.imgs-swiper .con {
	display: block;
	position: relative;
	overflow: hidden
}

.imgs-swiper .pic {
	padding-top: 72.5%;
	position: relative;
	overflow: hidden
}

.imgs-swiper .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.imgs-swiper .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.imgs-swiper .mask .mask-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5)
}

.imgs-swiper .mask h4 {
	padding: 0 10px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.imgs-swiper .play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 54px;
	height: 48px;
	background: url(../skin/image2025/play.png) center center no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.imgs-swiper .con:hover .pic img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}

.imgs-swiper .swiper-next,
.imgs-swiper .swiper-prev {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 60px;
	background-color: rgba(0, 0, 0, .5);
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.imgs-swiper .swiper-prev {
	left: 0;
	background-image: url(../skin/image2025/jt1.png)
}

.imgs-swiper .swiper-next {
	right: 0;
	background-image: url(../skin/image2025/jt2.png)
}

.imgs-swiper .swiper-next:hover,
.imgs-swiper .swiper-prev:hover {
	background-color: #000
}

.fuwu-ul {
	padding: 2px 0;
	margin-bottom: -14px;
	font-size: 0
}

.fuwu-ul li {
	margin-bottom: 14px;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%
}

.fuwu-ul .con {
	display: block
}

.fuwu-ul .pic {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 0;
	text-align: center;
	/* background: url(../skin/image2025/fw_bg.png) center center no-repeat; */
	background-size: 100% 100%
}

.fuwu-ul .pic img {
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	max-height: 80%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.fuwu-ul h4 {
    padding: 0px 12px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	width: 100%;
	white-space: nowrap;
}

.fuwu-ul .con:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2)
}

.box2 {
	position: relative
}

.box2 .box2-bg {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1
}

.box2-contain {
	margin: 0px 0 20px;
	padding: 0 40px  20px;
    border-bottom: #24B6B1 solid 3px;
	background-size: 100%;
	position: relative;
	z-index: 10
}

.flower1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 68%;
	z-index: 0
}

.flower1 img {
	display: block;
	max-width: 100%;
	max-height: 114px;
    position:fixed;	
}

.flower2 {
	position: absolute;
	right: 0;
	top: 0;
	width: 22.89%;
	z-index: 2
}

.flower2 img {
	display: block;
	max-width: 100%;
	max-height: 100%
}

.sub-ul {
	padding: 0 60px;
	position: absolute;

	top: 40px;
	left: 60%;
	font-size: 0;
	text-align: right;
	z-index: 10
}

.sub-ul li {
	margin: 0 0 10px 10px;
	display: inline-block;
	vertical-align: middle
}

.sub-ul a {
	min-width: 125px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 44px;
	background-color: #24B6B1;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px
}

.sub-ul a {
	padding: 0 5px;
	display: block
}

.sub-ul .on a,
.sub-ul a:hover {
	background-color: #c99b50
}

.cur {
	padding: 12.5px 0;
	font-size: 16px;
	color: #666;
	font-weight: 700;
	line-height: 30px;
	position: relative;
	z-index: 10;
	border-bottom: #24B6B1 solid 3px;
}

.cur a,
.cur em,
.cur span {
	display: inline-block;
	color: #666
}

.cur em {
	margin: 0 6px
}

.cur span {
	color: #8e352d
}

.cur a {
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.cur a:hover {
	color: #8e352d
}

.tit1 {
	margin-bottom: 30px;
}

.tit1 h3 {
    margin-top:20px;
	font-size: 26px;
	text-align: center
}

.tit1 h3 span {
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 70px;
	min-width: 400px;
	font-size: 24px;
	color: #000;
	font-weight: 400;
	text-align: center;
	line-height: 47px;
	position: relative;
	border-bottom: #24B6B1 solid 2px;
	background-size: calc(100% - 40px) 100%
}

.tit1 h3 span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	/* background: url(../skin/image2025/tit_bg1.png) left center no-repeat; */
	/* background-size: 100% 100% */
}

.tit1 h3 span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	/* background: url(../skin/image2025/tit_bg2.png) right center no-repeat; */
	/* background-size: 100% 100% */
}

.tit2 {
	margin-bottom: 25px;
	font-size: 0
}

.tit2 span {
	padding: 0 30px;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: #e9d4aa;
	line-height: 55px;
	position: relative;
	background: url(../skin/image2025/tit2_bg3.png) center center no-repeat;
	background-size: calc(100% - 46px) 100%
}

.tit2 span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 23px;
	background: url(../skin/image2025/tit2_bg1.png) center center no-repeat;
	background-size: 100% 100%
}

.tit2 span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 23px;
	background: url(../skin/image2025/tit2_bg2.png) center center no-repeat;
	background-size: 100% 100%
}

.tit3 {
	margin-bottom: 30px;
	font-size: 0
}

.tit3 span {
	padding: 0 23px;
	display: block;
	font-size: 24px;
	color: #e9d4aa;
	text-align: center;
	line-height: 53px;
	position: relative;
	background: url(../skin/image2025/tit3_bg3.png) center center no-repeat;
	background-size: calc(100% - 46px) 100%
}

.tit3 span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 23px;
	background: url(../skin/image2025/tit3_bg1.png) center center no-repeat;
	background-size: 100% 100%
}

.tit3 span:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 23px;
	background: url(../skin/image2025/tit3_bg2.png) center center no-repeat;
	background-size: 100% 100%
}

.pages {
	padding-top: 10px;
	font-size: 0;
	text-align: center;
	overflow: hidden
}

.pages ul {
	margin-bottom: -10px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden
}

.pages li {
	margin: 0 10px 10px;
	float: left;
	border: none !important
}

.pages a {
    margin: 0 10px 10px;
	padding: 0 4px;
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	min-width: 42px;
	line-height: 42px;
	background-color: #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	float: left;
	border: none !important;
}

.pages .on a,
.pages a:hover {
	color: #fff;
	background-color: #24B6B1
}

.line1 {
	height: 2px;
	background-color: #24B6B1
}

.detail1 .cont {
	padding: 16px 16px;
	background-color: #fff;
	font-size: 18px;
	color: #494338;
	line-height: 2;
	/*text-indent:2em*/
}
.detail1 .cont img{
	/*width: calc(100% - 4em) !important;*/
}
.detail1 .cont h4 {
	margin-bottom: 16px;
	font-size: 24px;
	color: #fff;
	text-indent: 0;
	line-height: 50px;
	position: relative
}

.detail1 .cont h4:before {
	content: '';
	position: absolute;
	left: -20px;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../skin/image2025/tit_bg4.png) left center no-repeat;
	background-size: auto 100%;
	z-index: 0
}

.detail1 .cont h4 span {
	display: block;
	position: relative;
	z-index: 1
}
.fjcss{
	margin-top: 20px;
	font-size: 18px;
	color: #968d8d;
}
.detail2 .hd {
	padding: 25px 0 15px;
	text-align: center
}

.detail2 .hd h1 {
	margin-bottom: 4px;
	font-size: 18px;
	color: #333;
	font-weight: 400
}

.detail2 .hd .info {
	font-size: 12px;
	color: #333
}

.detail2 .hd .info span {
	margin: 0 4px
}

.detail2 .con {
	padding: 30px 20px;
	font-size: 14px;
	color: #494338;
	line-height: 2;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px
}

.detail2 .con img {
	height: auto
}

.detail2 .con p {
	margin: 5px 0;
	padding: 5px 0
}

.info-ul {
	margin: 0 -20px -24px;
	font-size: 0
}

.info-ul li {
	margin-bottom: 24px;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	width: 25%
}

.info-ul .con {
	display: block;
	background-color: #f5f5f5;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px
}

.info-ul .pic {
	position: relative;
	overflow: hidden
}

.info-ul .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.info-ul .inner {
	padding: 12px 20px 18px
}

.info-ul h4 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #333;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.info-ul .desc {
	margin-bottom: 16px;
	font-size: 14px;
	color: #333;
	line-height: 1.7;
	height: 8.5em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	overflow: hidden
}

.info-ul .more {
	font-size: 0;
	text-align: right
}

.info-ul .more span {
	display: inline-block;
	vertical-align: middle;
	width: 90px;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	font-size: 14px;
	color: #333;
	text-align: center;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.info-ul .con:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2)
}

.info-ul .con:hover .more span {
	color: #fff;
	background-color: #24B6B1
}

.trends-ul li {
	border-bottom: 1px dashed #9b8a7f
}

.trends-ul .con {
	padding: 0 10px 0 32px;
	display: block;
	line-height: 50px;
	position: relative;
	overflow: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.trends-ul .con:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	width: 12px;
	height: 12px;
	border: 2px solid #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%)
}

.trends-ul .date {
	margin-left: 15px;
	float: right;
	font-size: 12px;
	color: #999;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.trends-ul h4 {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.trends-ul li:nth-child(even) .con {
	/* background-color: rgba(201, 155, 80, .1) */
}

.trends-ul .con:hover {
	background-color: #24B6B1 !important
}

.trends-ul .con:hover h4 {
	color: #fff
}

.trends-ul .con:hover .date {
	color: #fff
}

.relic-ul {
	margin: 0 -10px -20px;
	font-size: 0
}

.relic-ul li {
	margin-bottom: 20px;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	width: 33.33%
}

.relic-ul .con {
	padding: 10px;
	display: block;
	background-color: #fff;
	overflow: hidden
}

.relic-ul .pic {
	margin-right: 10px;
	float: left;
	width: 116px;
	height: 116px;
	overflow: hidden
}

.relic-ul .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.relic-ul .inner {
	overflow: hidden
}

.relic-ul h4 {
	margin-bottom: 8px;
	font-size: 18px;
	color: #333;
	line-height: 1.1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.relic-ul .desc {
	margin-bottom: 15px;
	font-size: 12px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden
}

.relic-ul .more {
	font-size: 0
}

.relic-ul .more span {
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	min-width: 90px;
	font-size: 14px;
	color: #fcb000;
	text-align: center;
	border: 1px solid #fcb000;
	height: 30px;
	line-height: 28px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.relic-ul .con:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2)
}

.relic-ul .con:hover h4 {
	color: #8e352d
}

.relic-ul .con:hover .more span {
	color: #fff;
	background-color: #8e352d;
	border-color: #8e352d
}

.scenic-ul {
	margin: 0 -20px -30px;
	font-size: 0
}

.scenic-ul li {
	margin-bottom: 30px;
	padding: 0 20px;
	display: inline-block;
	vertical-align: top;
	width: 20%
}

.scenic-ul .con {
	display: block;
	background-color: #f5f5f5;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px
}

.scenic-ul .pic {
	position: relative;
	overflow: hidden
}

.scenic-ul .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.scenic-ul .pic .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.scenic-ul .pic .mask .play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 54px;
	height: 48px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background: url(../skin/image2025/play.png) center center no-repeat;
	background-size: cover
}

.scenic-ul h4 {
	padding: 0 10px;
	font-size: 12px;
	color: #333;
	font-weight: 400;
	/* text-align: center; */
	height: 40px;
	line-height: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5em;
	/* 设定行高 */
	max-height: 3em;
	/* 行高的两倍，因为最多两行 */
}

.scenic-ul .con:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.order-ul {
	margin-bottom: -30px
}

.order-ul li {
	padding-right: 256px;
	margin-bottom: 30px;
	position: relative
}

.order-ul .con {
	display: block;
	min-height: 340px;
	background-color: #fff;
	overflow: hidden
}

.order-ul .pic {
	float: left;
	width: 45.6%;
	height: 340px;
	overflow: hidden
}

.order-ul .pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.order-ul .inner {
	padding: 18px 26px;
	overflow: hidden
}

.order-ul h4 {
	margin-bottom: 4px;
	font-size: 24px;
	color: #494338
}

.order-ul .desc {
	font-size: 14px;
	color: #494338;
	line-height: 2.12
}

.order-ul .code-info {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 256px;
	background-color: #f1f1f1;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

.order-ul .code-info .inner {
	width: 100%
}

.order-ul .code-info .code {
	margin: 0 auto 12px;
	width: 140px;
	height: 140px;
	line-height: 140px;
	font-size: 0;
	text-align: center;
	background-color: #fff;
	overflow: hidden
}

.order-ul .code-info .code img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.order-ul .code-info h4 {
	font-size: 14px;
	color: #8e352d;
	font-weight: 400;
	text-align: center;
	line-height: 1.8
}

.order-ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.scenicSpots-desc {
	margin-bottom: 28px;
	padding: 23px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px
}

.scenicSpots-desc .pic {
	margin-right: 20px;
	float: left;
	width: 50.6%;
	position: relative;
	overflow: hidden
}

.scenicSpots-desc .pic:after {
	content: '';
	display: block;
	padding-top: 67.71%
}

.scenicSpots-desc .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.scenicSpots-desc .pic .mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}

.scenicSpots-desc .pic .vr {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	height: 176px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.scenicSpots-desc .inner {
	padding-top: 14px;
	overflow: hidden
}

.scenicSpots-desc .desc {
	font-size: 16px;
	color: #333;
	line-height: 1.5
}

.scenicSpots-desc .desc a {
	color: #8e352d
}

.scenicSpots-desc .desc a:hover {
	text-decoration: underline
}

.waterfull {
	margin: 0 -15px -30px
}

.imgs-ul {
	overflow: hidden
}

.imgs-ul li {
	margin-bottom: 30px;
	float: left
}

.imgs-ul .con {
	margin: 0 15px;
	padding: 14px;
	padding-bottom: 0;
	display: block;
	background: #fff;
	overflow: hidden
}

.imgs-ul .pic {
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px
}

.imgs-ul .pic img {
	display: block;
	width: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s
}

.imgs-ul h4 {
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: 400;
	line-height: 58px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.imgs-ul .con:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.vr1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1
}

.vr1 iframe {
	display: block;
	width: 100%;
	height: 100%
}

@media only screen and (max-height:750px) {

	.nav .v1 {
		padding: 0.6vh 0;
		padding-left: 95px;
		display: block;
		font-size: 18px;
		color: #fff;
		line-height: 30px;
		position: relative
	}

	.nav .v1 .icon {
		top: 8.5px;
	}
}

@media only screen and (max-height:950px) {

	.nav .v1 {
		padding: 1.4vh 0;
		padding-left: 95px;
		display: block;
		font-size: 18px;
		color: #fff;
		line-height: 30px;
		position: relative
	}

	.nav .v1 .icon {
		top: 14.5px;
	}
}

/* @media only screen and (max-height:750px) {
	.menuBtn {
		display: block;
		left: 50%;
		right: auto;
		margin: -15px 0 0 -15px
	}

	.header-bd {
		position: fixed;
		left: 273px;
		top: 0;
		right: auto;
		bottom: 0;
		width: 200px;
		max-height: 100%;
		height: 100%;
		transform: translateX(-500px);
		-webkit-transform: translateX(-500px);
		-moz-transform: translateX(-500px);
		-ms-transform: translateX(-500px);
		-o-transform: translateX(-500px);
		background-color: rgba(0, 0, 0, .8);
		z-index: -1;
		display: -webkit-flex;
		display: flex;
		align-items: center
	}

	.nav .v1 {
		padding: 10px 40px;
		padding-left: 60px;
		font-size: 16px
	}

	.nav .v1 .icon {
		left: 20px;
		top: 16px
	}
} */

.header-bd-open {
    
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	max-height: 50%;
	z-index: 10;
	overflow-y: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .8s;
	-webkit-transition: .8s;
	-moz-transition: .8s;
	-ms-transition: .8s;
	-o-transition: .8s;
}


.header-bd-open {
	position: fixed;
	left: 773px;
	top: 0;
	right: auto;
	bottom: 0;
	width: 200px;
	max-height: 100%;
	height: 100%;
	transform: translateX(-500px);
	-webkit-transform: translateX(-500px);
	-moz-transform: translateX(-500px);
	-ms-transform: translateX(-500px);
	-o-transform: translateX(-500px);

	background-color: rgba(36, 182, 177,0.8);
	z-index: -1;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.nav .v2 {

	padding: 1.6vh 0;
	/* padding-left: 95px; */
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	position: relative;
	/* padding: 10px 40px; */
	padding-left: 40px;
	font-size: 16px
}

.nav .v2 .icon {
	position: absolute;
	left: 62px;
	/* top: 18.5px; */
	width: 20px;
	height: 20px;
	/* background: url(../skin/image2025/nav_ic1.png) center center; */
	/* left: 20px; */
	top: 16px;
}
@media only screen and (max-width:3399px) {
	.scenic-ul .pic img{
		height: 180px;
	}
}
@media only screen and (max-width:1699px) {
	.sub-ul a {
		min-width: 100px;
		font-size: 18px;
		line-height: 36px;			
	}
}
@media only screen and (max-width:1399px) {
	.wp {
		padding: 0 40px
	}

	.box-logo {
		margin-top: 3.6vh
	}

	.box-share {
		/* margin-bottom: 1.5vh */
	}

	.box-link a {
		padding: 0 6px
	}

	.box-copy p {
		padding: 0px 0
	}

	.box-ind1 {
		padding: 0 20px
	}

	.box1 {
		height: 246px
	}

	.tabs-ul {
		padding: 8px 10px
	}

	.tabs-ul li {
		margin-right: 20px
	}

	.tabs-ul a,
	.tabs-ul li {
		font-size: 18px
	}

	.fuwu-ul .pic {
		width: 50px;
		height: 50px;
		line-height: 50px
	}

	.imgs-swiper .play {
		width: 40px;
		height: 36px
	}

	.zixun-ul .con {
		padding: 5px 0;
		padding-left: 10px
	}

	.zixun-ul .pic {
		width: 80px
	}

	.box-inner {
		padding: 90px 0 60px
	}

	.sub-ul {
		padding: 0 40px
	}

	.sub-ul a {
		min-width: 94px;
		font-size:16px;
		line-height:32px;				
	}
	.cur {
		padding: 10px 0;
		font-size: 14px
	}

	.tit1 h3 span {
		font-size: 20px;
		line-height: 40px
	}

	.tit2 span {
		font-size: 20px;
		line-height: 40px
	}

	.tit3 span {
		font-size: 20px;
		line-height: 40px
	}

	.detail1 .cont {
		font-size: 16px
	}

	.detail1 .cont h4 {
		font-size: 20px;
		line-height: 40px
	}

	.scenicSpots-desc .desc {
		font-size: 14px
	}

	.waterfull {
		margin: 0 -10px -20px
	}

	.imgs-ul li {
		margin-bottom: 20px
	}

	.imgs-ul .con {
		margin: 0 10px
	}

	.imgs-ul h4 {
		font-size: 16px;
		line-height: 40px
	}

	.info-ul {
		margin: 0 -10px -20px
	}

	.info-ul li {
		padding: 0 10px;
		margin-bottom: 20px;
		width: 33.33%
	}

	.info-ul h4 {
		font-size: 20px
	}

	.relic-ul li {
		width: 50%
	}

	.relic-ul h4 {
		font-size: 16px
	}

	.scenic-ul {
		margin: 0 -10px -20px
	}

	.scenic-ul li {
		padding: 0 10px;
		margin-bottom: 20px;
		width: 33.33%
	}

	.scenic-ul h4 {
		font-size: 20px;
		height: 50px;
		line-height: 50px
	}

	.order-ul li {
		padding-right: 160px
	}

	.order-ul .inner {
		padding: 15px 20px
	}

	.order-ul h4 {
		font-size: 20px
	}

	.order-ul .code-info {
		width: 160px
	}

	.order-ul .code-info .code {
		width: 100px;
		height: 100px;
		line-height: 100px
	}
	.scenic-ul .pic img{
		height: 180px;
	}
}

@media only screen and (max-width:1199px) {
	body {
		padding-top: 60px
	}

	.menuBtn {
		display: block;
		left: auto;
		right: 20px;
		margin-left: 0
	}

	.header {
		padding: 0 20px;
		position: fixed;
		left: 0;
		top: 0;
		bottom: auto;
		width: 100%;
		height: 60px;
		background: rgb(36, 182, 177) !important;
		z-index: 100
	}

	.header-b {
		display: none
	}

	.header-hd {
		padding: 0;
		position: static;
		float: left
	}

	.box-logo,
	.header-bt {
		display: none
	}

	.header-logo {
		margin-top: 8px;
		height: 44px;
		line-height: 44px
	}

	.header-bd {
		position: fixed;
		left: auto;
		right: 0;
		top: 60px;
		bottom: 0;
		width: 200px;
		max-height: none;
		height: auto;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		background: url(../skin/image2025/hd_bg1.jpg);
		z-index: 100;
		display: -webkit-flex;
		display: flex;
		align-items: center
	}

	.nav .v1 {
		padding-left: 60px
	}

	.nav .v1 .icon {
		left: 30px
	}

	.header-bg.open {
		opacity: 1;
		z-index: 99
	}

	.footer {
		display: block
	}

	.box-container {
		margin: 0;
		min-height: 0
	}

	.box-ind1 {
		padding: 60px 10px;
		position: static;
		background-color: rgba(77, 175, 121, .8)
	}

	.vr1 {
		position: static;
		height: calc(100vh - 60px)
	}
	.scenic-ul .pic img{
		height: 180px;
	}
}

@media only screen and (max-width:959px) {
	.box-ind1 {
		padding: 30px 10px
	}

	.tabs-desc {
		margin-top: 0px !important;
	}

	.box-ind1 .col-c,
	.box-ind1 .col-l,
	.box-ind1 .col-r {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	.box-ind1 .col-c,
	.box-ind1 .col-l {
		margin-bottom: 20px
	}

	.box1 {
		height: auto
	}

	#search .button {
		padding: 5px;
		width: 40px;
	}
	
	.container {
	    margin: 5px auto 0px auto;
	    width: 100%;
	    text-align: center;
	    z-index: 11;
	    position: absolute;
	}
	
	.bannerLogo{
		margin-top: 80vh;
	}
	input[type=text], input[type=password]{
		padding: 3px 8px;
	}
	
}


@media only screen and (max-width:767px) {
	.line1 {
		display: none
	}

	.bannerLogo {
		right: 10px;
		top: 5px;
		width: 50% !important;
		height: 10% !important;
	}

	.banner img,
	.banner {
		height: 260px;
	}

	.header-bd {
		background: rgba(0, 0, 0, .8) url();
	}

	.wp {
		padding: 0 10px;
		margin-right:0px;
	}

	.footer-logo {
		height: 50px;
		line-height: 50px
	}

	.box-copy p {
		padding: 0
	}

	.slideNav {
		min-width: 50px
	}

	.slideNav .people {
		bottom: calc(100% - 15px);
		width: 30px
	}

	.slideNav .con {
		padding: 15px 0 5px
	}

	.slideNav .con a {
		padding: 0 2px;
		font-size: 16px;
		line-height: 32px
	}

	.banner .swiper-pagination {
		bottom: 15px
	}

	.banner .swiper-pagination .swiper-pagination-bullet {
		margin: 0 5px;
		width: 14px;
		height: 14px
	}

	.imgs-swiper .play {
		width: 30px;
		height: 26px
	}

	.box-inner {
		padding: 64px 0
	}

	.box2-contain {
		padding: 10px 15px
	}

	.sub-ul {
		
		padding: 0;
	
		text-align: left;
		left:0px;
		top:15px;
		
	}

	.sub-ul li {
		padding: 0 4px;
		margin-left: 0;
		min-width: 33.33%
	}

	.tit1 {
		margin-bottom: 20px
	}

	.tit1 h3 span {
		font-size: 16px;
		line-height: 34px;
		min-width: 250px
	}

	.tit2 {
		margin-bottom: 20px
	}

	.tit2 span {
		padding: 0 23px;
		font-size: 18px;
		line-height: 34px
	}

	.tit3 {
		margin-bottom: 20px
	}

	.tit3 span {
		font-size: 18px;
		line-height: 34px
	}

	.pages {
		padding-top: 20px
	}

	.pages ul {
		margin-bottom: -4px
	}

	.pages li {
		margin: 0 4px 4px
	}

	.pages a {
		min-width: 24px;
		line-height: 24px;
		font-size: 14px
	}

	.cur em {
		margin: 0 2px
	}

	.detail1 .cont {
		padding: 20px 15px;
		font-size: 14px
	}
	.fjcss{
		font-size: 14px;
	}
	.detail1 .cont h4 {
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 34px
	}

	.detail1 .cont h4:before {
		left: -10px
	}

	.detail2 .hd {
		padding: 0 0 10px
	}

	.detail2 .con {
		padding: 20px 15px;
	}

	.scenicSpots-desc {
		padding: 10px;
		margin-bottom: 30px
	}

	.scenicSpots-desc .pic {
		float: none;
		width: auto;
		margin: 0;
		margin-bottom: 10px
	}

	.scenicSpots-desc .pic .vr {
		height: 80px
	}

	.scenicSpots-desc .inner {
		padding: 0
	}

	.imgs-ul .con {
		padding: 10px;
		padding-bottom: 0
	}

	.info-ul li {
		width: 100%
	}

	.info-ul .inner {
		padding: 10px 20px
	}

	.info-ul h4 {
		font-size: 18px
	}

	.info-ul .desc {
		margin-bottom: 14px
	}

	.trends-ul .con {
		padding: 0 5px 0 20px
	}

	.trends-ul .con:before {
		left: 5px;
		width: 8px;
		height: 8px;
		border-width: 2px
	}

	.trends-ul h4 {
		font-size: 14px
	}

	.relic-ul li {
		width: 100%
	}

	.scenic-ul li {
		width: 100%
	}

	.scenic-ul h4 {
		font-size: 18px;
		height: 40px;
		line-height: 40px
	}

	.order-ul {
		margin-bottom: -20px
	}

	.order-ul li {
		padding: 0;
		margin-bottom: 20px
	}

	.order-ul .code-info {
		position: static;
		width: auto
	}

	.order-ul .pic {
		float: none;
		width: auto;
		height: auto;
		padding-top: 63.551%;
		position: relative
	}

	.order-ul .pic img {
		position: absolute;
		left: 0;
		top: 0
	}

	.order-ul .inner {
		padding: 15px
	}

	.order-ul h4 {
		font-size: 16px
	}

	.vr1 {
		height: calc(100vh - 154px)
	}
	
	.header-bd-open {
		left: auto; 
		top: 0;
		right: 200px;
		transform: translateX(0px);
	}
}


#fullPage{
		display: none;
		background: black;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 19930428;
	}
	#fullPage img{
		display: block;
		width: 100%;
	}
	#canvas{
		width: 100%;
		height: 100%;
		background: none;
		display: block;
	}
	
