@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: 14.78rem;
	height: 9.27rem;
	top: 14.5rem;
	right: 1.2rem;
}

@media screen and (min-width: 640px) {
	.car {
		top: 15.6rem;
		right: 1.2rem;
	}

}
@media (max-width:411px) and (min-width: 374px) {
	.car {
		top: 15rem;
		right: 1.2rem;
	}

}

@media (max-width:374px) and (min-width: 361px) {
	.car {
		top: 14.5rem;
		right: 1.2rem;
	}

}


@media (max-width:359px) and (min-width: 320px) {
	.car {
		top: 12.9rem;
		right: 1.2rem;
	}

}


/* 浮云 */
.fuyun1 {
	width: 7.06rem;
	height: 1.81rem;
	top: 24.54rem;
	left: 0;
}
.shapo-shipin {
	position: relative;
}

.shapo-box {
	position: absolute;
	top: 40.95rem;
	width: 86%;
	margin-left: 7%;
}

.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 {
	position: absolute;
	top: 30.66rem;
	border: 0.18rem solid #1d92a1;
	box-shadow: 1px 3px 6px 2px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	left: 7%;
	width: 86%;
	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: -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;
}

.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: 5.68rem;
}

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

.toupiao .tips {
	width: 0.9rem;
	position: absolute;
	z-index: 1000;
	top: 3.5rem;
	left: 6.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(4deg);
	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(4deg);
	top: 1.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(4deg);
	top: 2.2rem;
	left: 11.36rem;
	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(4deg);
	top: 3.8rem;
	left: 11.36rem;
	width: 0.66rem;
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
}

.num {
	width: 50%;
	margin: 0 auto;
	position: absolute;
	top: 3.7rem;
	left: 25%;
}

.num span {
	display: block;
	width: 18.4%;
	height: 1rem;
	line-height: 1rem;
	margin-right: 2%;
	border-radius: 5px;
	background: linear-gradient(#32f882, #31e0a6, #32b2f2);
	float: left;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.num span:last-child {
	margin-right: 0;
}



.tishi {
	position: absolute;
	bottom: 0;
	font-size: 0.6rem;
	color: #666;
	text-align: center;
	width: 100%;
	background-color: #fff;
}

/* 返回首页 */
.fanhui {

	height: 36px;
	line-height: 36px;
	border-radius: 25px 0 0 25px;
	background-color: #13925e;
	position: absolute;
	top: 13%;
	right: 0;
	z-index: 999;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 0.7rem;
	padding: 0 15px;

}

.fanhui a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
}

.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: 1.48rem;
}

.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: block;
	font-size: 0.6rem;
	color: #fff;
	margin: 0 0px;
	width: 25%;
	height: 1.9rem;
	padding: 10px 0;
	text-align: center;

}

.jplv-nav a:first-child {
	background: url(nav-bg1.png) no-repeat;
	background-size: 100% 100%;
}

.jplv-nav a:nth-child(2) {
	background: url(nav-bg2.png) no-repeat;
	background-size: 100% 100%;
}

.jplv-nav a:nth-child(3) {
	background: url(nav-bg3.png) no-repeat;
	background-size: 100% 100%;
}

.jplv-nav a:nth-child(4) {
	background: url(nav-bg4.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 {
	/* position: relative; */
	background: url(litongbg2.png) no-repeat;
	background-size: 100% auto;
	height: 19.24rem;
}

.quxian-title {
	padding-top: 3.57rem;
}

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

.quxian-text img {
	float: left;
	width: 6.81rem;
	height: 1.24rem;
	margin-top: -7px;
}

.quxian-more-box {
	width: 100%;
}

.quxian-more {
	float: right;
	background: url(more-bg.png) no-repeat;
	width: 2.03rem;
	height: 0.81rem;
	line-height: 0.81rem;
	color: #fff;
	font-size: 0.6rem;
	text-align: center;
	font-weight: normal;
	background-size: 100% auto;
	margin-top: 10px;
}

/* 旅游精品 */
.lvjp {
	width: 100%;
	height: 61.51rem;
	background: url(litongbg3.png) no-repeat;
	background-size: 100% auto;
	padding-top: 1.66rem;
}

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

.lvjp-text h4 {
	font-size: 0.8rem;
	color: #416572;
	text-align: center;
	margin-bottom: 10px;
}

.lvjp-text p {
	font-size: 0.6rem;
	color: #416572;
}

/* 特色物产 */
/* .tswc{ width: 100%; height:50.90rem ; background: url(litongbg4.png) no-repeat; background-size: 100% auto; padding-top: 1.66rem;  }
 */
.tswc {
	position: relative;
}

.tswc-title {
	top: 2.60rem;
	left: 0;
}

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

/* 文化 */
.wenhua {
	width: 100%;
	height: 59.69rem;
	background: url(litongbg5.png) no-repeat;
	background-size: 100% auto;
	padding-top: 1.66rem;
	padding-top: 1.36rem;
}

.wenhua-shipin {
	width: 90%;
	margin: 0 auto;
	border: 6px solid #0f5d92;
	margin-bottom: 2.30rem;
}

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

.wh-title {
	margin-bottom: 0.78rem;
}


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

}
.link1,.link2,.link3,.link4{  top:0; right: 0; width: 1.51rem; height:3.8rem;  }
.link1 a,.link2 a,.link3 a,.link4 a{ display: block; width: 100%; height: 100%; cursor: pointer;}
.link1 a span,.link2 a span,.link3 a span,.link4 a span{ display: none; } 
.link2{ top:4.2rem}
.link3,.link4{top:0; right:2rem ; height: 6rem;   }
.link4{top:6.2rem; height: 4.8rem;  }