.main-nav{
	height: 119px;
	background-image: url(../mainImg/header-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100vw;
	min-width:1366px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

@media screen and (max-width: 1688px) {
  .lang{
      display: none;
  }
}
@media (min-width: 1366px) and (max-width: 1440px){
	.main-nav-list>a{
		display: block;
		width: 100px;
		height: 50px;
		text-align: center;
		padding-top: 10px;
		font-size: 16px;
	}
	.gg-page-num-left{
		position: absolute;
		margin-right: 90vw;
		border: 1px solid;
		padding: 5px;
	}
	.gg-page-num-right{
		position: absolute;
		margin-left:2.6vw;
		border: 1px solid;
		padding: 5px;
	}
	
	
    /* 景区概况 */
    .main-jqgk{
    	width: 1248px;
    	/* height: 650px; */
    	height: 60.18vh;
    	/* margin-top: 210px; */
    	margin-top: 8vh;
    }
    .main-jqgk-title{
    	width: 1103px;
    	/* height: 288px; */
    	height: 27vh;
    	background-image: url(../img/main-jqgk-title.png);
    	background-size: 100% 100%;
    	background-repeat: no-repeat;
    	margin: 0 auto;
    }
    .main-jqgk-desc{
    	text-indent: 35px;
    	width: 905px;
    	/* height: 150px; */
    	height: 13.88vh;
    	margin-left: 130px;
    	text-align: left;
    	/* padding-top: 65px; */
    	padding-top: 6vh;
    	/* font-size: 14px; */
    	font-size: 0.73vw;
    	line-height: 25px;
    }
    .main-jqgk-more{
    	float: right;
    	margin-right: 150px;
    }
    .main-jqgk-more>a{
    	font-size: 16px;
    	color: #796A5D;
    }
    .main-jqgk-list{
    	width: 65vw;
    	padding: 35px 80px 0 80px;
    	/* margin-left: 10vw; */
    	display: flex;
    	justify-content: space-between;
    }
    .main-jqgk-list>div{
    	width: 341px;
    	/* width: 17.76vw; */
    	height: 313px;
    	/* height: 28.98vh; */
    }
    /* .main-jqgk-list>div img{
    	width: 100%;
    	height: 100%;
    } */
}
@media (min-width: 1920px) and (max-width: 4026px){
	.main-nav-list>a{
		display: block;
		height: 50px;
		text-align: center;
		padding-top: 10px;
		font-size: 16px;
	}
	.gg-page-num-left{
		position: absolute;
		margin-right: 91.5vw;
		border: 1px solid;
		padding: 5px;
	}
	.gg-page-num-right{
		position: absolute;
		margin-left:2.6vw;
		border: 1px solid;
		padding: 5px;
	}
	
	
	/* 景区概况 */
    .main-jqgk{
    	width: 1248px;
    	/* height: 650px; */
    	height: 60.18vh;
    	/* margin-top: 210px; */
    	margin-top: 8vh;
    }
    .main-jqgk-title{
    	width: 1103px;
    	 height: 288px; 
    	/*height: 27vh;*/
    	background-image: url(../img/main-jqgk-title.png);
    	background-size: 100% 100%;
    	background-repeat: no-repeat;
    	margin: 0 auto;
    }
    .main-jqgk-desc{
    	text-indent: 35px;
    	width: 905px;
    	 height: 150px; 
    	/*height: 13.88vh;*/
    	margin-left: 130px;
    	text-align: left;
    	 padding-top: 65px; 
    	/*padding-top: 6vh;*/
    	 font-size: 14px; 
    	/*font-size: 0.73vw;*/
    	line-height: 25px;
    }
    .main-jqgk-more{
    	float: right;
    	margin-right: 150px;
    }
    .main-jqgk-more>a{
    	font-size: 16px;
    	color: #796A5D;
    }
    .main-jqgk-list{
    	width: 65vw;
    	padding: 35px 80px 0 80px;
    	/* margin-left: 10vw; */
    	display: flex;
    	/*justify-content: space-between;*/
    }
    .main-jqgk-list>div{
    	width: 341px;
    	/* width: 17.76vw; */
    	height: 313px;
    	/* height: 28.98vh; */
    	margin-right: 25px;
    }
     .main-jqgk-list>div img{
    	width: 100%;
    	height: 100%;
    } 
}
.main-nav>div{
	padding-top: 50px;
	display: flex;
}
.weather{
	min-width: 15vw;
	height: 60px;
	margin-top: 5px;
	margin-left:2vw;
	overflow: hidden;
}
.main-nav-list{
	width: 70vw;
	display: flex;
}

.main-nav-list>a{
	height: 50px;
	text-align: center;
	min-width: 100px;
	padding-top: 10px;
	font-size: 16px;
	color:#333333;
}
.main-nav-list>a:hover{
	color: #831a1f !important;
}
.main-nav-active{
	color: #831a1f !important;
}
.main-nav-list>a:nth-child(6){
  margin-left:14vw;
}
.main-nav-list>a>div:nth-child(2){
	font-size: 10px;
}
.main-nav-lang{
	margin-top: 10px;
	right: 2vw;
    position: absolute;
}
.lang {
    color: #755d31;
    cursor: pointer;
    font-size: 16px;
    width: 120px;
   
  }
 .lang-label {
  background-image: url("../img/14.png");
  background-repeat: no-repeat;
  background-position: 100px center;
  border: 1px solid #755d31;
  border-radius: 10px;
  width: 100px;
  text-align: center;
  padding: 5px 10px 5px 10px;
}
.lang-list {
  position: absolute;
  width: 100%;
  height: 120px;
  margin-top: 5px;
  display: none;
}
.item {
    text-align: center;
    width: 100%;
    background-color: #831a1f;
    padding: 8px 0;
    color: #ffffff;
    border-bottom: 1px solid #e1e1e1;
  }
  .item:last-child {
    border: none;
  }
  .item:hover {
    background-color: #e1e1e1;
    color: #755d31;
  }
.main-nav-lang>a{
	display: block;
	width: 80px;
	height: 40px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.banner{
	width: 100vw;
	height: 100vh;
}
.banner img{
	width: 100%;
	height: 100%;
}
/* swiper start*/
.swiper-wrapper {
	transition-delay: .6s;
}

.swiper-container {
	width: 100vw;
	height: 100vh;
	margin: 0 auto;
}
.swiper-container-m {
	width: 100vw;
	height: 50vh;
	margin: 0 auto;
}

.swiper-slide {
	text-align: center;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

/* swiper end*/

.banner1-font{
	position: relative;
	/* width: 754px; */
	width: 39.27vw;
	height: 14vh;
	margin-bottom: 23.14vh;
	display: none;
}
.banner2-font{
	position: relative;
	/* width: 378px; */
	width: 19.68vw;
	/* height: 415px; */
	height: 38.5vh;
	/* margin-right: 600px; */
	margin-right: 31.25vw;
	display: none;
}
.banner3-font{
	position: relative;
	/*width: 378px; */
	/*width: 426px;*/
	/*height: 324px;*/
	/*width: 417px;*/
	/*height: 211px;*/
	width: 21.71875vw;
	height: 19.53703703703704vh;
	margin-right: 80vw;
	margin-bottom: 10vh;
	display: none;
}
.swiper-slide-active>div:nth-child(1) {
	display: block;
}
.page-num-content{
	position: absolute;
	bottom: 9.25vh;
	left: 3.125vw;
	text-align: left;
}
.page-num-active{
	font-size: 19px;
	font-weight: bold;
}
.page-num-active>span:nth-child(2){
	font-size: 10px;
}


.gg-page-num-right::after{
	font-size: 16px !important;
}
.gg-page-num-left::after{
	font-size: 16px !important;
}

/* 侧边导航栏 */
.main-side{
	width: 148px;
	height: 380px;
	background-image: url(../img/main-side-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	/*top: 280px;*/
	top: 25.92vh;
	right: 10px;
	z-index: 999;
	font-size: 16px;
	padding-top: 30px;
}
.main-side>div:nth-child(1){
	margin-left: 45px;
	margin-top: 25px;
}
.main-side>div:nth-child(2){
	margin-left: 45px;
	margin-top: 28px;
}
.main-side>div:nth-child(2):hover .call{
	display: block;
}
.main-side>div:nth-child(3):hover .code{
	display: block;
}
.main-side>div:nth-child(3){
	margin-left: 45px;
	margin-top: 28px;
}
.main-side>div:nth-child(4){
	margin-left: 45px;
	margin-top: 28px;
}
.main-side>div:nth-child(5){
	margin-left: 45px;
	margin-top: 28px;
}
.main-side>div:nth-child(6){
	margin-left: 55px;
	margin-top: 25px;
}
.main-side>div>a{
	display: block;
	width: 65px;
	color: #E1BA81;
}
.main-side>div:nth-child(6)>a{
	width: 55px;
	font-size: 14px;
}
.call{
	width: 230px;
	height: 50px;
	background-color: rgba(37,14,0,0.7);
	border-radius: 5px;
	z-index: 999999;
	position: absolute;
	right: 150px;
	bottom: 270px;
	padding: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	display: none;
}
.call>img{
	position: absolute;
	margin-top: 8px;
	margin-left: -10px;
}
.call>span{
	margin-left: 35px;
}
.code{
	width: 150px;
	height: 150px;
	background-color: rgba(37,14,0,0.7);
	border-radius: 5px;
	z-index: 999999;
	position: absolute;
	right: 150px;
	bottom: 150px;
	padding: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	display: none;
}
.code>img{
	width: 100%;
	height: 100%;
}



/* 景区景点 */
.main-jqjd{
	width: 1352px;
	/* height: 650px; */
	height: 64.81vh;
	/* margin-top: 210px; */
	margin-top: 8vh;
}
.main-jqjd-title>img{
	width: 1200px;
	height: 99px;
}
.main-jqjd-desc{
	width: 700px;
	margin: 10px auto;
	height: 60px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
}
.main-jqjd-list{
	display: flex;
	justify-content: space-between;
	width: 1248px;
}
.main-jqjd-logo{
	margin: 30px auto 0 auto;
	width: 785px;
	height: 95px;
	display: flex;
	justify-content: space-between;
}
.main-jqjd-logo-line{
	margin-top: 40px;
	width: 80px;
	height: 1px;
	border-top:3px dashed #DFD3C2;
}
.main-jqjd-list{
    overflow: hidden;
    height: 40vh;
}
.main-more{
    margin-top: 150px;
    width: 52px;
    height: 52px;
    cursor: pointer;
}
.main-more>img{
    width: 100%;
    height: 100%;
}


/* 旅游指南 */
.main-lyzn{
	width: 995px;
	height: 650px;
	/* margin-top: 210px; */
	margin-top: 15vh;
	/* margin-left: 210px; */
	margin-left: 10.9vw;
}
.main-lyzn-list{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.main-lyzn-list>div>div:nth-child(1){
	margin-bottom: 5px;
}

/* 景区资讯 */
.main-jqzx{
	width: 100vw;
	height: 100vh;
	/* margin-top: 500px; */
	margin-top: 46.29vh;
}
.main-jqzx-list{
	width: 1248px;
	display: flex;
	margin: 10px auto 0 auto;
	justify-content: space-between;
	font-size: 14px;
	color: #7E7E7E;
}
.main-jqzx-list a{
	color: #7E7E7E !important;
}
.main-jqzx-list>div{
	cursor: pointer;
	padding: 10px;
	width: 400px;
	height: 520px;
	border-radius: 5px;
}
.main-jqzx-list>div:hover{
	background-color: #FFFFFF;
}
.main-jqzx-list-title{
	text-align: left;
	padding: 15px;
}
.main-jqzx-list-block{
	padding: 15px;
	border-bottom: 1px solid #EDEDED;
	
}
.main-jqzx-list-block>a{
	display: flex;
	justify-content: space-between;
}
.footer{
    min-height: 160px;
	height: 17.6vh;
	width: 100vw;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
	background-color: #831a1f;
}
.footer a{
    color: #ffffff;
}
.footer>div:nth-child(1){
	display: flex;
	margin-left: 2vw;
	text-align: left;
	margin-top: 20px;
}
.footer>div:nth-child(1)>div:nth-child(2){
	margin-left: 25px;
	font-size: 14px;
	color: #ffffff;
}
.footer>div:nth-child(1)>div:nth-child(2)>div:nth-child(1){
	font-size: 16px;
	color: #FFFFFF;
}
.footer>div:nth-child(1)>div:nth-child(2)>div:nth-child(2){
	color: #FFFFFF;
	margin: 10px 0;
}
.footer>div:nth-child(1)>div:nth-child(2)>div:nth-child(2)>a{
    color: #FFFFFF;
}
.footer>div:nth-child(2){
	margin-right: 2vw;
	text-align: right;
	margin-top: 25px;
	line-height: 25px;
}
.footer>div:nth-child(2)>div:nth-child(3){
	margin-top: 10px;
}

.videoContent {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999999;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.videoContent>video{
    margin: 0 auto;
    margin-top: 30vh;
}
.prenext{
    display: flex;
    justify-content: space-between;
}
