@media screen and (max-width:768px){
    .container{width: 100%;}

    /*橱窗图*/
    .window-figure {height: 180px;}
    .window-figure-title {font-size: 20px;}
    .window-figure-title span {font-size: 18px;}
    .window-figure-desc {font-size: 13px;}

    /*面包屑导航*/
    .breadcrumb {text-align: left;}

    /*头部*/
    .header{height: 50px;}
    .header-blank{height: 50px;}
    .header-logo{height: 50px;}
    .header-logo img{height: 36px;}
    .header-contact{display: none;}
    .header .nav{display: none;}
    .mobile-header-menu{display: flex;height: 50px;justify-content: flex-end;}
    .mobile-header-menu-item{display: flex;width: 40px;align-items: center;justify-content: flex-end;}
    .mobile-header-menu-item img{width: 25px;height: 25px;}

    .swiper-button-prev,.swiper-button-next{display: none !important;}


    .footer-function{display: block;padding-top: 5px;}
    .footer-logo{justify-content: center;}
    .footer-logo a{text-align: center;}
    .footer-logo img{max-width: 60%;}

    .footer-contact{margin-bottom: 20px;}
    .footer-contact-label{display: none;}
    .footer-contact-info{margin-bottom: 6px;font-size: 13px;text-align: left;}
    .footer-nav{margin-bottom: 20px;display: none;}
    .footer-product{margin-bottom: 20px;display: none;}
    .footer-review-label{text-align: left;}
    .footer-review-form-item-label{font-size: 13px;}

    .banner{height: 200px;}
    .advantage{margin-top: 20px;}
    .advantage .advantage-title a {font-size: 20px;}
    .advantage .advantage-sub-title {margin-top: 15px;margin-bottom: 15px;}
    .advantage-item-info {height: 220px;}
    .advantage-item-title{font-size: 17px;}
    .advantage-item-more{font-size: 13px;line-height: 30px;}


    .product {margin-top: 30px;}
    .product-title a{font-size: 20px !important;}
    .product .product-sub-title {margin-top: 20px;text-align: left;}
    .product .product-sub-title{margin-bottom: 0;}

    .about-us-wrap {min-height: 200px;}

    /*首页新闻*/
    .news-item-pic img {height: auto;}
    .news-item {margin-bottom: 20px;}
    .news-item-cate{text-align: left;font-size: 13px;padding: 10px 0;}
    .news-item-title {text-align: left;}
    .news-item-desc {text-align: left;-webkit-line-clamp: 2;height: 40px;}
    .news-item-remark {padding: 10px 0;}

    /*侧边收缩展开栏*/
    .pro-product .pro-side-cate-item {text-align: left;}
    .pro-product .pro-side-cate-item a{color: #222222;}

    /*新闻详情页*/
    .news-detail-page .news-title {font-size: 20px;}
    .news-list-page .news-cate-label {margin: 30px 0 30px;font-size: 20px;}


    /*产品列表页*/
    .pro-product .container{padding-left: 0;padding-right: 0;}
    .pro-product-list{padding-left: 15px;}
    .pro-product .pro-product-item {padding-right: 15px;padding-left: 0;}
    .pro-product .pro-product-pic img{width: 100%;height: 162px;}
    .pro-product .pro-product-name {font-size: 14px;font-weight: 500;padding: 10px 10px;text-align: left;}
    .pro-product .pro-product-more {display: none;}


    /* 联系我们 */
    .contact-label{font-size: 20px;}
    .contact-tip{font-size: 14px;margin-top: 20px;}
    .contact-form-btn{justify-content: center;}

}