 @media (max-width:800px){
            .navbar-header img{width:30px;}
            .row{
                margin: 0;
            }
            /*.logo {*/
            /*    width: 100px!important;*/
            /*}*/
        }
        @media (max-width:1200px){
            .navbar-header img{width:30px;}
        }
        @media (max-width:1400px){
            .navbar-header img{width:30px;}
        }
/* focus_Box */
#focus_Box{position:relative;width:1200px;height:320px;margin:20px auto;}
#focus_Box ul{position:relative;width:1200px;height:320px}
#focus_Box li{z-index:0;position:absolute; width:600px;background:#787878;height:320px;cursor:pointer;top:0;left:300px;border-radius:4px;box-shadow:1px 1px 12px rgba(200, 200, 200, 1)}
#focus_Box li img{width:100%;background:url(/Public/img/index_loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:80px;text-indent:8px;color:#fff; background-color:rgba(0,0,0,0.7); padding:10px; margin-bottom:0;}
#focus_Box li p span{display:inline-block;width:100%;line-height:20px;font-size:10px;word-spacing:-9px;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:52px;height:52px;top:131px;}
#focus_Box .prev{background:url(/Public/img/index_carousel3Dbtn.png) left bottom no-repeat;left:0px}
#focus_Box .next{background:url(/Public/img/index_carousel3Dbtn.png) right bottom no-repeat;right:0px} 
#focus_Box .prev:hover{background-position:left top;}
#focus_Box .next:hover{background-position:right top;}
.succCase .caseInfo p{
    text-align: center;
    line-height: 70px;
}


@media (max-width: 800px){
            /*#part3 .li{width: 100%; }*/
            #part3 .service{display:none}
            #part3 .current{display:block}
            .caseInfo{width:100%;}
            .succCase li{
                width: 100%;
            }
            #part11{
                display: none;
            }
        }