@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 20px;
}

html,
body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	width: 100%;
}

body {
	line-height: 1.5;
	font-size: 0.8rem;
	color: #212121;
	background-color: #f5f5f5;
	outline: 0;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	border: 0;
	padding: 0;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}

img {
	max-width: 100% !important;
	height: auto !important;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}

.container {
	max-width: 640px;
	margin: 0 auto;

}

@media only screen and (min-width: 400px) {
	html {
		font-size: 21.33333333px !important;
	}
}

@media only screen and (min-width: 414px) {
	html {
		font-size: 21px !important;
	}
}

@media only screen and (min-width: 480px) {
	html {
		font-size: 25.6px !important;
	}
}

@media screen and (min-width: 640px) {
	html {
		background: url(0904htmlbg.jpg) top/cover no-repeat;
		background-attachment: fixed;
		font-size: 33px !important;
	}


}




ul,
li {
	list-style: none;
}

p {
	font-size: 0.7rem;
}

a {
	color: #666;
	text-decoration: none;
	background-color: transparent;
}

/* 公共样式结束 */
.yellow-bg {
	background: #fcf6d5;
	height: 100%;
	padding-bottom: 20px;
}

.banner {
	width: 94%;
	margin: 0 auto;
	/* 
	left: 3%; */
	/* bottom: -5rem; */
	margin-top: -5rem;
	position: relative;
	z-index: 5;
}

.shipin-box {
	width: 100%;
	height: 32.7rem;
	position: relative;
	background: url(0905donghua-bg.png) no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	z-index: 1;
}



.shipin {
	object-fit: cover;
}

/* banner */

.swiper-button-next-banner.swiper-button-next {
	background-image: url(0903r-arrow.png);

}

.swiper-button-prev-banner.swiper-button-prev {
	background-image: url(0903l-arrow.png);
}

.swiper-container-banner .swiper-slide {
	position: relative;
}

.swiper-container-banner .swiper-slide img {
	margin-top: 0.88rem;
	border: 2px solid #c4842a;
	border-radius: 5px;
	z-index: 2;
}

.banner-title {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -3.8rem;
	background: url(0903-banner-title.png) no-repeat;
	background-size: 7.67rem 0.88rem;
	width: 7.67rem;
	text-align: center;
	font-size: 0.6rem;
	color: #7a4d18;
	height: 0.88rem;
	line-height: 0.88rem;
	z-index: 1;
	
}

/* 倒计时 */
.daojishi {
	width: 60%;
	height: 1.8rem;
	border-radius: 5px;
	background-color: #fedb97;
	padding: 0 5px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -30%;
	z-index: 10;
}

.daojishi-box {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #fff;
	display: block;
	text-align: center;
	font-size: 0.6rem;
	height: 1.4rem;
	margin-top: 0.2rem;
	padding-top: 0.2rem;
}

.daojishi-box b,
.daojishi-box span {
	display: inline-block;
	text-align: center;
}

.daojishi-box b {
	border-radius: 3px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding: 0 5px;

}

.daojishi-box span {
	margin: 0 3px;
	color: #7a4d18;
}

/* 景区列表 */
.jingqu-list {
	width: 94%;
	margin: 1.6rem auto 0.75rem;

}

.jingqu-list ul li {
	width: 22.75%;
	margin-right: 3%;
}

.jingqu-list ul li.gray {
	opacity: 0.5;
}

.jingqu-list ul li:nth-child(4n) {
	margin-right: 0;
}

.jingqu-list ul li {
	position: relative;
	float: left;
	margin-bottom: 1.2rem;
}

.jingqu-list ul li .jingqu-img {
	height: 3.6rem;
	border-radius: 5px;
	border: 1px solid #c4842a;
	overflow: hidden;
}

.jingqu-list ul li .jingqu-img img {
	width: 100%;
}

.jingqu-list ul li span {
	display: block;
	position: absolute;
	background: #fedb97;
	bottom: -10px;
	left: 50%;
	border-radius: 3px;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: 0.6rem;
	color: #7a4d18;
	width: 70%;
	margin-left: -35%;
	overflow: hidden;
	/* text-overflow: ellipsis;
	white-space: nowrap; */
	padding: 0 3px;
}

/* 2020-09-04新增 */
.zy-bg {
	/* 	background-color: #f2edee; */
	background: url(0904footer.png) no-repeat bottom #f2edee;
	background-size: 100% auto;
	padding-bottom: 100px;
}

.zy-top {
	width: 100%;
}

.zy-top img {
	width: 100%;
	height: auto;
	display: block;
}

.top-banner {
	margin-top: 3px;
	position: relative;
}

.qiehuan {
	position: absolute;
	right: 0;
	top: 65%;
	height: 36px;
	border-radius: 25px 0 0 25px;
	background-color: #13925e;
	line-height: 36px;
	color: #fff;
	padding: 0 20px;
	font-size: 0.7rem;
	text-align: center;
}

.zy-shipin-bg {
	background-color: #f5f0f0;
	position: relative;
	padding-top: 4.5rem;
}

.zy-shipin-bg img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

.shipin-box1 {
	width: 84%;
	margin: 0 auto;
	border: 3px solid #13925e;
	height: 8rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.shipin-box1 i {
	display: block;
	width: 60px;
	height: 60px;
	background: url(0904bofang-btn.png) no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background-size: 60px 60px;
	z-index: 3;
}

.shipin-box1 img {
	height: 100%;
	width: 100%;
	display: block;
}

.jiaoshao {
	width: 94%;
	margin: 1.4rem auto 0;
	color: #169e7a;
	margin-bottom: 0.75rem;
	position: relative;
	z-index: 2;
}

.jiaoshao-text {
	padding: 1.5rem 0.75rem 0;
	position: relative;
	top: 1rem;
}

.jiaoshao-text p {
	font-size: 0.6rem;
}

.gou-top-left,
.gou-top-right,
.gou-bottom-left,
.gou-bottom-right {
	width: 26px;
	height: 26px;
	position: absolute;
}

.gou-top-left {
	border-left: 1px solid #169e7a;
	border-top: 1px solid #169e7a;
	position: absolute;
	top: 0;
	left: 0;
}

.gou-top-right {
	border-right: 1px solid #169e7a;
	border-top: 1px solid #169e7a;
	position: absolute;
	top: 0;
	right: 0;
}

.gou-bottom-left {
	border-left: 1px solid #169e7a;
	border-bottom: 1px solid #169e7a;
	position: absolute;
	bottom: 10px;
	left: 0;
}

.gou-bottom-right {
	border-right: 1px solid #169e7a;
	border-bottom: 1px solid #169e7a;
	position: absolute;
	bottom: 10px;
	right: 0;
}

.jiaoshao h4 {
	width: 100%;
	height: auto;
	display: block;
}

a.yuanwen {
	text-align: center;
	width: 100%;
	font-size: 0.7rem;
	display: block;
	color: #169e7a;
	margin-top: 1rem;
}

.zy-tab {
	width: 100%;
	margin: 0 auto;
	display: flex;
	position: relative;
	z-index: 2;
	padding: 0 3%;
	/* height: 80px; */
	padding-top: 30px;
	padding-bottom: 30px;
}

.zy-tab span, .zy-tab a {
	display: block;
	background: url(0904tab-bg.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.5rem;
	flex: 1;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	color: #169e7a;
}

.top-zy-tab {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;
	height: 40px;
	background-color: #fff;
	padding-top: 5px;
}

/*精品旅游 */
.jingpin {
	width: 94%;
	margin: 0 auto 0.75rem;
}

.jingpin h4 {
	margin-bottom: 0.75rem;
}

.jingpin h4 img {
	display: block;
}

.jingpin-banner {
	border-radius: 10px 10px 0 0;
}

.jingpin-banner img {
	width: 100%;
}

.jinpin-box {
	width: 100%;
	background-size: 100% auto;
	margin-bottom: 0.75rem;
	margin-top: -2.5rem;
	z-index: 2;
	position: relative;
}

.jinpin-box img {
	display: block;
	width: 100%;
	height: 100%;
}

.jinpin-content-middle {
	background: url(0904huabian-middle.png) repeat-y;
	width: 100%;
	background-size: 100% auto;
	padding: 1px 8% 1px;
}

.jinpin-bottom {
	width: 100%;
	background-size: 100% auto;

}

ul.jingpin-list li {
	width: 31.33%;
	margin-right: 3%;
	float: left;
	cursor: pointer;
}

ul.jingpin-list li.now{ border: 1px solid #169360; border-radius: 8px;}

ul.jingpin-list li:last-child {
	margin-right: 0;
}

.jinpin-text {
	margin-top: 15px;
}

.jinpin-text h1 {
	font-size: 1.0rem;
	color: #169e7a;
	margin-bottom: 15px;
}

.jinpin-text p {
	font-size: 0.6rem;
	color: #169e7a;
	line-height: 160%;
}

.youhui-banner {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

/* 特色物产 */
.tese {
	margin-top: 15px;
	position: static;
	margin-bottom: 0;
}

.tese li {
	border-radius: 10px;
	width: 100%;
	background-color: #13925e;
	margin-bottom: 0.75rem;
	overflow: hidden;
}

.tese li:last-child {
	margin-bottom: 0;
}

.tese li.tese-jishao {
	padding: 0.75rem;
}

.tese-list {
	/* padding-top: 10px; */
}

.tese-jishao .tese-img {
	float: left;
	width: 40%;
	margin-right: 3%;
	border-radius: 10px;
	overflow: hidden;
	height: 3.6rem;
}

.tese-jishao .tese-text {
	float: right;
	width: 57%;
	color: #fff;
}

.tese-jishao .tese-text h3 {
	font-size: 0.85rem;
}

.tese-jishao .tese-text p {
	font-size: 0.6rem;
}

/* 文化 */
.wenhu-list {
	padding-top: 0.75rem;
}

.wenhua {
	width: 94%;
	margin: 0 auto 1.25rem;
	background-size: 100% auto;
	height: auto;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	box-shadow: 1px 1px 5px 1px rgba(19, 146, 94, 0.2);
}

.wenhua:last-child {
	margin-bottom: 0;
}

.wenhua-shipin {
	position: absolute;
	bottom: 28px;
	width: 92%;
	left: 4%;
	border-radius: 5px;
	overflow: hidden;
	height: 166px;
	border: 3px solid #fff;
	background-color: #f1b5cd;
}

.wenhua-bg2 {
	background: url(0904wenhuabg2.jpg) #f1b5cd no-repeat;
	background-size: 100% auto;
}

.wenhua-bg3 {
	background: url(0904wenhuabg3.jpg) #f1b5cd no-repeat;
	background-size: 100% auto;
}

/* footer */
.zy-bottom img {
	width: 100%;
	display: block;
}

/* 点赞 */
.dianzan-box {
	width: 100%;
	height: 2.67rem;
}

.dianzan {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -320px;
	width: 640px;
	height: 2.74rem;
	background: url(0904-dianzanbg.png) no-repeat;
	background-size: 100% auto;
	z-index: 11;

}

.zan {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.74rem;
	color: #fff;
	font-size: 0.7rem;
	padding-top: 30px;
}

.zan span,
.zan i {
	display: block;
}

.zan i {
	background: url(0904xin.png) no-repeat;
	width: 1.09rem;
	height: 1rem;
	background-size: 100% auto;
	margin-right: 10px;
}

/* 动画 */

.left-text {
	position: absolute;
	top: 15px;
	left: -8.63rem;
	width: 8.63rem;
	animation-name: dongh-left-text;
	animation-duration: 1s;
	/* 规定动画完成一个周期所花费的秒或毫秒。默认是 0。 */
	animation-timing-function: ease;
	/* 规定动画的速度曲线。默认是 "ease"。 */
	animation-delay: 1.5s;
	/* 规定动画何时开始。默认是 0。 */
	animation-iteration-count: 1;
	/* 规定动画被播放的次数。默认是 1。 */
	animation-direction: normal;
	/* 规定动画是否在下一周期逆向地播放。默认是 "normal"。 */
	animation-play-state: running;
	/* 规定动画是否正在运行或暂停。默认是 "running" */
	animation-fill-mode: forwards;
	/* 保持最后一帧 */
}

.right-text {
	position: absolute;
	top: 15px;
	right: 0;
	width: 7.03rem;
	height: 4rem;
	overflow: hidden;
	background: url(0905right-text.png);
	background-size:70.3rem;
	animation: right-text 1s steps(9) forwards;
	animation-delay: 3s;
	overflow: hidden;
}

@keyframes right-text {
	0% {
		background-position: 0 0;
		opacity: 0;
	}	

	100% {
		background-position: -63.27rem 0;
		opacity: 1;
	}
}

.yunshang img,
.shuiche1 img,
.shuiche2 img,
.dayan img,
.shui img {
	width: 59%;
}

.yunshang {
	text-align: center;
	position: absolute;
	top: 13%;
	z-index: 11;
}

.luotuo1,
.luotuo2 {
	width: 3.5rem;
	height: 3.6rem;
	position: absolute;
	top: 37%;
	right: 0.4rem;
	text-align: right;	
}

.luotuo2 {
	right: 3.4rem;
	width: 3rem;
	height: 3rem;
}

.yun1 {
	position: absolute;
	top: 45%;
	width: 5.45rem;
	height: auto;
	animation-name: yun1;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-play-state: running;
	left: -5.45rem;
	z-index: 3;
}

.yun2 {
	position: absolute;
	top: 55%;
	width: 8rem;
	animation-name: yun2;
	animation-duration: 11s;
	animation-timing-function: linear;
	animation-delay: 3s;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-play-state: running;
	right: -200px;
	z-index: 3;
}

.chuan {
	position: absolute;
	top: 54%;
	left: 60%;
}

.shuiche1,
.shuiche2 {
	position: absolute;
	top: 59%;
	left: -51px;
}

.shuiche2 {
	left: 184px;
	top: 71%;
}

.dayan {
	position: absolute;
	top: 63%;
	left: -380px;
	animation-name: dayan;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 0.5s;
	animation-direction: normal;
	animation-play-state: running;	
	animation-fill-mode: forwards;	
}

.shui {
	position: absolute;
	top: 68%;
	left: -10px;
}

.shuiwen {
	position: absolute;
	top: 50%;
	right: -35px;
	text-align: right;
}

.shuiwen img {
	width: 59%;
}


@keyframes dongh-left-text {
	0% {
		left: -8.63rem;
		opacity: 0;
	}

	15% {
		left: -3rem;
		opacity: 1;
	}

	70% {
		left: 1.2rem;
	}

	85% {
		left: 2.2rem;
	}

	100% {
		left: 1.2rem;
	}


}

@keyframes yun1 {
	0% {
		left: -5.45rem;
	}

	25% {
		left: 10%;
	}

	75% {
		left: 100%;
	}

	100% {
		right: -5.45rem;;
		left: auto;
	}
}

@keyframes yun2 {
	0% {
		left: -8rem;
	}

	25% {
		left: 10%;
	}

	75% {
		left: 100%;
	}

	100% {
		right: -8rem;
		left: auto;
	}
}

@keyframes dayan {
	0% {
		left: -380px;
	}

	25% {
		left: 10%;
	}

	100% {
		left: 20%;
	}

}

@media screen and (min-width: 640px) {


	.top-zy-tab {
		display: none;
	}
}
}

@media (max-width: 360px) {


	.luotuo1,
	.luotuo2 {
		top: 10%;
		border: 1px solid #f30;
	}

}