body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.lyfw a{
	color: #969390;
}

body::-webkit-scrollbar { width: 0 !important }

.nav-main {
	background-image: url(../img/nav-bg.png);
	height: 105px;
	display: flex;
	justify-content: space-between;
	width: 100vw;
	position: fixed;
	z-index: 999999;
}

.nav-list {
	margin-left: 8vw;
	display: flex;
}

.nav-list>div {
	width: 6vw;
	height: 67px;
	font-size: 16px;
	text-align: center;
}

.nav-list>div>a {
	padding-top: 38px;
	display: block;
	height: 100%;
	width: 100%;
	color: #000000;
}

.nav-list>div>a:hover {
	color: #FFFFFF !important;
	/*width: 6.5vw;*/
	height: 78px;
	background-image: url(../img/nav-hover.png);
	background-size: 100% 100%;
}

.main-nav-active{
	color: #FFFFFF !important;
	/*width: 6.5vw;*/
	height: 85px;
	background-image: url(../img/nav-hover.png);
	background-size: 100% 100%;
}

.nav-logo {
	width: 290px;
	height: 105px;
	text-align: center;
	line-height: 105px;
}

.nav-logo>img {
	width: 192px;
	height: 67px;
	vertical-align: middle;
}

.nav-weather {
	width: 5vw;
	padding-top: 38px;
	z-index: 999999;
}
.lyfw-weather>div{
	width: 550px !important;
	/* border: 1px solid #535251; */
	border-radius: 5px;
	background-color: #FFFFFF;
	padding-left: 25px;
}
.wv-lt-refresh>a{
	display: none;
}
.wv-lt-location{
	margin-bottom: 30px;
	font-size: 16px;
}
.wv-f-forecast-item{
	display: flex;
}
.wv-f-col-4{
	display: flex;
	margin-right: 50px;
}
.wv-f-col-4>li{
	/* height: 50px !important;
	line-height: 50px; */
	float: left;
}
.wv-f-col-4>li:nth-child(1){
	font-size: 18px;
	position: relative;
	margin-left:80px;
	padding: 0px;
}
.wv-f-col-4>li:nth-child(2){
	margin: -30px 10px 0 10px;
}
.wv-f-col-4>li:nth-child(2) img{
	width: 50px !important;
	height: 50px;
}
.wv-f-col-4>li:nth-child(3){
	padding: 0;
	margin: 0 !important;
	display: flex;
}

.nav-list>div>a>div:nth-child(2) {
	font-size: 10px;
}

.nav-lang {
	margin-left: 25px;
	width: 9.9vw;
	font-size: 10px;
	display: flex;
	margin-top: 38px;
	display: flex;
	justify-content: space-between;
}

.nav-lang>a>div {
	width: 40px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	color: #FFF;
	background-image: url(../img/lang-w.gif);
}

.nav-map {
	margin-left: 48px;
	padding-top: 38px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	background-color: #1E3144;
	color: #FFFFFF;
}


.banner {
	padding-top: 105px;
	width: 100vw;
	height: 830px;
	height: 89.2vh;
}

.banner-nav {
	height: 72px;
	position: relative;
	bottom: 72px;
	text-align: center;
	display: flex;

	z-index: 999998;
	color: #FFFFFF;
	font-size: 16px;
}
.banner-nav a{
    color: #FFF;
}

.banner-nav>div>a>img {
	margin-right: 15px;
	vertical-align: middle;
}

.banner-nav>div {
	position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	height: 55px;
	line-height: 55px;
	width: 384px;
	bottom: -17px;
}

.banner-nav>div>a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner-nav>div:hover {
	bottom: 0px;
	height: 72px;
	line-height: 72px;
	background-color: #940003;
}


/* swiper start*/
.swiper-wrapper {
	transition-delay: .3s;
}

.swiper-container {
	width: 100vw;
	height: 100%;
	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 end*/

.banner-side {
    position: fixed;
	width: 180px;
	top:310px;
	right: 20px;
	z-index: 999998;
}
.banner-side span{
    display: block;
    text-align: right;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000;
}

.banner-side>div {
	position: relative;
	margin: 0 0 3px auto;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: rgba(0, 0, 0, 0.5);
	transition: width .8s linear;
	border-radius: 60px;
	cursor: pointer;
	text-align: center;
}
.banner-side>div>a{
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	right: 0;
}

/* .banner-side>div:nth-child(2):hover{
	border-radius: 30px;
	width: 180px;
}
.banner-side>div:nth-child(4):hover{
	border-radius: 30px;
	width: 180px;
} */

.code{
	width: 120px;
	height: 120px;
	z-index: 999998;
	position: relative;
	bottom: 25px;
	right: 130px;
	display: none;
	font-size: 14px;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.7);
}
.code img{
    width: 100%;
    height: 100%;
}
.banner-side>div:nth-child(2):hover div{
	display: block;
}
.banner-side>div:nth-child(3):hover div{
	display: block;
}
.code-active:hover .c{
    display: block;
}

.swiper-slide-active>div {
	display: block;
}

.banner1-font {
	position: relative;
	margin-left: -35vw;
	margin-bottom: 18vh;
	display: none;
}

.banner2-font {
	position: relative;
	margin-left: -30vw;
	margin-bottom: 20vh;
	display: none;
}

.banner3-font {
	position: relative;
	margin-left: 2vw;
	margin-bottom: 25vh;
	display: none;
}

.nav-map-main {
	z-index: 999999;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 235px;
	color: #FFFFFF;
	text-align: center;
}

ul {
	padding: 0;
	margin: 0;
	margin-top: 40px;
}
li{
	list-style: none;
}
ul a{
	font-size: 14px;
	color: #fff;
}

.nav-map-main-title {
	font-size: 30px;
}

.nav-map-main-list-parent {
	width: 70vw;
	margin: 55px auto 0px auto;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #3E3E3E;
}

.nav-map-main-list-parent>a {
	display: block;
	width: 140px;
	height: 60px;
	line-height: 60px;
	color: #fff;
}

.nav-map-main-list-parent>a:hover::after {
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: transparent transparent #930003;
	position: relative;
	bottom: 15px;
	left: 60px;
}
.nav-map-main-list-parent>a:hover{
	color:#930003;
}
.nav-map-main-list-child{
	width: 70vw;
	margin:25px auto 0px auto;
	display: flex;
	justify-content: space-between;
}
.nav-map-main-list-child>ul{
	margin: 0;
	padding: 0;
	width: 140px;
}
.nav-map-main-list-child>ul>li{
	height: 30px;
	line-height: 30px;
}
.nav-map-main-list-child>ul>li>a:hover{
	color: #930003;
}

/* body */
/* .body{
	height: 100vh;
	width: 100vw;
} */
/* 景区概况 */
.jqgk{
	background-image: url(../img/景区概况-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100vw;
	height: 860px;
}
.jqgk-main{
	width: 62.5vw;
	height: 860px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.jqgk-main-left{
	/* width: 19.2vw; */
	height: 860px;
	margin-top: 80px;
}
.jqgk-main-left>div:nth-child(1){
	background-image: url(../img/景区概况title.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 307px;
	height: 79px;
	margin-bottom: 45px;
}
.jqgk-main-left>div:nth-child(2){
	text-indent:35px;
	font-size: 14px;
	line-height: 25px;
	width: 307px;
	height: 345px;
	color: #7A797A;
	margin-bottom: 60px;
}
.jqgk-main-left>div:nth-child(3)>a{
	text-align: center;
	display: block;
	width: 125px;
	height: 43px;
	line-height: 43px;
	border: 1px solid;
	font-size: 16px;
}
.jqgk-main-right{
	margin-top: 80px;
	width: 44.2vw;
	height: 860px;
	display: flex;
	justify-content: space-between;
}
.jqgk-main-right>div:nth-child(1){
	background-image: url(../img/景区概况1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 326px;
	height: 625px;
}
.jqgk-main-right>div:nth-child(1)>a{
	display: block;
	background-image: url(../img/景区概况1-font.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 56px;
	height: 207px;
	margin-left: 38%;
	margin-top: 190px;
}
.jqgk-main-right>div:nth-child(2){
	margin-top: 60px;
	background-image: url(../img/景区概况2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 326px;
	height: 625px;
}
.jqgk-main-right>div:nth-child(2)>a{
	display: block;
	background-image: url(../img/景区概况2-font.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 56px;
	height: 207px;
	margin-left: 38%;
	margin-top: 190px;
}
.jqgk-main-right>div:nth-child(3){
	background-image: url(../img/景区概况3.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 326px;
	height: 625px;
}
.jqgk-main-right>div:nth-child(3)>a{
	display: block;
	background-image: url(../img/景区概况3-font.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 56px;
	height: 207px;
	margin-left: 38%;
	margin-top: 190px;
}

/* 旅游指南 */
.lyzn{
	background-image: url(../img/body-bg-1.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	height: 810px;
	width: 100vw;
	padding-top: 70px;
	/* 设置背景固定 */
	background-attachment: fixed;
}

.lyzn-main{
	background-image: url(../img/旅游指南背景.png);
	/* width: 62.5vw; */
	width: 1200px;
	height: 740px;
	margin: 0 auto;
}
.lyzn-main-head{
	display: flex;
	justify-content: space-between;
	height: 100px;
	width: 100%;
	
}
.lyzn-main-head>div:nth-child(1){
	margin-left: 30px;
	margin-top: 35px;
	margin-bottom: 35px;
	width: 307px;
	height: 79px;
}
.lyzn-main-head>div:nth-child(2){
	width: 680px;
	height: 100px;
	margin-top: 35px;
	margin-right: 100px;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 35px;
	color: #535251;
}
.lyzn-main-head>div:nth-child(1)>img{
	width: 100%;
	height: 100%;
}
.lyzn-main-body{
	width: 98%;
	margin: 85px 12px 12px 12px;
	height: 545px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lyzn-main-body>a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 385px;
	height: 267px;
	margin-bottom: 10px;
}
.lyzn-main-body>a>div:nth-child(1){
	width: 89px;
	height: 267px;
	background-image: url(../img/吃背景.png);
}
.lyzn-main-body>a>div:nth-child(1)>img{
	width: 60px;
	height: 195px;
	margin-left: 15px;
	margin-top: 30px;
}
.lyzn-main-body>a>div:nth-child(2)>img{
	width: 296px;
	height: 267px;
}
.lyzn-main-body>a>div:nth-child(2){
	width: 296px;
	height: 267px;
}

/* 景区风光 */
.jqfg{
	background-image: url(../img/景区风光背景.png);
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	width: 100vw;
	height: 816px;
}
.jqfg-main{
	width: 1200px;
	height: 740px;
	margin: 0 auto;
	padding-top: 40px;
}
.jqfg-main-title{
	width: 307px;
	height: 79px;
	margin: 0 auto;
}
.jqfg-main-desc{
	margin: 15px 0;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #696A69;
}
.jqfg-main-body{
	display: flex;
	justify-content: space-between;
}
.jqfg-main-body-right>div{
	display: flex;
	justify-content: space-between;
}
.jqfg-main-body-right>div:nth-child(2){
	margin-top: -46px;
}
.jqfg-main-body-right>div>div{
	margin-right: 4px;
}
.img-desc{
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	position: relative;
	bottom: 48px;
}
.img-desc1{
	background-color: rgba(0,0,0,0.7);
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	position: relative;
	bottom: 48px;
}
/* 景区资讯 */
.jqzx{
	background-image: url(../img/body-bg-2.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%; 
	height: 810px;
	width: 100vw;
	padding-top: 70px;
	/* 设置背景固定 */
	background-attachment: fixed;
}
.jqzx-main-head{
	text-align: center;
	margin-bottom: 40px;
}
.jqzx-main-body{
	background-image: url(../img/景区资讯背景.png);
	width: 1200px;
	height: 590px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.jqzx-main-body-left{
	padding: 25px;
	width: 50%;
}
.jqzx-main-body-tab>div:nth-child(1){
	width: 555px;
	height: 316px;
	overflow: hidden;
}
.jqzx-main-body-tab>div:nth-child(1) img{
	width: 100%;
	height: 100%;
}
.jqzx-main-body-tab>div:nth-child(2){
	position: relative;
	bottom:25px ;
	display: flex;
}
.tab-span-active{
	background-color: #C3B2A4;
	color: #FFFFFF;
}
.gg-content-tab-active{
	display: block;
}
.gg-content-tab-default{
	display: none;
}
.tab-span-default{
	color: #C3B2A4;
	background-color: #FFFFFF;
}
.jqzx-main-body-tab>div:nth-child(2)>span{
	cursor: pointer;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 30px;
	
	border: 1px solid #C3B2A4;
}

.jqzx-main-body-new{
	
}
.jqzx-main-body-new>a>div:nth-child(1){
	color: #A87A65;
	font-size: 18px;
}
.jqzx-main-body-new>a>div:nth-child(2){
	color: #ADABA7;
}
.jqzx-main-body-new>a>div:nth-child(3){
	color: #838180;
	font-size: 14px;
	margin: 28px 0;
	line-height: 25px;
}
.jqzx-main-body-new>div{
	color: #A87A65;
}
.jqzx-main-body-right{
	padding: 25px;
	width: 50%;
}
.jqzx-main-body-right-master>a>div:nth-child(1){
	color: #A87A65;
	font-size: 18px;
}
.jqzx-main-body-right-master>a>div:nth-child(2){
	color: #ADABA7;
	margin-left: 20px;
}
.jqzx-main-body-right-master>a>div:nth-child(3){
	color: #838180;
	font-size: 14px;
	line-height: 25px;
	margin: 18px 0 30px 20px;
}
.jqzx-main-body-right-list>div>a>div:nth-child(1){
	color: #A87A65;
	font-size: 18px;
}
.jqzx-main-body-right-list>div>a>div:nth-child(2){
	color: #ADABA7;
	margin-left: 20px;
}
.jqzx-main-body-right-list>div>a>div:nth-child(3){
	color: #838180;
	font-size: 14px;
	margin: 10px 0 30px 20px;
}
/* 旅游服务 */
.lyfw{
	background-color: #F2EDE6;
	width: 100vw;
	/* height: 775px; */
	height: 650px;
}
.lyfw>div:nth-child(1){
	padding-top: 45px;
	text-align: center;
}
.lyfw>div:nth-child(2){
	text-align: center;
	color: #868380;
	font-size: 14px;
	margin: 28px 0;
}
.lyfw>div:nth-child(3){
	text-align: center;
}
.lyfw-weather{
	width: 100vw;
	margin: 50px 0;
}
.lyfw-weather>div{
	margin: 0 auto;
	width: 450px;
}
.lyfw-contact{
	width: 715px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.lyfw-contact>div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 25px;
	font-size: 14px;
	color: #969390;
}
.lyfw-contact>div>div:nth-child(1){
	width: 120px;
	height: 120px;
	border-radius: 120px;
	text-align: center;
}
.lyfw-contact>div:nth-child(1)>div:nth-child(1){
	margin-right: 20px;
	border: 1px solid #DAD7D4;
}
.lyfw-contact>div>div>img{
	width: 78px;
	height: 72px;
	vertical-align: middle;
	margin-top: 25px;
}
/* 底部 */
.footer{
	width: 100%;
	height: 95px;
	background-color: #000000;
	display: flex;
	justify-content: space-between;
	color: #9E8C7B;
	font-size: 14px;
	line-height: 25px;
}
.footer a{
    color: #9E8C7B;
}
.footer>div:nth-child(1){
	margin-top: 12px;
	width: 505px;
	padding-left: 2vw;
}
.footer>div:nth-child(2){
	margin-top: 30px;
}
.footer>div:nth-child(3){
	text-align: right;
	margin-top: 12px;
	width: 550px;
	padding-right: 2vw;
}