@charset "UTF-8";
/* CSS Document */

#app{
    position: relative;
    width: 100%;
 	min-width:1200px;
  
}
.banner{
    position: relative;
    margin-bottom: 60px;
    width: 100%;
}
    .banner .bannerBg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
        z-index: 10;
}

.banner .el-carousel__indicators--vertical{
    right: 4%;
    top: 53%;
    margin-bottom: 100px;
}

.banner .el-carousel__indicators--vertical .el-carousel__button {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-bottom: 30px;
    background:#FFF;
}
.banner  .el-carousel__indicator button{
    background: #fff!important;
    opacity: 1;
}
.banner  .el-carousel__indicator.is-active button{
    background: #7E0015!important;

}

.banner  .el-carousel__indicator--horizontal.is-active .el-carousel__button {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
}
.scenicArea{
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -70px;
    z-index: 100;

}
.scenicArea_box{
    display: flex;
    justify-content: space-between;
}

.scenicArea_box .scenicItem{
    width: 360px;
    height: 400px;
    position: relative;
    cursor: pointer;
  border-radius: 30px;
overflow: hidden;
  object-fit: cover;
}

    .scenicArea_box .scenicItem:hover{

        transform: scale(1.1) translateY(5px);
        transition: transform .1s ease-in-out .1s;


    }
.tlt{
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 18px;
    color: #fff;
}
.seeMore{
    text-align: center;
    cursor: pointer;
    width: 151px;
    height: 51px;
  line-height:51px;
    margin: 0 auto;
    margin-top: 35px;
	
}
.seeMore_button{
  font-size:16px;
      border: 2px solid #7e0015;
    border-radius: 26px;
    vertical-align: middle;
  color:#a0263a;
}
.seeMore_button span{
    margin-right: 10px;
}

/*新闻公告*/
.news_box{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 60px;
    box-sizing: border-box;
}
.news_box  .newsleft{
  width: 50%;
  height: 100%;
  background: #fff;
  padding: 30px 20px 50px 20px;
  box-sizing: border-box;
}

.news_box  .newsleft .title{
    font-size: 24px;
    font-weight: 400;
}

.news_box  .newsleft .newsItem{
    display: flex;
}
.news_box .newsleft .newsItem .newsItem_img{
    width: 205px;
    height: 142px;
    margin-right: 20px;
}
    .news_box .newsleft .newsItem .newsItem_cont{
    flex: 1;
}
    .news_box .newsleft .newsItem .newsItem_cont .newsItem_cont_tlt{
        font-size: 18px;
        font-weight: 400;
        overflow: hidden;
             text-overflow: ellipsis;
        white-space: normal;
        display:-webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .news_box .newsleft .newsItem .newsItem_cont  .newsItem_cont_time{
        color: #A3A2A2;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .news_box .newsleft .newsItem .newsItem_cont  .newsItem_cont_time .seemore{
        color: #7E0015;
        font-size: 14px;
        cursor: pointer;
    }
    .news_box .newsleft .newsItem .newsItem_cont  .newsItem_cont_tip{
        max-height: 41px;
        overflow: hidden;
        color: #A3A2A2;
        text-overflow: ellipsis;
        white-space: normal;
        display:-webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
          font-size: 14px;

    }
    .arrowBox{
        display: flex;
        justify-content: flex-end;
    }
    .arrowBox .Arrow{
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #7E0015;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
.news_box  .newsright{
    width: 50%;
    height: 100%;
    background: #F7F7F7;
    padding: 30px 20px 80px 20px;
    box-sizing: border-box;

}
.newsright .title{
    font-size: 24px;
    font-weight: 400;
}
    .news_box   .newsCont{
        height: 505px;
        overflow: auto;
    }
    .news_box  .newsright .newsItem{
        display: flex;
    }

    .news_box .newsright .newsItem .moent{
        width: 64px;
        height: 66px;
        background: rgba(247,247,247,0);
        border: 1px solid #C8C7C7;
        margin-right: 20px;
        padding: 8px 6px;
        padding-bottom: 0;
        box-sizing: border-box;s
    }
    .news_box .newsright .newsItem .moent .day{
        font-size: 22px;
        text-align: center;
        color: #807F7F;
    }
    .news_box .newsright .newsItem .moent .year{
        font-size: 14px;
        text-align: center;
        color: #807F7F;
    }
    .news_box .newsright .newsItem .newsItem_cont{
        flex: 1;
    }
    .news_box .newsright .newsItem .newsItem_cont .newsItem_cont_tlt{
        font-size: 18px;
        font-weight: 400;
         overflow: hidden;
             text-overflow: ellipsis;
        white-space: normal;
        display:-webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .news_box .newsright .newsItem .newsItem_cont  .newsItem_cont_tip{
        max-height: 32px;
        overflow: hidden;
        color: #A3A2A2;
        text-overflow: ellipsis;
        white-space: normal;
        display:-webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
      font-size:14px;
    }
/*合作酒店*/
.hotel{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 5px;
}

 .tlt_box{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #040404;
}
  .tip{
    font-size: 16px;
    color: #040404;
    text-align: center;
    margin-top: 52px;
    margin-bottom: 49px;
    line-height: 30px;
}
.hotel .hotel_box{
    display: flex;
    flex-wrap: wrap;


}
.hotel .hotel_Item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  margin: 0 26px 50px 0;
			width: calc((100% - 105px) / 5);   
}
.hotel .hotel_Item:nth-child(5n + 5) {
				margin-right: 0;
			} 
.hotel .hotel_Item .imgBox {
    height: 143px;
    width: 100%;
    border: 1px solid #F3F1F1;
    margin: 0 auto;
    margin-bottom: 29px;
  object-fit: cover;
}
.hotel .hotel_Item .titlte {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #040404;
}
/*景区服务*/
.areaServices{
    width: 100%;
    height: 673px;
    background: url("${ResBase}image/areaServices.png") no-repeat;
    padding-top: 69px;
    position: relative;
    margin-bottom: 465px;

}
.areaServicesBg{
      position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.areaServices_type{
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}
.areaServices_type .areaServices_type_item{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.areaServices_type_item .areaServices_type_item_icon{
    width: 88px;
    height: 88px;
    line-height: 88px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
}
    .areaServices_type_item .areaServices_type_item_icon span {
        font-size: 30px;
    }
    .areaServices_type_item .areaServices_type_item_icon:hover{
       background: #7E0015;
      color:#fff;
      cursor: pointer;
    }

.areaServices_type_item .areaServices_type_item_tlt{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.areaServices  .areaServices_bg{
    width: 1200px;
    height: 687px;
    /*position: absolute;*/
    margin: 0 auto;
    margin-top: 66px;
    border-radius: 20px;
     overflow: hidden;

}
/*视听风光*/
    .AudiovisualScenery{
        margin-bottom: 35px;
    }
    .AudiovisualScenery .AudiovisualScenery_box{
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }
.AudiovisualScenery .AudiovisualScenery_box img{
	object-fit: cover;
}
    .AudiovisualScenery .AudiovisualScenery_box .boxTop{
        display: flex;
        justify-content: space-between;
    }
    .AudiovisualScenery .AudiovisualScenery_box .boxTop .boxTop_left{
        width: 590px;
        margin-right: 20px;
    }
    .AudiovisualScenery .AudiovisualScenery_box .boxTop .boxTop_left .boxTop_left_1{
        height: 424px;
        margin-bottom: 20px;
    }
    .AudiovisualScenery .AudiovisualScenery_box .boxTop .boxTop_left .boxTop_left_2{
        height: 769px;
    }
    .AudiovisualScenery .AudiovisualScenery_box .boxTop .boxTop_right{
        width: 590px;
    }

    .boxTop_right_img{
        height: 391px;
    }
    .AudiovisualScenery_box_item{
        position: relative;
    }
    .AudiovisualScenery_box_item .introduction{
        position: absolute;
        left: 20px;
        bottom: 20px;
        padding: 20px;
        background: rgba(255, 255, 255,  0.34);
        color: #fff;
        box-sizing: border-box
    }
    .AudiovisualScenery_box_item .introduction .tltle{
        font-size: 14px;
    }
    .AudiovisualScenery_box_item .introduction .cont{
        font-size: 12px;
    }