@media screen and (max-width: 1200px) {
    .pcHead .headBox .nav>ul li>a {
        font-size: 18px;
    }
}

@media screen and (max-width: 992px) {
    .pcHead {
        display: none;
    }

    .xymob-head {
        display: block;
    }

    .xymob-head .xymob-head-box .xymob-logo img {
        height: 60px;
        width: 250px;
        object-fit: contain;
    }

    .banner {
        margin-top: 60px;
    }

    .home-about {
        padding: 50px 0;
    }

    .home-about .abotitle h3 {
        font-size: 24px;
    }

    .home-about .abotitle p {
        font-size: 18px;
    }

    .home-about .abocontent {
        margin-top: 25px;
    }

    .home-about .abocontent,
    .home-about .abocontent p {
        font-size: 15px;
    }

    .home-product {
        padding: 50px 0;
    }

    .home-product .protop .protitle h1 {
        font-size: 24px;
    }

    .home-product .protop .protitle h3 {
        font-size: 18px;
    }

    .home-product .protop .probtn {
        display: none;
    }

    .home-product .protop {
        margin-bottom: 30px;
    }

    .home-product .proitem .protitle h3 {
        font-size: 14px;
    }

    .home-product .proitem .promore {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .home-history {
        padding: 50px 0;
    }

    .home-history .histitle h3 {
        font-size: 24px;
    }

    .home-history .histitle h4 {
        font-size: 18px;
    }

    .home-history .advbox {
        margin-top: 50px;
    }

    .home-history .advbox .advboxtop .swiper-button-next::after,
    .home-history .advbox .advboxtop .swiper-button-prev::after {
        font-size: 25px;
    }

    .home-history .advbox .advboxtopitem .advitem p {
        font-size: 30px;
    }

    .home-history .advbox .advtext {
        flex-wrap: wrap;
    }

    .home-history .advbox .advtext .leftimg {
        width: 100%;
    }

    .home-history .advbox .advtext .rightcon {
        width: 100%;
    }

    .home-history .advbox .advtext .rightcon h3 {
        font-size: 32px;
    }

    .home-history .advbox .advtext .rightcon p {
        font-size: 18px;
        margin: 2% 0;
    }

    .home-history .advbox .advtext .rightcon a {
        width: 120px;
        height: 40px;
        font-size: 14px;
    }

    .home-news {
        padding: 50px 0;
    }

    .home-news .newstop {
        margin-bottom: 40px;
    }

    .home-news .newstop .newstitle h1 {
        font-size: 24px;
    }

    .home-news .newstop .newstitle h3 {
        font-size: 18px;
    }

    .home-news .newstop .newsbtn {
        display: none;
    }

    .home-news .newsitem .newstext {
        padding: 10px;
    }

    .home-news .newsitem .newstext h3 {
        height: auto;
    }

    .home-news .newsitem .newstext hr {
        margin: 10px 0;
    }

    .footer {
        display: none;
    }

    .m-foot {
        display: block;
    }

    /* ÄÚÒ³ */
    .innerbanner {
        padding-top: 60px;
        height: 40vw;
    }

    .innerbox {
        padding: 30px 0;
        flex-wrap: wrap;
    }

    .innerbox .nyleft {
        width: 100%;
        display: none;
    }

    .innerbox .m_nyleft {
        display: block;
    }

    .innerbox .nyright {
        width: 100%;
        margin-left: 0;
    }

    .contactbox ul li {
        line-height: 2;
    }

    .newslist .newsitem {
        padding: 15px;
        margin-bottom: 20px;
    }

    .newslist .newsitem .newstitle h3 {
        font-size: 16px;
    }

    .productbox .productitem .producttxt {
        font-size: 14px;
    }

    .prodetalis,
    .hotpro {
        padding: 10px;
    }

    .prodetalis .proinfo {
        flex-wrap: wrap;
    }

    .prodetalis .proinfo .proinfoimg {
        width: 100%;
    }

    .prodetalis .proinfo .protxt {
        width: 100%;
        margin-left: 0;
        padding-top: 0;
        margin-top: 15px;
    }

    .prodetalis .proinfo .protxt .tit3 {
        font-size: 20px;
    }

    .prodetalis .proinfo .protxt .p2 .pcatetext {
        font-size: 16px;
    }

    .prodetalis .proinfo .protxt .f-nobtn a {
        width: 110px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .prodetalis .prodetails_con {
        margin-top: 20px;
    }

    .prodetalis .prodetails_con .content_text {
        margin-top: 20px;
    }

    .hotpro .hotitem .hottext {
        font-size: 14px;
    }

    .paddingfoot {
        padding: 29px;
        background: rgba(245, 245, 245, 1);
    }
}

@media screen and (max-width: 768px) {
    .home-news .hnitem .hnimg {
        height: 55vw;
    }

    .home-news .hnitem .hntext h3 {
        font-size: 18px;
        margin: 5px 0;
    }

    .home-news .hnitem .hntext p {
        font-size: 14px;
    }
}