/*响应式布局*/
@media screen and (max-width: 768px){
    body{
        min-width: auto;
        margin-top: 60px;
    }
    .container{
        display: block;
        width: 100%;
    }
    .p-header{
        height: 60px;
    }
    .p-header .container{
        display: block;
        background-color: #fcfcfc;
    }
    .header-left .site-name{
        font-size: 20px;
    }
    .header-right{
        display: none;
    }
    .header-right.open{
        display: block;
        background-color: #fff;
        box-shadow: 0 12px 12px 0px rgba(0,0,0,0.1);
        padding: 12px;
    }
    .header-right.open .menu-item{
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
        height: 44px;
        line-height: 44px;
        border-bottom: 1px solid #eaeaea;
    }
    .header-right.open .menu-list{
        text-align: center;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .header-right .menu .menu-item.active, .header-right .menu .menu-item:hover{
        border-radius: 0;
    }
    .header-menu{
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
        background: url("/static/v2024/images/h5/icon-menu.png")no-repeat center;
        background-size: 40%;
    }
    .menu-child{
        display: block;
        width: 100%;
        position: static;
        transform:translateX(0);
        background-color: transparent;
        box-shadow: none;
        border-bottom: 1px solid #eaeaea;
    }
    .menu-child a{
        width: 50%;
        float: left;
    }
    .menu-child-item .product-sub-title{
        display: none;
    }
    .index-banner{
        min-width: auto;
        height: 205px;
        padding-top: 30px;
    }
    .banner-text{
        width: 100%;
        text-align: center;
    }
    .banner-text h2{
        font-size: 28px;
    }
    .banner-text p{
        font-size: 16px;
    }
    .pro-title{
        font-size: 28px;
        padding: 0 12px;
    }
    .zj-header-wrap .cons{
        width: 100%;
    }
    .zj-header-wrap .cons ol li{
        clear: both;
        margin: 24px auto 0;
        width: 100%;
    }
    .index-item-1{
        height: auto;
    }
    .index-item-1 .content{
        width: 100%;
        display: block;
    }
    .index-item-1 .info{
        margin-left: 0;
        width: 100%;
        padding: 12px;
        display: grid;
    }
    .index-item-1 .info .title{
        font-size: 28px;
        text-align: center;
    }
    .index-item-1 .info .attrs{
        display: block;
    }
    .index-item-1 .info .attrs .attr{
        margin-right: 1%;
        float: left;
        width: 24%;
    }
    .index-item-1 .info .attrs .attr:last-child{
        margin-right: 0;
    }
    .index-item-1 .info .attrs{
        margin-top: 0;
    }
    .index-item-1 .info .attrs .attr .value{
        font-size: 24px;
        line-height: 24px;
        margin-top: 24px;
    }
    .index-item-1 .info .attrs .attr .wan,.index-item-1 .info .attrs .attr .plus{
        display: inline-block;
        font-size: 16px;
        margin-left: 0;
    }
    .index-item-1 .info .attrs .attr .name{
        font-size: 15px;
    }
    .pro-link{
        display: inline-block;
        margin: 24px auto;
    }
    .index-item-2{
        display: block;
        height: 800px;
        overflow: hidden;
    }
    .index-item-2 .attrs{
        width: 100%;
        display: block;
        padding-top: 420px;
    }
    .index-item-2 .attrs .attr:nth-child(2n),.index-item-2 .attrs .attr .name{
        margin-top: 0;
    }
    .index-item-2 .info{
        position: relative;
        width: 100%;
        height: 300px;
        background-color: transparent;
        padding: 12px;
        margin-top: -720px;
    }
    .index-item-2 .content,.index-item-2 .attrs .col{
        width: 100%;
        height: auto;
        display: block;
    }
    .index-item-2 .info .title{
        font-size: 28px;
        text-align: center;
    }
    .index-item-2 .info .cover{
        position: absolute;
        width: 200px;
        height: 160px;
        right: -35px;
        bottom: -75px;
        z-index: 0;
    }
    .strength .left li .text{
        font-size: 16px;
    }
    .strength .left{
        float: none;
    }
    .strength .right{
        float: none;
        width: 100%;
    }
    .strength .right img{
        width: 100%;
    }
    .footer{
        padding: 0 12px;
    }
    .footer li{
        width: 100%;
    }
    .footer li:nth-child(3){
        width: 100%;
    }
    .footer li:nth-child(4){
        display: none;
    }
    .footer li a {
        display: inline-block!important;
    }
    .slide-left{
        width: 100%;
        padding: 72px 12px 0;
    }
    .slide-left .info{
        line-height: 20px;
    }
    .news-list .list-item{
        margin-bottom: 12px;
        padding: 12px;
    }
    .news-list .list-item .cover{
        width: 120px;
        height: 72px;
    }
    .news-list .list-item .intro{
        margin-left:12px;
        width: calc(100% - 132px);
    }
    .news-list .list-item .title{
        font-size: 16px;
        line-height: 100%;
    }
    .news-list .list-item h3{
        padding-right: 0;
    }
    .crumbs-box .nav span{
        display: none;
    }
    .news_details_box, .news_details_box img{
        max-width: 100% !important;
    }
    .case-item ul li{
        width: 46%;
        padding: 0 2%;
        font-size: 14px;
    }
    .case-item ul li:after{
        display: none;
    }
    .ind-title h3:before,.ind-title h3:after{
        display: none;
    }
    .about-box3 li .img img{
        height: auto;
    }
    .about-box1 .word,.about-box1 .img{
        position: static;
        width: 100%;
    }
    .about-box1{
        padding-top: 0;
    }
    .about-box3 li .img{
        height: 110px;
    }
    .about-box3 li .word h2{
        font-size: 16px;
        line-height: 16px;
    }
    .about-box3 li .word p{
        padding: 0;
        font-size: 12px;
        margin-top: 12px;
    }
    .contact-item{
        float: none;
        width: 100%;
    }
    .contact-item .content{
        height: auto;
    }

}