.hotel-list-wrap{
    padding: 32px 0 48px 0;
    background-image: url(../img/body-bg1.png);
}

.hotel-list-box{
    width: 1200px;
    margin: 0 auto;
}

.hotel-list-box-1{
    background: #FFFFFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

    /*margin-bottom: 32px;*/
}
.hotel-list-title{
    width: 980px;
    margin: 0 auto;
    padding: 12px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #09A79D;
}

.hotel-list-title span:nth-child(1){
    /*margin-left: 6px;*/
    margin-right: 6px;
    color: #09A79D;
}

.hotel-list-title span:nth-child(2){
    margin-left: 6px;
    margin-right: 6px;
    color: #09A79D;
}

.hotel-list-title span:nth-child(3){
    color: #444D59;
    margin-left: 6px;
}

.scenic-dtl-wrap{
    width: 980px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.scenic-dtl-text1{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #6E6E73;
    margin-bottom: 2px;
}

.scenic-dtl-text2{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #6E6E73;
    margin-bottom: 16px;
}

.scenic-dtl-title{
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
    color: #1D1D1F;
    margin-bottom: 16px;
}

.scenic-dtl-content{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1D1D1F;
}

.wx-xcx-wrap{
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.wx-xcx-wrap img{
    margin-right: 6px;
}

.index-scenic-box-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.index-culture-box-left-title{
    font-size: 32px;
    line-height: 100%;
    color: #282828;
    font-weight: bold;
    margin-bottom: 24px;
}

.new-index-hotel-list{
    display: flex;
    flex-wrap: wrap;
}

.new-index-hotel-item{
    width: 351px;
    height: 197px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

.new-index-hotel-item:nth-child(4n){
    margin-right: 0;
}

.new-index-hotel-item-img{
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
    border-radius: 4px;
    transition: 0.6s;
}

.new-index-hotel-item-bg{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    transition: .6s;
    /*display: none;*/
}

.new-index-hotel-item-text-wrap{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding:0 0 17px 24px;
    transition: .6s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    width: calc(100% - 24px);
}

.hotel-item-text-1{
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 12px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-right: 24px;
}

.scenic-detail-wrap{
    width: 1440px;
    margin: 0 auto;
}

.index-banner-wrap{
    width: 100%;
    height: 599px;
    position: relative;
}

.index-banner-slide {
    width: 100%;
    height: 100%;
}

.index-banner-slide-img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: 20s;
    transform: scale(1);
}

.index-banner-btn-wrap{
    position: absolute;
    /*left: 361px;*/
    /*bottom: 173px;*/
    z-index: 1;
    display: flex;
    top: 50%;
}

.banner-prev{
    width: 60px;
    height: 96px;
    /*margin-right: 12px;*/
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -48px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #efefef;*/
}

.banner-pagination{
    position: absolute;
    bottom: 40px !important;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 15px;
    background: url('../img/bullet.png');
    opacity: .5;
}

.banner-pagination .swiper-pagination-bullet:nth-child(2){
    background: url('../img/bullet1.png');
}

.banner-pagination .swiper-pagination-bullet:nth-child(3){
    background: url('../img/bullet2.png');
}

.banner-pagination .swiper-pagination-bullet:nth-child(4){
    background: url('../img/bullet3.png');
}

.banner-pagination .swiper-pagination-bullet:nth-child(5){
    background: url('../img/bullet4.png');
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
}

.banner-prev:hover,
.banner-next:hover{
    background: rgba(255, 255, 255, 0.4);
}

.banner-next{
    width: 60px;
    height: 96px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -48px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #efefef;*/
}

.new-index-scenic-list{
    display: flex;
    flex-wrap: wrap;
}

.new-index-scenic-item{
    width: 682px;
    height: 228px;
    margin-right: 12px;
    margin-bottom: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 16px;
    cursor: pointer;
    border-radius: 20px;
    position: relative;
}

.new-index-scenic-item:nth-child(2n){
    margin-right: 0;
}

.new-index-scenic-item.scenic-1:nth-child(4n){
    margin-right: 0 !important;
}

.new-index-scenic-item.scenic-1:nth-child(2n){
    margin-right: 12px;
}

.new-index-scenic-item-title{
    width: 76px;
    height: 22px;
    padding: 4px 10px 4px 16px;
    display: flex;
    background: #09A79D;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    position: absolute;
    overflow: hidden;
    right: 0;
}

.new-index-scenic-item-title img{
    margin-right: 4px;
}

.new-index-scenic-item-title-box{
    display: none;
    animate-duration: .2s;
    animate-delay: .2s;
    position: relative;
    z-index: 1;
    padding-top: 5px;
}

.new-index-scenic-item-body{
    position: absolute;
    width: 682px;
    height: 228px;
    border-radius: 20px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80.19%, rgba(0, 0, 0, 0.5) 100%);
    padding: 16px;
    overflow: hidden;
    transition: 2s;
}

.index-scenic-item-body-text-wrap{
    position: absolute;
    /*bottom: 16px;*/
    padding-right: 16px;
    transition: .6s;
    bottom: -38px;
}

.index-scenic-item-body-text-wrap1{
    bottom: 16px;
    position: absolute;
    /*bottom: 16px;*/
    padding-right: 16px;
    transition: .6s;
}

.index-scenic-item-body-text1{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
}

.index-scenic-item-body-text2{
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

.index-scenic-item-body-text3{
    margin-top: 12px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #FFFFFF;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}

.index-news-tab-list-wrap{
    display: flex;
    margin-bottom: 12px;
}

.list-left-text2-p4{
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
    width: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}

.list-left-text2-p4 span{
    transition: 1s;
}

.list-left-text2-p4 img{
    margin-left: 8px;
    transition: 1s;
}

.list-left-text2-p4:hover span{
    transform: translateX(-8px)
}

.list-left-text2-p4:hover img{
    transform: translateX(10px)
}