@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: #fff;
	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;
	display: block;
}

.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;
}

.dingwei {
	position: absolute;
}

/* 公共样式结束 */
.top-box {
	width: 100%;
	height: 134vh;
	position: relative;
	overflow: hidden;
}

.bottom-bg {
	background: url(0919-bottom.jpg) no-repeat left bottom #eaf3f1;
}

/* 加载页面 */

.guoduye {
	width: 100%;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.guoduye_1 {
	width: 100%;
	height: 100%;
	position: relative;
}

@media screen and (min-width: 640px) {
	.guoduye_1 {
		width: 640px;
		left: 50%;
		margin-left: -320px;
	}
}

.jiazai {
	z-index: 115;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}

.jiazai-text {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4rem;
	width: 8.48rem;
	height: 4.24rem;
	top: 5.5rem;

}

.jiazai-bg {
	width: 100%;
	height: 100% !important;
	z-index: 112;
}

.jiazai-enter {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 4.242424rem;
	top: 19rem;
}



.zhuti {
	display: block;
	padding-bottom: 15px;
}


/* 20210052新增 */
/* banner */
.yellow-bg {
	background: #fff;
	height: 100%;
	padding-bottom: 20px;
}

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

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

}

.swiper-button-prev-banner.swiper-button-prev {
	background-image: url(../images/0521-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: 0.45rem;
	left: 50%;
	margin-left: -3.8rem;
	background: url(0530newbanner-title.png) no-repeat;
	background-size: 7.67rem 1.57rem;
	width: 7.67rem;
	text-align: center;
	font-size: 0.8rem;
	color: #7a4d18;
	height: 1.57rem;
	line-height: 1.57rem;
	z-index: 1;
	letter-spacing: 5px;

}

/* 倒计时 */
.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: 0 auto 0.5rem;
}

.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;
	padding: 0 3px;
}

.jingqu-banner {
	margin: 0 3% 0.7rem;
	width: 94%;
}

.lvyou-line {
	background: url(0521lvyouxianlu.jpg) no-repeat;
	/* width: 17.93rem; */
	width: 94%;
	height: 24.45rem;
	margin: 0 auto;
	padding: 0 1.21rem;
	box-sizing: border-box;
	background-size: 100% 100%;
}

.biaoti {
	padding-top: 1.27rem;

}

.jingqu-list.lvyou-list {
	width: 100%;
}


.jingqu-list.lvyou-list ul li {
	width: 30.66%;
	margin-right: 4%;

}

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

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

.jingqu-list.lvyou-list ul li .jingqu-img {
	height: 4.63rem;
	border-radius: 5px;
	border: 2px solid #fff;
	overflow: hidden;
}


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

	.top-box {
		width:100%;
		height: 100vh;
	}
	
}
@media screen and (min-width: 640px)
{
	.banner{ margin-top: -5rem;}
}