

.album-wrap{
    width: 100%;
    height: 1080px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.album-bg-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
}

.album-box{
    width: 1200px;
    /*height: 856px;*/
    position: relative;
    z-index: 1;
}

.gallery-top{
    width: 100%;
    height: 600px;
    /*margin-bottom: 8px;*/
    border-radius: 20px;
}

.album-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.gallery-thumbs{
    width: 1056px;
    height: 84px;
}

.gallery-thumbs .swiper-slide{
    width: 120px;
    height: 100%;
    /*opacity: 0.4;*/
}

.gallery-thumbs .swiper-slide-thumb-active .swiper-slide-img{
    border: 2px solid #09A79D;
    border-radius: 10px;
}

.gallery-bg.swiper-container{
    width: 100%;
    height: 100%;
}

.gallery-top .swiper-slide,
.gallery-bg .swiper-slide{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery-top .swiper-slide{
    border-radius: 20px;
}

.swiper-slide-img{
    width: 120px;
    height: 80px;
    /*margin-bottom: 12px;*/
    border: 2px solid transparent;
}

.swiper-slide-img-1{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.swiper-slide-text{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}

.prev-1{
    width: 60px;
    height: 80px;
    background: #09A79D;
    border-radius: 10px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.next-1{
    width: 60px;
    height: 80px;
    background: #09A79D;
    border-radius: 10px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.swiper-text{
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.gallery-top-prev{
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -80px;
    cursor: pointer;
    transition: .6s;
}

.gallery-top-next{
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -80px;
    cursor: pointer;
    transition: .6s;
}

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


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

.index-news-tab-list-left{
    font-size: 14px;
    line-height: 150%;
    color: #09A79D;
    margin-right: 16px;
    white-space: nowrap;
}

.index-news-tab-list-left img{
    margin-right: 4px;
}

.index-news-tab-list{
    width: 100%;
    display: flex;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    margin-bottom: 32px;
}

.index-news-tab-item{
    font-size: 16px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 14px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 27px;
    position: relative;
}

.index-news-tab-item.tab-item-active:after{
    position: absolute;
    content: "";
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.index-news-tab-item.tab-item-active{
    font-weight: bold;
    color: #FFFFFF;
}

.index-news-tab-item:hover{
    font-weight: bold;
    color: #FFFFFF;
}

.index-news-tab-item:hover:after{
    position: absolute;
    content: "";
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}