body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 62.500vw; 
	background: #fff;
	overflow-x: hidden;
}


@font-face {
	font-family:newfont;
	src: url(../font/newfont.OTF);
}
@font-face{
   font-family:wending;
   src:url("../font/经典宋体.TTF"); 
}

@font-face {
    font-family: 经典宋体简;
    src: url('../font/经典宋体.TTF');
}
/*css主要部分的样式*/
/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
.scrolling-area {
	direction: rtl;
}

.scrolling-element-inside {
	direction: ltr;
}

::-webkit-scrollbar {
	width: 0.260vw;
	/*对垂直流动条有效*/
	height: 0.260vw;
	/*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 0.313vw rgba(0, 0, 0, .3);
	background-color: #999;
	/* border-radius: 0.156vw; */
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
	border-radius: 0.365vw;
	-webkit-box-shadow: inset 0 0 0.313vw rgba(0, 0, 0, .3);

	background-color: #232323;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
	background-color: #828282;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
	background: khaki;
}
.page-box{
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}
.nav-list{
    top:9.25vw ;
	position: absolute;
	left: 14vw;
}
.nav-list-main{
	min-width: 7.5vw;
}
.nav-guide-list{
    top:2vw ;
	position: absolute;
	right: 6vw;
	width: 70%;
	height: 2.865vw;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.nav-guide-list-main{
	width: 100%;
	height: 100%;
	position: absolute;
    right: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url(../qszyImg/nav-guide-list-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.nav-position{
	color: #000000;
	font-size: 0.729vw;
	text-align: center;
	font-family: '楷体';
	position: relative;
	width:100%;
}
.nav-position .cn-position{
    font-size: 32px;
}
.nav-position .en-position{
    text-transform: uppercase;
    position: absolute;
    top:3.5vh;
    font-family: '微软雅黑';
    width:100%;
}



.main{
	width: 66vw;
	left: 22vw;
	top: 15.5vw;
	height: 27vw;
	font-size:14px;
	position: absolute;
}
.main-box-plus{
    width:100%;
    overflow: hidden;
    height: 98%;
    padding-bottom: 2%;
    line-height:3vh;
    position: relative;
}
.main-box{
    width:100%;
    overflow: hidden;
    height: 98%;
    padding-bottom: 2%;
    line-height:3vh;
    font-size: 14px;
    position: relative;
}
.main-content-plus{
    width: 100%;
    height: auto;
    overflow-y: auto;
}
.main-content{
    width: 50%;
    height: auto;
    overflow-y: auto;
}
.main-image{
     width: 48%;
     height: 100%;
     overflow: hidden;
     margin-left: 2%;
}
.main-image img{
    width: 100%;
}
/*视频列表*/
.video-list{
    display: flex;
    width:100%;
    height: 45vh;
}

.video-list .list-block{
    width:30%;
    padding: 0 1%;
    margin-right:2%;
    background-color: #ffffff;
    height: 45vh;
}
.video-list .list-block:last-child{
    margin-right:0%;
}
.video-list .list-block .list-block-img{
    height: 35vh;
    width:100%;
    margin-top:1.5vh;
    
}
.video-list .list-block .more{
    color: #999999;
    text-align: center;
}


.nav-list-guile{
    margin:  0 auto;
    position: relative;
    width:80%;
    height: 345px;
    top:30vh;
    display: flex;
}
.nav-list-guile .nav-list-item{
    color: #250e00;
    width: 345px;
    height: 345px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}
.nav-list-guile .nav-list-item .nav-list-item-box{
    position: relative;
    top:15vh;
}
.nav-list-guile .nav-list-item a{
    display: block;
    height: 100%;
    width: 100%;
}

.nav-list-guile .nav-list-item:nth-child(1) .en-position{
    font-size: 20px;
}
.nav-list-guile .nav-list-item:nth-child(1){
    font-size: 30px;
    background-image: url('../qszyImg/guide-ico-07.png');
    top:-8vh;
    left:2.5vw;
}
.nav-list-guile .nav-list-item:nth-child(2){
    background-image: url('../qszyImg/guide-ico-01.png');
    top:11.25vh;
    left:11.75vw;
    z-index: 105;
}
.nav-list-guile .nav-list-item:nth-child(3){
    background-image: url('../qszyImg/guide-ico-02.png');
    top:-8vh;
    left:21vw;
    z-index: 104;
}
.nav-list-guile .nav-list-item:nth-child(4){
    background-image: url('../qszyImg/guide-ico-03.png');
    top:11.25vh;
    left:30.25vw;
    z-index: 103;
}
.nav-list-guile .nav-list-item:nth-child(5){
    background-image: url('../qszyImg/guide-ico-04.png');
    top:-8vh;
    left:39.5vw;
    z-index: 102;
}
.nav-list-guile .nav-list-item:nth-child(6){
    background-image: url('../qszyImg/guide-ico-05.png');
    top:11.25vh;
    left:48.75vw;
    z-index: 101;
}
.nav-list-guile .nav-list-item:nth-child(7){
    background-image: url('../qszyImg/guide-ico-06.png');
    top:-8vh;
    left:58vw;
    z-index: 100;
}
.nav-list-guile .nav-list-item .en-position{
    text-transform: uppercase;
}


.main-guide{
    width: 70vw;
	left: 25vw;
	top: 12.55vw;
	height: 30vw;
	overflow-y: auto;
	position: absolute;
}

.main-title{
	width: fit-content;
	margin: 1.823vw auto;
	text-align: center;
	font-size: 0.625vw;
}
.main-title-en{
	text-transform: uppercase;
	color: #AFAFAF;
	font-size:0.833vw;
}
.main-title-cn{
	font-size: 1.275vw;
	color: #342417;
	margin-bottom: 0.521vw;
}
.main-title-desc{
    color: #666666;
    font-size: 14px;
    font-size:0.833vw;
}

.jqgk{
   padding:0 1vw;
   height: auto;
}
.article-jqgk img{
     width: 80%;
}
.fenye{
    position: absolute;
    bottom:7vw;
    width:70vw;
    text-align: center;
    right: 6vw;
    height: 2vw;
    background-image: url(../qszyImg/nav-guide-list-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.main-fenye{
    position: absolute;
    bottom:7vw;
    width:66vw;
    text-align: center;
    right: 9vw;
    font-size: 14px;
    color: #666666;
    height: 2.5vw;
}
.main-fenye p{
    margin: 0;
    padding: 0;
}
.main-fenye a{
    color: #666666;
}
.scale{
	overflow: hidden;
}
.scale>img{
	transition: all 1s;
	cursor: pointer;
}
.scale>img:hover{
	transform: scale(1.2);
}
.chi-list{
    display: flex;
	flex-wrap: wrap;
	margin:0;
}
.chi-block{
	display: block;
	width: 20vw;
	height:11.55vw;
	box-shadow: 0.000vw 0.000vw 0.521vw #E5E5E5;
	margin-right: 0.521vw;
	margin-bottom: 0.521vw;
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
	border-radius: 0.5vw;
	overflow: hidden;
}

.chi-block-desc{
	padding: 0.521vw;
	position: absolute;
	color: #342417;
	width: 90%;
	left:2.5%;
	font-family: 楷体;
	text-align: center;
	border-radius: 0.5vw;
	border: 1px solid #ffffff;
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
	bottom:1vh;
}
.chi-block-desc-plus{
    display: none;
    position: absolute;
    width: 100%;
    border-radius: 0.5vw;
    height: 100%;
    top:0;
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
}
.chi-block-desc-plus-son{
    position: absolute;
    width: 96%;
    margin: 0 2%;
    border-radius: 0.5vw;
    border: 1px solid #ffffff;
    height: 93%;
    top:3.5%;
    color: #ffffff;
    background-color: rgba(0,0,0,0.5);
}

.ywxm-block-img{
	position: relative;
	width: 20vw;
	height:41.667vw;
	overflow: hidden;
	border-bottom: 0.260vw solid #761F1E;
	transition: all 1s;
}
.ywxm-block-img>img{
	min-width: 100%;
	height: 100%;
}
.ywxm-block-desc{
	padding: 4.167vw 1.823vw;
	height: 13.542vw;
	text-align: center;
	color: #A7A7A7;
}
.ywxm-block-desc>div:nth-child(1){
	font-size: 1.771vw;
	margin-bottom: 0.781vw;
}
.ywxm-block-fgx{
	width: 2.604vw;
	height: 0.156vw;
	background-color: #761F1E;
	margin: 0 auto;
	margin-bottom: 0.781vw;
}
.ywxm-block-desc>div:nth-child(3){
	font-size: 0.833vw;
}
.ywxm-block-mask{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.swiper-slide:hover .ywxm-block-img{
	height:31.250vw;
}
.swiper-slide:hover .ywxm-block-desc{
	color: #fff;
	background-color: #761F1E;
}
.swiper-slide:hover .ywxm-block-mask{
	display: none;
}
.swiper-slide:hover .ywxm-block-fgx{
	background-color: #fff;
}

.blzx{
	margin-top: 2.083vw;
}
.blzx-block{
	display:block;
	height: 13.542vw;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 2.083vw;
}
.blzx-block:hover .blzx-block-desc>div:nth-child(1){
	color: #D0A273;
}
.blzx-block-img{
	width: 22.656vw;
	height: 13.542vw;
	overflow: hidden;
}
.blzx-block-img>img{
	min-width: 100%;
	height: 100%;
}
.blzx-block-desc{
	position: absolute;
	left: 30%;
	width: 40.885vw;
	height: 8.333vw;
	box-shadow:0.000vw 0.000vw 0.521vw  #A7A7A7;
	background-color: #fff;
	padding: 1.042vw 1.563vw;
	
}
.blzx-block-desc>div:nth-child(1){
	font-size: 0.833vw;
	margin-bottom: 0.521vw;
}
.blzx-block-desc>div:nth-child(2){
	font-size: 0.625vw;
	color: #A7A7A7;
	margin-bottom: 0.781vw;
}
.blzx-block-desc>div:nth-child(3){
	font-size: 0.729vw;
	line-height: 1.458vw;
	color: #333333;
	margin-bottom: 0.781vw;
}
.blzx-block-desc>div:nth-child(4){
	color: #333333;
}


.zxyd{
	display: flex;
	flex-wrap: wrap;
	margin: 2.083vw 0;
}
.zxyd>a:nth-child(3n){
	margin-right: 0;
}
/*列表分页*/
.pglist{
    display: flex;
    width: fit-content;
    justify-content: center;
    margin: 0 auto;
    margin-top:0.5vw;
   
}

.pglist a{
    display: block;
    color: #000;
    padding: 0 1vw;
    height: 1.823vw;
    text-align: center;
    line-height: 1.823vw;
    margin-right: 0.260vw;
}
.pglist .active>a{
    background-color: #2f1906;
    color: #fff;
}
.pglist li{
    list-style: none;
    
}

.zxyd-blok{
	display: block;
	width: 20.313vw;
	height: 19.531vw;
	background-color: #fff;
	color: #000000;
	margin-right: 0.521vw;
	margin-bottom: 0.521vw;
	box-shadow: 0.000vw 0.000vw 0.521vw #E5E5E5;
}
.zxyd-blok-litpic{
	width: 100%;
	height: 11.979vw;
	overflow: hidden;
}
.zxyd-blok-litpic>img{
	height: auto;
	width: 100%;
}
.zxyd-blok-title{
	font-size: 0.938vw;
	padding:0.521vw 0.781vw;
}
.zxyd-blok-dz,.zxyd-blok-dh{
	padding: 0 0.781vw;
	color: #666;
}
.zxyd-blok-more{
	padding: 0 0.781vw;
	display: flex;
	justify-content: space-between;
	margin-top: 0.521vw;
	height: 1.823vw;
	line-height: 1.823vw;
}
.zxyd-blok-more-price{
	font-size: 1.563vw;
	color: #eb0000;
}
.zxyd-blok-more-more{
	width: 4.167vw;
	height: 1.563vw;
	font-size: 0.729vw;
	text-align: center;
	line-height: 1.563vw;
	color: #fff;
	border-radius: 0.781vw;
	background-color: #8B0101;
}

.mtxs{
	margin-top: 2.083vw;
	width: 62.5vw;
	height: fit-content;
	position: relative;
}
.yktj{
	margin: 2.083vw 0;
	width: 62.5vw;
	height: 55vh;
	position: relative;
}


/*景点列表*/

/*新闻资讯列表*/

.main-news{
    display: flex;
}
.main-news-left{
    width: 40%;
    height: 90%;
    padding: 0.5vw;
    background-color: #ffffff;
}
.main-news-left .main-news-img{
    height: 60%;
    margin: 0;
    display: block;
    background-size: 100% 100%;
	background-repeat: no-repeat;
}
.main-news-left .news-more{
   position: absolute;
   right:1vw;
}
.main-new-right{
    width: 57%;
    margin-left:1vw ;
    line-height: 2.5vh;
}
.news-block{
    display: block;
    padding: 0.5vw 0;
    position: relative;
    border-bottom: 1px solid #a0a0a0;
}
.news-block:nth-child(1){
    padding-top:0 ;
}
.news-block-more{
   position: absolute;
   right:1vw;
   font-size:12px; 
   color:#666666;
   bottom:1vh;
}
/*在线预订*/
.order-block{
    display: block;
	width: 15vw;
	height:20.475vw;
	margin-right: 1vw;
	margin-bottom: 0.521vw;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
.order-block-img{
    height: 13.5vw;
    margin: 0.5vw;
    margin-bottom: 0;
    background-size:cover ;
}
.order-block-desc{
    line-height: 1vw;
    width:100%;
    padding:0.5vw 1vw 1vw 1vw;
}
.order-block-more{
    position: absolute;
    width:100%;
    text-align: center;
    bottom:0;
    color: #ffffff;
    font-size: 18px;
    font-family: 楷体;
    padding: 0.75vw 0;
    background-color: #25a812;
}

/*小贴士列表*/

.main-tips{
	width: 66vw;
	left: 22vw;
	top: 15.5vw;
	height: 27vw;
	position: absolute;
}
.tip-block{
    display: block;
    width: 12vw;
    height: 22vw;
    box-shadow: 0vw 0vw 0.521vw #e5e5e5;
    margin: 0 1vw;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5vw;
    position: relative;
    overflow: hidden;
}
.tip-block-img{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 45%;
    top:8.5vw;
}
.tip-block-img img{
    width: 100%;
}
.tip-block-desc{
    width: 100%;
    height: 20vw;
    padding-top: 10vw;
    font-size: 20px;
    color: #ffffff;
    align-items: center;
    background: rgba(0,0,0,0.3);
    text-align: center;
    
}

/*联系我们*/
.scenic-main-desc{
    margin: 2vw 0 0 1vw;
    color: #ffffff;
    font-size: 20px;
    line-height: 5vh;
    font-family: 楷体;
}

/*问卷调查*/
.exam-desc {
    line-height:1.5vw;
    padding:1vw 0;
    border-bottom: 1px #F2F2F2 solid;
}
.exam-desc-date{
    color: #8B8B8B;
    font-weight: normal;
    margin: 10px 0 0;
    font-size: 14px;
}
.exam-desc-title{
    font-size: 18px;
    line-height: 32px;
}
 .exam-desc-title:hover{
     color: #721D1B;
 }
 .exam-tip{
     border:1px solid #DCDDDD;
 }
 .main-exam-box{
    width:100%;
    overflow-y: scroll;
    height: auto;
    padding-bottom: 2%;
    line-height:3vh;
    font-size: 14px;
    position: relative;
}

.div_question {
    border-bottom: 1px solid #EFEFEF;
    clear: both;
    height: auto;
    margin: 2px auto;
    padding: 0.5vw 0;
    width: 100%;
}
.div_title_question {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-align: left;
}
.div_table_radio_question {
    clear: both;
    color: #333333;
    font-size: 12px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 5px;
    text-align: left;
}
.question-btn{
    background-color: rgba(0,0,0,0.7);
    border: none;
    color: white;
    padding: 0.5vw 2vw;
    border-radius: 0.5vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top:10px;
}

/*VR*/
.vr-list{
    display: flex;
    width: 50%;
	margin:0 auto;
	position: relative;
}
.vr-block{
    display: block;
	width: 16.813vw;
	height:19vw;
	margin-right: 1.75vw;
	margin-bottom: 0.521vw;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
    border-radius: 0.5vw;
}
.vr-block-img{
    width: 96%;
    height: 15.5vw;
    margin: 2%;
    background-repeat: no-repeat;
	background-size: cover;
    border-radius: 0.5vw 0.5vw 0 0;
}

.vr-block-desc{
    width:100%;
    height: 10vw;
    position: relative;
}


/*详情页*/
.page-view-box{
    width: 100%;
}
.main-view{
    width: 70%;
    margin: 0 auto;
    display: flex;
    min-height: 800px;
    font-size:14px;
    margin-top: 185px;
}
.nav-view-list{
    width:150px;
}
.main-view-box{
   width: calc(100% - 165px);
   margin:45px 0 0 15px;
}
.main-view-content{
    min-height: 500px;
}
.main-view-fenye{
    display: flex;
    justify-content: space-between;
}