@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-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: 100vh;
	position: relative;
	overflow: hidden;
}
.part1 {
	width: 86%;
	margin: 0 auto;
	margin-top: -5.8rem;
	z-index: 111;
	position: relative;
}

.shapo-shipin {
	position: relative;
}

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

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

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

.shapo-shipin1 img {
	width: 100%;
}
.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: block;
}


.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-box {
	width: 4.93rem;
	height: 6.69rem;
	position: absolute;
	top: 20.15rem;
	right: 1.3rem;
}

.toupiao {
	width: 4.93rem;
	height: 6.69rem;
	background: url(0722dianzan.png) no-repeat;
	background-size: 100% auto;
	z-index: 11;
	position: relative;
	padding-top: 3.2rem;
}

.toupiao .tips {
	width: 0.9rem;
	position: absolute;
	z-index: 1000;
	top: 1.5rem;
	left: 1.1rem;
	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.4rem;
	left: 1.8rem;
	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: 1.8rem;
	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: 4.6rem;
	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: 5rem;
	width: 0.66rem;
	animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
}

.num {
	color: #d32e63;
	font-weight: bold;
	text-align: center;
	width: 70%;
	margin: 0 auto 0;
	overflow: hidden;
	font-size: 0.7rem;
}

.lvyou-text {
	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.5rem;	
}

.xinzeng-btn a {
	position: absolute;
	top: 1.1rem;
	left: 5.4rem;
	width: 5.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: 11.6rem;
}

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

.lvyou {
	position: relative;
	height: 2.42rem;
	width: 100%;
	margin-top: 1.51rem;

}

.jplv-nav {
	background: url(0722tab-bg.png) no-repeat;
	background-size: 100% 2.42rem;
	position: absolute;
	/* top: 0.48rem; */
	height: 2.42rem;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2rem;

}

.jplv-nav a {
	display: flex;
	margin-top: -5px;
	height: 1.48rem;
	padding: 0 0;
	text-align: center;
	justify-content: center;
	align-items: center;
}


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

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

/*区县介绍 */
.quxian {
	border-bottom: 1px dashed #b67f31;
	padding-bottom: 0.6rem;
}

.quxian-title {
	color: #fff;
	font-weight: bold;
	font-size: 0.96rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 1.66rem;
	margin-top: 2.21rem;
}

.quxian-text {
	width: 74%;
	margin: 0 auto;
	margin-top: 1rem;
	font-size: 0.5rem;
	line-height: 180%;
	color: #b67f31;
	text-indent: 2em;
}

.quxian-text img {
	float: left;
	width: 3.484848rem;
	height: 1.545454rem;
	margin-top: -10px;
}

.quxian-more-box {
	width: 100%;
	height: 1.24rem;
	margin-top: 0.6rem;
}

.quxian-more {
	background-color: #b67f31;
	width: 4.42rem;
	height: 1.24rem;
	line-height: 1.24rem;
	color: #fff;
	font-size: 0.6rem;
	text-align: center;
	font-weight: normal;
	border-radius: 5px;
	display: block;
	margin: 0 auto;

}

/* 旅游精品 */
.title-bg {
	text-align: center;
	width: 100%;
}

.lvjp {
	width: 100%;
	/* height: 95.93rem; */
	background: url(1203lvjp-bg.jpg) no-repeat;
	background-size: 100% auto;
	padding-top: 0.6rem;
	box-sizing: border-box;
}

.lvjp-text-list {
	display: flex;
	justify-content: center;
}

.lvjp-text-list .lvjp-text {
	margin: 0;
	width: 9.81rem;
}

.lvjp-text-list .lvjp-text p {
	padding-left: 0;
}

.lvjp-text-list .lvjp-text:first-child {
	margin-left: 2.6rem;
	margin-right: 1.63rem;
}

.lvjp-text-list .lvjp-text:last-child {
	margin-right: 0.96rem;
}

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

.lvjp-text h4 {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0.30303rem;
}

.lvjp-text p {
	font-size: 0.6rem;
	color: #408cbc;
	padding-left: 2.84rem;
}

.lvjp-text p a {
	color: #408cbc;
}

.lvjp-shipin-box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	margin-top: 0.87rem;
}



.shuzi {
	z-index: 2;
	right: 1.27rem;
	top: 0;
}



.lvjp-list {
	display: flex;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

.lvjp-listL:last-child {
	padding-bottom: 0;
}

/* 特色物产 */
.tswc {
	width: 100%;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 1.09rem;
}

.tswc-bg {
	background-size: 100% auto;
}

.tswc-title-bg {
	background: url(0615title-bg.png) no-repeat center;
	font-size: 0.90909rem;
	text-align: center;
	letter-spacing: 5px;
	color: #000;
	width: 100%;
	background-size: 100% 100%;
	height: 2.12rem;
	line-height: 2.12rem;
}

.wenchuang-box {
	width: 100%;
	position: relative;
	margin-bottom: 2.24rem;
	padding-bottom: 5.21rem;
}

.wenchuang-box:last-child {
	margin-bottom: 0;
	padding-bottom: 2.72rem;
}


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

.biaoti1 {
	position: absolute;
	z-index: 1;
	width: 6.06rem;
	height: 1.75rem;
	left: 1.81rem;
	top: 0.8rem;
}

.biaoti2 {
	left: auto;
	right: 1.39rem;
}

.meishi-list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 86%;
	margin: 0 auto;
	margin-top: 1rem;
}

.meishi-list li {
	margin: 0 0.3rem;
}

/* 精品旅游 */

.jingpin ul.part2,
.jingpin ul.part3,
.jingpin .part4,
.jingpin ul.part5 {
	display: flex;
	justify-content: space-between;
	width: 86%;
	margin: 0 auto;
}

.jingpin .luxian1 p,
.jingpin ul.part2 p,
.jingpin ul.part3 p,
.jingpin .part4 p,
.jingpin .part5 p {
	text-align: center;
	color: #b67f31;
	font-size: 12px;
	padding: 15px 0;
}

.jingpin ul.part3 li:first-child { margin-right: 3%;}
.jingpin ul.part2 li:nth-child(2), .jingpin ul.part5 li:nth-child(2){
	margin: 0 0.36rem;
}

.luxian1 {
	margin-top: 1.51rem;

}

/* 文化 */
.wenhua {
	width: 100%;
	background: url(0722wenchuang-bg.jpg) no-repeat;
	background-size: 100% 100%;
	height: 39.96rem;
	padding-top: 3.33rem;
}

.wenhua-list {
	display: flex;
	margin: 0 1.9rem 2.75rem;
	flex-wrap: wrap;
}


.wenyi-title {
	margin-bottom: 1.51rem;
}
.wenyi-list-box {
	margin: 0 auto;
}
.wenyi-list img {
	width: 6.66rem;
	height: 6.81rem;
}
.wenyi-list .wenzi {
	text-align: center;
	color: #fff;
	font-size: 0.72rem;
	font-weight: 500;
	margin-top: 0.6rem;
	margin-bottom: 1.87rem;
}

.huawen-bg {
	background: url(0615huawen-bg.jpg) no-repeat;
	background-size: 100% auto;

}


/* 农产品 */
.nongchanpin {
	margin-top: ;
	margin-bottom: 1.21rem;
	text-align: center;
	margin: 1.09rem 1.09rem 0;
}

.nongchanpin>div {
	display: flex;
	justify-content: center;

}

.nongchan-text {
	color: #b67f31;
	display: flex;
	justify-content: space-around;
	padding: 0.9rem 0;
	font-size: 0.72rem;
}

.nongchan-text a {
	width: 40%;
	text-align: center;
}

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

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

.nongchan-text a {
	color: #b67f31;
	text-align: center;
}

/* 特色物产tab */
.tswc-tab {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	font-family: "宋体";
	font-weight: bold;
}

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

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

.tswc-tab span:nth-child(2) {
	background-color: #b62666;
}

.tswc-tab span:nth-child(3) {
	background-color: #a8c868;
}

.wenhua-list-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 1.09rem;

}

.tswc-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 1.09rem;
}

.tswc-list li {
	width: 48.5%;
	margin-right: 3%;
}

.tswc-list li:nth-child(2n) {
	margin-right: 0;
}

.tswc-list li a {
	justify-content: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tswc-list li a p {
	padding: 15px 0;
	color: #b67f31;

}

.tswc-list-img {
	border: 2px solid #23540b;
	box-shadow: 1px 2px 10px rgba(41, 41, 9, 0.9);
}

.wenyi-list {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;

}

.wenyi-list {
	width: 48.5%;
	margin-right: 3%;
}

.wenyi-list:nth-child(2n) {
	margin-right: 0;
}

/* 美食 */


.tsms {
	width: 100%;
	background: url(0722meishi-bg.jpg) no-repeat;
	height: 22rem;
	padding-top: 1rem;

}

.tsms-title {
	margin-bottom: 5px;
}

.tsms-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 1.09rem;
}

.tsms-list li {
	width: 48.5%;
	margin-right: 3%;

}

.tsms-list li:nth-child(2n) {
	margin-right: 0;
}

.tsms-list li .tsms-img {
	border: 2px solid #cea45c;

}

.tsms-list li a {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.tsms-list li p {
	text-align: center;
	padding: 5px 0 20px;
	color: #70421e;
}


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

}


@media (max-width:414px) and (min-width: 320px) {
	.part1 {
		margin-top: -6.84rem;
	}
}

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

	.part1 {
		margin-top: -1.84rem;
	}
}

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

	.part1 {
		margin-top: -1.84rem;
	}
}

/* 宁夏好物 */
.nxhw-list {
	background: url(0722nxhw-bg.jpg) no-repeat;
	width: 100%;
	height: 36.63rem;
	background-size: 100% 100%;
	padding: 0.9rem 0;
}

.nxhw-list>div {
	width: 14.84rem;
	margin: 0 auto 1rem;
}

.nxhw-list>div h4 {
	font-size: 1.09rem;
	text-align: center;
	color: #fff;	
}