@media (max-width:1024px) {
    .banner-inner img {
        width: 100%;
        object-fit: cover;
        min-height: 200px
    }

    .product-catelist {
        justify-content: space-between
    }

    .product-cateitem {
        width: 48%;
        margin-right: 0
    }

    .product-cateitem .cate-info {
        left: 50%;
        transform: translateX(-50%);
        width: 90%
    }

    .product-cateitem .cate-info .cate-title {
        font-size: 20px
    }

    .sidebar,
    .sidebar-item.category .sidebar-title::after {
        display: none
    }

    .page-main {
        padding-left: 0
    }

    .sidebar-item.category {
        padding: 15px 20px;
        position: relative
    }

    .sidebar-item.category .sidebar-title {
        background: url(../images/cate-btn.png)right center/24px no-repeat;
        margin-bottom: 0;
        padding: 0;
        cursor: pointer
    }

    .sidebar-item.category .sidebar-cate {
        padding: 10px;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 9;
        box-shadow: 0 3px 8px 0 rgba(19, 20, 21, .17)
    }

    .pagelink .pagelink-item {
        width: 100%
    }

    .pagelink .pagelink-item.prev {
        margin-bottom: 10px
    }

    .pagelink .pagelink-item.next {
        justify-content: flex-start
    }

    .pagelink .pagelink-item.next .pagelink-info {
        flex-direction: row-reverse
    }

    .pagelink .pagelink-item.next .pagelink-info .link-intro {
        border: 0;
        border-right: 1px solid #d1d1d1
    }

    .page-main .sidebar-item.inquiry {
        box-shadow: none;
        padding: 0;
        margin-top: 20px
    }

    #feedbackForm input {
        height: 44px
    }

    .contact-list .contact-item {
        padding: 2%
    }

    .contact-box .contact-main .title {
        font-size: 22px
    }
}

@media (max-width:768px) {
    .banner-inner {
        min-height: inherit
    }

    .banner-inner .banner-content .banner-title-h1,
    .banner-inner img,
    .prodetails-main .banner-inner {
        display: none
    }

    .banner-breadcrumbs {
        font-size: 14px
    }

    .banner-inner .banner-content .container {
        padding: 10px 15px
    }

    .common-main {
        padding: 15px 0 20px
    }

    .company-about-wrap>div {
        width: 100%
    }

    .company-about-wrap .about-img {
        padding: 0
    }

    .company-list ul li {
        width: 49%;
        padding: 20px 15px
    }

    .product-cateitem {
        width: 100%;
        display: flex;
        align-items: center
    }

    .product-cateitem .cate-img {
        width: 45%;
        height: 100%
    }

    .product-cateitem .cate-info {
        flex: 1;
        position: static;
        transform: none;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fafafa;
        border-radius: 0
    }

    .product-cateitem:hover .cate-info {
        background: #fafafa;
        color: inherit
    }

    .product-cateitem .cate-info .cate-title {
        font-size: 16px;
        font-weight: 400
    }

    .product-cateitem .cate-info .cate-text {
        font-size: 14px;
        line-height: 1.4
    }

    .sidebar-item.category {
        padding: 10px
    }

    .sidebar-item.category .sidebar-title {
        font-weight: 400;
        font-size: 18px
    }

    .pagelink .pagelink-item.next .pagelink-info p:nth-child(1) {
        text-align: left
    }

    .pagelink .pagelink-item.next .link-intro {
        margin-left: 0;
        margin-right: 10px
    }

    .pro-cate-title {
        font-size: 18px
    }

    .pro-list li .pro-info .text {
        font-size: 14px;
        line-height: 1.2
    }

    .pro-list.list0 li .pro-info .text {
        margin-bottom: 5px;
        -webkit-line-clamp: 2
    }

    .pro-list li .pro-info .icon {
        opacity: 1;
        transform: none;
        width: 35px;
        height: 35px
    }

    .pro-list li .pro-img a {
        padding-bottom: 100%
    }

    .pro-list.list1 {
        justify-content: space-between
    }

    .pro-list.list1 li {
        width: 49%;
        margin: 0 0 20px
    }

    .pro-list li:hover {
        border-color: #e1e1e1
    }

    .pro-list.list1 li .pro-img {
        width: auto
    }

    .pro-list.list1 li .pro-info .title a {
        font-weight: 400
    }

    .pro-list.list0 li .pro-img {
        width: 40%
    }

    .pro-list.list0 li .pro-info {
        padding: 15px
    }

    .pro-list.list0 li .pro-info .title a {
        font-size: 16px
    }

    .pro-list.list0 li .pro-info .icon {
        top: auto;
        bottom: 0;
        right: 0;
        border-bottom: none;
        border-right: none
    }

    .preview-container {
        width: 100%
    }

    .preview-container .small-box {
        display: none
    }

    .preview-container .thumbnail-box {
        padding: 0;
        margin: 0;
        border: 1px solid #e5e5e5;
        overflow: hidden
    }

    .preview-container .thumbnail-box .item {
        height: calc(100vw - 30px);
        border: 0
    }

    .preview-container .thumbnail-box .item .imgalt {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 99;
        bottom: 8px;
        background: rgba(0, 0, 0, .2);
        color: #fff;
        width: 95%;
        line-height: 35px;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        border-radius: 30px;
        font-size: 14px;
        padding: 0 40px 0 6px;
        text-transform: capitalize
    }

    .preview-container .thumbnail-box .prodetails-button-next,
    .preview-container .thumbnail-box .prodetails-button-prev {
        display: inline-flex;
        width: 28px;
        height: 28px;
        font-size: 12px;
        background: rgba(0, 0, 0, .5);
        color: #fff;
        border-radius: 50%;
        z-index: 10;
        transition: all .2s linear;
        cursor: pointer;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        touch-action: manipulation
    }

    .preview-container .thumbnail-box .prodetails-button-next:active,
    .preview-container .thumbnail-box .prodetails-button-prev:active {
        background: rgba(0, 0, 0, .7);
        transform: scale(.95)
    }

    .prodetails-info {
        padding-left: 0
    }

    .prodetails-info .prodetails-name {
        margin-top: 10px
    }

    .prodetails-info .prodetails-btnlist {
        justify-content: space-between
    }

    .prodetails-info .prodetails-btnlist>* {
        width: 49%;
        margin-right: 0
    }

    .prodetails-info .prodetails-btnlist .pro-btn {
        width: 49%
    }

    .page-box-shadow {
        padding: 0;
        box-shadow: none
    }

    .prodetails-content {
        border-top: 2px solid #dadada;
        padding-top: 20px;
        margin-top: 30px;
        font-size: 18px
    }

    .prodetails-info .prodetails-text {
        font-size: 18px
    }

    .pagelink .pagelink-item .pagelink-info {
        font-size: 14px
    }

    .newscontent-details {
        font-size: 18px
    }

    .contact-box {
        margin-top: 30px
    }

    .contact-list .contact-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 2%
    }

    .contact-list .contact-item i {
        width: 40px;
        height: 40px
    }

    .contact-list .contact-item .contact-item-title {
        font-size: 18px;
        margin: 10px 0
    }

    .contact-box .contact-img,
    .contact-box .contact-main #feedbackForm .inquiry-form input {
        width: 100%
    }

    .contact-box .contact-main {
        padding: 15px
    }


    .contact-box .contact-img iframe {
        height: 350px
    }

    .preview-container #media {
        border: 0;
        height: calc(100vw - 30px) !important
    }
}

@media (max-width:500px) {
    .product-cateitem .cate-img img {
        object-fit: cover
    }

    .product-cateitem .cate-info {
        padding: 15px 10px;
        border-radius: 0
    }

    #tagTabs {
        justify-content: space-between
    }

    #tagTabs .tagItem {
        margin: 0;
        width: 49%;
        font-size: 14px
    }
}