@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 {
	/* margin-bottom: 10px; */
}

.top-box {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.car {
	width: 100%;
	/* height: 9.27rem; */
	top: 1.8rem;
	right: 0;

}

.qiao-bg {
	width: 100%;
	height: 15.090909rem;
	top: 12.424242rem;
	right: 0;
	background: url(../images/1027qiao.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
}



@media (max-width:359px) and (min-width: 320px) {
	.car {
		top: 2.4rem;

	}
}

.shuzhi {
	width: 9.090909rem;
	height: 8.575757rem;
	left: 0;
	top: 8.575757rem;
	overflow: hidden;
}

.shuzhi img {
	left: -0.5rem;
	top: -2rem;
	width: 9.090909rem;
	height: 5.30303rem;
	position: absolute;
}

.part1 {
	top: 38.57rem;
	width: 86%;
	left: 7%;
}



.shapo-shipin {
	position: relative;
}

.shapo-box {
	margin-top: 1rem;
}


.shapo-rgiht {
	float: right;
	width: 34%;
	margin-right: 7%;
	/* margin-left: 6%; */
}

.shipo-shipin-box {
	float: left;
	border: 2px solid #2c231d;
	box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.2);
	width: 50%;
	/* margin-left: 7%; */
	box-sizing: border-box;
	height: 4.87rem;
}

.shipo-shipin-box img {
	width: 100%;
	border: 1px solid #000;
}

.shapo-shipin1 {
	border: 0.18rem solid #1d92a1;
	box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	height: 9.21rem;
	overflow: hidden;
}

.shapo-shipin1 img {
	width: 100%;
}



.lvyou {
	position: relative;

}

.shipin2 {
	width: 94%;
	margin: 0 3%;
	border: 10px solid #05afb2;
	border-radius: 5px;
	box-shadow: 1px 5px 10px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	padding: 0 20px 20px;
	margin-top: 1rem;
}

.shipin2 .shipin-title {
	text-align: center;
	width: 5.06rem;
	height: 0.87rem;
	margin: 0.54rem auto;
}

.shipin2 a {
	display: block;
}

.shipin2 a img {
	border: 1px solid #6ccec9;
}





.bottom-menu {
	position: fixed;
	width: 19.39rem;
	left: 50%;
	margin-left: -9.69rem;
	bottom: 10px;
	z-index: 100;
}

.bottom-menu-box {
	width: 19.39rem;
	margin: 0 auto;
	height: 3.12rem;
}

.bottom-menu ul {
	display: flex;
	background-color: rgba(5, 175, 178, 0.3);
	width: 90%;
	margin: 0 auto;
	padding: 0.6rem 0;
	border-radius: 10px;
}

.bottom-menu ul li {
	margin: 0 3%;
	font-size: 0.6rem;
}

@keyframes menuone {
	0% {
		top: -5%;
	}

	100% {
		top: 10%;
	}
}

@-webkit-keyframes menuone {
	0% {
		top: -5%;
	}

	100% {
		top: 10%;
	}
}

@keyframes menutwo {
	0% {
		top: -2%;
	}

	100% {
		top: 13%;
	}
}

@-webkit-keyframes menutwo {
	0% {
		top: -2%;
	}

	100% {
		top: 10%;
	}
}

@keyframes menuthree {
	0% {
		top: 0;
	}

	100% {
		top: 15%;
	}
}

@-webkit-keyframes menuthree {
	0% {
		top: 0;
	}

	100% {
		top: 20%;
	}
}

.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: -4.33rem;
	width: 8.66rem;
	height: 5.96rem;
	top: 7.63rem;

}

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

.jiazai-enter {
	position: absolute;
	left: 0;	
	width: 100%;
	height: 5.57rem;
	top: 13.6rem;
}

.pagetx_video {
	width: 100%;
	top: 0px;
	left: 0px;
	height: auto;
	z-index: 110;
	object-fit: fill;
	-webkit-tap-highlight-color: transparent;
	-tap-highlight-color: transparent;
	position: absolute;
}

.zhuti {
	display: none;
}


.more-shipin {
	margin-top: 0.6rem;
}



/* 点赞 */
@keyframes praisetipsmove {
	0% {
		margin-top: 0;
		opacity: 0;
	}

	100% {
		margin-top: -0.5rem;
		opacity: 1;
	}
}

@-webkit-keyframes praisetipsmove {
	0% {
		margin-top: 0;
		opacity: 0;
	}

	100% {
		margin-top: -0.5rem;
		opacity: 1;
	}
}

.tupiao-box {
	width: 100%;
	height: 3.93rem;
}

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

.toupiao .tips {
	width: 0.9rem;
	position: absolute;
	z-index: 1000;
	top: 1.5rem;
	left: 7.3rem;
	opacity: 0;
	animation: praisetipsmove linear 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation: praisetipsmove linear 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.87, 0.2, 1, 1);
}

.toupiao .tips:nth-child(2) {
	transform: rotate(-20deg);
	width: 0.78rem;
	top: 2.2rem;
	left: 6.20rem;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
}

.toupiao .tips:nth-child(3) {
	transform: rotate(-30deg);
	top: 0.2rem;
	left: 7.9rem;
	width: 0.66rem;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	animation-duration: 1.4s;
	-webkit-animation-duration: 1.4s;
}

.toupiao .tips:nth-child(4) {
	transform: rotate(10deg);
	top: 1.2rem;
	left: 11.0rem;
	width: 0.66rem;
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
}

.toupiao .tips:nth-child(5) {
	transform: rotate(20deg);
	top: 2.0rem;
	left: 11.36rem;
	width: 0.66rem;
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
}

.lvyou-text {
	width: 279px;
	width: 8.45rem;
	position: absolute;
	top: 12.00rem;
	right: 0;
	font-size: 0.6rem;
	color: #05b0b3;
	line-height: 20px;
}

.lvyou-text-tips p {
	float: left;
	padding-left: 3px;
	font-size: 0.5rem;
	box-sizing: border-box;

}

.lvyou-text-tips p a {
	color: #05b0b2;
}


.lvyou-tab div {
	cursor: pointer;
}




.xinzeng-btn {
	position: relative;
	margin-top: 0.6rem;
}

.xinzeng-btn a {
	position: absolute;
	top: 1.1rem;
	left: 4.9rem;
	width: 3.63rem;
	height: 1.78rem;
	display: block;
	background-color: transparent;
}

.xinzeng-btn a span {
	display: block;
	text-indent: -9999px;
}

.xinzeng-btn a:nth-child(2) {
	left: 8.6rem;
}

.xinzeng-btn a:nth-child(3) {
	left: 12.5rem;
	width: 5.5rem;
}

.jplv-nav {
	position: absolute;
	top: 0.48rem;
	width: 94%;
	left: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jplv-nav a {
	display: flex;
	font-size: 0.6rem;
	color: #fff;
	margin: 0 0px;
	width: 25%;
	height: 1.9rem;
	padding: 10px 0;
	text-align: center;
	justify-content: center;
	align-items: center;
	background: url(1215nav-bg.png) no-repeat;
	background-size: 100% 100%;

}

.lvjp-title {
	position: absolute;
	top: 4.06rem
}

.lvjp-shipin4 {
	position: absolute;
	top: 8rem;
	border-bottom: 10px solid #fff;
}

/*区县介绍 */
.quxian {
	height: 19rem;
	height: 16.81rem;
}

.quxian-text {
	width: 84%;
	margin: 0 auto;
	margin-top: 1rem;
	font-size: 0.5rem;
	color: #595757;
	line-height: 180%;
}

.quxian-text img {
	float: left;
	width: 3.09rem;
	height: 1.18rem;
	margin-top: -10px;

}

.quxian-more-box {
	width: 100%;
	color: #169e7a;
	text-align: center;
	font-size: 0.72rem;
	margin: 0.9rem auto 0;
}

.quxian-more-box a {
	color: #169e7a;
	display: block;
}


/* 旅游精品 */
.title-bg {
	
	font-size: 0.90909rem;
	text-align: center;
	letter-spacing: 5px;
	color: #fff;
	width: 100%;
	background-size: 100% 100%;
}


.lvjp {
	width: 100%;
}

.lvjp-text {
	width: 100%;
	margin: 0 auto 0;
	margin-bottom: 10px;
}

.lvjp-text>.lvjp-text-bg {
	background: url(1215jplv-text.png) no-repeat;
	background-size: 100% 4.39rem;
	width: 100%;
	height: 4.39rem;
	padding-left: 2.8rem;
	padding-right: 1.51rem;
	box-sizing: border-box;
	margin-top: 0.57rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.48rem;
	color: #fff;
}

.lvjp-text p a, .lvjp-text p span {
	display: block;
	color: #fff;
	white-space: nowrap;
	float: left;
	font-size: 0.48rem;
}

.lvjp-shipin-box {
	margin: 0 auto;
	margin-top: 1.818181rem;
}

.part2-title {
	width: 5.81rem;
	height: 2.42rem;
	margin-left: 2.96rem;
}

.lvjp-text2 {
	margin-top: -0.6rem;
}



.lvjp-shipin {
	width: 86%;
	margin: 0 auto;
	border-radius: 0.90909rem;
	border: 2px solid #fff;
	height: 6.484848rem;
	position: absolute;
	top: -0.727272rem;
	left: 7%;
	background-color: #fff;
	overflow: hidden;
}

.lvjp-shipin img {
	width: 100%;
	height: auto;
}

.shuzi {
	z-index: 2;
	right: 0;
	top: -2.787878rem;
	width: 2.545454rem;
	height: 2.787878rem;
	top: -1.80606rem;
}

.lvjp-list {
	margin-top: 1.18rem;
}

.lvjp-list-left {
	float: left;
	width: 10rem;
	height: 10.45rem;
	margin-left: 1.18rem;
}

.lvjp-list-right {
	float: left;
	border-left: 1px solid #000;
	width: 6rem;
	padding-left: 0.48rem;
	box-sizing: border-box;
	margin-left: 0.48rem;
}

.right-img1 {
	width: 4.6rem;
	height: 5.06rem;
	margin-left: 0.39rem;
}

.right-img2 {
	width: 5.72rem;
	height: 4.75rem;
	margin-top: 0.87rem;
}



/* 特色物产 */
.tswc {
	width: 100%;
	margin-bottom: 1.81rem;
}


.tswc-title {
	margin-bottom: 0.69rem;
}

.tswc-pic1 {
	top: 8.90rem;
	left: 5%;
	width: 8.78rem;
	height: 16.78rem;
}

.tswc-pic3 {
	top: 30.93rem;
	left: 5%;
	width: 8.78rem;
	height: 17.60rem;
}

.tswc-pic2 {
	top: 20.27rem;
	right: 5%;
	width: 8.78rem;
	height: 17.60rem;
}

.wenchuang-box {
	width: 100%;
}

.wenchuang-text ul {
	display: flex;
	justify-content: center;
}

.wenchuang-text ul li {
	width: 3.03rem;
	height: 1.39rem;
	border-radius: 5px;
	background-color: #4d6291;
	justify-content: center;
	align-items: center;
	display: flex;
	color: #fff;
	font-size: 0.6rem;
	margin: 0 1px;
}

.wenchuang-text ul li a {
	color: #fff;
}

.nongchanpin {
	position: relative;
	margin-top: 2.848484rem;
	margin-bottom: 1.212121rem;
}

.nongchan-text {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 5.60606rem;
	height: 6.60606rem;
	margin-top: -2.0rem;
	margin-left: -2.8rem;
	color: #fff;
	font-family: "宋体";
}

.nongchan-text h4 {
	font-size: 0.90909rem;
}

.nongchan-text p {
	font-size: 0.484848rem;
}

/* 特色物产tab */
.tswc-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
}

.tswc-tab span {
	height: 1.666666rem;
	line-height: 1.666666rem;
	text-align: center;
	color: #fff;
	font-size: 0.727272rem;
	width: 33.3%;
	box-sizing: border-box;
	display: block;
}

.tswc-tab span a {
	display: block;
	width: 100%;
	height: 100%;
	color: #4d6291;
}

/* 美食 */
.meishi {
	width: 100%;
	margin-top: 2.363636rem;
	position: relative;

}

.meishi-text {
	position: absolute;
	bottom: 0;
	left: 3.030303rem;
	width: 5.545454rem;
	height: 2.848484rem;
	color: #abadad;
}

.meishi-text h4 {
	font-size: 0.90909rem;
}

.meishi-text p {
	font-size: 0.484848rem;
}

/* 文化 */
.wenhua {
	width: 100%;
	height: 39.15rem;
	background: url(1215whys-bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.yishu-list {
	width: 80%;
	margin: 0 auto;
}

.yishu-list li {
	width: 48.5%;
	float: left;
	margin-right: 3%;
	margin-top: 1rem;
}

.yishu-list li .shipin {
	border: 0.18rem solid #169e7a;
	min-height: 3.9rem;
	background-color: #b8e2d8;
	position: relative;
}

.yishu-list li:first-child .shipin::after {
	width: 2.9rem;
	height: 2.9rem;
	background-size: 2.9rem auto;
	margin-top: -1.45rem;
	margin-left: -1.45rem;
}




.yishu-list li .shipin::after {
	content: "";
	display: block;
	position: absolute;
	background: url(1201shipin-icon.png) no-repeat;
	width: 1.39rem;
	height: 1.39rem;
	top: 50%;
	margin-top: -0.69rem;
	left: 50%;
	margin-left: -0.69rem;
	background-size: 1.39rem auto;
}

.yishu-list li:nth-child(1) {
	width: 100%;
	float: none;
}

.yishu-list li:nth-child(3) {
	margin-right: 0;
}

.yishu-list li:nth-child(5) {
	margin-right: 0;
}

.yishu-list li p {
	text-align: center;
	color: #72c6b1;
	margin-bottom: 0.6rem;
}




@media screen and (max-width: 414px) {
	.top-jplv-nav {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background-color: #fff;
		padding: 6px 3%;
		z-index: 999;
		box-sizing: border-box;
	}

	.toupiao {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.dianzan-num {
		font-size: 1rem;
		bottom: 0.1rem;
	}

}

.iframe-box {
	width: 100%;
	height: 138vh;
}

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

	.iframe-box {
		width: 100%;
		height: 100%;
	}
}

.tiaoguo{     
	width: 3.636363rem;
    height: 1.21rem;
    line-height: 1.21rem;
    position: absolute;
    top: 1rem;
    font-size: 0.6rem;
    text-align: center;
    right: 5%;
    margin-left: -60px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);}