 		html,body{
 		 min-width:auto;
 		}
 		.footer{
 		  padding-top: 50px;
 		  line-height: 40px !important;
 		}
 		.gray-bg{
            background: #F9F9F9;
        }
        #header-home .container-fluid{
          padding:0 50px;
          height:60px;
          line-height: 60px;
        }
        
        .navbar-default{
           background-color: rgba(255,255,255,0.8);
           box-shadow: 0 0 10px 4px rgba(1,149,255,0.1);
           border-radius: 0;
        }
        
        #header-home .navbar-default{
          background: rgba(255,255,255,0.8);
          box-shadow: 0 0 10px 4px rgba(1,149,255,0.1);
          border-radius: 0;
        }
        
        .navbar-default .logo,.navbar-default .logo:hover{
          float:left;
          width:100px;
          font-size:0;
          color:transparent;
          background-position: 50% 50%;
          background-repeat: no-repeat;
        }
        
        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
          background: transparent;
        }
        
        .navbar-default .navbar-toggle .icon-bar{
          background-color:#0698fb;
        }

        header .img-thumbnail{
           background:none;
           border:none;
           border-radius: 0;
        }
        
        header .header-logo{
          
           margin-top:220px;
        }
        
        header .header-title{
           background:none;
           border:none;
           border-radius: 0;
           margin-top:20px;
           color:#fff;
           font-weight:700;
        }
        header .header-title-lg{
            font-size:60px;
        }
        
       header .header-title-xs{
            font-size:16px;
        }
        
        .thumbnail-box{
            padding: 25px;
        }

        .thumbnail-img{
            border:none;
            box-shadow: none;
            background: transparent;
        }
         .bottom-line{
             border-bottom: 1px dashed #ccc;
         }
        .header-login,.advantage-box,.customer-case,.core-service-box{
             padding: 50px 0;
         }

        .page-ul{
            padding: 20px;
            color: #9A9A9A;
            list-style:disc outside none;
        }
        .page-ul li{
            margin-top: 20px;
        }

        .organization-name{
            padding: 30px;
        }

        .core-service{
            color: #9A9A9A;
            min-height:60px;
        }
        .log-in{
            float: right;
        }
        .log-in:hover{
           text-decoration: none;
        }
        header{
            background-image: url("../images/banner.jpg");
            background-position: center 0;
            background-repeat: no-repeat;
            background-size: cover;
            background-color:grey;
            min-height: 700px;
            position: relative;
            margin-top:64px;
        }
        
	   /* 判断平板手机 */
		@media only screen
		and (min-device-width : 320px)
		and (max-device-width : 1024px){
		header{
            background-image: url("../images/banner-common.jpg");
            min-height: 340px;
        }
		}
		
  