@media screen and (max-width: 1500px) {

    /* 首頁 */
    .hsSection01_countdown_text,
    .hsSection02L_right_text,
    .hsSection06_text_list_content {
        font-size: 17px;
    }

    .hsSection02L_right_text {
        line-height: 33px;
    }

    .hsSection02L_right_text_title {
        line-height: 40px;
    }

    /* 内页 */
    .mainPage_box {
        font-size: 17px;
        line-height: 33px;
    }

    /* 新聞页 */
    .hsIn_NewsList_Main_Content {
        font-size: 17px;
    }
}

@media screen and (max-width: 500px) {

    /* 菜单 */
    .menu-item a {
        font-size: 15px;
    }

    .menu-sub-item a {
        font-size: 13px;
    }

    .sub-menu {
        left: 170px;
    }

    /* 主页 */
    .hsSection02L_right_textbox {
        width: 100%;
    }

    .hsSection02L_right_text_title,
    .hsSection04_swiper_list_title {
        font-size: 16px;
    }

    .hsSection02L_right_text_title {
        line-height: 34px;
    }

    .hsSection01_countdown_text,
    .hsSection02L_right_text,
    .hsSection06_text_list_content,
    .hsSection05 .hsSection_title_cn {
        font-size: 14px;
    }

    .hsSection05 .hsSection_title_cn {
        line-height: 23px;
        margin-top: 20px;
    }

    .hsSection02L_right_text {
        line-height: 30px;
    }

    .hsSection05_cardIcon {
        margin-bottom: 58px;
    }

    .hsSection05_cardText_en {
        width: 80%;
        font-size: 16px;
        line-height: 28px;
    }

    .hsSection05_btn {
        width: 240px;
        height: 50px;
    }

    /* 内页 */
    .subBaner_title {
        font-size: 22px;
        padding: 5px 13px;
    }

    .subBaner_title:after {
        height: 10px;
        bottom: 8px
    }

    .mainPage_box {
        font-size: 14px;
        line-height: 30px;
    }

    .mainPage_title {
        font-size: 20px;
        line-height: 24px;
    }

    /* 底部 */
    .hsFooterBox_Main_Menu a {
        font-size: 13px;
    }
}



@media screen and (max-width: 1000px) {
    .index_download_list_bottom img{
        width: 18px;
    }
    .index_download_list_bottom span {
        font-size: 16px;
    }
}

@media screen and (max-width: 750px) {
    .index_download_list_bottom img{
        width: 16px;
    }
    .index_download_list_bottom span {
        font-size: 14px;
    }
}