@media screen and (max-width: 1800px) {
    .t_home_about_left figure {
        height: 65vmin;
    }

    .t_home_about_right {
        padding-top: 25px;
    }

    .t_home_stock_price {
        max-width: 350px;
    }
}

@media screen and (max-width: 1700px) {
    .t_home_about_greybox {
        padding: 30px;
    }

    .t_home_about_greybox h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 1600px) {

    .t_banner h1 {
        font-size: 70px;
    }

    .t_home_about {
        margin: 80px 0;
        padding: 0 80px;
    }

    .t_home_about_greybox {
        padding: 30px;
        right: 80px;
        max-width: 50%;
    }

    .t_home_about_greybox h2 {
        font-size: 22px;
    }

    .t_section_label {
        font-size: 36px;
    }

    .t_home_about_right {
        padding-top: 20px;
    }

    .t_home_business {
        height: 660px;
        flex-wrap: wrap;
    }

    .t_home_business_item img {
        height: 140%;
    }

    .t_home_about_left {
        width: 50%;
    }

    .t_home_about_left figure {
        height: 60vmin;
    }

    .t_home_about_left figure img {
        object-fit: cover;
        object-position: left bottom;
    }

    .t_home_business_item {
        width: 280px;
        height: 460px;
    }

    .t_home_stock {
        padding: 120px;
    }

    #HomeNewsDiv {
        padding: 60px 80px;
    }

    .t_footer_inner {
        padding: 40px 90px;
    }

    .t_home_stock_updatetime {
        right: 120px;
    }
}

@media screen and (max-width: 1440px) {

}


@media screen and (max-width: 1400px) {
    .t_section_label {
        font-size: 32px;
    }

    .t_banner h1 {
        font-size: 64px;
    }

    .t_home_about_greybox {
        padding: 20px;
        max-width: 65%;
    }

    .t_home_about_greybox h2 {
        font-size: 18px;
    }

    .t_home_stock {
        padding: 120px 80px;
    }

    .t_fsi_title {
        font-size: 14px;
    }

    .t_footer_sitemap {
        padding: 40px 0 0;
        gap: 30px;
    }

    .t_footer_sitemap_item a {
        font-size: 13px;
    }

    .t_home_stock_updatetime {
        right: 80px;
    }
}

@media screen and (max-width: 1400px) and (min-height: 800px) {
    .t_home_about_greybox {
        max-width: 47.5%;
    }
}

@media screen and (max-width: 1366px) {
    .t_home_about_greybox {
        padding: 20px;
        max-width: 62.5%;
    }
}

@media screen and (max-width: 1199px) {
    .t_banner {
        margin-top: 70px;
    }

    .t_banner h1 {
        padding: 0 20px;
        font-size: 32px;
    }

    .t_home_about {
        margin: 40px 0;
        padding: 0;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
        position: relative;
    }

    .t_home_about_right {
        grid-column-start: 1;
        grid-row-start: 1;
        padding: 20px;
        width: 100%;
    }

    .t_home_about_left {
        padding: 40px 20px;
        grid-column-start: 1;
        grid-row-start: 2;
        justify-content: center;
        display: flex;
        width: 100%;
        background-color:rgba(136, 136, 136, 0.86)
    }

    .t_home_about_left figure {
        width: 100%;
        max-width: 600px;
        height: 40vmin;
    }

    .t_home_about_left figure img {
        object-fit: contain;
        object-position: center;
    }

    .t_home_about_greybox {
        padding: 0 30px 40px;
        height: auto;
        right: initial;
        position: relative;
        max-width: 100%;
        background-color: rgba(136, 136, 136, 0.86)
    }

    .t_home_business {
        gap: 0;
        padding: 30px 0 60px 0;
        height: auto;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .t_home_business_shadow {
        padding: 20px;
    }

    .t_home_business_label {
        font-size: 26px;
    }

    .t_home_business_item {
        margin: 20px 40px !important;
        width: 220px;
        height: 320px;
    }

    .t_home_business_item img {
        height: 160%;
    }

    .t_home_stock_row {
        flex-direction: column;
    }

    #StockPriceDiv {
        font-size: 52px;
    }

    .t_home_stock_value {
        font-size: 36px;
    }

    .t_home_stock_updown_icon {
        margin-bottom: 12px;
    }

    .t_home_stock_inner {
        margin: 20px 0 30px;
    }

    .t_home_stock_price {
        max-width: 240px;
        justify-content: flex-start;
    }

    .t_footer_sitemap {
        grid-template-columns: repeat(2, auto);
    }

    .t_section_label br {
        display: none;
    }

    .t_home_news_title {
        font-size: 18px;
    }

    #HomeNewsDiv .swiper-wrapper {
        padding-bottom: 0;
    }

    @keyframes MoveUpDown {

        0%,
        100% {
            bottom: 20px;
        }

        50% {
            bottom: 10px;
        }
    }

    .t_footer_sitemap_item:last-child {
        margin-top: -75px;
    }

    .t_footer_inner {
        padding: 40px 20px;
    }

    .banner-swiper .swiper-button-next {
        right: 10px;
    }

    .banner-swiper .swiper-button-prev {
        left: 10px;
    }

    .banner-swiper .swiper-button-next:after, 
    .banner-swiper .swiper-button-prev:after{
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .t_home_business_item {
        margin: 20px !important;
        width: 200px;
        height: 300px;
    }
}

@media screen and (max-width: 800px) {

    .t_banner h1 {
        font-size: 32px;
        padding: 0 80px;
    }

    .t_home_business_label {
        font-size: 22px;
    }

    .t_home_stock_inner {
        flex-direction: column;
    }

    .t_home_stock_price {
        margin: 30px 0;
        justify-content: center;
    }

    .t_home_stock_price2 {
        border-left: 0;
        width: 100%;
    }

    .t_home_stock_price2_item {
        justify-content: center;
        align-items: center;
    }

    .t_home_stock_updatetime {
        padding: 0 40px;
        font-size: 13px;
        text-align: center;
    }

    .t_home_stock_row {
        justify-content: center;
        align-items: center;
    }

    .t_home_stock .t_section_label {
        text-align: center;
    }

    .t_home_stock .t_section_label br {
        display: none;
    }

    #HomeNewsDiv {
        padding: 40px;
    }


    .t_home_stock{
        padding: 80px;
    }

}

@media screen and (max-width: 640px) {

    .t_banner h1 {
        padding: 0 20px;
        font-size: 30px;
    }

    .t_section_label {
        font-size: 26px;
    }

    .t_scroll_icon {
        max-width: 14px;
    }

    .t_home_about_greybox h2 {
        font-size: 16px;
    }

    .t_home_about_left figure {
        height: 50vmin;
    }

    .t_home_stock {
        padding: 40px 0;
    }

    .t_home_stock_price {
        margin: 15px 0;
    }

    .t_home_stock_price2 {
        flex-direction: column;
    }

    .t_home_stock_price2_item {
        width: 100%;
        margin-bottom: 15px;
    }

    .t_home_stock_price2_item:last-child {
        margin-bottom: 0;
    }

    .t_home_stock_updown_icon {
        margin-bottom: 18px;
    }

    .t_home_stock_updown_icon img {
        max-width: 16px;
    }

    .t_home_business_item {
        margin: 20px !important;
        width: 220px;
        height: 280px;
    }

    .t_home_stock_updatetime {
        margin-top: 0;
    }

    .t_home_business_label {
        font-size: 18px;
    }

    .t_home_news_date {
        font-size: 18px;
    }

    .t_home_news_title {
        font-size: 16px;
    }

    #HomeNewsDiv .swiper-wrapper {
        padding-bottom: 20px;
    }

    .t_home_news_more {
        height: 60px;
    }

    .t_footer_sitemap {
        grid-template-columns: repeat(1, auto);
    }

    .t_footer_sitemap_item {
        max-width: 100% !important;
    }

    .t_footer_sitemap_item a {
        font-size: 14px;
    }

    .t_footer_logo {
        max-width: 240px;
    }

    .t_footer_bottom {
        padding: 30px 50px;
        font-size: 13px;
    }

    .t_footer_inner {
        padding: 40px 20px;
    }

    .t_footer_sitemap_item:last-child {
        margin-top: 0;
    }

}