@media (max-width: 768px) {
    .container {
        width: 100%;
    }

    .header {
        height: 44px;
        line-height: 44px;
    }

    .header .fr {
        display: none
    }

    .header .container div:first-child {
        margin-right: 15px;
    }

    .header img {
        position: absolute;
        top: 5px;
        left: 15px;
        height: 34px;
    }

    .nav {
        overflow: auto;
    }

    .nav ul {
        width: auto;
        white-space: nowrap;
    }

    .nav li {
        display: inline-block;
        float: none;
        height: 44px;
        padding: 0;
        width: auto;
        text-align: center;
    }

    .nav a.an {
        margin-top: 5px;
    }

    .banner {
        height: 210px;
    }

    .slider li {
        height: 210px;
    }

    .banner .slider img {
        object-fit: cover;
    }

    .banner .pagination {
        zoom: .7;
    }

    .main .product {
        width: 100%;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 15px;
    }

    .main .about {
        width: 100%;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 15px;
        border-top: 1px solid #d2d2d2;
    }

    .main .about img {
        margin: 10px !important;
        margin-top: 0 !important;
        margin-right: 0 !important;
    }

    .about .abouttxt {
        width: auto;
    }

    p.copy {
        text-align: center;
    }

    .bannertwo {
        height: 105px;
    }

    .bannertwo img {
        object-fit: cover;
    }

    .list {
        width: 100%;
        top: 0;
    }

    .contRight {
        width: 100%;
    }

    .breadcrumb {
        padding: 0 15px;
        text-align: left;
    }

    .contbd .text {
        padding-top: 0;
        overflow: auto;
    }

    .contRight .contbd {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prode .row img.fl {
        width: 100%;
        object-fit: cover;
        float: none;
    }

    .prode .row .rowtxt {
        padding-left: 0;
    }

    .prode .row table {
        width: 100%;
    }

    .contlist .contxt h5 {
        font-size: 16px;
        line-height: 1.5;
        padding: 0;
    }

    .pages {
        text-align: center;
    }

    .imglist {
        text-align: center;
    }

    .imglist li {
        float: none;
        display: inline-block;
    }

    .list h2 {
        padding-left: 15px;
    }

    .lists a.lista {
        padding-left: 15px;
    }
}