@media screen and (min-width: 1600px) {
    .homeBanner .homeBannerPrev {
        left: 120px;
    }

    .homeBanner .homeBannerNext {
        right: 120px;
    }

    .homeBanner .homeBannerPagination {
        right: 156px;
    }
}

@media screen and (max-width: 1440px) {
    body, html {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .topNav .logo {
        display: none;
    }

    .topNav .logoSmall {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .footerBox .box {
        padding: 20px 10px;
    }

    .footerBox .box .btnBox {
        position: initial;
        text-align: center;
        transform: initial;
        padding: 0;
    }

    .footerBox .box .QRCode {
        position: initial;
        text-align: center;
        transform: initial;
    }

    .topNav .openBtn {
        display: block;
    }

    .aboutMain .contentBox .videoBox {
        max-width: 100%;
    }

    .navBar .list {
        padding: 10px 5px;
    }

    .topBanner {
        height: 30vh;
    }

    .topBanner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mediaBanner #mediaSwiper {
        display: none;
    }

    .exhibitionMain .activityBox .list {
        height: auto;
        margin-bottom: 20px;
    }

    .exhibitionMain .activityBox .list .contentBox {
        text-align: center;
    }

    .exhibitionMain .activityBox .list .contentBox .time {
        margin-top: 10px;
    }

    .exhibitionMain .activityBox .list .contentBox .time::before {
        display: none;
    }

    .exhibitionMain .activityBox .list .contentBox .info {
        margin-top: 10px;
    }

    .exhibitionMain .activityBox .list .contentBox .moreBtn {
        margin-top: 20px;
    }

    .publicityMain .publicityBox .list {
        height: auto;
    }

    .publicityMain .publicityBox .list .more {
        display: none;
    }

    .publicityMain .publicityBox .list .time {
        display: none;
    }

    .publicityMain .publicityBox .list .infoBox {
        padding: 15px;
    }

    .publicityMain .publicityBox .list .infoBox .title {
        font-size: 1.375rem;
        color: #222;
    }
}

@media screen and (max-width: 768px) {
    body, html {
        font-size: 14px;
    }

    .homeNews .newsListTab {
        width: calc(100% - 24px);
    }

    .homeNews .newsListTabBox .newsMore {
        margin: 14px 0;
    }

    .homeNews .newsListContent .tab-pane .title {
        font-size: 1.625rem;
    }

    .homeNews .newsListContent .tab-pane .list {
        font-size: 1.125rem;
    }

    .homeNews .newsListContent .tab-pane .list .name {
        max-width: 85%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .navBar {
        display: flex;
    }

    .navBar .list {
        flex: 1;
        padding: 5px 2px;
        margin: 0;
    }

    .navBar .list .name {
        font-size: 1rem;
    }

    .navBar .list .icon {
        transform: scale(0.8);
    }

    .aboutMain .workBox .list {
        padding: 15px 0;
    }

    .aboutMain .workBox .list .imgBox {
        padding: 0 15px;
        height: 180px;
    }

    .aboutMain .workBox .list .infoBox {
        padding-top: 10px;
    }

    .aboutMain .workBox .list .infoBox .info {
        margin-top: 15px;
    }

    .aboutMain .workBox .list .infoBox .more {
        margin-top: 15px;
    }

    .mediaReports .mediaBox .list .imgBox {
        padding: 0 15px;
    }

    .mediaReports .mediaBox .list .infoBox {
        padding: 15px;
    }

    .exhibitionMain .activityBox .list .contentBox {
        padding: 15px;
    }

    .businessMain .businessBox {
        padding: 0;
    }

    .businessMain .businessBox .businessInfo {
        padding: 15px;
    }

    .businessMain .businessBottom {
        overflow: hidden;
        padding: 15px;
    }

    .businessMain .businessBottom .btnBox .list .icon {
        transform: scale(0.65);
    }

    .businessMain .businessBottom .btnBox .list .name {
        font-size: 1.125rem;
    }

    .businessMain .visitBox .list {
        margin-bottom: 20px;
    }

    .businessMain .visitBox .list .imgBox {
        height: 200px;
    }

    .emphasisBox {
        height: auto;
    }

    .emphasisBox .list {
        height: 50vh;
    }

    .emphasisBox .list .name {
        writing-mode: initial;
        width: 80%;
        text-align: center;
    }

    .emphasisBox .list::after {
        background: rgba(0, 0, 0, 0.4);
    }

    .articleMain {
        padding: 15px;
    }

    .articleMain .title {
        line-height: 1.5em;
        font-size: 1.375rem;
    }

    .articleMain .time {
        padding: 10px 0;
    }

    .articleMain .btnBox {
        margin-top: 10px;
    }

    .articleMain .backBtn {
        padding: 0 30px;
        line-height: 50px;
        font-size: 1.375rem;
    }

    .articleMain .nextBtn {
        line-height: 50px;
        font-size: 1.125rem;
    }

    .contactBox {
        height: auto;
    }

    .contactBox .box {
        position: initial;
        transform: initial;
        top: initial;
        width: auto;
        padding: 5vh 0;
    }

    .contactBox .box .textBox {
        padding: 60px 0;
    }

    .contactBody .footerBox {
        position: initial;
    }

    .downBox {
        height: auto;
    }

    .downBox .box {
        position: initial;
        transform: initial;
        top: initial;
        margin: 0;
        padding: 90px 0 0 0;
    }

    .downBox .box .list {
        margin-bottom: 20px;
    }
}

