﻿
#ynjgsub{min-height:735px;margin:20px 0;}
    #ynjgsub .titles {
        font-size: 24px;
        line-height: 48px;
        margin: 35px 0;
    }
    #ynjgsub .am-container {
        height: 600px;
    }
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }


@media screen and (max-width: 1366px) {
    #ynjgsub {
        min-height: 630px;
        margin: 20px 0;
    }
    #ynjgsub .am-container {
        height: 470px;
    }
}
