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

/* 公共样式结束 */
.top {
	/* margin-bottom: 10px; */
}

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

.top-box .timu,
.top-box .gaotie {
	position: absolute;
}

.top-box .timu {
	top: 0.9rem;
	left: 4.09rem;
	width: 10.90rem;
	height: 19.27rem;
}

.timu img {
	position: absolute;
	top: 0;
	left: 0;
}

.timugif2 {
	display: none;
}

.bike-none {
	display: none;
}

.bike-block {
	display: block;
}

.bike1 {
	top: 20.06rem;
	left: -5.84rem;
	width: 4.84rem;
	height: 4.93rem;
	animation-name: bike1gif;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 0.5s;
	animation-iteration-count: infinite;
}

.bike2 {
	top: 20.03rem;
	left: -4.84rem;
	width: 4.84rem;
	height: 4.93rem;
	animation-name: bike2gif;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

@keyframes bike1gif {
	0% {
		left: -5.84rem;
	}

	80% {

		opacity: 1;
	}

	100% {
		left: 6.24rem;
		opacity: 0;
	}
}

@keyframes bike2gif {
	0% {
		left: -4.84rem;
	}

	80% {

		opacity: 1;
	}

	100% {
		left: 8.57rem;
		opacity: 0;
	}
}

.car {
	width: 9.36rem;
	height: 7.45rem;
	top: 22.12rem;
	right: -9.36rem;
	animation-name: car-gif;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
}

@keyframes car-gif {
	0% {
		right: -9.36rem;
	}

	50% {

		right: 50%;
	}

	100% {
		right: 100%;

	}
}

.tiaosan-red {
	width: 7.96rem;
	height: 9.21rem;
	right: -7.96rem;
	top: -9.21rem;
	animation-name: ts-red-gif;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 0;
	animation-iteration-count: infinite;
}

.tiaosan-red2 {
	width: 7.96rem;
	height: 9.21rem;
	left: -7.96rem;
	top: 9rem;
	animation-name: ts-red-gif2;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 8s;
	animation-iteration-count: infinite;
}

.tiaosan-yellow {
	width: 3.93rem;
	height: 4.78rem;
	right: -3.39rem;
	top: -4.78rem;
	animation-name: ts-red-gif;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 1s;
	animation-iteration-count: infinite;
}

.tiaosan-yellow2 {
	width: 3.93rem;
	height: 4.78rem;
	right: -3.39rem;
	top: -4.78rem;
	animation-name: ts-yellow-gif2;
	animation-duration: 8s;
	animation-timing-function: linear;
	animation-delay: 9s;
	animation-iteration-count: infinite;
}

@keyframes ts-red-gif {
	0% {
		right: -7.96rem;
		top: -9.21rem;
	}

	100% {
		top: 6rem;
		right: 100%;
	}
}

@keyframes ts-red-gif2 {
	0% {
		left: -7.96rem;
		top: 6rem;
	}

	100% {
		top: 14rem;
		left: 100%;
	}
}

@keyframes ts-yellow-gif {
	0% {
		right: -3.93rem;
		top: -9.21rem;
	}

	100% {
		top: 8rem;
		right: 100%;
	}

}

@keyframes ts-yellow-gif2 {
	0% {
		left: -3.93rem;
		top: 8rem;
	}

	100% {
		top: 21rem;
		left: 100%;
	}
}


/* 浮云 */
.fuyun1 {
	width: 7.06rem;
	height: 1.81rem;
	top: 9.15rem;
	right: 0;
}

.shuye {
	width: 16.84rem;
	height: 10.09rem;
	right: 0;
	top: 21.63rem;
	animation-iteration-count: infinite;
}


.top-box .gaotie {
	top: 15.15rem;
	left: 2.09rem;
}

.shapo-shipin {
	position: relative;
}

.shapo-box {
	position: absolute;
	top: 38.3rem;
	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;
}

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

.shapo-shipin1 {
	position: absolute;
	top: 28.2rem;
	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.09rem; */
	overflow: hidden;
}

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



.lvyou {
	position: relative;
}

.lvyou-pic1,
.lvyou-pic2,
.lvyou-pic3,
.luxian1,
.luxian2,
.luxian3 {
	position: absolute;

}

.lvyou-pic1 {
	top: 2.36rem;
	left: 2.24rem;
	width: 14.66rem;
	height: 11.45rem;
}

.lvyou-pic2 {
	top: 11.42rem;
	left: 0.3rem;
	width: 10.03rem;
	height: 7.36px;
}

.lvyou-pic3 {
	top: 14.93rem;
	right: 1.45rem;
	width: 10.51rem;
	height: 7.9rem;
}

.luxian1,
.luxian2 {
	width: 7.81rem;
	height: 3.3rem;
	left: 0.78rem;
	bottom: 5.66rem;
}

.luxian2 {
	left: auto;
	right: 0.78rem;
}

.luxian3 {
	width: 7.93rem;
	height: 3.78rem;
	bottom: 1.78rem;
	left: 5.63rem;
}

.luxian1 img,
.luxian2 img,
.luxian3 img {
	position: absolute;
	top: 0;
}

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

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

}

/* .jiazai-bg{ position: absolute; top:0; left: 0; width: 100%; height: 100%!important;z-index: 112;} */
.jiazai-bg {
	width: 100%;
	height: 100% !important;
	z-index: 112;
}

.jiazai-enter {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 5.69rem;
	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;
	}
}

.toupiao .tips {
	width: 0.9rem;
	position: absolute;
	z-index: 1000;
	top: 4.8rem;
	left: 5.84rem;
	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: 4rem;
	left: 5.80rem;
	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: 3rem;
	left: 4.96rem;
	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: 4.0rem;
	left: 12.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: 5rem;
	left: 12.36rem;
	width: 0.66rem;
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
}


/* 返回首页 */
.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;
}

/* 弹出层 */
.tanchu {
	width: 100%;
	height: 100vh;
	padding: 1rem 0;
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

/* .tanchu::after{ background-color: rgba(0,0,0,0.3);} */
.tanchu-box {
	background-color: #fff;
	height: 100%;
	width: 94%;
	margin: 0 auto;
	color: #05b0b2;
	padding: 1rem 0;
	border-radius: 20px;
}

.tanchu-box h4 {
	font-size: 1rem;
	color: #05b0b2;
	text-align: center;
}

.tanchu-box-text {
	font-size: 0.7rem;
	margin: 1rem 0;
	padding: 0 1rem;
	line-height: 160%;
}

.close {
	height: 1.2rem;
	line-height: 1.2rem;
	padding: 0 10px;
	background-color: #169d7a;
	border-radius: 20px;
	position: absolute;
	bottom: 0.5rem;
	left: 50%;
	width: 3.63rem;
	margin-left: -1.81rem;
	font-size: 0.7rem;
	text-align: center;
	color: #fff;
}

@media screen and (min-width: 640px) {
	.tanchu {
		width: 640px;
	}

}

.meishi-tab {
	display: flex;
	justify-content: center;
	margin-top: 0.8rem;
}

.meishi-tab span {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 0.5rem;
	color: #13b5b1;
	font-size: 0.6rem;
	background-color: #fff;
	border: 1px solid #13b5b1;
}

.meishi-tab span.now {
	background-color: #13b5b1;
	color: #fff;
}

.meishi-tab span:first-child {
	border-radius: 20px 0 0 20px;
}

.meishi-tab span:last-child {
	border-radius: 0 20px 20px 0;
}


.xinzeng-btn {
	position: relative;
	/* margin-bottom: 20px; */
}

.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: 96%;
	left: 2%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jplv-nav a {
	display: block;
	border-radius: 5px;
	padding: 5px 10px;
	background: #1d92a1;
	font-size: 0.6rem;
	color: #fff;
	margin: 0 5px;
}

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

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

/* 红色革命 */
.hongse {
	background: url(0929hongse.jpg) no-repeat;
	width: 100%;
	height: 33.06rem;
	background-size: 100% 100%;
}

.hongse-title {
	padding-top: 0.6rem;
}

.hongse-tab {
	width: 90%;
	margin: 0.3rem 5% 0;
}

.hongse-tab ul li {
	margin-top: 1.21rem;
}

.hongse-tab ul li .hongse-img {
	width: 57%;
	float: left;
	position: relative;
}

.hongse-tab ul li .hongse-img .yun {
	position: absolute;
	right: -1.1rem;
	bottom: -0.59rem;
	width: 2.33rem;
	height: 1.18rem;
}


.hongse-tab ul li .hongse-img-right {
	width: 37%;
	float: right;
	margin-left: 3%;
}

.hongse-tab ul li:last-child .hongse-img {
	float: right;
}

.hongse-tab ul li:last-child .hongse-img-right {
	float: left;
	margin-left: 0;
	margin-right: 3%;
}

.hongse-tab ul li:last-child .hongse-img .yun {
	left: -1.1rem;
	right: auto;
}

.youhuiquan {
	margin-top: 4.90rem;
}



/* 特色物产 */
.tswc {
	position: relative;
	width: 100%;
}

.dingwei {
	position: absolute;
}

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

.tswc2 {
	top: 4.63rem;
	right: 0;
	width: 5.57rem;
	height: auto;
}

.tswc1 {
	top: 9.15rem;
	left: 0;
	width: 13.30rem;
	height: 14.93rem;
}

.tswc-text1 {
	top: 5.2rem;
	left: 6%;
}

.tswc-text h4 {
	color: #fff;
	font-size: 0.9rem;
	margin-bottom: 0;
}

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

.tswc-text p a {
	font-size: 0.7rem;
	color: #000;
	margin-right: 5px;
}

.tswc-text {
	width: 12.5rem;
}

.tswc-text2 {
	top: 15.27rem;
	right: 2.5%;
	width: 7.5rem;
}

.tswc-text2 h4 {
	padding-left: 1.5rem;
}


.tswc3 {
	top: 19.09rem;
	right: 0;
	width: 10.36rem;
	height: 12.69rem;
}

.tswc4 {
	top: 24.93rem;
	right: 8.48rem;
	width: 5.57rem;
	height: auto;
}

.tswc6 {
	top: 30.51rem;
	left: 0;
	width: 13.72rem;
	height: 14.15rem;
}

.tswc5 {
	top: 38.36rem;
	right: 1.36rem;
	width: 5.57rem;
	height: auto;
}

.tswc-text3 {
	top: 41.06rem;
	right: 5.20rem;
	width: 8rem;
}

/*文创 */
.wenchang {
	background: url(0929wenc-bg.jpg) no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.wenc-title {
	display: block;
	width: 100%;
	padding-top: 1rem;
	margin-bottom: 3.15rem;
}

.wenc-shipin {
	width: 80%;
	margin: 0 auto;
	border: 0.15rem solid #fff;
}

.wenc-shipin img {
	width: 100%;
}


.wenc-title1 {
	margin-bottom: 0.8rem;
}

.wenc-shipin {
	margin-bottom: 2.12rem;
}

.wenc-tab li {
	margin-bottom: 0.78rem;
}

.feiyi {
	margin-top: 2.8rem;
	margin-bottom: 3.03rem;
}

.mv {
	height: 6.69rem;
	overflow: hidden;
}

/* 投票 */
.toupiao {
	position: relative;
}

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


/* 红色教育文字 */
.hongse-text1 {
	font-size: 0.6rem;
	color: #070707;
	width: 90%;
	margin: 0 auto;
	text-indent: 2em;
}

.hongse-text2 {
	font-size: 0.6rem;
	color: #070707;
	text-indent: 2em;
}

.dianzan-num {
	font-size: 1.2rem;
	color: #07404b;
	text-align: center;
	position: absolute;
	top: 10.2rem;
	width: 90%;
	left:5%;
	font-weight: bold;
	
}