﻿body {
}

/*小屏幕(手机，小于等于760px)*/
@media (max-width:760px){
    #header .navbar-header {
        height: 74px;
        padding-top: 8px;
        background-color: black;
    }
    #header .navbar-brand{
        display:none;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: white;
    }
    #header #header_title{
        color:white;
        font-size:26px;
        line-height:70px;
    }
    #job{
        margin:0 auto;
    }
    #job table tbody tr{
        padding:0;
    }
    #business .contact_1 {
        width: 100%;
        margin: 0;
        padding: 10px;
        text-align:left;
    }
    #dituContent{       /**百度地图**/
        width:100%;
        height:260px;
        border:#ccc solid 1px;
        margin-top:10px;
    }

    /****联系我们****/
    #business .visible-xs-block p{
        display: inline;
        font-weight: 600;
        color: black;
        float: left;
        width: 20%;
    }
    #business .visible-xs-block .gray {
        color: #999;
        font-weight: 300;
        float: right;
        text-align: right;
        width: 80%;
    }
    /*产品详情*/
    #business .text .product_disic{
        margin: 0;
        background-color: white;
        color:black;
        font-size: 16px;
        line-height: 24px;
    }
    #business .product_item {
        float: left;
        margin: 10px;
         width: auto;
         max-width:50%;
         height: auto; 
        display: inline;
    }
    /*service*/
    .service{
        padding:0;
    }
    #business .container{
        background-color:white;
        margin-bottom:20px;
        padding-bottom: 15px;
    }
    #vision .container{
        background-color:white;
        margin-bottom:20px;
        padding-bottom: 15px;
    }
    #mission .container{
        background-color:white;
        margin-bottom:20px;
        padding-bottom: 15px;
    }
    #sense .container{
        background-color:white;
        margin-bottom:20px;
        padding-bottom: 15px;
    }
    .tab1 {
        margin: 0 0 20px 0;
        color: #666;
    }
    #KH .honor img {
        width: 100%;
        padding: 0;
        height: auto;
    }
    #KH .carousel_item{
        padding:5px;
    }
   .operation .honor .carousel_item img {
        width: 100%;
        padding: 0;
        height: auto;
    }
    .operation .honor .carousel_item{
        padding:5px;
        display:inline-block;
        width:33%;
    }
    #HY .item-summary {
        color: #999;
        line-height: 20px;
        font-size:14px;
        text-indent: 2em;
        height:60px;

        overflow:hidden;
        text-overflow:ellipsis;
        white-space:normal;
        -webkit-line-clamp:3; 
        word-break:break-all;
        display: -webkit-box; 
        -webkit-box-orient: vertical; 
    }
    #ZL .item-summary {
        color: #999;
        line-height: 20px;
        font-size:14px;
        text-indent: 2em;
        height:60px;

        overflow:hidden;
        text-overflow:ellipsis;
        white-space:normal;
        -webkit-line-clamp:3; 
        word-break:break-all;
        display: -webkit-box; 
        -webkit-box-orient: vertical; 
    }
    #KH .item-summary {
        color: #999;
        line-height: 20px;
        font-size:14px;
        text-indent: 2em;
        height:60px;

        overflow:hidden;
        text-overflow:ellipsis;
        white-space:normal;
        -webkit-line-clamp:3; 
        word-break:break-all;
        display: -webkit-box; 
        -webkit-box-orient: vertical; 
    }
    #YX .item-summary {
        color: #999;
        line-height: 20px;
        font-size:14px;
        text-indent: 2em;
        height:60px;

        overflow:hidden;
        text-overflow:ellipsis;
        white-space:normal;
        -webkit-line-clamp:3; 
        word-break:break-all;
        display: -webkit-box; 
        -webkit-box-orient: vertical; 
    }
    .service .item-pic {
        width: 40%;
        display: inline-block;
        float: left;
    }
    .service .item-info {
        display: inline-block;
        width: 60%;
    }
    .tab1 .machine_discrip{
        display:none;
    }

    /*****人才招聘详情****/

    .information{
        background-color:white;
        margin-top: 20px;
        padding: 5px 0 15px 0;
    }
    #business .job_detail{
        padding:15px;
    }
    .job_left_top td{
        color:#a7a7a7;
    }
    .job_left_top b{
        font-weight:400;
    }

    
}
