@media screen and (max-width: 992px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 540px){
    .hearder-bar-wrapper{
        display: none;

    }
    .hearder-menu-wrapper-mini{
        background: #fff;
        position: absolute;
        width: 100%;
        top:0;
        left: 0;
        z-index: 999;
        padding:15px 0;
        position: relative;
    }
    .logoMini{
        display: block;
        width: 120px;
        float: left;
    }
    .hearder-menu-wrapper-mini  .navbar{
        float: right;
        min-height: auto;
        /* margin-top:13px; */
    }

    .hearder-menu-wrapper-mini .navbar{
        background: #fff;
        position: static;
    }
    .hearder-menu-wrapper-mini .navbar-toggle{
        margin:0;
        border:none;
        color: #383838;
        padding: 0;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #383838;
    }
    .hearder-menu-wrapper-mini .navbar-collapse{
        position: absolute;
        width: 100%;
        left: 0;
        top:68px;
        z-index: 9999999;
        padding-bottom: 10px;
    }
    .navbar-nav{
        margin:0;
    }
    .hearder-menu-wrapper-mini .navbar-nav>li>a{
        padding: 10px 15px;
        font-size: 16px;
    }
    .hearder-menu-wrapper-mini .navbar-nav>.active>a{
        border: none;
        background-color: transparent
    }
    .hearder-menu-wrapper .navbar-nav>li>a span{
        display: inline-block;
        font-size: 14px;
    }
    .subNav{
        font-size: 14px;
        position:relative !important;
        border-top:0px;
        padding:0 0 0 30px;
        width: auto;
        text-align: left;
    }
    .hearder-menu-wrapper-mini .navbar-nav>li.active:after{
        display: none;
    }
    .hearder-menu-wrapper-mini .navbar-entrance{
        font-size: 12px;
        width: 180px;
        padding:8px 0;
        margin: 0px 0 0 15px;
    }
    .banner{
        background: url('../images/banner-mini.png');
        height: 550px;
        background-size: cover;
        text-align: center;
    }
    .banner-content{
        top:60px;
        left: 50%;
        margin-left: -150px;
    }
    .banner-content h2{
        font-size: 20px;
        text-align: center;
    }
    .banner-content h3{
        font-size: 16px;
        text-align: center;
        margin:10px 0;
    }
    .banner-content p{
        font-size: 12px;
    }
    .banner-content button{
        width: 85px;
        font-size: 12px;
        padding: 5px 0;
        margin-top: 10px;
    }
    .platform-classifiy .nav-tabs{
        padding: 26px 10px;
    }
    .platform-classifiy .nav-tabs li{
        padding: 4px 4px;

    }
    .platform-classifiy .nav-tabs li .con{
        padding: 20px 15px;
        box-sizing: border-box;
        background: #f6f6f8;
        border-radius: 6px;
        overflow: hidden;
        justify-content: space-between
    }

    .platform-classifiy .nav-tabs li img{
        width: 45px;
        height: 45px;
    }
    .platform-classifiy .nav-tabs li .bigImg{
        display: none;
    }
    .platform-classifiy .miniImg{
        display: inline-block !important;
    }
    .platform-classifiy .nav-tabs li h3{
        font-size: 12px;
        color: #484848;
    }
    .platform-classifiy .nav-tabs li p{
        color: #484848;
        font-size: 14px;
        text-align: right;
    }
    .platform-classifiy .nav-tabs li h3 span:first-child{
        display: none
    }
    .platform-classifiy .nav-tabs li h3 span:last-child{
        display: block;
    }
    .platform-classifiy .nav-tabs li p span:first-child{
        display: none
    }
    .platform-classifiy .nav-tabs li p span:last-child{
        display: block;
    }
    .product-index{
        margin: 35px  0;
    }
    .product-images{
        display: none;
    }
    .product-images-mini{
        display: block;
    }
    .product-images-mini .top{
        overflow: hidden;
    }
    .product-images-mini .top div{
        width: 50%;
        width: calc(50% - 5px);
        float: left;
        margin-bottom: 10px;
    }
    .product-images-mini .top div:first-child{
        margin-right: 10px;
    }
    .product-images-mini .top img{
        height: auto;
        width: 100%;
    }
    .product-images-mini .bottom{
        width: 100%;
        overflow: hidden;
        position: relative;

    }
    .product-images-mini .bottom-left{
        width:  calc(50% - 5px);;
        float: left;
        margin-right: 10px;
    }
    .product-images-mini .bottom-left img{
        width: 100%;
        height: auto;
    }
    .product-images-mini .bottom-right{
        display: inline-block;
        display: flex;
        align-items:center;
        position: absolute;
        height: 100%;
        width:  calc(50% - 5px);
        right: 0;
        flex-wrap: wrap;
    }
    .product-images-mini .bottom-right img{
        width: 100%;
        height: auto;

    }
    .product-images-mini .bottom-right img:first-child{
        margin-bottom: 10px;
    }
    .solutions-index{
        padding: 30px 0;
        background: #f5f5f6;
    }

    .solutions-index .solutions-index-pc{
        display: none;
    }
    .solutions-index .solutions-index-mobile{
        display: inline-block;
        max-width: 80%;
        margin-top:30px;
    }

    .integral-frame{
        padding:30px 0;
    }
    .frame-content{
        padding-top: 40px;
    }
    .frame-content-pc{
        display: none;
    }
    .frame-content-mini{
        display: block;
    }


    .index-title h2{
        font-size: 16px;
        margin:5px 0;
        font-weight: bold;
    }
    .index-title h3{
        font-size: 16px;
        margin:5px 0;
        font-weight: bold;
    }
    .index-title h2:after{
        position: absolute;
        top:40px;
        left: 50%;
        height: 2px;
        margin-left: -25px;
    }
    .product-matrix{}


    .major-funtion{
        padding:30px 0 0 0;
    }
    .function-content ul{
        padding:40px 0 0 0;
    }
    .function-content li{
        width: 29%;
        margin-right:6%;
        margin-bottom: 30px;
    }
    .function-content li p{
        font-size: 12px;
    }
    .function-content li img{
        width: 80%;
    }
    .function-content li:nth-child(5n+0){
        margin-right:6%;
    }
    .function-content li:nth-child(3n+0){
        margin-right: 0;
    }

    .core-advantage{
        padding:30px 0;
    }
    .advantage-content{

    }
    .advantage-content ul{
        flex-wrap: wrap;
    }
    .advantage-content ul li{
        width: 50%;
    }
    .advantage-content ul li img{
        height: 130px;
    }
    .advantage-content ul li h3{
        padding: 30px 0 15px 0;
        font-size: 18px;
        font-weight: bold;
    }
    .advantage-content ul li p{
        padding:0 10px;
    }
    .solutions{
        padding:30px 0;
        background: #f5f5f6;
    }
    .solutions-content-pc{
        display: none;
    }
    .solutions-content-mini{
        display: block;
        margin-top:30px;
    }
    .solutions-content-mini ul{
        width: 100%;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden
    }
    .solutions-content-mini ul li{
        flex-shrink: 0;
    }
    .solutions-content-mini ul li a{
        color: #000;
        background-color: transparent !important;
    }
    .nav-tabs>li.active>a{
        border:none;
        color: #599ee5;
    }
    .nav-tabs>li.active::after{
        content:"";
        display: block;
        width: 60px;
        height: 4px;
        background: #599ee5;
        margin: auto;
    }
    .nav-tabs>li.active>a:hover{
        border:none;
        color: #599ee5;
    }
    .tab-content{
        text-align: center;
    }
    .tab-content .tab-pane{
        margin:30px 0;
    }
    .tab-content img{
        width: 90%
    }
    .partners{
        padding:30px 0;
    }
    .partners-content{
        padding:30px 0 0 0;
    }
    .partners ul{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        margin:0;

    }
    .partners ul li{
        width: 33.3%;
        text-align: center;
    }
    .partners ul li img{
        max-height: 70px;
    }

    .footer-mini{
        display: block;
        overflow: hidden;
        padding: 40px 30px;
    }
    .footer-pc{
        display: none;
    }
    .footer-mini-left{
        float: left;
        width: 70%;
    }
    .footer-mini-left p{
        color: #fff;
        font-size: 12px;
        text-align: left;
        margin-bottom: 5px;
    }
    .footer-mini-right{
        float: right;
        width: 30%;
        text-align: right;
    }
    .footer-mini-right img{
        max-width: 80px;
    }
    .footer-bottom{
        display: none;
    }
    .subPage-nav{
        border:none;
    }
    .subPage-nav .navbar-nav{
        margin-right: 0;
    }
    .subPage-nav .navbar{
        line-height: 20px !important;
    }
    .subPage-nav .navbar-collapse{
        background: #fff;
        padding: 0px;
        padding-bottom: 10px;
        border-bottom: 1px #e7e7e7 solid;
    }
    .subPage-nav .navbar-default .navbar-collapse ul li {
        /* height: 40px;
        line-height: 40px; */
        height: auto !important;
        padding: 0;
    }
    .subPage-nav .navbar-default .navbar-collapse ul li a{
        color: #000;
        font-size: 16px;
        line-height: 20px;
    }
    .subPage-nav .navbar-default .navbar-collapse ul li .subNav a {
        font-size: 14px;
    }
    .subPage-nav .navbar-nav>li>a span{
        display: inline-block;
        font-size: 14px;
    }
    .subPage-nav .header-logo{
        display: none;
    }
    .subPage-nav button{
        display: inline-block;
    }
    .subPage-nav .navbar-entrance{
        display: inline-block;
    }
    .smart_factory_content .smartShow{
        padding-top:30px;
    }
    .smart_factory_content .smartShow .right{
        text-align: center;
    }
    .smart_factory_content .smartShow img{
        width: 60%;
    }
    .smart_factory_content .smartShow .item-pc{
        display: none;
    }
    .smart_factory_content .smartShow .item-mini{
        display: block;
    }
    .smart_factory_content .smartShow h2{
        font-size: 20px;
    }
    .smart_factory_content .smartShow h3{
        font-size: 18px;
    }
    .smart_factory_content .smartShow h4{
        font-size: 16px;
    }
    .smart_factory_content .smartShow ul{
        margin-top: 10px;
    }
    .smart_factory_content .smartShow ul li{
        font-size: 12px;
    }

    .smart_factory_content .smartShow .item{
        margin-bottom: 30px;
    }
    .smart-factory-related{
        padding-top:30px;
        /* padding:30px 0; */
    }
    .subsolution_content .smartShow h2{
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .subproduct-content{
        padding-bottom: 50px;
    }
    .subproduct-search{
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        margin:10px 0;
    }
    .subproduct-search input{
        width: 80%;
    }
    .subproduct-left{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .subproduct-left ul{
        overflow: auto;
        display: flex;
        flex-wrap: nowrap
    }
    .subproduct-left ul li{
        width: 140px;
        flex-shrink:0;
        padding:5px;
        font-size: 14px;
        margin-right: 5px;

    }
    .subproduct-left img{
        height: 30px;
    }
    .subproduct-right{
        width: 100%;
    }
    .subproduct-right li{
        width: 50%;
        padding-right: 5px;
    }
    .subproduct-right li .imgcon{
        height: 150px;
    }
    .subproduct-right li .con{
        padding:0 0 10px 0;
    }
    .subproduct-right li:nth-child(2n+1){
        padding:0;
    }
    .subproduct-right li img{
        max-height: 120px;

    }
    .subproduct-right li .info{
        padding: 0 10px;
    }
    .subproduct-right li h3{
        font-size: 14px;
    }
    .subproduct-right li p{
        font-size: 12px;
        margin: 10px 0;
        height: 35px;
    }
    .subproduct-right li button{
        font-size: 14px;
        margin-top: 10px;
    }

    .related-product{
        padding:30px 0;
    }
    .related-product .product-info{
        padding:10px;
    }
    .related-product ul{
        padding:0 5px;
    }
    .related-product ul li{
        padding:0 5px;
    }
    .related-product li .con .imgcon{
        height: 160px;
    }
    .related-product li .con .imgcon img{
        max-height: 160px;
    }
    .related-product h2{
        font-size: 14px;
    }
    .related-product .product-info p{
        padding-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        border-bottom: none;
        height: 35px;
    }
    .related-product button{
        margin:10px auto 0 auto;
        padding:5px 20px;
    }

    .pageDetail{
        padding:10px;
    }
    .pageDetail h2{
        font-size: 18px;
        margin:0;
        font-weight: bold;
    }
    .pageDetail p{
        font-size: 14px !important;
    }
    .pageDetail p img{
        max-width: 100%;
    }
    .pageDetail p span{
        font-size: 14px !important;
    }
    .main-timeline .timeline{
        margin-left: 30px !important;
    }
    .news-list{
        padding:10px 0;
    }
    .technical-background{
        margin: 10px -15px 0 -15px;
    }
    .technical-line{
        width: 100%;
    }
    .technical-background .technical-text{
        width: 100%;
        margin: 10px 0 0 0;
    }
    .technical-background .technical-text p{
        font-size: 14px;
    }
    .current-state-content{
        padding: 10px;
    }
    .current-state-content h3{
        font-size: 16px;
        margin:10px 0;
    }
    .current-state-content p{
        font-size: 14px;
        margin: 0;
    }
    .energy-saving{
        margin:10px 0 0 0;
    }
    .energy-saving .row{
        margin:10px 0 0 0;
    }
    .energy-saving p{
        font-size: 14px;
        line-height: 20px;
    }
    .save-core{
        margin:10px 0 0 0;
        padding:10px 0;
    }
    .control-process{
        margin:10px 0 0 0;
    }
    .control-process .row{
        margin: 10px 0 0 0;
    }
    .parameter-model{
        margin:10px 0 0 0;
        text-align: center;
    }

    .technical-comparison{
        margin:10px 0 0 0;
        padding:10px 0;
    }
    .visual-kanban{
        margin:10px 0 0 0;
    }
    .visual-kanban .title{
        padding: 5px 0;
    }
    .visual-kanban .title h2{
        font-size: 16px;
        color: #fff;
        margin: 0;
        padding:10px 0;
    }
    .visual-kanban .title h3{
        font-size: 16px;
        color: #fff;
    }
    .visual-kanban .title h3::after{
        content: "";
        display: block;
        width: 60px;
        height: 4px;
        background-color: #fff;
        margin:5px auto;
    }
    .visual-kanban .row{
        padding:10px 0;
    }

    .service-process .title{
        text-align: center;
        background: #f4f4f4;
        padding: 5px 0;
    }
    .service-process .title h2{
        font-size: 16px;
        color: #000;
        margin: 0;
        padding:10px 0;
    }
    .service-process .title h3{
        font-size: 16px;
        color: #000;
    }
    .service-process .title h3::after{
        content: "";
        display: block;
        width: 60px;
        height: 4px;
        background-color: #579ad7;
        margin:5px auto;
    }
    .service-process .row{
        padding:10px 0;
    }

    .epdes-title h2{
        font-size: 16px;
        display: block;
        margin: 0;
    }
    .epdes-title h3{
        margin: 5px 0;
        font-size: 16px;
        position: relative;
        display: inline-block;
    }
    .epdes-title h3::after{
        content: "";
        display: block;
        width: 40px;
        height: 4px;
        background-color: #579ad7;
        margin:5px auto;
    }
    .product-matrix-content{
        display: none;
    }
    .product-matrix-mini{
        display: block;
    }
    .product-matrix-mini img{
        width: 100%;
    }

}